:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=PT+Sans&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";.cursor-pointer{cursor:pointer!important}.font-smaller{font-size:.8rem}.font-large{font-size:1rem}.font-larger{font-size:1.1rem}.font-larger-xl{font-size:1.2rem}.circle-ul{list-style:inside}.decimal-ul{list-style-type:"- "}ul.dashed{list-style-type:none}ul.dashed>li{text-indent:-5px}ul.dashed>li:before{content:"-";font-weight:600;margin-right:5px;text-indent:-5px}.parent-opacity{width:100%;height:100%;background-color:rgba(0,0,0,.4)}.PhoneInputInput{flex:1 1;min-width:0;border:0!important;height:61px!important}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.relative{position:relative!important}@media screen and (max-width:991px)and (min-width:240px){.mobile-hide{display:none!important}.vh-container{min-height:calc(100vh - 76px)!important}.mobile-show{display:block!important}}@media screen and (max-width:768px)and (min-width:575px){.tab-hide{display:none!important}.tab-show{display:block!important}}@media screen and (max-width:768px)and (min-width:380px){#toast-container>div{width:360px!important;max-width:360px!important}}@media(max-width:380px){#toast-container>div{width:290px!important;max-width:290px!important}}.rc-time-picker-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;padding:0!important;position:relative!important;border:none!important;outline:medium none currentcolor;background-color:transparent!important;color:rgba(0,0,0,.87)!important;cursor:inherit!important;font:inherit!important;height:100%}.rc-time-picker-panel-input,.rc-time-picker-panel-select{font-size:13px!important}input[type=button]{width:120px;height:60px;margin-left:35px;display:block;background-color:gray;color:#fff;border:none;outline:none}button:focus{outline:none}.MuiPaper-root{font-size:16px;font-family:Roboto,sans-serif}.MuiDialog-paper{color:rgba(0,0,0,.6);padding:.6rem!important}.MuiDialogContent-root{overflow:hidden}.vh-100{height:100vh}.vh-container{min-height:calc(100vh - 277px);width:100%;display:block}.object-fit-contain{-o-object-fit:contain;object-fit:contain}.opacity-80{opacity:80%}.flex-grow-1{flex-grow:1!important}@keyframes upNDown{0%{transform:translateY(-10px)}20%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes scroll-left{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes addCartLoader{0%{transform:translateZ(0)}50%{transform:translate3d(-300%,0,0)}to{transform:translateZ(0)}}@keyframes contentOpen{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes contentClose{0%{transform:translateY(0)}to{transform:translateY(100%)}}@font-face{font-family:Muli_Bold;src:url(/static/fonts/Muli_Bold.ttf) format("truetype")}body{margin:0;padding:0;position:relative;font-size:14px;overflow-x:hidden!important;background-color:#fff;font-family:Work Sans,sans-serif!important}#countryPicker .dropdown-menu{min-width:100px!important;left:3px!important}#countryPicker .countryPickerItem{padding-left:10px!important}#countryPicker .countryPickerItem img{width:40px;height:40px;border-radius:50%}#countryPicker .countryPickerItem:hover{background:transparent!important}button.slick-arrow{border-radius:50%!important}p{color:#333}p,ul{padding:0;list-style:none;font-weight:300;margin:0}a:hover{cursor:pointer}main{background:#fefefe;overflow-x:hidden!important}footer .list-group-item{padding:2px!important}footer .list-group-item.pointer{width:-moz-fit-content!important;width:fit-content!important}input:-webkit-autofill{background-color:#fff!important;background-image:none!important;color:#000!important}.textFiled{position:absolute;bottom:0;right:20%;text-shadow:5px 4px 4px #000}.mask-light{background:#080707}.mask-light,.productDetailSrlSpyItemsList .mask{height:100px;background:linear-gradient(180deg,rgba(8,7,7,.012) 14%,hsla(0,3%,6%,.465) 52%,rgba(9,9,9,.362))}.productDetailSrlSpyItemsList .mask{width:100%;position:absolute;top:69px;padding:10px;margin:auto;border-radius:8px}textarea:-webkit-autofill{background-color:#fff!important;background-image:none!important;color:#000!important}select{cursor:pointer}select:-webkit-autofill{background-color:#fff!important;background-image:none!important;color:#000!important}img.img-logo{margin:17px 0 17px 51px;height:92px;transition:all .4s ease-in-out}img.img-logo.small-logo{height:65px;margin:5px 0 0 51px}.mobile-hide{display:block}.mobile-hide .product-add-button{float:right}.mobile-show{display:none}.mobile-show .product-add-button{margin:10px auto}.mobile-show .slick-dots{bottom:18%!important;display:flex;justify-content:center;margin:0;padding:20px 0!important;list-style-type:none}.mobile-show .slick-dots li{margin:0 .25rem}.mobile-show .slick-dots button{display:block;width:8px!important;height:8px!important;padding:0;border:none;border-radius:100%;background-color:hsla(0,0%,100%,.9);text-indent:-9999px}.mobile-show .slick-dots li.slick-active button{background-color:#fa6b2d}#forgotPassword::-webkit-inner-spin-button,#forgotPassword::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tab-hide{display:block}.tab-show{display:none}h4,h5,h6{margin:0}.textTransform{text-transform:capitalize}.textTransformUpper{text-transform:uppercase}button,button:hover{box-shadow:none!important;cursor:pointer}button:hover{transition:.3s!important;opacity:.6!important}.btn{margin:0}.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active,.btn-secondary:not([disabled]):not(.disabled):active,.show>.btn-primary.dropdown-toggle,.show>.btn-secondary.dropdown-toggle{background:#fff!important}a{cursor:pointer}.newStyleContainer{border-radius:4px;height:120px;max-width:120px}.addCardLine{font-weight:400;font-size:14px}.addCardLine a{color:#2a764d!important}.addCardLine a:hover{cursor:pointer;transform:scale(1.1);transition:.3s}.basePadding{padding-left:130px;padding-right:130px;padding-bottom:40px}.basePadding .slick-prev{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:35%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-12px}.basePadding .slick-prev:before{font-size:20px;color:#2a764d;content:"←";vertical-align:-43%;text-align:center}.basePadding .slick-next{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:35%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:35px}.basePadding .slick-next:before{font-size:20px;color:#2a764d;content:"→";vertical-align:-43%;text-align:center}.basePaddingOffer{margin-top:100px;position:relative}.basePaddingOffer .slick-prev{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-16px}.basePaddingOffer .slick-prev:before{font-size:20px;color:#2a764d;content:"←";width:20px;height:20px;position:absolute;left:0;right:0;top:0;border:0;margin:auto;line-height:50px}.basePaddingOffer .slick-next{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:37px}.basePaddingOffer .slick-next:before{font-size:20px;color:#2a764d;content:"→";width:20px;height:20px;position:absolute;left:0;right:0;top:0;border:0;margin:auto;line-height:50px}.lowercase{text-transform:lowercase}.text-sm{font-size:11px!important}.favriteSilder .slick-prev{background:hsla(0,0%,100%,.9)!important;position:absolute;z-index:3;width:30px;height:30px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-16px}.favriteSilder .slick-prev:before{font-size:20px;color:#000;content:"←"}.favriteSilder .slick-next{background:hsla(0,0%,100%,.9)!important;position:absolute;z-index:3;width:30px;height:30px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:-16px}.favriteSilder .slick-next:before{font-size:20px;color:#000}.catItems .slick-prev{background:hsla(0,0%,100%,.9)!important;position:absolute;z-index:3;width:35px;height:65px;text-align:center;line-height:70px;display:block;transition:.3s;border-radius:4px;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:15px}.catItems .slick-prev:before{font-size:20px}.catItems .slick-next{background:hsla(0,0%,100%,.9)!important;position:absolute;z-index:3;width:35px;height:65px;text-align:center;line-height:70px;display:block;transition:.3s;border-radius:4px;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:15px}.catItems .slick-next:before{font-size:20px}.bannerItems .slick-prev{background:hsla(0,0%,100%,.9)!important;position:absolute;z-index:3;width:35px;height:65px;text-align:center;line-height:70px;display:block;transition:.3s;border-radius:4px;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-50px}.bannerItems .slick-prev:before{font-size:20px}.bannerItems .slick-next{background:hsla(0,0%,100%,.9)!important;position:absolute;z-index:3;width:35px;height:65px;text-align:center;line-height:70px;display:block;transition:.3s;border-radius:4px;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:-50px}.bannerItems .slick-next:before{font-size:20px}.bannerItems:hover .slick-prev{left:30px}.bannerItems:hover .slick-next{right:30px}.bannerItems img{margin:auto;width:100%;min-height:260px;height:260px;max-height:260px}.locNewImg{height:16px}.same-line-center{display:flex!important;align-items:center!important;justify-content:center!important}.NoStoresCont{min-height:300px;flex-direction:column}.NoStoresCont,.NoStoresCont p{width:100%;display:flex;align-items:center;justify-content:center}.NoStoresCont p{font-weight:500;font-size:14px;color:#925656}.offerMainCaption{color:#fff;font-weight:700;position:absolute;bottom:10px;font-size:20px;left:10px}.locErrMobi{position:fixed;bottom:100px;left:0;text-align:center;width:100%;color:red!important}.white-bg{background-color:#fff}.featuredItems .slick-prev{left:0;border-right:1px solid #e5edef}.featuredItems .slick-next,.featuredItems .slick-prev{width:60px;top:0;bottom:0;text-align:center;color:#333;background:hsla(0,0%,100%,.9);transition:.3s;opacity:1;z-index:1;height:inherit;border-radius:inherit;visibility:visible;display:flex;align-items:center;transform:inherit}.featuredItems .slick-next{right:0;border-left:1px solid #e5edef}.featuredListModal .slick-prev{left:0;border-right:1px solid #e5edef;width:60px;top:0;bottom:0;text-align:center;color:#333;background:hsla(0,0%,100%,.9);transition:.3s;opacity:1;z-index:1;height:inherit;border-radius:inherit;visibility:visible;display:flex;align-items:center;transform:inherit}.slick-slide .slider-Image img{width:100%;-o-object-fit:fill;object-fit:fill;height:170px;background:#fff}.slick-next.slick-disabled,.slick-prev.slick-disabled{display:none!important}.modal{z-index:9999}.modal .modal-full-height{width:100%}.modal .btn{padding:12px 35px!important;font-size:15px!important}.modal .btn.no-padding{padding:5px!important}.big-checkbox{width:1.5rem;height:1.5rem;top:-.4rem}.modal-dialog{max-width:500px}.modal-lg{max-width:600px}.modal-header{border:none!important;padding:5px 1rem!important}.modal-header .close{padding:0;margin:0;float:none;font-size:30px;font-weight:400}.from-description{font-size:14px;font-weight:400;line-height:16.42px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#04180d}.form-info{font-size:16px;font-weight:700;line-height:18.77px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#2a764e}.required-field{font-size:25px;font-weight:500;line-height:18.77px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#ee2727;margin-left:3px}.required-field>sup{top:7px;font-size:100%}.form-label{font-size:18px;font-weight:500;line-height:21.11px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#04180d}.form-result-title{font-weight:600}.form-result-title,.form-result-value{font-size:24px;line-height:28.15px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#2a764e}.form-result-value{font-weight:400}.form-radio{display:flex;align-items:center;justify-content:flex-start}.form-radio input[type=radio]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;border:2px solid #bebebe;border-radius:50%;outline:none;margin-right:8px;cursor:pointer}.form-radio input[type=radio]:checked{border-color:#2a764d}.form-radio input[type=radio]:checked:after{content:"";width:20px;height:20px;background:#2a764d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.form-radio label{margin-bottom:0!important;font-size:14px;font-weight:400;line-height:16.42px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;padding-left:18px;color:#04180d}.form-checkbox{display:flex;align-items:center;justify-content:flex-start}.form-checkbox input[type=checkbox]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;border:2px solid #bebebe;border-radius:50%;outline:none;margin-right:8px;cursor:pointer}.form-checkbox input[type=checkbox]:checked{border-color:#2a764d}.form-checkbox input[type=checkbox]:checked:after{content:"";width:20px;height:20px;background:#2a764d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.form-checkbox label{margin-bottom:0!important;font-size:14px;font-weight:400;line-height:16.42px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;padding-left:18px;color:#04180d}.form-description.mobile-description{font-weight:300;font-size:12px;line-height:14.08px;letter-spacing:0;color:#04180d}.outline-box.mobile-box{border-radius:3px;border:1px solid #e4e4e4;background-color:#fff}.outline-box{border:2px solid #bebebe;border-radius:5px;padding:0 15px;margin-top:10px;width:100%;float:left}.outline-box>textarea.input_container{resize:"none"}.outline-box>textarea.input_container:focus{outline:none!important;box-shadow:none!important;border:none!important;resize:"none"}.outline-box:focus{border-color:#2a764d}.outline-box:focus-within{border-color:#2a764d}.outline-box:focus-visible{border-color:#2a764d}.PhoneInputCountryIcon{width:40px!important;height:30px!important}.PhoneInputCountryIcon--border{box-shadow:none!important;background-color:none!important}.registerStoreFormSelect.mobile-select{border-radius:3px;border:1px solid #e4e4e4;background-color:#fff}.registerStoreFormSelect,.restaurantZone{border:2px solid #bebebe;border-radius:5px}.outline-box-zipcode{border:1px solid #ddd;padding:0 15px;width:100%;float:left}.registerStoreFormSection{margin-bottom:126px}.registerStoreFormSection .outline-box{position:relative!important}.order-settings-table{width:100%;overflow:hidden;border-collapse:collapse}.order-settings-table td,.order-settings-table th{border:1px solid #bebebe;font-size:16px;font-weight:400;line-height:18.77px;text-align:left;padding:12px}.order-settings-table thead th{background:#f3f3f3;font-weight:700;font-size:18px;font-weight:600;line-height:21.11px}.signup-form .outline-box{margin-top:0;border-width:1px 1px 0}.signup-form .intl-clear{height:60px}.successfully-register-container{text-align:center;padding:20px 64px;box-shadow:-3px 3px 7px 2px rgba(0,0,0,.251);max-width:850px;margin:86px auto 24px;border-radius:10px;background:#fff}.successfully-register-container>.meal-image{margin-top:32px;width:180px;margin-bottom:20px}.successfully-register-container>h1{font-size:48px;font-weight:600;line-height:56.3px;margin-bottom:32px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#04180d}.successfully-register-container>p{color:#04180d;margin:10px 0 24px;font-family:Work Sans;font-size:18px;font-weight:400;line-height:21.11px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.successfully-register-container>a{display:inline-flex;margin-top:42px;margin-bottom:32px}.last-child-border{border-width:1px!important}.input-hider{display:none}.intl-clear{float:left;height:60px}.iti-mobile .intl-tel-input.iti-container{z-index:9997!important;z-index:9999!important}.notesCont{width:100%;text-align:center}.notesCont .extraNotesBox{padding:4px 10px;border-radius:1px;border:1px solid #f4e9e9;width:100%;height:40px;box-shadow:0 -3px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.08)}.country-list{z-index:9999!important}.modal-footer{background:#fff}.modal-content{overflow-y:auto;border-radius:0!important}.modal-content.rounded-modal{overflow-y:auto;border-radius:10px!important}.modal-title{text-transform:capitalize;font-weight:600;font-size:24px}.form-control:focus{border-color:#ced4da;box-shadow:none}header{width:100%;z-index:10;top:0}.mainMenu{background:#484d4f;color:#fff;font-size:14px}.mainMenu i{padding:3px}.notification{background:#2a764d;padding-top:3px;padding-bottom:3px}.notification a{color:#fff;font-size:14px;line-height:1.6;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#searchLayout .form-control{padding:5px 20px;border-radius:2px}#credsLayoutId h6{font-size:14px}#credsLayoutId span{font-size:11px}.product-search .form-control{padding:4px 20px!important;transition:all .3s ease}.product-search input{height:40px;padding:10px 45px 10px 10px;width:100%;line-height:40px;background:#f7f7f7;border-radius:4px;color:#7d7d7d;font-size:14px;border:1px solid #ebebeb;transition:all .3s ease}.product-search-img{position:absolute;right:10px;top:7px}.deskViewVisible{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#productsMenu .navbar{background:#fff;padding:0}#productsMenu .navbar-brand{color:#333;font-size:14px;font-weight:600}#productsMenu .navbar.navbar-dark .breadcrumb .nav-item .nav-link,#productsMenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link{color:#333;font-size:14px;font-weight:500;transition:.35s}.productMenu{background:#fff}.productMenu ul li a{color:#666;font-size:13px;font-weight:500}.category__list{list-style:none;padding:15px 0 0;margin:0;display:flex!important;justify-content:space-between;-ms-flex-pack:justify;flex-wrap:wrap}.category__list li{display:flex;align-items:flex-start;-ms-flex-align:start;width:50%;margin-bottom:15px}.errormessage{color:rgba(212,4,4,.856);font-size:14px;text-transform:lowercase}.aboutTitle p{padding-top:15px;color:#777;text-shadow:0 0 #ccc;padding-bottom:15px}.bestPracticesAndOffers{border-top:1px solid #eee;border-bottom:1px solid #eee;padding-bottom:30px;padding-top:30px}.bestPracticesAndOffers .title h5{color:#333;font-size:14px;margin:1px 0 5px}.bestPracticesAndOffers .description{font-size:12px;color:#777;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}a.repeatHeaderBtn,a.userProfileNavBtn,button.repeatHeaderBtn,button.userProfileNavBtn{border:1px solid #bebebe!important;border-radius:5px!important;background-color:transparent;height:40px!important}.blue-header a.repeatHeaderBtn,.blue-header a.userProfileNavBtn,.blue-header button.repeatHeaderBtn,.blue-header button.userProfileNavBtn{border:2px solid #21478f!important;color:#000!important;min-width:120px}.currentLocationIcon:after{content:"";font-family:fontawesome;color:#2a764d;z-index:1;font-weight:300}.currentLocationSelected{color:#212121;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;font-size:15px;vertical-align:middle;word-spacing:.2px;margin-right:3px;text-transform:capitalize}.logoImg{width:200px!important}.logoImg:hover{transform:scale(1.1);transition:.3s}@media(max-width:upper-bound(0em,40em)){.logoImg{height:18px!important}}button.repeatHeaderBtn{background-color:#2a764d;color:#fff;height:40px!important;border-width:0!important;width:190px}.switch-parent>label{margin-bottom:0!important}.MuiFormControl-root.customTimePicker,.MuiFormControl-root.customTimePicker>.MuiInputBase-root{margin-top:0!important}.MuiFormControl-root.customTimePicker>.MuiInputBase-root:before{border-bottom:0!important}.userProfileNavBtn:hover{opacity:.9!important}.downloadApp img{margin-bottom:10px;height:30px;margin-right:5px;border-radius:4px}.categories{padding:5px 8px}.categoriesFooterTitle{font-family:Work Sans,sans-serif;margin:20px 0;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#000}.usefulLinksLayout ul li a{font-size:13px;color:#7d7d7d;transition:.3s;position:relative;text-transform:capitalize}.categoriesFooter{border-bottom:1px solid #eee;padding-bottom:15px}.categoriesFooter li a{font-size:12px;color:#666}.SortBy_COntainer{height:40px;padding:6px;justify-content:flex-end;align-items:center}.SortBy_COntainer,.SortBy_COntainer_Delivery{display:flex;background:#fff;border-radius:6px;cursor:pointer}.SortBy_COntainer_Delivery{padding:8px 8px 8px 6px}.sub_deliveryPART{position:absolute;border:1px solid #9faab7;border-top:none;right:300px;bottom:-90px;background:#fff;width:146px;padding:11px;z-index:10}.sub_sec p{font-size:14px;font-weight:500}.list-group-item{border:none;font-weight:400;cursor:pointer;transition:.3s}.list-group-item:hover{color:#333}.categoriesFooterLinks{padding:40px 0}.categoriesFooterLinks li{margin-right:10px}.categoriesFooterLinks li a{color:#949494;font-size:12px}.paymentMethods{padding:20px 0}.paymentOptions img{max-width:60px}.copyRights{overflow:hidden;font-size:12px;color:#999}.cartButtonLayout.active{display:block!important}.cartButtonLayoutImplict{display:none}.createAccountLayout{position:relative;font-size:13px}.orStatic:before{content:"";position:absolute;width:30px;border:.8px solid #000;bottom:-17px}.createAccountStatic{color:#2a764d;font-weight:500}.createAccountStatic:hover{color:#2a764d}.loginAndSignUpButton{background:#2a764d;font-weight:600;width:100%;padding:12px 0;border-radius:0;color:#fff!important;text-transform:uppercase;font-size:13px}.loginAndSignUpButton:hover{transform:translateY(-2px);opacity:1!important}.add-new-address{background:#2a764d;font-weight:600;width:100%;padding:12px 0;border-radius:0;color:#fff!important;text-transform:uppercase;font-size:13px}.add-new-address:hover{transform:translateY(-2px)}.add-new-address.disabled{background-color:#777;opacity:.9;cursor:not-allowed}.storeEmailVerifyButton{background:#2a764d;font-weight:600;width:100%;padding:12px 0;border-radius:0;color:#fff!important;text-transform:uppercase;font-size:13px}.storeEmailVerifyButton:hover{transform:translateY(-1px)}.storeOnboardingNextButton{background-color:#21478f;color:#fff}.btn.loginAndSignUpButton{margin:20px 0}.loginForgetAndShowLink{position:absolute;right:5%;top:102px;font-size:14px;text-transform:capitalize;font-weight:500;z-index:1}a.createAccountStatic{color:#2a764d}.termsAndConditionsSignUpModalText{font-size:11px;font-weight:500}#forgotModalId,#signUpModalId,#signUpRefCodeLayout{display:none}#haveRefCodeId{font-size:14px;font-weight:600;display:inline-block}.colorAnch{color:#5d8ed5!important}.pac-container.pac-logo{z-index:9999!important}.cartModal .modal-dialog{max-width:450px!important}.cartModal .modal-header{padding:0;background:#333;color:#fff}.cartModal .modal-header h6{float:left}.cartModal .modal-body,.cartModal .modal-footer{padding:0}.cartModal .modal-footer p{font-size:12px;color:#666;text-align:center}.cartModal .modal-footer button{background:#2a764d!important;text-transform:capitalize!important;font-weight:600!important;font-size:14px}.cartModal .modal-content{background:#eee}.cartModal .close{color:#fff;opacity:1;font-size:20px!important;float:right}.subTitle{font-size:14px;font-weight:600}.itemPrices{font-size:14px;font-weight:500}.resTitleLayout{text-transform:capitalize}.resTitle{font-weight:500;font-size:18px}.resLocationProductItemComm{font-size:13px}.resItemTotalPrice{text-align:right;font-size:16px;font-weight:600}.productItemTitle{font-weight:500;text-transform:capitalize;font-size:15px}.customMY{margin-bottom:2px}.customFaComm{border:1px solid #2a764d;border-radius:50%;padding:3px 8px;font-size:10px;color:#2a764d!important;background:#fff}.itemImgLayoutComm{padding:0;text-align:center}.itemImgLayoutComm img{max-width:60px;margin:0 auto}.customFixed{padding-right:0;background:#fff}.checkOutBtn{background:#2a764d!important}#cartModalLabel{font-size:18px}.cartItemsTitleLayout{font-size:14px}.cartModalSubTotalLayout{font-size:14px;color:#666;font-weight:500}.cartModaldeliveryAndTotSavingsLayout{font-size:14px;color:#f34343!important;font-weight:500}.cartModaldeliveryAndTotSavingsLayout i{font-size:10px!important;font-weight:100!important}.cartModaldeliveryAndTotSavingsLayoutGreen{color:#2a764d!important}.cartModalProductDetails,.cartModalProductTotalPriceLayout{font-size:14px;font-weight:500;color:#666;margin:4px 0}.cartModalproductQuantitySelectLayout{font-size:13px}.cartModalproductQuantitySelect button{padding:0;width:20px;border-radius:50%;background:#2a764d}.cartModalproductDividerX,.cartModalproductQuantity{padding:0 10px}.cartModalbeforePriceRateLayout{text-decoration:line-through;color:#666;margin:0 5px}.cartModalafterPriceRateLayout{color:#666;font-weight:500}.cartModalTotalItemDetailsLayout{border-top:1px solid #eee}.cartModalLowPriceLayout p{font-size:12px;font-weight:500}.proceedCheckOutSpan{float:left}.cartModalTotalPriceCheckoutButtonSpan{float:right}.cartModalTotalPriceCheckoutButtonSpan i{margin-left:5px}.grocersShopBagLayout{background:#5bb3c9;color:#fff}.cartModalptTop{padding-top:35px}.cartModalptTop i{font-size:28px;transition:.5s;animation:upNDown 1s linear infinite}.header{position:fixed;background:#fff;height:126px;box-shadow:0 1px 1px 0 rgba(0,0,0,.25);transition:all .4s ease-in-out}.header.smaller-header{height:75px}.header.mobileHeader{height:65px;padding:0 32px;position:fixed}.headerShadow{box-shadow:0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12)}.mobiHeaderSearchIcon{position:absolute;left:25px;top:12px;color:#93959f}.text-muted{color:#93959f!important;font-weight:400}.locArrow{color:#93959f;font-size:15px}.header-with-background{background:url(/static/images/banner.png);background-size:cover;background-position:center 0}.rapMainMenu nav{padding:0!important}.rapMainMenu .navbar{background:#fff!important;box-shadow:none!important}.rapMainMenu .navbar.navbar-dark .breadcrumb .nav-item .nav-link,.rapMainMenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link{color:#333!important;font-size:13px!important;padding-right:20px!important;background:#fff!important}#dropdownMenuButton{background:#fff!important;color:#333!important;padding:6px 0;border-radius:4px;border:1px solid #ccc;font-size:13px;font-weight:500}.rapLogIn{font-size:14px;font-weight:500;color:#484848;border-radius:2px;display:flex!important;cursor:pointer}.rapLogIn:hover{color:#2a764d;transition:.3s}.logoCont{margin-right:10px;align-items:center}#basicExampleNav li.nav-item.active a{color:#2a764d!important;font-weight:600}.userLocation{margin:0 5px;font-weight:400;font-size:14px}.iconTitle{font-size:10px;color:#666;font-weight:400}.iconLayout{background:hsla(0,0%,93%,.8);border-radius:20px}#iconsUlNav{position:relative}#iconsUlNav .nav-item{z-index:1}.iconsUl{margin-bottom:5px;background:#eee;border-radius:20px;padding-top:1px;padding-bottom:2px}.iconsUl .nav-link{padding:0}.iconsUl .nav-link.active{background:#fff;transition:.5s linear;z-index:0;height:100%;border-radius:20px;display:block}.iconsTextUl .nav-link{padding:0}.nav-link span{font-weight:700}.nav-link .dotList{border-radius:50%;width:8px;height:8px;border:1px solid #9cabb5;top:8px;left:7.5px;float:left;position:relative;margin-right:27px;transition:.3s}#slide-line{position:absolute;background:#fff;transition:all .3s ease;z-index:0;top:0;height:100%;border-radius:20px}#sideMenuModal{width:85%}#sideMenuModal .modal-body,#sideMenuModal .modal-footer{padding:0}#sideMenuModal ul li{position:relative}#sideMenuModal .nav-link{color:#666;font-size:13px}#sideMenuModal .nav-link:before{position:absolute;left:0;color:#666}#sideMenuModal #sideMenuHome:before{content:""}#sideMenuModal #sideMenuPromotions:before{content:""}#sideMenuModal #sideMenuGrocers:before{content:""}#sideMenuModal .loginBtn{background:#2a764d!important;text-align:left}.welcomeTitle{font-weight:500}.cityMinutes{font-size:11px;color:#666}#mobViewDownAng:before{position:absolute;bottom:1px}.informationTitle{font-size:13px;font-weight:600}.mainMenuListItems .nav-link{font-weight:500;font-size:13px;color:#333}.mainMenuListItemsSpanItem{position:relative}.userBox{float:right;color:#000;margin-top:5px;height:40px;line-height:39px;min-width:90px;text-align:center;font-size:16px;font-weight:500;border:1px solid #535665;padding:0 13px;text-transform:capitalize}.info{font-size:13px;color:#777;padding:8px 0;width:calc(100% - 110px);font-size:14px;margin-right:10px;float:left}.info h4{color:rgba(0,0,0,.4);font-size:17.5px;font-family:Work Sans,sans-serif}.storeAddress .autocomplete-dropdown-container{width:100%;z-index:99999}.storeAddress .bttn-top-right{right:1%!important}.check-out-address .autocomplete-dropdown-container{width:100%}.check-out-address .bttn-top-right{right:1%!important;width:40px!important}.check-out-address .suggestion-item:before{position:absolute;font-size:16px!important;color:#666;left:calc(0% + 20px)!important}#progressbar{margin:15px 0;overflow:hidden}#progressbar>li{z-index:1}#progressbar .active{color:#000}#progressbar li{list-style-type:none;text-align:center;width:33%;float:left;position:relative}#progressbar #restaurant:before{background-image:url(/_next/static/media/meshiSignup.8af996e3.png);background-size:70% 65%}#progressbar #personal:before,#progressbar #restaurant:before{content:"";display:block;margin-left:auto;margin-right:auto;padding-top:12px;background-position:50%;background-repeat:no-repeat}#progressbar #personal:before{background-image:url(/_next/static/media/storeOwnerInfo.675204ab.png);background-size:60% 70%}#progressbar #payment:before{background-image:url(/_next/static/media/storeInfo.8d59733b.png);background-size:75% 70%}#progressbar #confirm:before,#progressbar #payment:before{content:"";display:block;margin-left:auto;margin-right:auto;padding-top:12px;background-position:50%;background-repeat:no-repeat}#progressbar #confirm:before{background-image:url(/_next/static/media/storeSignup.d54366a9.png);background-size:70% 60%}#progressbar.mobile-progressbar li:before{width:34px;height:34px;line-height:34px}#progressbar li:before{width:80px;height:80px;line-height:80px;display:block;font-size:18px;color:#fff;background:#f6f6f6;border-radius:50%;margin:0 auto 10px;padding:2px;position:relative}.sliderBannerImage{border-radius:8px!important}#progressbar.mobile-progressbar li:after{height:6px;top:15px}#progressbar li:after{content:"";width:100%;height:7px;background:#f6f6f6;border-radius:10px;position:absolute;left:0;top:40px;z-index:-1}#progressbar li.active:after,#progressbar li.active:before{background-color:#2a764d!important}#progressbar li.active.step1:after{border-radius:10px 0 0 10px}#progressbar li.active.step2:after{border-radius:0 10px 10px 0}#progressbar li.active.step3:after{border-radius:0}#progressbar li.active.last:after{border-radius:0 10px 10px 0}.separator{display:flex;align-items:center;text-align:center}.separator:after,.separator:before{content:"";flex:1 1;border-bottom:1px solid #000}.separator:not(:empty):before{margin-right:.25em}.separator:not(:empty):after{margin-left:.25em}.addressSelectBox{position:absolute;top:73%;left:30px;z-index:1000;display:block;float:left;min-width:160px;width:87%;padding:0 0 5px;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.18)}.addressSelectBox>table td{cursor:pointer}#loading{display:inline-block;margin:15px;width:25px;height:25px;border-radius:50%;border-color:#d8d8d8 #d8d8d8 rgba(50,175,46,.8) rgba(50,175,46,.8);border-style:solid;border-width:3px;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}.haddition-box{border:1px solid #ddd;padding:10px 15px;margin:15px 10px 0 0;font-weight:550;font-size:1.03rem}.haddition-box.active,.haddition-box:hover{background-color:#f5f5f5;border-color:#2a764d;cursor:pointer}.privacy-container,.term-container{margin-top:126px;min-height:62vh}.overflow-ellipsis{text-overflow:ellipsis}.spinner{margin:0 auto;padding-top:10px;width:70px;text-align:center}.spinner>div{width:9px;height:9px;background-color:#2a764d;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}.categoriesImgLayout img{height:110px!important;width:110px;border-radius:4px}.categoriesImgLayout .img-fluid{max-height:145px;-o-object-fit:scale-down;object-fit:scale-down}.featuredItems.brands.featuredItemsId img{height:120px;width:80%!important;border-radius:4px;-o-object-fit:fill;object-fit:fill}.rtl .floatClass{text-align:right}.rtl .floatReverseClass{text-align:left}.rtl .catTitle{text-align:right}.ltr .floatClass{text-align:left}.ltr .floatReverseClass{text-align:right}.ltr .catTitle{text-align:left}.product-saving{color:#fa6b2d;font-weight:500;font-size:10px;height:15px}.product-prices{width:100%;min-height:40px}.product-price{text-align:left}.Store-name,.product-price{font-size:16px;display:inline-block;color:#333;letter-spacing:-1px;font-weight:500}.product-price-before{text-decoration:line-through}.Store-description,.product-price-before{font-size:14px;display:inline-block;letter-spacing:0;color:#7d7d7d;font-weight:400}.product-name{width:100%;margin-bottom:5px;color:#212121;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-description,.product-name{text-align:left;float:left;font-size:14px;font-weight:400}.product-description{width:70%;color:#888}.product-clear-fix{float:left;margin:15px 0}.product-add-cart{width:30%;float:left}.product-button{position:absolute;width:100%;left:0;z-index:2;top:75px;opacity:0;padding:10px 20px;text-align:center;transition:opacity .35s ease}.product-button a{color:#fff!important;background-color:#2a764d;float:left;border-radius:4px;padding:10px 20px;cursor:pointer;font-size:12px;margin:0 10%;height:36px;width:80%;transition:.3s;z-index:1}.product-button a i{vertical-align:middle}.sucTick{color:#2a764d;margin-left:20px;position:absolute;top:9px}.stepChangeLnk{color:red!important;font-weight:500;text-transform:uppercase}.billDetCap{font-size:13px;font-weight:500;color:#282c3f}.sliderCartPrice{text-align:right;width:93px}.product-add-button{border:1px solid #2a764d;padding:5px 8px;background:#fff;font-size:12px;font-weight:500;color:#2a764d;text-align:center;border-radius:5px;text-transform:capitalize}.product-add-button:hover{border:1px solid #2a764d;color:#fff;background:#2a764d;transition:.3s}.product-add-button:focus{outline:none!important}.product-units{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:3px 0;float:left;font-size:13px;font-weight:400;width:100%!important;text-align:left}.product-container{cursor:pointer}.product-container:hover .product-button{opacity:1}.product-container:hover .product-overlay{display:block;opacity:1;background:hsla(0,0%,100%,.9)}.product-container .card-body{margin-top:25px;padding:0}.product-overlay{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;background:#fff;transition:.5s ease}.promo-discount{position:absolute;text-align:center;border-radius:3px;left:0;top:10px;font-size:12px;font-weight:500;background:#2a764d;border:1px solid #2a764d;color:#fff;z-index:1;width:auto;padding:3px 5px 2px}.catTitle{padding-bottom:10px;padding-top:25px}.catTitle h3{font-size:18px!important;display:inline-block;color:#212121}.catTitle p{font-weight:400;color:#7d7d7d;padding-bottom:10px}.catTitle p b{color:#333;font-weight:600}.sub-title{float:left;width:100%;margin-bottom:0;font-size:15px;padding:0 20px}#footer{position:absolute;left:0;width:100vw;font-size:13px}.CookieConsent a{color:#2a764d}.icon-container{overflow:hidden;float:left;display:inline-block;padding-top:25px;width:10%;text-align:center}.defaultLocation,.errorLocation{clear:both;margin:0 auto;overflow:hidden;width:100%}.errorLocation-icon{float:left;color:#ce0b0b;font-size:19px}.errorLocation-text{float:left;width:80%;color:#ce0b0b;padding:35px 0;font-size:14px}.details-container{display:inline-block;width:90%;border-bottom:1px solid #d7d8db;padding:15px 0 15px 10px}.details-container-body{font-size:12px;color:#777;font-weight:400}.header-menu-button{vertical-align:middle;display:flex;align-items:center;align-content:center;cursor:pointer;padding:14px 10px}.header-menu-button .menu-button{display:flex;align-items:center;align-content:center;width:40px;height:40px;background-color:#e5edef}.bar{height:2.5px;width:20px;display:block;margin:0 auto;margin-position:relative;background-color:#242424;border-radius:10px;transition:.4s}.hamburger-button{height:20px;width:100%;position:relative;cursor:pointer;display:block;outline:none!important;padding:3px 0;border:unset;background-color:transparent;text-align:center}.hamburger-button .bar{position:absolute}.hamburger-button .bar:first-of-type{top:0;transition:top .2s ease .3s,transform .3s ease-out .1s;animation:mrotr 1.5s cubic-bezier(.5,.2,.2,1.01)}.hamburger-button .bar:nth-of-type(2){top:6px;transition:.25s ease .3s;opacity:1}.hamburger-button .bar:nth-of-type(3){top:12px;transition:top .2s ease .3s,transform .3s ease-out .1s;animation:mrotl 1.5s cubic-bezier(.5,.2,.2,1.01)}.hamburger-button.active .bar:first-of-type{top:6px;transform:rotate(45deg);transition:top .2s ease .1s,transform .3s ease-out .3s}.hamburger-button.active .bar:nth-of-type(2){opacity:0}.hamburger-button.active .bar:nth-of-type(3){top:6px;transform:rotate(-45deg);transition:top .2s ease .1s,transform .3s ease-out .3s}.pageAnimate{transition-property:top,left;transition-duration:1s,1s;transition-delay:0s,1s}.paymentsCardFormScroller{overflow-y:auto}.scroller::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scroller::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.horizontal-scroll{overflow-x:hidden;overflow-y:scroll}.substore-image{width:87px;height:56px;background-position:50%;border-radius:4px;display:inline-block;background-size:cover;background-color:#e5edef;overflow:hidden;vertical-align:top;box-shadow:0 10px 15px -8px rgba(135,152,164,.2);transition:all .3s ease;float:left}.substore-text{width:265px;padding:10px 15px;float:left;vertical-align:middle}ul.segmented-stores-list{line-height:normal;display:flex;flex-flow:row wrap;padding-bottom:15px}ul.segmented-stores-list li{width:100%;padding:15px 20px;background:#fff;cursor:pointer;border-bottom:1px solid #f7f7f7}ul.segmented-stores-list li:hover h4.title{color:#2a764d!important}ul.segmented-stores-list li .description{font-size:12px;color:#7d7d7d;line-height:12px;font-family:Work Sans,sans-serif!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}h4.title{transition:.3s;font-size:14px;color:#333;font-weight:400;font-family:Work Sans,sans-serif!important;text-transform:capitalize;margin-bottom:5px;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.slider-title.dash.text-left span i{color:#2a764d!important}.slider-title h4{font-size:24px;padding:20px 22px;font-weight:300!important;font-family:Work Sans,sans-serif!important}.dash h4:after{display:block;height:3px;background-color:#2a764d;content:" ";width:45px;margin:15px 0 0}.scroll-left{height:50px;overflow:hidden;position:relative}.scroller-text{width:100%;height:100%;margin:0;text-align:center;transform:translateX(0);font-size:13px}.hide-overflow-text{width:100%;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden}.header-title{padding:10px 30px 0;margin:-75px auto 0;background:transparent;width:300px}.header-title h2{color:#242424;font-size:24px;padding:0;font-family:Work Sans,sans-serif;display:inline-block;letter-spacing:.6px;line-height:1.1;float:left;width:100%;margin-bottom:0}.header-title img{width:70px;height:70px;-webkit-border-radius:70px;-webkit-background-clip:padding-box;-moz-border-radius:70px;-moz-background-clip:padding;border-radius:70px;background-clip:padding-box;margin:7px 0;background-size:cover;background-position:50%}.header-form{max-width:500px;margin:0 auto;clear:left}.selected-store span{font-size:14px;font-weight:600;color:#999}.selected-store p{font-size:11.5px;font-weight:600!important;margin-top:-10px;color:#272727;white-space:nowrap;width:130px;overflow:hidden;text-overflow:ellipsis}.selected-store:hover{cursor:pointer}ul.headerNavUL{flex-direction:row;justify-content:flex-end}ul.headerNavUL>button,ul.headerNavUL>div,ul.headerNavUL>li{margin-left:5px!important;margin-right:0!important}.innerPageHeaderNav .selected-store p{font-size:14px;font-weight:400;margin-top:-4px!important;color:#272727;letter-spacing:.1px}.store-feature{border-radius:5px;float:left;width:32%;margin:0 .65%;padding:1vw 2vw;max-height:115px;overflow:hidden}.color1{background:#dcdbff}.color2{background:#d7fffe}.color3{background:#ffe1d3}.info-p{margin-top:8px;font-size:13px;color:#545454;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cont-img{width:100px;height:auto;float:left;display:inline-block;vertical-align:middle;zoom:1}.cont-img img{width:100%}.hide-overflow{overflow:hidden}.time-zone{font-weight:600;font-size:16px}.time-zone span{font-size:13.5px;color:#ffab84}.side-nav{margin-top:228px;height:100vh;z-index:9;transition:top .2s ease-out;float:left}.side-show{width:20%}.side-hide{width:0}.main-div{transition:top .2s ease-out;float:right;padding-top:225px}.customBgWhiteSection{background:#fff}.main-full{width:100%;background:#f7f7f7}.main-compressed{width:80%!important}.sticky{position:fixed!important;max-width:255px;top:110px!important}.z-top{z-index:101}.cont-product{display:flex;font-size:14px;width:100%;height:100%;transition:cubic-bezier(.075,.82,.165,1)}.cont-product .product-img{width:320px;flex-direction:column;align-items:center;justify-content:space-around;height:100%}.cont-product .product-img img{margin:5%;max-width:310px;max-height:275px}.cont-product .cont-info-product{text-align:left;padding:30px 20px 30px 30px;max-width:480px;display:flex;flex-direction:column}.cont-product .cont-info-product .product-name{color:#333;font-size:22px;margin-bottom:10px;font-family:Work Sans,sans-serif;white-space:unset!important;overflow:unset!important;text-overflow:unset!important}.cont-product .cont-info-product .info-product{overflow:hidden;overflow-y:auto;padding-right:10px}.cont-product .cont-info-product .product-price{color:#333;font-weight:400;font-size:16px;margin:5px 0}.cont-product .cont-info-product .product-price-before{font-weight:300;text-decoration:line-through;font-family:Work Sans,sans-serif!important;font-size:14px;margin:0 10px}.cont-product .cont-info-product .product-saving{color:#ff9869;font-size:12px;font-weight:700;margin-bottom:15px}.cont-product .cont-info-product .product-saving span{background:#ff9869;padding:2px 5px;border-radius:4px;color:#fff}.product-img-thumbnails{width:100%;text-align:center;display:flex;overflow-y:hidden;overflow-x:scroll;overflow:-moz-scrollbars-none;-ms-overflow-style:none}.product-img-thumbnails img{margin-right:10px;width:70px;height:70px;cursor:pointer;border:1px solid transparent}.product-img-thumbnails img:hover{border:1px solid #2a764d}MuiCheckbox-colorPrimary-4643.MuiCheckbox-checked-4641{color:#ff9869!important}.product-detail-operator{overflow:hidden;padding-top:20px}.product-detail-operator .calculator-market-mobile{padding:5px;border:1px solid #a7ba12;border-radius:4px;margin:0 auto;width:140px}.offerImages{background-size:100% 100%!important;background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:2px;transform:scale(1);transition:.4s;margin:auto;height:260px;width:90%}.offerImages:hover{transform:scale(1.1)}.calculator-market{height:30px;width:70px!important;border:1px solid #2a764d;color:#2a764d;font-size:.9rem;font-weight:500;line-height:30px;position:relative;text-align:center;background-color:#fff;float:none;margin:0 auto;width:100%}.calculator-market .substract{position:absolute;left:0;top:0;width:33.33333%;display:inline-block;opacity:1;transform:translateZ(0);cursor:pointer;font-weight:500;font-size:1.5rem}.calculator-market .substract:before{content:"";display:inline-block;height:2px;width:9px;background-color:#bebfc5;position:relative;top:-6px}.calculator-market .qtyNum{left:33.33333%;font-size:14px}.calculator-market .addition,.calculator-market .qtyNum{position:absolute;top:0;width:33.33333%;display:inline-block;opacity:1;transform:translateZ(0);cursor:pointer}.calculator-market .addition{right:0;font-size:130%;font-weight:400}.calculator-market .addition:hover{transform:scale(1.1);transition:.1s}.calculator-market button{width:30px;background:0 0;transition:.3s;color:#2a764d;font-weight:700;font-size:18px;border-radius:4px;border:unset;outline:unset;display:inline-block;vertical-align:top}.calculator-market button:disabled{background:#f7f7f7!important}.calculator-market div{display:inline-block;vertical-align:top;width:55px;font-size:15px;text-align:center}.shadow{box-shadow:0 32px 32px -10px rgba(135,152,164,.09),0 16px 16px -10px rgba(135,152,164,.07),0 8px 8px -10px rgba(135,152,164,.04),0 4px 4px -10px rgba(135,152,164,.02),0 2px 4px -10px rgba(135,152,164,.01)}.buttons-product>button{color:#fff;background-color:#2a764d;transition:.3s;line-height:30px;border-radius:4px;cursor:pointer;font-size:18px;float:right;width:170px;border:unset;outline:unset;padding:8px}.buttons-product>button:hover{opacity:.8}.buttons-product>button span{margin-left:10px}.innerPage-heading{margin-bottom:0;font-weight:500;font-size:14px}.loaderParent{position:fixed;top:0;left:0;z-index:2000;background:rgba(0,0,0,.5);width:100%;height:100vh;overflow:hidden!important}.loader-container{position:relative;width:100%;text-align:center;padding-top:50vh}.left-Filter-Header{padding-bottom:10px;font-size:20px;font-weight:700;letter-spacing:.3px;padding-top:25px;opacity:.9;display:inline-block}.sort-filter-ul{display:flex;margin:0 5px}.sort-filter-ul li{margin:0 5px;font-size:80%;font-weight:500;cursor:pointer;transition:.3s}.sort-filter-ul li:hover{color:#ff9869;cursor:pointer}.sort-filter-ul .active{color:#ff9869}.sort-head{font-size:80%;font-family:Work Sans,sans-serif}.Sticky-Button{position:fixed;bottom:6%;width:100%;text-align:center}.showFilter{display:block!important}.mobileFilterDivs{display:none;transition:.3s;min-height:85vh;background:#fff}.sticky-header{right:0;padding:25px 15px;position:sticky;top:0;background:#fdfdfd}.text-reset{color:#f50057;font-size:15px;font-weight:700}.text-head{font-size:17px;top:-1px;font-weight:700}.change-store{font-size:11px;margin:5px 0 10px;float:left;width:100%;text-align:center;cursor:pointer;line-height:15px;transition:.3s}.change-store:hover{color:#242424}.change-store:hover span{transition:.3s}.change-store span{cursor:pointer;transition:.3s;padding:3px 10px;border-bottom:1px solid transparent;font-size:12px;font-weight:400;text-transform:capitalize;color:#666}.change-store span:hover{text-decoration:underline}.bgTrans{background:#c2c2c2}.cartItemTotLayoutHeader{background:#333!important;color:#fff!important}.bottomIconNormal img{filter:opacity(1)}.bottomIconFade img{filter:opacity(.5)}.absolute-center{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:block}img.absolute-center{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.cart-title{margin-bottom:2px;font-weight:500;font-size:16px;color:#474747}.cart-description{font-size:12px;text-transform:capitalize;color:#999;letter-spacing:.3px}.cart-product{font-size:14px!important;color:#444;letter-spacing:.6px;font-weight:400;line-height:1.2;margin-bottom:2px}.qnty-box{position:relative;cursor:pointer;height:35px;width:45px;border:1px solid #e0e0e0;margin:0 auto;line-height:35px;border-radius:4px;font-size:16px;color:#757575;font-weight:600;z-index:100;background-color:transparent;float:left;text-align:center}.cart-prod-prize{color:#555;font-size:14px;font-weight:500;letter-spacing:.3px}.prod-qnty{padding:0 10px}.btn-qnty{border:1px solid #2a764d;font-size:15px;width:25px;cursor:pointer;outline:none!important;border-radius:3px;transition:.3s}.btn-qnty,.btn-qnty:hover{color:#fff;background:#2a764d}.alert-red,.capitalize,button.h3{text-transform:capitalize}.alert-red{float:right;font-size:10px;padding-top:5px;font-weight:700;color:red!important}.checkoutcustomFaComm{width:35px;height:35px;text-align:center;padding:8px 6px;margin-left:-6px;font-size:20px!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background:#fff}.activeCustomFaComm{color:#fff;background:#333}.accountHeader{font-size:23px;padding:10px 0 10px 30px;text-transform:capitalize}.accountHeader,.accountHeaderActive{color:#282c3f;font-weight:500;margin:0}.accountHeaderActive{font-size:24px;padding:10px 0 10px 40px}.dashed-box{height:218px;width:290px;padding:23px 30px 29px;border:1px dashed #e9e9eb;display:inline-flex;margin:15px}.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom{display:none!important}.gmnoprint button{height:25px!important;width:25px!important}.gmnoprint button img{height:auto!important;width:18px!important;padding:1px 3px 10px!important;margin-top:3px!important}.addressBox{font-size:14px;color:#999;font-weight:400;padding:15px 0;height:100px;overflow:hidden;text-align:left}.card{border:1px solid transparent}.bgWhite{background:#fff}.navList{display:inline-flex;font-weight:500}.navList li{margin:0 20px;font-size:15px;cursor:pointer;transition:.03s}.navList li:hover{color:#ffab84}.profilePageMobView{background:#fff;height:auto;overflow-y:auto;overflow-x:hidden;padding-left:36px}.profilePageMobView .nav-item{display:flex;align-items:center}.profilePageMobView .nav-item :after{display:none!important}.userName{font-weight:700;font-size:15px;text-transform:capitalize}.userDetails,.userName{letter-spacing:.3px;margin-bottom:5px}.userDetails{color:#666;font-size:13px;text-transform:lowercase!important}.userProfileLULMobView li{position:relative;padding:5px 15px}.userProfileLULMobView li a{color:#000!important;text-transform:capitalize;font-size:16px;font-weight:500;letter-spacing:.3px;background:#fff}.userProfileLULMobView li a:hover{text-decoration:none}.profile-section-title{font-size:18px;font-weight:600;color:#000;padding:5px 15px}.profile-section-title:after{content:"";display:block;width:100%;height:1px;background:#e5e5e5;margin:16px 0 8px}#userLogout{margin-top:15px;padding-left:15px}#userLogoutImg{top:calc(50% - 0px)!important;position:absolute;left:85%}.productsFilterSection{background:#f7f7f7;overflow-y:auto}.productsFilterSection .bgFilterHeader{background:#f7f7f7}.productsFilterSection .MuiListSubheader-root-20{padding-left:0!important;padding-right:0!important}.productsFilterSection .ListExampleNested-formGroup-126{padding-top:0!important;padding-left:0!important}.productsFilterSection .MuiButtonBase-root-79{justify-content:flex-start!important}.productsFilterSection .MuiTypography-body1-40{font-size:13px!important}.productsFilterSection .MuiListSubheader-root-14,.productsFilterSection .MuiListSubheader-root-29{padding-left:0!important;padding-right:0!important}.productsFilterSection::-webkit-scrollbar{width:4px;display:none}.productsFilterSection::-webkit-scrollbar-track{background:#f1f1f1}.productsFilterSection::-webkit-scrollbar-thumb{background:#aaa;border-radius:4px}.productsFilterSection::-webkit-scrollbar-thumb:hover{background:#555}.ListExampleNested-formGroup-154{padding-top:0!important;padding-left:0!important}.view-all-products .view-all-single-product .promo-discount{top:0!important}.view-all-products .view-all-single-product .view.zoom{text-align:center}.view-all-products .productDisplaySection .card img{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;background:#fff}.view-all-products .featuredItems .card,.view-all-products .product-card .card{margin:0}.ListExampleNested-formGroup-7{padding-left:0!important;padding-right:0!important}.MuiIconButton-label-87{justify-content:flex-start!important}.MuiTypography-body1-49,.MuiTypography-body1-67{font-size:13px!important}.checkoutMobViewSection .ordBtnContainerMark{border-color:#2a764d!important}.checkoutMobViewSection .ordBtnContainer .ordBtnContainerMark:after{background:#2a764d!important}.checkOutHeaderQues{font-size:16px;padding:10px 0}.checkOutHeader{font-size:16px;background:#eee}.checkOutFeat,.checkOutHeader{text-transform:capitalize;padding-top:10px;padding-bottom:10px}.checkOutFeat{font-size:15.5px;position:relative;color:#2a764d}.checkOutFeat:hover{cursor:pointer}.checkOutFeat:after{position:absolute;content:"";right:0;color:#474747;font-family:fontawesome}.checkOutFeatImgLayout{padding-right:0}.checkOutPaymentDetails{font-size:15.5px;text-transform:capitalize;letter-spacing:.3px}.checkoutToPayLayout{position:fixed;width:100%;background:#fff;left:0;bottom:0;z-index:97;border-top:1px solid #eee}.checkOutTotPay{font-size:14px;font-weight:700;text-transform:capitalize;margin-bottom:15px;letter-spacing:.3px}.checkoutPayBtn{border:none;text-transform:uppercase;font-weight:600;font-size:13px;padding-top:10px;padding-bottom:10px;background:#2a764d;color:#fff;letter-spacing:.3px;border-radius:4px}.food-card{box-shadow:0 1px 0 rgba(58,61,66,.06),0 2px 8px -2px rgba(0,0,0,.15);padding:8px;min-height:260px}.product-store-name{font-size:12px;font-weight:500;margin-top:4px;text-transform:capitalize;letter-spacing:.3px;color:#474747;text-align:start;display:block}.dishes-title{background-color:#2a764d;padding:8px;color:#fff}.dish-nav-item{font-size:1rem!important;line-height:30px}.dish-nav-item.active{font-size:1.2rem!important}.dish-holder{display:inline-block}.dish-item{display:flex;justify-content:center;align-items:center;margin:8px;position:relative;width:95%;height:5.9375rem;background-color:#fff;border:1px solid #fff;border-radius:.75rem;box-shadow:0 1px 0 rgba(58,61,66,.06),0 8px 32px -16px rgba(0,0,0,.3);cursor:pointer;transition:all .2s ease-in-out 0s}.dish-item>img{width:80%;height:80%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}.dish-item .dish-name{position:absolute;bottom:-1px;left:-1px;color:#404040;padding:.25rem 1rem .25rem .8125rem;background-color:#f3f5e2;border-top-right-radius:.75rem;border-bottom-left-radius:.75rem;transition:all .2s ease-in-out 0s}.show-more{cursor:pointer;padding:8px;color:#545454;border:2px solid #a7ba13;background-color:hsla(66,28%,86%,.749);margin:8px;border-radius:5px}.show-more:hover{background-color:#fefff3}.view-all-single-product{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;border-left:1px solid #eee}.view-all-single-product .card img{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;background:#fff}.view-all-single-product .view.zoom{text-align:center}.downloadAppLayout i{font-size:24px;padding-left:15px;transition:.2s}.downloadAppLayout .fa-facebook-official:hover{color:#4267b2}.downloadAppLayout .fa-twitter-square:hover{color:#1da1f2}.downloadAppLayout .fa-instagram:hover{color:#2a764d}.downloadAppLayout .fa-linkedin-square:hover{color:#0077b5}.errContainer{height:90%;width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.errCode{text-align:center;font-size:10em;color:#e4602b}.nothingFoundMsg{font-size:34px;text-transform:uppercase;letter-spacing:3px}.nothingFoundMsg,.returnMsg{font-weight:200;margin-top:0;margin-bottom:25px;text-align:center}.returnMsg{font-size:16px;word-spacing:3px}.returnLnk{border-bottom:1px dashed;color:#e4602b!important;margin:0 5px}.customselectLayout .dropdown-toggle:after{border:none}.customselectLayout button{background:#fff;border:1px solid #ccc;font-size:14px;letter-spacing:.3px;font-weight:500}.customselectLayout button:hover{color:#2a764d}.customselectLayout button:after{content:"";font-family:fontawesome;right:10%;position:absolute;font-size:20px;top:calc(50% - 15px)}.customselectLayout .dropdown-item{padding:.45rem 1.5rem}.customselectLayout .dropdown-item:focus,.customselectLayout .dropdown-item:hover{background-color:#2a764d;color:#fff!important}.customselectLayout .dropdown-item:active{color:#fff!important;background-color:#55c3be}.customselectLayout .dropdown-menu{width:100%}.customselectLayout .dropdown-item.active{color:#fff!important;background-color:#55c3be}.breadcrumb{margin-bottom:0;background-color:transparent;padding:0 1rem 0 0}.breadcrumb li a{font-size:14px;color:#e5e5e5!important;display:inline-block}.breadcrumb-item.active{color:#fff;font-size:14px;font-weight:500;letter-spacing:.3px}.breadcrumb-item.active a{color:#fff!important}.scrollerthin::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollerthin::-webkit-scrollbar{width:2px;background-color:#f5f5f5;display:none}.scrollerthin::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}.popup-Box{position:relative;z-index:100;background:#fff;width:65%}.popup-Box-Overlay{position:fixed;z-index:99;background:rgba(0,0,0,.4);width:100%;height:100vh;overflow-x:hidden;overflow-y:scroll}.pastOrdersHeaderLayout a:hover{text-decoration:none}.pastOrdersHeaderLayout .viewOrderedItemsAnchor:hover{text-decoration:underline!important}.homeNavUL li a:hover{transition:.3s}.view img{transition:.2s}.view img:hover{transform:scale(1.1);transition:.2s}.cartbox-product-name{padding-left:0;padding-right:.88rem}.mvOrdDetailBtn{width:48%;background:#2a764d;color:#fff;letter-spacing:.5px;border:none;border-radius:3px}.mvOrdDetailBtn,.mvOrdHelpBtn{font-size:11px;display:inline-block;font-weight:600;padding:8px 0}.mvOrdHelpBtn{width:45%;color:#2a764d;border:1px solid #2a764d;border-radius:3px;background:#fff}.timeline{background:#fff;counter-reset:section;margin:20px auto;padding-left:30px;padding-top:0}.timeline .pickUpPoint{border-left:1px dashed #5b5b5b;padding-bottom:23px;padding-left:23px;margin-top:12px;margin-left:1px;width:100%;position:relative}.timeline .pickUpPoint:before{content:"";position:absolute;border-radius:50%;height:40px;width:40px;color:#5b5b5b;font-size:22px;font-weight:700;line-height:40px;text-align:center;left:calc(0% - 21px);top:calc(0% - 10px);font-family:fontawesome}.timeline .dropPoint{padding-left:25px;margin-top:-2px;margin-left:1px;position:relative}.timeline .dropPoint:before{content:"";position:absolute;border-radius:50%;height:40px;width:40px;color:#5b5b5b;font-size:22px;font-weight:700;line-height:40px;text-align:center;left:calc(0% - 20px);top:calc(0% - 10px);font-family:fontawesome}.itemDetailsMobileView{border:1px solid #f1eded;align-items:center;justify-content:center;border-radius:10px;box-shadow:0 0 2px 0 rgba(0,0,0,.1);margin:7px 0}.mobileViewOrderTotal .totalCaption{font-weight:500;color:#444}.mobileViewPayment .paymentMethod{position:absolute;bottom:8px;left:45px;top:5px}.helpNewTktBtn{padding:0 5px;background:#2a764d;border-radius:50%;color:#fff}.helpNewTktBtn:hover{cursor:pointer}.cpnCode{padding:10px 18px;background:#faebd7;border:1px solid #2a764d;font-weight:700}.cpnApplyBtn,.cpnCode{text-transform:uppercase}.cpnApplyBtn{font-size:16px;color:#e96125!important;border:none;font-weight:500}.cpnTitleText{font-weight:700}.middleContainer{scrollbar-width:none;-ms-overflow-style:none}.middleContainer::-webkit-scrollbar{width:0!important;height:0!important;display:none}.mainProductCategoriesContainer{overflow-y:scroll;padding-right:20px;scrollbar-width:none;-ms-overflow-style:none}.mainProductCategoriesContainer::-webkit-scrollbar{width:10px!important;height:0!important;display:none}.scroll{overflow-y:auto}.scroll::-webkit-scrollbar{width:12px}.scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:3px!important}.scroll::-webkit-scrollbar-thumb{background:#ccc!important;border-radius:3px!important;width:3px!important}.cpnValidity{font-weight:500;color:#2a764d;text-transform:uppercase}.cpnValidDate{font-weight:500;color:#999}.cpnHowITWorks{font-weight:500;color:#2a764d}.cpnMoreDetail{font-weight:600;color:#2a764d}.cpnMoreDetail:hover{cursor:pointer}.cpnDetailCloser{position:fixed;bottom:5%;text-align:center;width:100%}.cpnDetailCloseBtn{border:1px solid #2a764d;background:#fff;padding:10px 45px;font-size:16px;color:#2a764d;text-transform:uppercase}.checkoutPaymentType{box-shadow:0 1px 3px 0 rgba(0,0,0,.23),0 1px 2px 0 rgba(0,0,0,.1);margin:4px}.checkoutPaymentType.active{box-shadow:0 1px 3px 0 rgba(0,0,0,.4),0 1px 2px 0 rgba(0,0,0,.35);background:hsla(0,0%,85%,.322)!important}.donate-btn-style{padding:8px;border:1px solid #a7ba13;border-radius:5px}.chkoutPayBtn{border:none;background:#2a764d;color:#fff;text-transform:uppercase;font-weight:700;padding:9px 31px;border-radius:3px;font-size:12px}.chkoutPayBtn,.chkoutPayBtn:hover{box-shadow:1px 0 10px 0 rgba(0,0,0,.3)!important}.chkoutPayBtn:hover{transition:all .45s cubic-bezier(.23,1,.32,1) .3ms;background:#70bd57}.fUpldImg{max-width:120px;height:auto}.user-name-txt{text-transform:capitalize;color:#272727;max-width:70%;overflow:hidden;text-overflow:ellipsis;word-break:break-all;overflow-wrap:break-word;font-size:22px;display:inline-flex}.input-file-container{position:relative;width:300px;color:#2a764d}.input-file-trigger{display:block;padding:10px 30px;background:#fff;color:#2a764d;font-size:13px;transition:all .4s;cursor:pointer;border:1px solid #2a764d;text-align:center;text-transform:uppercase;letter-spacing:1px}.input-file,.input-file-trigger:hover{cursor:pointer}.input-file{position:absolute;top:0;left:0;width:225px;opacity:0;padding:14px 0}.uploadDisabled:hover{cursor:not-allowed}.uploadEnabled:hover{opacity:.8;transition:.4s}.searchBoxMV{border:none;background:#f2f2f2;padding:5px 15px;height:40px;width:100%;font-size:16px}#finalAns p{font-weight:500}.oneLineDisplay{-webkit-line-clamp:1;font-size:13px!important;letter-spacing:.3px;margin-bottom:5px}.oneLineDisplay,.twoLineDisplay{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.twoLineDisplay{-webkit-line-clamp:2}.popUpBoxBtSpl{border-radius:4px}.popUpBoxBtLayout{position:relative}.popUpBoxBtLayout .customradio+label{margin-left:0!important;margin-right:5px;font-size:13px;margin-bottom:0;cursor:pointer}.popUpBoxBtLayout .customradio+label:hover{background:#2a764d;color:#fff}.popUpBoxBtLayout .prodPriceBtP{color:#333!important;font-weight:400!important;font-size:16px}.popUpBoxBtLayout .prodPriceBtPSpl{font-size:30px!important}.popUpBoxBtLayout .prodPriceBtBefore{text-decoration:line-through;height:21px;opacity:.8;font-size:20px;line-height:1.2;color:#3c3e44;font-weight:400;margin-right:12px!important}.popUpBoxBtLayout .prodSavingBt{color:#ff9869!important;font-size:12px!important;font-weight:700!important;margin-bottom:15px!important}.popUpBoxBtLayout .Store-name,.popUpBoxBtLayout .product-price{font-size:24px!important;font-weight:600!important;line-height:1;color:#282c3f;margin-right:12px;margin-top:14px;margin-bottom:5px;display:flex}.popUpBoxBtLayout .product-saving{font-size:12px!important;margin-bottom:10px!important;height:auto}.popUpBoxBtLayout .wishFavBtP{color:#282c3f;font-weight:500;font-size:14px;letter-spacing:.3px}.popUpBoxBtLayout .wishFavBtP:hover{border:1px solid #535766}.popUpBoxBtLayout .wishFavBt{text-align:center;padding-top:20px;padding-bottom:20px;cursor:pointer}.popUpBoxCloseLayout{position:absolute;top:0;right:0}.productBoxCloseLayout{position:absolute;top:1px;right:-35px}.breadcrumb-item+.breadcrumb-item:before{color:#f0f9f3;content:""!important;font-family:fontawesome}.headerNavUL li a.changeProfileAnch{position:absolute;margin-left:-60px;margin-top:18px;color:#2a764d!important;font-weight:500;font-size:13px}.prodDialogH3{color:#333;font-size:22px;margin-bottom:10px;white-space:unset!important;overflow:unset!important;text-overflow:unset!important;opacity:.9;font-weight:400}.online-soon{background:#3cb371;padding:10px 16px;border-bottom-right-radius:16px;font-size:14px;margin-right:18px}.onboarded,.online-soon{color:#fff;border-bottom-left-radius:16px;font-weight:550}.onboarded{border-top-left-radius:16px;font-size:12px;padding:5px 10px}.onboarded.signup{background:#dc3545;display:inline-block;cursor:pointer;position:absolute;top:0;right:0}.onboarded.signup:hover{background:#c82333;transition:.3s;opacity:.6}.onboarded.also-found{background-color:#ffc107;display:inline-block;position:absolute;top:12%;right:0}.onboarded.soon-meshi-family{margin-left:18px;background-color:#64c574;display:inline-block;position:absolute;top:35%;right:0}.store-is-close2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99;background-color:rgba(3,0,197,.878);padding:8px 24px;box-shadow:1px 6px 20px 4px rgba(0,0,0,.65);border-radius:8px;color:#f5f5f5;font-size:1.04rem;font-weight:600}.store-is-close{position:absolute;top:0;z-index:101;background:rgba(3,0,197,.878);color:#fff;padding:7px 24px;font-size:14px;font-weight:550}.store-is-close.left{left:0;margin-left:26px}.store-is-close.left,.store-is-close.right{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.store-is-close.right{right:0;margin-right:26px}.store-is-close.bottom{bottom:0;right:0;top:auto;margin-right:16px;border-top-right-radius:16px;border-top-left-radius:16px}.prodDisclaimerBt{font-size:12px;opacity:.8;word-break:break-all}.prodDescBtP{padding-bottom:15px;border-bottom:1px solid #eee;margin-bottom:15px}.promotion-message{position:absolute;top:57px;left:0;padding-bottom:8px;width:100%;background-color:#fff;z-index:9999}.promotion-message>.content{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.promotion-message>.content>.content__title>span{position:absolute;left:6px;color:red;font-weight:700}.promotion-message>.content>.content__title>h4{font-size:14px;font-weight:600;line-height:20px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-inline-box;white-space:normal;flex:1 1;margin:0 0 0 24px;text-align:start}.promotion-message>.content>.content__button{color:#fff;background-color:#d93a00;border-radius:20px;padding:6px 22px}.promotion-overlay{left:0;position:absolute;right:0;bottom:0;z-index:99999;top:0;background-color:rgba(35,40,40,.3)}.overflow-hidden{overflow:hidden}.promotion-box{position:fixed;bottom:0;z-index:9999;height:100%;width:100%;background-color:rgba(35,40,40,.3)}.promotion-box.close{background-color:transparent}.promotion-box>.content{z-index:99999;position:absolute;background-color:#fff;height:auto;width:100%;bottom:0;color:#030430;font-weight:500;font-size:.94rem;padding-top:.8em;padding-bottom:.8em;border-radius:1.3em 1.3em 0 0;animation:contentOpen .5s ease-out 0s 1}.promotion-box>.content.close{animation:contentClose .3s ease-in 0s 1}.promotion-box>.content>.content__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid;border-color:#edeff1;color:#1a1a1b;font-size:18px;font-weight:700;line-height:26px;margin:0 20px;padding-top:12px;text-align:center}.promotion-box>.content>.content__items{display:block;padding:16px 20px;vertical-align:top;flex-direction:column!important}.promotion-box>.content>.content__items>.content__item{display:flex;flex-direction:row;align-items:center;position:relative}.promotion-box>.content>.content__items>.content__item:first-child{margin-bottom:16px}.promotion-box>.content>.content__items>.content__item>.content__item__image{background-color:transparent;border:1px solid #edeff1;border-radius:8px;padding:5px;margin-right:12px}.promotion-box>.content>.content__items>.content__item>.content__item__image>img{width:3.2em;height:3.2em;color:#000}.promotion-box>.content>.content__items>.content__item>.content__item__image>svg{width:4em;height:4em}.promotion-box>.content>.content__items>.content__item>.content__item__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1a1b;font-size:16px;font-weight:600;left:0;line-height:32px;margin-right:102px;position:relative}.promotion-box>.content>.content__items>.content__item>.content__item__button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8d9194;background-color:#f6f7f8;border:1px solid #d3d6da;border-radius:40px;font-size:14px;font-weight:700;height:40px;line-height:38px;outline:none;padding:0 12px;text-align:center;position:absolute;right:0;text-transform:capitalize;width:94px}.promotion-box>.content>.content__items>.content__item>.b-primry{color:#fff;background-color:#24a0ed;border:1px solid #24a0ed}.promotion-box>.content>.content_footer{position:absolute;bottom:0;width:100%;height:auto}.paddLRProdModalBtCustom{padding-left:30px;padding-right:30px}.prodModalAddCartBtn{background:#2a764d;color:#fff;font-weight:600}.wishFavBtRow{margin-top:30px}.termsPage{margin-top:65px}.termsPage nav{border-bottom:1px solid hsla(0,0%,100%,.1)}.termsPage .termsNav li a{color:#fff!important;text-transform:capitalize;font-size:15px;letter-spacing:.3px;padding-left:10px!important;padding-right:10px!important}.termsBannerSec{background-image:url(/static/images/termsBannerNew.png);background-size:cover;background-position:50%;text-align:center;background-repeat:no-repeat;height:180px}#becomeShopperLi{border:1px solid #fff;border-radius:4px;padding-left:10px;padding-right:10px}#becomeShopper{display:inline-block}.termsHeaderH1Row{align-items:center;height:240px;background:#fff;margin-top:60px}.termsHeaderH1Layout{text-align:center}.termsHeaderH1{margin-bottom:0;font-size:50px;color:#333}.termsH3{text-align:center;margin-bottom:30px}.termsDescLayout{padding-top:40px;padding-bottom:50px}.informationUL{padding-left:5%;list-style-type:disc}.informationUL li{font-size:17px;color:#727272;letter-spacing:.3px;font-weight:400}.informationInnerUL{padding-left:5%;list-style-type:circle}.termsDescDiv p,blackquote{font-size:17px;color:#727272;letter-spacing:.3px;margin-bottom:15px;font-weight:400}.termsDescSection{background-color:#fcfcfc;border-top:1px solid #eef5f4;border-bottom:1px solid #eef5f4}.contactBlackQuote{display:block;width:30%;margin:auto}.privacyBannerSec{background-size:cover;background-position:50%;text-align:center;height:180px;background-color:#fff;background-repeat:no-repeat}.privacyBannerH6Title{color:#444!important}.curLocModalLayout{cursor:pointer}.clearSearchBtn{position:absolute;right:10px;top:14px;font-size:15px}.clearSearchBtn:hover{cursor:pointer}.popUpBoxStore{width:100%!important;max-width:100%;height:100vh}.storeDetailsTitleImgLayout{display:inline-block;border:1px solid #ccc;padding:20px;border-radius:50%}.storeDetailsTitleH2{color:#474747;font-weight:700;margin-top:10px}.storeDetailsTitleH4{font-weight:600;color:#757575;font-size:16px}.storePillsLayout{background:#f7f7f7}.storePillsLayout .storePillsPillsUL{padding-top:15px;padding-bottom:2px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-top:30px;background:#fff}.storePillsLayout .nav-pills .nav-link.active,.storePillsLayout .nav-pills .show>.nav-link{color:#2a764d;background-color:transparent;border-bottom:4px solid;border-radius:0}.storePillsPillsUL li a{width:150px;text-align:center;font-size:18px;font-weight:500;color:#939291}.storePillsBgWhiteCustom{background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:30px;margin-top:10px}.storePillsLayoutH4{text-transform:uppercase;font-size:16px;color:#757575}.storePillsLayoutH2{font-size:24px;font-weight:700;margin-top:10px}.storePillsDeliveryBtn{background:none;padding:0;font-size:18px;font-weight:600;color:#2a764d}.storePillsDeliveryBtn i{margin-left:5px}.storePillsLayoutH6{font-size:18px;margin-bottom:15px}.storePillsLayoutP{font-size:16px;color:#666;font-weight:400;letter-spacing:.3px}.storePillsHoursUL .nav-link{display:inline;font-size:16px;color:#474747;font-weight:400;letter-spacing:.5px;padding:0 0 10px}.storePillsMoreBtn{background:none;padding:0;font-size:16px;font-weight:600;color:#2a764d;border:none}.bgWhiteWhiteOnly{background:#fff;border-bottom:1px solid #e0e0e0}.storePillsDeliveryTimesUL .nav-link{display:inline;font-size:16px;color:#474747;font-weight:400;letter-spacing:.5px;padding:0 0 30px}.filtersCategoriesLayout .filtersCategories{color:#212121;height:40px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.filtersCategoriesLayout .filtersCategoriesSubSelect{font-size:13px;color:#666!important;padding:5px 0!important;display:inline-block;font-weight:500}.filtersCategoriesLayout .filtersCategoriesSubSelect:hover{text-decoration:none}.filtersCategoriesLayout .filtersCategoriesSubSelect:before,.filtersCategoriesLayout .filtersCategoriesSubSelect_second:before{content:"";font-family:fontawesome;font-size:14px;color:#2a764d;font-weight:600;margin-right:10px}.filtersCategoriesLayout .filtersCategoriesSubSelectItemsUL li a{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;padding:0 0 10px}.filtersCategoriesLayout .card{background:transparent!important}.filtersCategoriesSubSelectItemsUL .card-body{padding-top:5px!important;padding-bottom:5px!important}.featuredProductsSection{height:299px;background:#2a764d;color:#fff;cursor:pointer;padding-left:30px;padding-right:30px;border-radius:4px}.featuredProductsSection .featuredProductsSectionH5{letter-spacing:.3px;line-height:1.6;margin-bottom:10px}.featuredProductsSection .seeMoreLayout i{padding:8px 12px;border-radius:50%;background:#fff;color:#333;margin-right:10px}.addCartTitleBt{font-size:15px;letter-spacing:.6px;color:#2a764d}.cartStoreTotPrice{font-size:16px;color:#474747;font-weight:500}.finalTotalIncludingTaxesTag{font-size:14px;color:#474747;font-weight:600}.customRaisedBtn{min-width:100%!important}.customRaisedBtn,.customRaisedBtn a{width:100%!important}.cartPricenDeliverySectionBt{position:fixed;width:100%;bottom:10px;background:#fff;z-index:99999}.freeDeliveryExpressSec{background:#f3f3f3;margin:10px 0;letter-spacing:.6px;padding:10px 15px}.myCartHeaderLayout{position:fixed;top:0;width:100%;z-index:9999;background:#fff}.checkOutCartSection{font-family:Work Sans,sans-serif}.checkOutCartSection .cart-title{font-family:Work Sans,sans-serif!important;color:#282c3f!important;font-size:14px!important;font-weight:500!important;text-transform:capitalize!important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important;letter-spacing:.6px!important;margin-bottom:5px!important}.checkOutCartSection .cart-description{color:#686b78;font-size:11px!important;text-transform:capitalize!important;line-height:1.4!important}.checkOutCartSection .cart-product{font-family:Work Sans,sans-serif!important;color:#444!important;letter-spacing:.3px!important;margin-bottom:2px;line-height:1.4!important;font-size:13px!important;font-weight:400!important;text-transform:capitalize!important}.checkOutCartSection .cart-product-desc{letter-spacing:.3px}.checkOutCartSection .btn-qnty{font-size:13px!important;height:22px!important;width:22px!important;line-height:14px!important}.checkOutCartSection .cart-prod-prize{font-size:13px!important}.checkOutCartScrollBarSec{background:#e9ecee;max-height:600px!important;overflow-y:auto!important;overflow-x:hidden}.checkOutCartScrollBarSec::-webkit-scrollbar{width:4px!important;background:#f9f9f9!important}.checkOutCartScrollBarSec::-webkit-scrollbar-track{border-radius:10px!important;background:#f9f9f9!important}.checkOutCartScrollBarSec::-webkit-scrollbar-thumb{background:#ccc!important;border-radius:20px!important;width:3px!important}.borBtmCustomRow{border-bottom:1px solid hsla(0,0%,80%,.478)}.paymentDescCo{border-bottom:1px solid #eee}.checkoutPaymentDetailsSec .addressBox{padding:0!important;margin-bottom:19px;min-height:75px!important;max-height:75px!important;font-size:12px!important;letter-spacing:.3px;line-height:1.4}.checkoutPaymentDetailsSec .accountHeaderActive{padding-left:30px!important}.checkoutPaymentDetailsSec .addNewnDeliverInner{margin-bottom:30px}.checkoutPaymentDetailsSec .addNewnDeliverInner:hover{box-shadow:0 11px 17px -12px rgba(0,0,0,.22);cursor:pointer;transition:.3s}.checkoutPaymentDetailsSec .addNewnDeliverInnerITag{vertical-align:middle}.checkoutPaymentDetailsSec .applyCouponAnchorLink{position:absolute;right:0;top:0;text-transform:uppercase;font-size:13px;color:#fff!important;border:1px solid #ccc;background:#2a764d;height:55px;width:100px;text-align:center;font-weight:600;letter-spacing:.6px;transition:.2s}.checkoutPaymentDetailsSec .applyCouponAnchorLink:hover{background:#fb8e3c;transition:.2s}.applyCouponInputBox:focus{border:1px solid #ccc;box-shadow:0 0 3px 1px rgba(0,0,0,.1)}.showCouponInfoBt{font-size:13px}.showCouponInfoBtH6{font-size:14px;color:#474747;letter-spacing:.3px;margin-bottom:10px}.showCouponInfoBtP{font-size:12px;margin-bottom:5px}.showCouponInfoBtAnchLink{color:#5d8ed5!important;font-size:12px;font-weight:600;letter-spacing:.3px}.showCouponInfoBtBtn{letter-spacing:.6px;font-size:13px;font-weight:600;color:#2a764d;border:1px solid;background:#fff;padding:10px 10px 6px;cursor:pointer;transition:.3s;outline:none!important}.showCouponInfoBtBtn:hover{background:#2a764d;color:#fff}.cardUploadBtSec .cardUploadBtH5{font-weight:800;font-size:20px;color:#474747;margin-bottom:10px;letter-spacing:.5px}.cardUploadBtSec .cardUploadBtDeclined{background:#db7373;font-size:12px;padding:3px 10px;display:inline-block;margin-bottom:10px;color:#fff;letter-spacing:.6px}.cardUploadBtSec .cardUploadBtButtonLayout button{background:#fff;color:#2a764d;font-size:13px;padding-top:10px;padding-bottom:10px;letter-spacing:.6px;text-transform:uppercase;border:1px solid #2a764d}.cardUploadBtSec .cardUploadBtButtonLayout .uploadBtCustomButton{background:#2a764d;color:#fff!important}.cardUploadBtSec .cardUploadBtP{font-size:13px;color:#474747;letter-spacing:.3px;margin-bottom:10px}.addNewAddressModalBtSec .addNewAddressModalTitleSec{padding-top:30px;padding-bottom:40px}.addNewAddressModalBtSec .addNewAddressModalH6{font-size:18px;font-weight:500;color:#333;font-family:Work Sans,sans-serif;letter-spacing:.6px}.addNewAddressModalBtSec .autocomplete-dropdown-container{border:none!important}.addNewAddressModalBtSec::-webkit-input-placeholder{font-size:13px;color:red!important}.addNewAddressModalBtSec:-ms-input-placeholder{font-size:13px;color:red!important}.addNewAddressModalBtSec:-moz-placeholder,.addNewAddressModalBtSec::-moz-placeholder{font-size:13px;opacity:1;color:red!important}.addAddressLandMarkSec a{display:block;padding-top:15px;padding-bottom:15px}.addAddressLandMarkSec .addAddressLandMark{padding:0;color:#474747;letter-spacing:.6px;transition:.2s}.addAddressLandMarkSec .addAddressLandMark:hover{background:#333;color:#fff}.addAddressLandMarkSec .addAddressLandMark .active span,.addAddressLandMarkSec .addAddressLandMark:hover span{color:#fff}.addAddressLandMarkSec .addAddressLandMark i{margin:0 6px}.addAddressLandMark .active{background:#242424;color:#fff!important;transition:.2s}.restosearch.bttn-top-right{top:8px;right:0;width:60px;height:54px;position:absolute}.restosearch.popularSearchSection{max-width:930px;max-height:320px;overflow-x:hidden;margin:10px auto;padding-left:30px}.popularSearchSection,.restosearch.popularSearchSection{color:#474747;background:#fff;height:85vh!important;overflow-y:scroll}.popularSearchSection .popularSearchTitleLayout{padding-top:15px;padding-bottom:15px;background:#f0f0f0}.popularSearchSection .popularSearchH6{font-size:14px;font-weight:400;text-transform:capitalize;letter-spacing:.3px}.popularSearchSection .popularSearchULLayout{background:#fff}.popularSearchSection .popularSearchUL .nav-item{width:100%;border-bottom:1px solid #eee;padding:0 15px}.popularSearchSection .popularSearchUL .nav-link{padding:15px 0;color:#474747}.popularSearchSection .popularSearchUL .popularSearchImage{margin-right:10px}.popularSearchSection .popularSearchUL .popularSearchRightIcon{float:right}.popularSearchSection .popularSearchUL .fa-angle-right:before{vertical-align:-webkit-baseline-middle}.popularSearchSection .popularSearchUL .popularSearchSuggestion{font-weight:500;font-size:12px;text-transform:capitalize;letter-spacing:.3px}.storeSignupSection .list-group-item{align-items:center!important;display:flex!important;font-size:20px;font-weight:700!important;font-stretch:normal;font-style:normal;line-height:1.95;letter-spacing:normal;color:#21478f}.storeSignupSection .appStore{width:218px;height:66px;border-radius:5px}.storeSignupSection>div.signup-content{margin-top:126px}.shadow-none{box-shadow:none!important}.registerStoreSectionCont .section-1,.storeSignupSection .section-1{background:#c9d0df}.registerStoreSectionCont .scroller-container,.storeSignupSection .scroller-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.registerStoreSectionCont .scroller-container button,.storeSignupSection .scroller-container button{width:50px;height:50px;border-radius:50%!important;position:absolute;bottom:-150px;background:transparent;color:#edf5f8;display:flex;align-items:center;justify-content:center}.registerStoreSectionCont .expandBusinessSec,.storeSignupSection .expandBusinessSec{background-color:#edf5f8}.registerStoreSectionCont .expandBusinessH1,.storeSignupSection .expandBusinessH1{font-size:30px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#000}.registerStoreSectionCont .expandBusinessH1 span,.storeSignupSection .expandBusinessH1 span{font-weight:700;color:#21478f}.registerStoreSectionCont .expandBusinessDesc,.storeSignupSection .expandBusinessDesc{font-size:16px;font-weight:400;line-height:1.36;text-align:center;color:#434343}.registerStoreSectionCont .expandBusinessCountH4,.storeSignupSection .expandBusinessCountH4{font-size:18px;font-weight:700}.registerStoreSectionCont .expandBusinessCountDesc,.storeSignupSection .expandBusinessCountDesc{opacity:.9;font-size:12px;color:#434343;padding:10px 0}.registerStoreSectionCont .expandBusinessImgBg,.storeSignupSection .expandBusinessImgBg{min-height:475px;background:url(/static/images/grocer2/eten_apron_guy@2x.png);background-size:cover;background-position:0;background-position-y:10px;background-repeat:no-repeat}.registerStoreSectionCont .expandBusinessSecContent,.storeSignupSection .expandBusinessSecContent{padding-top:80px;padding-bottom:80px}.registerStoreSectionCont .whyAddStoreH3Title,.storeSignupSection .whyAddStoreH3Title{color:#363a40;letter-spacing:2px;text-transform:capitalize;font-weight:700;font-size:30px}.registerStoreSectionCont .whyAddStoreDescTitle,.storeSignupSection .whyAddStoreDescTitle{color:#000;margin:10px 0 0;font-size:30px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:center}.registerStoreSectionCont .whyAddStoreDescCont,.storeSignupSection .whyAddStoreDescCont{color:#444;font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal}.registerStoreSectionCont .whyAddStoreDescCont>span,.storeSignupSection .whyAddStoreDescCont>span{font-weight:600;color:#323232}.registerStoreSectionCont .faqDescTitle,.storeSignupSection .faqDescTitle{color:#000;margin:10px 0 0;font-size:20px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal}.registerStoreSectionCont .faqDescCont,.storeSignupSection .faqDescCont{color:#444;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal}.registerStoreSectionCont .faqDescCont>span,.storeSignupSection .faqDescCont>span{font-weight:600;color:#323232}.registerStoreSectionCont .whyAddHeaderImg,.storeSignupSection .whyAddHeaderImg{width:56px;height:56px;border-radius:50%;border:4px solid #21478f;background-color:#fff;background-image:url(/static/images/grocer2/pound_sign@2x.png);background-size:contain;background-repeat:no-repeat;background-position:6px 6px;margin:auto}.registerStoreSection{background-color:#f0f9f3}.registerStoreSection .registerStoreH3Title{color:#020202;letter-spacing:2px;font-size:30px;text-transform:capitalize;margin-bottom:21px!important}.registerStoreSection .registerStoreDesc{color:#5f6771;font-size:16px;font-weight:400}.registerStoreSection .registerStoreFormH5Title{font-size:18px;color:#000;font-weight:700}.registerStoreSection .registerStoreFormH6Title{font-weight:700;padding:10px 0 5px;text-transform:capitalize}.registerStoreSection .registerStoreFormUL .nav-item .nav-link{padding:0 0 10px;margin:8px 0;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.39;letter-spacing:.22px;color:#b8b8b8}.registerStoreSection .registerStoreFormUL .nav-item .nav-link.active{transition:.3s;color:#21478f!important;font-weight:700!important}.registerStoreSection .close-button{min-width:50px}.registerStoreSection .registerStoreFormList{background:#fff;border-radius:6px}.registerStoreSection .registerStoreFormContent{width:100%}.registerStoreSection .registerStoreFormContent button.btn{min-width:173.3px!important}.registerStoreSection .store-details{border-radius:10px 0 0 0;background:#fff;padding:42px;margin-top:64px}.registerStoreSection .nextBtnCustom{background:#21478f!important;color:#fff!important;border-color:#21478f!important;font-size:16px}.fade-in{animation:fadeIn 1s ease;-webkit-animation:fadeIn 1s ease;-moz-animation:fadeIn 1s ease;-o-animation:fadeIn 1s ease;-ms-animation:fadeIn 1s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.registerStoreFormLabel{font-size:16px;font-weight:500;color:#434343;line-height:1.18;padding:0;width:100%;display:inline-block;font-weight:700;float:left;margin:20px 0;margin-bottom:18px!important}.registerStoreFormLabel em{color:#21478f;margin-left:8px}.tidycal-embed{display:none;position:fixed!important;width:100%;margin-top:60px;top:0;height:100vh!important;overflow:scroll!important;z-index:4}.tidycal-embed.show{display:block}.tidycal-embed #booking-page{height:100vh!important;overflow-y:auto!important}.storeSignupPage{overflow-y:auto}.customer-service-toggle-btn{display:none;position:fixed;bottom:0;right:100px;margin-bottom:1.8rem;z-index:999;background-color:#fff;border:1px solid #21478f!important;color:#000;box-shadow:0 4px 10px 0 rgba(0,0,0,.05)!important;padding:0;font-size:.8rem;font-weight:600;transition:all .15s ease-in-out;cursor:pointer;transition:.3s}.customer-service-toggle-btn>a{padding:8px 20px;text-decoration:none;display:block}.customer-service-toggle-btn:focus{border:1px!important;outline:none!important}.customer-service-toggle-btn>a:hover{background:#1a3a75;color:#fff}.customer-service-toggle-btn.show{display:block}@media screen and (max-width:767px){.customer-service-toggle-btn{font-size:.7rem;right:85px;margin-bottom:1.5rem}}.sticky-top{width:100vw;position:fixed!important;top:0;z-index:888}.registerStoreFormSelect{font-size:18px;text-transform:capitalize;cursor:pointer}.registerStoreFormSelect option{cursor:pointer}.registerStoreFormContent{padding-bottom:30px}.display-in-only-tab{display:none}.display-in-only-dtop{display:block}.star-container{padding-left:0!important;padding-right:0!important}.star-container svg{width:20px!important;height:20px!important;margin-left:12px}.container{width:auto;padding:50px 0;margin:0 auto}.container .checkbox,.container .radio{margin:40px 0}.starComponent .star-container{padding-left:0!important;padding-right:0!important}.starComponent .star-container svg{width:15px!important;height:15px!important}.starComponent .container{width:auto;padding:50px 0;margin:0 auto}.starComponent .container .checkbox,.starComponent .container .radio{margin:40px 0}.radio input[type=checkbox]+label{display:inline-block;cursor:pointer;position:relative;padding-left:15px;margin-right:15px;font-size:13px}.radio input[type=checkbox]+label:before{content:"";display:block;width:14px;height:14px;margin-right:14px;position:absolute;top:2px;left:0;border:1px solid #aaa;background-color:#fff;border-radius:50%;box-shadow:0 1px 1px 0 #9e9ea0}.radio input[type=checkbox]{display:none!important;*display:inline}.radio input[type=checkbox]:checked+label:after{content:"";display:block;position:absolute;top:6px;left:4px;width:7px;height:7px;border-radius:50%;background:orange}.infinite-scroll-component__outerdiv{width:100%!important}.upperImage{border-radius:50%;position:absolute}.upperImage.white{background-color:#fff}.perview-mode-header{padding:6px 16px;font-weight:600;margin-right:105px}.perview-mode-header,.perview-mode-header2{color:#fff;background-color:#cd0000;border-radius:8px}.perview-mode-header2{padding:4px 10px;position:absolute;top:10px;right:10px;font-size:12px}.store-onboarded{position:absolute;margin:0;width:100%;text-align:right;top:0;left:0;right:0;display:flex;justify-content:flex-end;z-index:50;border-radius:8px}.store-onboarded.mobile{border-radius:0}.not-onboarded{position:absolute;margin:0;width:100%;text-align:right;top:0;height:100%;bottom:0;left:0;right:0;cursor:auto;z-index:50;border-radius:8px}.not-onboarded.mobile{border-radius:0}.crossButton{color:#fd1717;cursor:pointer;transition:.3s}.crossButton:hover{opacity:.6}.nav-link.active .dotList{border-radius:50%;background:#21478f;width:10px;height:10px;border:0;margin-right:25px;top:9px;transition:.3s}.faqPageSection{margin-top:126px;min-height:calc(100vh - 126px)}.faqPageSection .faqTitleH1{text-align:center;text-transform:capitalize;color:#474747;margin-bottom:35px;letter-spacing:.3px}.faqPageSection .panel-heading{position:relative}.faqPageSection .panel-heading .fa-chevron-right{display:none}.faqPageSection .panel-heading .fa-chevron-down{display:inline-block;position:absolute;right:0;color:#666}.faqPageSection .panel-heading.collapsed .fa-chevron-down{display:none}.faqPageSection .panel-heading.collapsed .fa-chevron-right{display:inline-block;position:absolute;right:0;color:#666}.faqPageSection i.fa{cursor:pointer;margin-right:5px}.faqPageSection .collapsed~.panel-body{padding:0}.faqPageSection .faqH6Quora{cursor:pointer;color:#abb93e;font-size:17px;font-weight:500;letter-spacing:.3px}.faqPageSection .faqPCont{font-size:12px;padding-left:30px}.faqPageSection .faqPCont,.faqPageSection .faqPCont_child{color:#666;font-weight:400;letter-spacing:.3px;line-height:1.6;opacity:.9;margin-bottom:10px}.faqPageSection .faqPCont_child{font-size:13px}.faqPageSection .faqPCont_child>p{font-size:13px;color:#282c3f}.faqPageSection .faqSocIconSec{color:#474747;opacity:.7}.faqPageSection .faqLayout{padding-top:40px;padding-bottom:40px}.faqPageSection .panel.panel-info{border-bottom:1px solid #eee;padding:20px 0}.faqPageSection .subscribeUpdateSection{background:#00cec5}.faqPageSection .subscribeUpdateSection label{color:#fff;font-size:13px}.faqPageSection .subscribeUpdateSection .form-control{color:#fff!important;background-color:transparent!important;background-clip:padding-box;border:1px solid #fff!important}.faqPageSection .subscribeUpdateSection::-moz-placeholder{color:#fff!important;opacity:1}.faqPageSection .subscribeUpdateSection:-ms-input-placeholder{opacity:1}.faqPageSection .subscribeUpdateSection::placeholder{color:#fff!important;opacity:1}.faqPageSection .subscribeUpdateSection:-ms-input-placeholder{color:#fff!important}.faqPageSection .subscribeUpdateSection::-ms-input-placeholder{color:#fff!important}.faqPageSection .faqCopyRights{margin-top:30px;text-align:center;font-size:11px;color:#fff;font-weight:400;letter-spacing:.3px}.faqPageSection .faqSubUpdBtn{color:#fff;font-size:14px;background:#474747;font-weight:500}.faqH6Quora_child{cursor:pointer;color:#474747;font-size:15px;font-weight:500;letter-spacing:.3px;margin-bottom:15px}.faqBannerSec{background-image:url(/static/images/faqBannerNew.png);background-size:contain;background-position:50%;text-align:center;background-repeat:no-repeat;height:180px;background-color:#f3f3f3}#businessEmailError:before{content:"";left:-10px}#businessEmailError:before,#ownerEmailError:before{position:absolute;top:calc(50% - 25px);font-size:31px;color:red}#ownerEmailError:before{content:"";left:100%}.profile-tag{float:left;cursor:pointer;color:#252122;padding:3px;font-weight:600;transition:.3s;text-transform:capitalize}.profile-tag span{text-align:left;margin:2px 0 0 5px;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;display:flex;vertical-align:text-bottom}.profile-tag img{height:28px;width:28px;border-radius:50%}.profile-tag:hover{color:#fa9364;transition:.3s;text-decoration:none}.addCardSection .addCardH5Title{color:#282c3f;font-weight:500;font-size:17px;margin-bottom:5px}.addCardSection .addCardPTitle{font-size:13px;margin-top:5px;color:#7e808c;font-weight:300;line-height:18px;margin-bottom:20px}.addCardSection .form-control{border-radius:0;height:60px}.addCardSection::-moz-placeholder{color:#7e808c!important;opacity:1}.addCardSection:-ms-input-placeholder{opacity:1}.addCardSection::placeholder{color:#7e808c!important;opacity:1}.addCardSection:-ms-input-placeholder{color:#7e808c!important}.addCardSection::-ms-input-placeholder{color:#7e808c!important}.addCardSection .addCardBtn{height:50px;line-height:40px;text-align:center;padding:0 15px;background:#2a764d;color:#fff;text-transform:uppercase;border:0;outline:0;position:relative;font-size:14px;overflow:hidden;font-weight:500;cursor:pointer;border-radius:0;letter-spacing:.3px}.addCardSection .card-type-image{width:50px;position:absolute;right:3px;height:60px;top:calc(0% + 13px)}.addCardSection .card-type-image img{width:100%;vertical-align:-webkit-baseline-middle;padding:0 10px}.addCardSection1 .addCardH5Title{color:#282c3f;font-weight:500;font-size:17px;margin-bottom:5px}.addCardSection1 .addCardPTitle{font-size:13px;margin-top:5px;color:#7e808c;font-weight:300;line-height:18px;margin-bottom:20px}.addCardSection1 .form-control{border-radius:0;height:38px}.addCardSection1::-moz-placeholder{color:#7e808c!important;opacity:1}.addCardSection1:-ms-input-placeholder{opacity:1}.addCardSection1::placeholder{color:#7e808c!important;opacity:1}.addCardSection1:-ms-input-placeholder{color:#7e808c!important}.addCardSection1::-ms-input-placeholder{color:#7e808c!important}.addCardSection1 .addCardBtn{height:38px;line-height:40px;text-align:center;padding:0 15px;background:#2a764d;color:#fff;text-transform:uppercase;border:0;outline:0;position:relative;font-size:14px;overflow:hidden;font-weight:500;cursor:pointer;border-radius:0;letter-spacing:.3px}.addCardSection1 .card-type-image{width:41px;position:absolute;right:3px;height:38px;top:calc(0% + 4px)}.addCardSection1 .card-type-image img{width:100%;vertical-align:-webkit-baseline-middle;padding:0 10px}form.creditly-card-form .form-group{position:relative}.card-type-image{width:50px;position:absolute;right:3px;height:60px;top:calc(0% + 13px)}.card-type-image img{width:100%;vertical-align:-webkit-baseline-middle;padding:0 10px}.headerNavDeskView .dropdown-menu:before{content:"";position:absolute;width:8px;z-index:10;height:8px;top:-5px;left:30px;box-shadow:-3px -4px 9px -4px rgba(40,44,63,.5);background-color:#fff;border:1px solid rgba(40,44,63,.5);border-right:none;border-bottom:none;transform:translateX(-50%) rotate(45deg)}.headerNavDeskView .dropdown-item:focus,.headerNavDeskView .dropdown-item:hover{background-color:#f2f5f7!important}.innerPageHeaderNavMobHide .dropdown-menu:before{content:"";position:absolute;width:8px;z-index:10;height:8px;top:-5px;left:30px;box-shadow:-3px -4px 9px -4px rgba(40,44,63,.5);background-color:#fff;border:1px solid rgba(40,44,63,.5);border-right:none;border-bottom:none;transform:translateX(-50%) rotate(45deg)}.innerPageHeaderNavMobHide .dropdown-item:focus,.innerPageHeaderNavMobHide .dropdown-item:hover{background-color:#f2f5f7!important}.catProdListCommSec{margin-top:110px;background:#f7f7f7}.orderTypeSection .orderTypeSectionLayout{position:relative}.orderTypeSection .orderNowHeader{color:#afaaaa;font-size:25px;font-weight:500;letter-spacing:.3px;margin-top:30px;margin-bottom:25px}.orderTypeSection .srtTimingsCommTitleStatic{color:#3d4152;font-weight:500;font-size:15px;letter-spacing:.1px;margin-bottom:5px}.orderTypeSection .srtTimingsCommTitleDyna{color:#666;font-size:15px;letter-spacing:.3px}.orderTypeSection::-moz-placeholder{color:#474747!important;font-size:15px!important;letter-spacing:.6px!important;opacity:.8!important}.orderTypeSection::placeholder{color:#474747!important;font-size:15px!important;letter-spacing:.6px!important;opacity:.8!important}.orderTypeSection:-ms-input-placeholder{color:#474747!important;font-size:15px!important;letter-spacing:.6px!important;opacity:.8!important}.orderTypeSection::-ms-input-placeholder{color:#474747!important;font-size:15px!important;letter-spacing:.6px!important;opacity:.8!important}.orderTypeSection .modal-footer button{padding:10px 40px!important;border-radius:0;background:#2a764d;border:none;font-weight:500;letter-spacing:.3px}.changeOrderAbsAnch{color:#1ec69f;font-size:14px;font-weight:400;transition:.3s;z-index:99!important;position:absolute;right:5px;background:#fff}#orderTypeModal .modal-title{margin:auto;font-weight:500}#orderTypeModal .modal-footer,#orderTypeModal .modal-header{padding:20px 1rem!important;background:#f7f8fa}.orderTypeModalBody .selectType{font-weight:400;font-size:22px;line-height:34px;color:#212121;padding-bottom:20px;text-align:center}.orderTypeModalBody .asapTop{text-align:center;font-size:14px;font-weight:500;letter-spacing:.3px}.orderTypeModalBody .asapBtm{text-align:center;font-weight:400;font-size:12px;letter-spacing:.3px}.orderTypeModalBody .nav-link{padding:12px 30px;border:1px solid #f7f8fa;color:#616161;margin-right:5px}.orderTypeModalBody .nav-pills .nav-link.active{background-color:#2a764d}.orderTypeModalBody .nav-pills .nav-link.active p{color:#fff!important}.orderTypeModalBody .nav-pills .show>.nav-link{background-color:#2a764d}.orderTypeModalBody .nav-pills .show>.nav-link p{color:#fff!important}.cartCount{height:20px;font-size:11px;width:20px;z-index:100;top:-30%;right:4%}.cartCount,.cartCountComm{position:absolute;background:#2a764d;color:#fff;padding:1px 0;text-align:center;border-radius:50%}.cartCountComm{height:15px;font-size:9px;width:15px;top:5px;left:-7px}.restCheckoutCart .fromCaption{font-size:12px;color:#282c3f;font-weight:400}.restCheckoutCart .storeNameLink{font-weight:500;margin:0 5px;color:#2196f3!important}.modal-backdrop{z-index:990!important}.inputTime{border:0;font-size:20px;border-bottom:1px solid #eee}.inputTime,.inputTimeSpan{padding:20px 10px 5px;width:180px;text-align:center}.inputTimeSpan{border:0;font-size:14px;font-weight:400}.storesAroundUL li{background:#fff;padding-top:15px;padding-bottom:15px;cursor:pointer;border-bottom:8px solid #f7f7f7}.storesAroundUL li:hover .title{color:#2a764d!important}.storesAroundUL li .description{font-size:12px;color:#7d7d7d;line-height:14px;font-family:Work Sans,sans-serif!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.orderNowTimeBtnComm.active{background:#2a764d;border-color:transparent;color:#fff}.orderNowTimeBtnComm{background:#fff;border-color:#2a764d;color:#2a764d}.whyAddStoreSec{background:#c9d0df;min-height:30vh;display:grid;align-items:center}.offerMVImg{text-align:center}.loginProfileUpdateForm .form-group{margin-bottom:0;padding:0}.loginProfileUpdateForm .form-row{margin-bottom:1.5rem}.loginProfileUpdateForm .loginAndSignUpButton{margin:0!important;font-weight:400;letter-spacing:.6px;transition:.2s}.loginProfileUpdateForm .loginProfileUpdateCancelBtn{border:1px solid #2a764d;font-weight:500;width:100%;padding:12px 0;border-radius:0;color:#2a764d;text-transform:uppercase;font-size:13px;letter-spacing:.6px;transition:.2s}.loginProfileUpdateForm .loginProfileUpdateCancelBtn:hover{transform:translateY(-2px)}.loginProfileUpdateForm .input-file-container{width:100%!important}.loginProfileUpdateForm .form-control:focus{background-color:#2a764d!important;border:none;color:#fff}.deliveryLocationSlider .autocomplete-dropdown-container{width:100%!important}.deliveryLocationSlider .bttn-top-right{right:0!important;top:-48px;width:70px;height:43px}.aboutUsSocialIconsSecBt .aboutUsSocialIconPTag{font-size:15px;font-weight:400;padding-bottom:10px}.change-store-span{transition:.2s}.noCardsBtn{border:2px solid #2a764d;background:transparent;color:#2a764d;padding:5px 15px;font-size:14px;font-weight:600}.productDetaildDialogBt{background:#fff;position:relative}.productDetaildDialogBt .favAddListSecMView{background:#fff}.productDetaildDialogBt .favAddListCommMView{font-size:12px;letter-spacing:.3px;margin:3px 0;font-weight:400}.pdTitleBtSec{text-transform:capitalize;letter-spacing:.3px;background:#fff}.pdH6Title{font-size:15px;color:#444;line-height:1.4}.pdPTitle{font-size:12px;color:#666;font-weight:400;margin-top:5px;margin-bottom:5px;letter-spacing:.5px}.pdPriceSec{color:#474747;font-weight:500;font-size:13px}.pdDescTitleCommSec{padding-top:15px;padding-bottom:15px}.pdDescTitleH6Comm{font-size:14px;letter-spacing:.3px;font-weight:500}.pdDescCommtxt{background:#fff;padding-top:5px;padding-bottom:5px}.pdPlistItems{font-size:12px;color:#474747;font-weight:400;margin-top:10px;margin-bottom:10px;letter-spacing:.9px;text-transform:capitalize}.offerlistview img{background:#fff;transition:.2s;height:110px!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important}.afterOrderAddons .addOnName,.afterOrderAddons .addOnPrice{font-weight:400;font-size:12px;color:#93959f}.afterOrderAddons .addOnPrice{text-align:right;padding:0 10px}.viewOrderItemsBtSec .closeDrawer{position:absolute;right:5%;top:calc(50% - 15px)}.viewOrderItemsBtSec .cartHead{position:relative}.viewOrderItemsBtSec .pickNDropBtSec{background:#fff}.viewOrderItemsBtSec .pickUpPointBt{position:relative;margin-bottom:20px}.viewOrderItemsBtSec .pickUpPointBt:before{content:"";position:absolute;border-left:1px dashed #444;height:100%;left:calc(0% - 16px);top:22px;font-family:fontawesome}.viewOrderItemsBtSec .dropPointBt{position:relative}.viewOrderItemsBtSec .pickNDropMarkBtComm{z-index:1;position:absolute;left:calc(0% - 28px);font-size:22px!important;top:0;width:25px;text-align:center;color:#444}.viewOrderItemsBtSec .pickNDropMarkBtPTagComm{font-weight:400;font-size:14px;letter-spacing:.6px}.viewOrderItemsBtSec .prdListBtInnerComm{margin-bottom:10px;padding:0 0 5px}.viewOrderItemsBtSec .mobileViewOrderTotal{padding-top:15px;padding-bottom:15px}.storeSelector{cursor:pointer;position:fixed;top:32px;z-index:100;width:100%;background:#fff}.dateTimeStyle{width:100%;float:left;color:#222;padding:15px 0 3px;border-bottom:.5px solid #e0e0e0}.dateTimeStyle:hover{border-bottom:.5px solid #626262!important}.paymentsProfileSec{overflow-y:auto}.paymentsProfileSec .priceCardTitle{font-size:15px;font-weight:600;color:#bfbfbf}.paymentsProfileSec .priceCardBold{font-size:3.5em;font-weight:600;color:#020202;margin-bottom:10px!important;border-bottom:2px solid #eaeaea;display:inline-block}.paymentsProfileSec .limitHolder{color:#9e9e9d;padding:10px 5px;font-size:14px;display:inline-block}.paymentsProfileSec .limitTitle{color:#ffb300;font-weight:600}.paymentsProfileSec .recTransBtnBt{padding:10px;background:#fff;font-size:15px;display:inline-block;font-weight:600;text-align:center;outline:0;color:#2a764d;cursor:pointer;border-radius:0;border:1px solid #2a764d}.paymentsProfileSec .payCardBtTitle{margin-bottom:15px!important}.paymentsProfileSec .input-group-text{background-color:#37718e}.paymentsProfileSec .custom-control-label:before{left:calc(50% - 8px);background-color:#fff;top:calc(50% - 10px);left:calc(50% - 10px);width:1.2rem;height:1.2rem}.paymentsProfileSec .custom-control-label:after{top:calc(50% - 14px);left:calc(50% - 14px);width:1.7rem;height:1.7rem}.paymentsProfileSec .custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#37718e}.paymentsProfileSec .paymentsCardForm{position:relative;max-height:200px;margin-bottom:15px}.paymentsProfileSec .custom-control-label1:before{left:calc(50% - 8px);background-color:#fff;top:calc(50% - 10px);left:calc(0% - 10px);width:1.2rem;height:1.2rem}.paymentsProfileSec .custom-control-label1:after{top:calc(50% - 14px);left:calc(50% - 14px);width:1.7rem;height:1.7rem}.paymentsProfileSec .btnClsComm{bottom:0;padding:15px;border:0;font-size:14px;font-weight:600;border-radius:5px;cursor:pointer;outline:0}.paymentsProfileSec .btnAddNewCardPayments{color:#2a764d;border:1px solid #2a764d;background:#fff;padding:10px}.paymentsProfileSec .btnConfirmPayPayments{background:#2a764d;color:#fff;padding:12px}.paymentsProfileSec .customDisable{background:#edf1f7;color:#999}.paymentsProfileSec .paraText{color:#535665;line-height:20px;font-size:14px;font-weight:400;letter-spacing:.2px;margin-bottom:15px}.paymentsProfileSec .modal-dialog{max-width:350px}.paymentsProfileSec .modal .btn{padding:10px!important;font-size:.9rem!important;width:100px;margin:auto;border:2px solid #01b5f6;background:#fff;color:#37718e;font-weight:600}.limitTitle.hardLimit{color:red}.okBtnConfirmPayment{background-color:#37718e!important;color:#fff!important}.walletHistory li{width:33.3%;text-align:center}.walletHistory .nav-pills .nav-link{border-radius:0!important;color:#37718e;text-transform:uppercase;font-weight:400;padding:20px}.nav-pills .show>.nav-link,.walletHistory .nav-pills .nav-link.active{color:#37718e;border-bottom:2px solid #37718e;background:transparent}.walletTransId{font-size:11px;font-weight:600;color:#6d6d6d;display:inline-block}.walletBookingId{font-size:12px;font-weight:600;color:#b5b2b2}.walletTransName{font-weight:600;font-size:15px;color:#484848;width:300px;text-transform:uppercase;letter-spacing:.3px}.walletTransDate{color:#bbb;font-size:11px;font-weight:600}.walletTransAmt{font-size:16px;color:#000;font-weight:600}.walletDownArrow{font-size:20px!important;position:absolute;color:#37718e;top:10px}.rechargeWalletInput{color:rgba(34,34,34,.95);border:0;border-bottom:2px solid #d2cfcf;border-radius:0;padding:8px 20px;font-size:16px;transition:.3s}.rechargeWalletInput:focus{border-bottom:2px solid #000}.walletBalanceLarge{color:#282c3f;font-weight:500;font-size:17px}.cart-slider-container{display:flex;flex-direction:column}.cart-slider-container div.slider-wrapper{flex:1 1;overflow-x:hidden;overflow-y:auto}.cart-slider-container .cart-main{height:100%;display:flex;background:#f3f3f3;flex-direction:column}.cart-main-header{position:fixed;top:0;width:100%;z-index:100}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#d3d3d3;outline:none;opacity:.7;transition:opacity .2s}.slider:hover{opacity:1}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;background:#2a764d;border-radius:50%;cursor:pointer}.slider::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#2a764d;cursor:pointer}.productDetailImage{margin-top:25px;height:100%;max-height:320px;overflow:hidden;width:100%;padding:10px;background:#fff;-o-object-fit:contain!important;object-fit:contain!important}.listCaption{line-height:40px;background:#dedbdb}.listCaption,.newListText{font-weight:300;font-size:14px}.newListText{color:#000}.addWishListInput{border-radius:1px;border:1px solid #999;padding:8px 15px;width:100%}.addWishListBtn{padding:8px 15px;background:orange;border:none;color:#fff;cursor:pointer}.wishListModalBtn{padding:8px 10px!important;border:none;font-size:15px;border-radius:3px}.editProfDP{width:60px;height:60px}.editProfDP,.userAvatar{-o-object-fit:cover;object-fit:cover;border-radius:50%}.userAvatar{width:80px;height:80px}.padding15-Y{padding-bottom:18px;padding-top:18px}#product-filters{height:90vh;background:#f8f8f8}#product-filters .nav-link.active,#product-filters .show>.nav-link{color:#222;background-color:#fff;border-left:5px solid #2a764d;border-radius:0;transition:.3s}#product-filters li a{color:#444!important;padding:14px 10px;background:#fff;border:.4px solid #ddd;border-radius:0!important;transition:.3s}.save-filters{width:100%;padding:12px;background:#2a764d;text-transform:uppercase;color:#fff;font-size:16px;letter-spacing:.8px;border:1px solid #2a764d}.selectedDot{width:8px;height:8px;border-radius:50%;background:#2a764d;position:absolute;margin-left:3px;margin-top:2px}.reset-filters{width:100%;padding:12px;background:#fff;text-transform:uppercase;color:#444;font-size:16px;letter-spacing:.8px;border:1px solid #fff}.scroll80{max-height:80vh;overflow-x:hidden;overflow-y:scroll}.catComDyna li{list-style:none}.reasonCnfBtn{background:#51aa1b;color:#fff}.orderRating .fa-star{margin:5px 2px;font-size:20px}.orderRating .fa-star:before{content:"";color:#ffb100}.orderRating .fa-star-o{margin:5px 2px;font-size:20px}.orderRating .fa-star-o:before{content:"";color:#777373}.totalBillAmt{font-size:30px;font-weight:500;color:#37718e}.writeSummary{border:1px solid #d8d8d8}.ratingCustomRadio{display:block;position:relative;padding-left:35px;margin:12px 0;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ratingCustomRadio input{position:absolute;opacity:0;cursor:pointer}.ratingCustomRadio input:checked~.ratingCustomRadioMark{background-color:#fff}.ratingCustomRadio input:checked~.ratingCustomRadioMark:after{display:block}.ratingCustomRadio .ratingCustomRadioMark:after{top:2px;left:2px;width:73%;height:72%;border-radius:50%;background:#37718e}.ratingCustomRadioMark{position:absolute;top:3px;left:0;height:20px;width:20px;background-color:#eee;border-radius:50%;border:2px solid #37718e}.ratingCustomRadioMark:after{content:"";position:absolute;display:none}.rateSubmitBtn{border:none;background:#37718e;color:#fff;height:35px;padding:0 30px;border-radius:3px}.floating-header{position:fixed;z-index:9;top:0;background:#fff;border-bottom:1px solid #eee}.scrolling-body{margin-top:50px;background:#f5f5f5;min-height:100vh}.add-margin{margin-top:60px}#cartModalTrigger a{font-size:16px!important;color:#282c3f!important;font-weight:500}.couponName{padding:10px 16px;background-color:rgba(166,186,19,.165);border:1px solid #abb93e;font-weight:600;color:#000}.subCategoriesList img{width:60px;-o-object-fit:cover;object-fit:cover;height:60px;padding:10px}.subCategoriesList p{font-size:13px}.submit-button{position:absolute;right:8px;top:8px;text-transform:uppercase;font-size:13px;background:#2a764d;color:#fff!important;border:none;padding:13px 20px}.remove-product{position:absolute;width:30px;height:30px;padding:4px;border-radius:50%;top:0;left:0;z-index:99;cursor:pointer}.remove-product:hover{background:#ccc}.emptyScreenCheckout .mainPageBtn{text-transform:uppercase;font-size:12px;word-spacing:1px;font-weight:500;padding:5px 35px;border-radius:2px;border:none;background:#ed7a48;color:#fff}.itemPosCont{position:absolute;top:50%;transform:translateY(-50%);width:75%;display:-webkit-inline-box}.color-black{color:#252122!important}.color-black:hover{color:#2a764d!important;transition:.3s}.color-white{color:#fff!important}.add-overlay{background-color:rgba(0,0,0,.3)}.stickeyHeader-enter{opacity:0;transform:scale(.9)}.stickeyHeader-enter-active{opacity:1;transform:translateX(0);transition:opacity .25s,transform .25s}.stickeyHeader-exit{opacity:1}.stickeyHeader-exit-active{opacity:0;transform:scale(.9);transition:opacity .25s,transform .25s}.bigHeader-enter{opacity:.9;transform:scale(.9)}.bigHeader-enter-active{opacity:1;transform:translateX(0);transition:opacity .25s,transform .25s}.bigHeader-exit{opacity:1}.cartIconComm{font-size:16px}.cartIconCommWhite{color:#fff!important}.bigHeader-exit-active{opacity:0;transform:scale(.9);transition:opacity .25s,transform .25s}.userMenuAnim-enter{opacity:.9;transform:scale(.9)}.userMenuAnim-enter-active{animation-name:fadeInUp;opacity:1;transform:translateX(0);transition:opacity .25s,transform .25s;position:absolute;top:80px}.userMenuAnim-exit{opacity:1}.userMenuAnim-exit-active{opacity:0;transform:scale(.9);transition:opacity .25s,transform .25s}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.profArrow{position:absolute;top:-10px;left:50%;z-index:2}.profArrow:before{content:"";position:absolute;width:11px;height:11px;top:5px;box-shadow:-3px -4px 9px -4px rgba(40,44,63,.5);background-color:#fff;border:2px solid #2a764d;border-right:none;border-bottom:none;transform:translateX(-50%) rotate(45deg)}.profilePopMenu{padding:26px 30px;position:absolute;display:flex;flex-direction:column;width:200px;border-top:2px solid #fd001a;z-index:99999;background:#fff;top:85px;right:90px;box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.profilePopMenu a{color:#282c3f;text-align:left!important;font-weight:500;display:flex!important;align-items:center;text-transform:capitalize}.profilePopMenu a:hover{color:#2a764d!important}.ticketCard{background:#fefeff;border-radius:3px;border:1px solid #f3f2f2;margin:5px 0;box-shadow:0 0 4px 0 rgba(0,0,0,.3)}.ticketCard:hover{cursor:pointer}.addOnMuiSliderMobi{position:fixed;z-index:100}.ticketTitle{font-size:14px;font-weight:600;margin:0 0 10px;padding:0 0 10px}.ticketDesc{font-size:12px;color:#424141}.ticketBadge{font-size:10px;padding:3px 6px;border-radius:3px}.badge-danger{padding:1px 6px;border-radius:2px}.cartPopMenu{padding:26px 30px;position:absolute;display:flex;flex-direction:column;width:400px;border-top:2px solid #fd001a;z-index:999;background:#fff;top:85px;right:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.cartPopMenu a{color:#282c3f;font-weight:500;display:flex;align-items:center;text-align:left}.cartPopMenu a:hover{color:#2a764d!important}.cartPopMenu p{color:#282c3f;font-weight:500;font-size:12px;text-align:left!important}.cartPopMenu .storeName{font-size:14px!important}.cartPopMenu .storeArea{font-size:10px;display:block;line-height:10px;font-weight:300}.cartPopMenu .chkButtonCont{width:100%}.cartPopMenu .chkButtonCont:hover{cursor:pointer}.cartPopMenu .cartPrice p{text-align:right!important}.cartPopMenu .chkButton{background:#2a764d;color:#fff;border:none;text-align:center;text-transform:uppercase;border-radius:2px;width:100%;font-weight:500;font-size:12px;padding:7px 10px}.cartPopMenu .chkButton:hover{cursor:pointer}.cartPopMenu .product-price-before{font-weight:400!important;font-size:12px;color:#93959f!important}.checkOutCart .product-price-before{font-size:13px!important;display:block}.cartSubTotalRest .product-price-before{margin:0 12px;font-weight:500;color:#93959f}.generalSliderCart .product-price-before{font-size:11px}.normalLoginLnk{display:flex;align-items:center;font-weight:500;font-size:16px;color:#fff!important}.updateCartButton{background:#2a764d;border:none;color:#fff;padding:10px;border-radius:2px;width:45%}.profileName{color:#757575;font-size:22px;font-weight:300;border-bottom:1px solid #e5e5e5;text-transform:capitalize}.stickyCart{box-shadow:0 2px 8px #d4d5d9;position:sticky;width:350px;top:90px}.inCartUI{font-weight:500;font-size:18px;text-align:center;background:#2a764d;color:#fff;padding:9px;border-radius:2px}.inCartUI:hover{cursor:pointer}.restPageCatSlider .category{opacity:.5;transition:.4s}.restPageCatSlider .category.active{opacity:1;transition:.4s}.restPageCatSlider .slick-next:before{color:#000;content:""!important;font-family:fontawesome}.profileList{color:#757575!important;font-size:14px;display:flex;align-items:center}.profile-tag.langSelection{margin-top:8px}span.seeMoreSpan{text-transform:capitalize}.heart{width:100px;height:100px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:url(http://imagizer.imageshack.com/img923/4545/XdJDuY.png) no-repeat;cursor:pointer}.heart-blast{background-position:-2800px 0;transition:background 1s steps(28)}.byStore{font-weight:400;color:#999;font-size:12px}.stop-hover-effects:hover{text-decoration:none}.outer-padding{padding:10px}.white-card{padding:10px 40px;min-height:100vh}.white-card,.white-card-right{background:#fff;box-shadow:0 3px 5px -1px rgba(0,0,0,.27)}.white-card-right{margin-top:10px;padding:15px}.filter-bottom-border{border-bottom:1px solid #f0f0f0}.productDetailsTitle{margin-top:0;margin-bottom:0;padding:5px 20px 5px 0;font-size:24px;font-weight:500;line-height:1}.prodShortDesc{border-bottom:1px solid #d4d5d9;color:#535665;margin-top:0;margin-bottom:0;padding:5px 20px 14px 0;font-size:14px;opacity:.8;font-weight:300;line-height:25px}.discount-with-brace{padding:5px;width:auto;letter-spacing:.5px;color:#fff;background:#2a764d;border-radius:3px;height:20px}.discount-with-brace,.unitSelection{display:inline-block;font-size:12px;font-weight:500}.unitSelection{text-transform:uppercase;margin:0}.favDetailPage{color:#2a764d;font-weight:500;font-size:16px;height:45px;line-height:45px;border-radius:2px;border:1px solid #535766;transition:.3s}.detailPageHeader{font-size:24px!important;font-weight:600!important;line-height:1;color:#282c3f;padding:10px 0}.outStockMsg{font-weight:400;color:#999}.filterTabsCont span{margin:0!important;padding:0!important;width:100%;font-size:12px}.filterTabsCont span:after{content:""!important;margin:0!important;padding:0!important}.filterTabsCont header div[role=tablist]{overflow:hidden}.filterTabsCont header button[role=tab]{font-weight:600}.filterTabsCont header button[role=tab]:focus{outline:none}.wishlistIcon{height:16px;margin-right:10px;margin-top:-3px}p.wishFavBtP.favDetailPage.active{background:#535766;color:#fff}.border-right{border-right:1px solid #eee!important}.featuredItems.product-card .slick-list{border:none}.filterPart span{text-transform:capitalize}.filterPart .card.card-body{padding:0 18px}.clearFilters{display:inline-block;margin-left:calc(20% - 10px);padding-bottom:15px;padding-top:30px}.clearFilters a{color:#ff3f6c!important;font-size:13px;position:absolute;right:5px}.applyCpnNew,.clearFilters a{font-weight:500;cursor:pointer}.applyCpnNew{border:1px dashed #a9abb2;color:#535665;font-size:14px;display:flex;align-items:center;justify-content:center;padding:0 15px;margin:10px 0;height:40px;width:90%}.border-bottom{border-bottom:1px solid #ecf0f5!important}.cart-store-headers{position:sticky;top:60px;z-index:9;width:100%}.checkoutTaxes{font-size:12px;border-bottom:1px solid #eee}.checkoutOrderTimeCaption{margin:10px 16px 0;font-weight:400;font-size:15px}.checkoutCartDelTime div div{width:100%!important;height:32px!important;bottom:0!important;text-align:left}.itemDetailTabs{width:50%}.itemDetailTabs a{text-align:center}.homeRestScrollSpy{background:#fff;width:255px}.homeRestScrollSpy .nav-pills .nav-link{border-radius:0;text-transform:capitalize;font-size:16px;font-weight:600;letter-spacing:.1px;color:#535665;padding-top:20px;padding-bottom:20px}.homeRestScrollSpy .nav-pills .nav-link:hover{color:#e46d47}.homeRestScrollSpy .nav-pills .nav-link.active,.homeRestScrollSpy .nav-pills .show>.nav-link{color:#fff!important;background-color:#e46d47!important;transition:.2s}.homeRestScrollSpy a.nav-link img{margin:0 8px;width:35px}.scrollspy-sidebar{z-index:auto;width:235px;position:sticky;top:150px}.noDataFound{width:100%}.noDataFound p{font-size:14px;letter-spacing:.6px;color:#2a764d}.cartProg{width:25%;height:2px;background-color:#2a764d;position:absolute;right:0;bottom:0;animation:addCartLoader 1s ease infinite}.addCartBtnCont{position:relative}.productDetailSrlSpyItemBxShdw:hover{cursor:pointer}@media screen and (max-width:1400px)and (min-width:1000px){.food-carousel img{height:165px!important;width:180px!important}}@media screen and (min-width:1400px){.mainPageOfferList{max-width:85%!important}}@media screen and (min-width:1300px){.mainPageOfferList{max-width:100%}}@media screen and (max-width:1200px)and (min-width:1000px){.mainPageOfferList{max-width:80%}}@media screen and (max-width:1199px){.mainPageOfferList{max-width:100%}}@media(min-width:1200px){.px-lg-5_5{padding-left:5.5rem;padding-right:5.5rem}#logoLayoutId{max-width:93px;border-right:1px solid hsla(0,0%,100%,.08)}#locationLayoutId{width:100%;max-width:calc(100% - 93px)}.itemPosCont{width:68%!important}}@media(min-width:992px){.modal{z-index:9999}.modal .modal-full-height{width:500px!important;height:unset!important;min-height:100vh!important}.modal .modal-full-height .modal-content{width:100%;overflow-y:visible!important}.modal-fluid{max-width:73%!important}.mobileView{display:none}.modal-open .modal{overflow-x:hidden;overflow-y:visible!important}.cartLayout .deskView,.locationLayout .deskViewVisible{padding-top:6px}#searchLayout .input-group .input-group-text{background:#f9f9f9}.padLeftNRightSolo{padding-left:15px;padding-right:15px}.padLeftNRightMulti{padding-left:25px;padding-right:25px}.paddLRFRtY{padding-right:40px;background:#f7f7f7;justify-content:space-between}}@media(max-width:991px){.storeSignupSection>div.signup-content{margin-top:0}.slick-next,.slick-prev{display:none!important}.bannerItems .slick-prev{left:0!important}.bannerItems .slick-next,.bannerItems .slick-prev{display:block!important;height:25px!important;width:25px!important;opacity:.9}.bannerItems .slick-next{right:0!important}.modal-dialog{max-width:100%!important;margin:0;height:100%}.modal-dialog,.modal-dialog .modal-content{overflow-y:auto}.modal-lg{max-width:90%!important}.itemImgLayoutComm{padding:0;text-align:center}.itemImgLayoutComm img{max-width:60px;margin:0 auto}.mobile-hide>.py-md-5{padding-top:0!important;padding-bottom:0!important}}@media(max-width:298px){.notification a{font-size:10px!important;padding:0!important}#locationId{font-size:12px!important}}@media screen and (max-width:320px)and (min-width:240px){.substore-image{width:65px;height:56px}.substore-text{width:68%;padding:5px 15px}}@media screen and (max-width:800px)and (min-width:576px){.store-feature{max-height:110px!important}.store-feature .info{padding:4px 0!important}.categoriesImgLayout img{width:60px!important}#tabpanel{padding-left:20px;padding-right:20px}.text-right.pr-lg-0.floatClass.selected-store{text-align:left!important}}.navbar-expand-md .navbar-nav{display:flex!important;align-items:center!important}@media screen and (max-width:1498px)and (min-width:1200px){.fixed-width{min-width:15.5vw!important}}@media screen and (max-width:1200px)and (min-width:768px){.btn-qnty{width:26px!important;height:26px!important}.selected-store p{width:auto!important}.profile-tag.langSelection{margin-top:2px}}@media screen and (max-width:768px)and (min-width:575px){.tab-hide{display:none!important}.tab-show{display:block!important}.main-div{padding-top:176px!important}main.main-div.detailPage.main-full{padding-top:25px!important}.cartCount{right:12%!important}.overlay-dropdown-stickey{width:94.5%!important}.catTitle{padding-top:0!important;padding-left:20px!important}.current-address{font-size:12px}.reorderAndDetailsButtonLayout button{font-size:9px!important}.category__list{margin:10px!important}.category__list li{width:49%!important}.popUpBoxBtLayout .wishFavBtP{font-size:12px!important}}@media screen and (max-width:575px)and (min-width:240px){.cart-title{margin-bottom:0!important;font-size:16.5px!important;font-weight:700!important}.paymentsProfileSec .priceCardBold{font-size:25px!important;font-weight:600!important;padding:10px!important}._1gPB8,.foodCheckoutRest{font-size:12px!important;border-radius:8px}.cartStoreTotPrice{font-size:12px}.pastOrdersHeaderLayout{background:#fff!important}.catProdListCommSec{margin-top:50px!important;background:none!important}.add-margin{margin-top:50px!important;margin-bottom:30px!important}.input-file-trigger{padding:10px 5px!important;font-size:13px!important}.cart-description{font-size:12px!important}.check-out-address input{padding:17px 10px!important}.bttn-top-right{top:-49px!important;font-size:14px!important;color:#999!important;padding:0!important;width:30px!important;right:calc(0% + 4px)!important;bottom:0!important}.cartUi .calculator-market button{font-weight:500!important;font-size:15px!important}.cartUi .calculator-market div{font-size:15px}.header{height:auto}.fixed-width{min-width:auto!important}.buttons-product>button{width:100%!important}.substore-text{width:70%!important}.view-all-products{width:100%!important}.main-div,.side-nav{margin-top:35px!important}.userLocation{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0}.store-feature{width:100%!important;margin:1% .65%!important}.selected-store span{font-size:11px!important;text-transform:uppercase}.selected-store p{font-size:11px!important;margin-top:-2px!important}.delivery-location .scroller-text{font-size:12.5px!important;font-weight:600!important}.mobile-hide{display:none!important}.mobile-show{display:block!important}.bestPracticesAndOffers img{width:50px!important;margin-bottom:5px}.bestPracticesAndOffers .title h5{margin-bottom:2px!important;font-size:13px!important}.bestPracticesAndOffers .description{font-size:10.5px!important;letter-spacing:unset!important}#footer{position:absolute;left:0;width:100vw;font-size:11.5px}.featuredItems .card img{height:100px;max-height:100px}.card .btn{margin:0!important}.category__list li{margin-bottom:0}.errorLocation{width:100vw!important}.featuredProductsSection{height:288px!important}.cart-product{font-size:13.5px!important;letter-spacing:.4px!important}}@media(max-width:991.98px){.scroller-text{font-size:13px}.header-title img{width:60px;height:60px}.catTitle{padding-top:20px!important}.catTitle h3{font-size:26px}.termsHeaderH1{font-size:35px!important}.termsH3{font-size:18px}.termsDescDiv p,blackquote{font-size:14px!important}}@media(min-width:1300px){.productsFilterSection{padding-left:40px!important}}@media(max-width:1300px){.productsFilterSection{padding-left:20px!important}}@media(max-width:575.98px){.main-div{padding-top:0!important}.ordersTab{margin-bottom:75px}.totLayoutResCom{background:#f5f5f5!important}#toast-container.toast-bottom-center>div{width:70%!important;margin-bottom:60px}#toast-container.toast-top-center>div{width:80%!important;margin-top:16px}.pastOrdersHeaderLayoutFirstSection{background:#fff!important}.storeSignupSection .storeSignupSection{margin-top:20px}.storeSignupSection .expandBusinessSecContent{padding-top:30px;padding-bottom:30px}.storeSignupSection .expandBusinessH1{line-height:1.6;font-size:24px;margin-bottom:30px}.storeSignupSection .whyAddStoreH3Title{letter-spacing:0;font-size:24px;line-height:1.6;text-transform:capitalize}.storeSignupSection .whyAddStoreDescTitle{margin:15px 0;height:auto}.aboutUsTitleSection,.faqBannerSec,.privacyBannerSec,.termsBannerSec{height:100px!important;background-size:cover!important}}@media(max-width:767.98px){.storeSignupSection .eten_guy,.storeSignupSection .expandBusinessImgBg{display:none!important}.registerStoreSection .registerStoreFormContent button.btn{min-width:144px!important}.faqBannerSec{height:100px!important}.contactPageSection,.termsPage{margin-top:53px!important}}@media(max-width:768px){.storeSignupSection .eten_guy,.storeSignupSection .expandBusinessImgBg{display:none!important}.storeSignupSection .appStore{width:190px;height:55px}.display-in-only-tab{display:block}.display-in-only-dtop{display:none}}@media(min-width:576px)and (max-width:767.98px){.catProdListCommSec{margin-top:114px;background:none}.popup-Box{width:80%}}@media(min-width:992px)and (max-width:1199.98px){.time-zone{font-size:10px!important}.selected-store p{width:99px!important}.product-units{width:70px!important}.prod-qnty{padding:0 8px!important}.mobInputWidth{width:100px}}@media(min-width:768px)and (max-width:991.98px){.prod-qnty{padding:0 5px!important}.popup-Box{width:90%}.mobInputWidth{width:100px}}@media(min-width:1350px){.medPaddCustom{padding-left:40px;padding-right:40px}}@media(min-width:768px){.leftDetails{margin-left:6.8rem!important}}@media screen and (max-width:1560px)and (min-width:1000px){.basePaddingOffer{margin-top:100px;position:relative}.basePaddingOffer .slick-prev{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-20px}.basePaddingOffer .slick-prev:before{font-size:20px;color:#2a764d;content:"←";width:20px;height:20px;position:absolute;left:0;right:0;top:0;border:0;margin:auto;line-height:50px}.basePaddingOffer .slick-next{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:0}.basePaddingOffer .slick-next:before{font-size:20px;color:#2a764d;content:"→";width:20px;height:20px;position:absolute;left:0;right:0;top:0;border:0;margin:auto;line-height:50px}}@media screen and (max-width:1800px)and (min-width:1560px){.basePaddingOffer{margin-top:100px;position:relative}.basePaddingOffer .slick-prev{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-15px}.basePaddingOffer .slick-prev:before{font-size:20px;color:#2a764d;content:"←";width:20px;height:20px;position:absolute;left:0;right:0;top:0;border:0;margin:auto;line-height:50px}.basePaddingOffer .slick-next{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:50%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:-10px}.basePaddingOffer .slick-next:before{font-size:20px;color:#2a764d;content:"→";width:20px;height:20px;position:absolute;left:0;right:0;top:0;border:0;margin:auto;line-height:50px}}@media screen and (max-width:1700px)and (min-width:1500px){.basePadding{padding-left:200px;padding-right:200px;padding-bottom:40px}}@media screen and (max-width:1500px)and (min-width:1250px){.slick-prev{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:35%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;left:-42px}.slick-prev:before{font-size:20px;color:#2a764d;content:"←";vertical-align:-43%}.slick-next{background:#fff!important;position:absolute;z-index:3;width:50px;height:50px;text-align:center;line-height:41px;display:block;transition:.3s;border-radius:50%;top:35%;transform:translateY(-50%);font-size:12px;border:1px solid #e5edef;right:-30px}.slick-next:before{font-size:20px;color:#2a764d;content:"→";vertical-align:-43%}}.zoneSelect .restaurantZone{flex-direction:row;flex-wrap:wrap;overflow:auto;border:1px solid gray}.zoneSelect .restaurantZone>label{display:flex;width:65px;flex-direction:row;flex-basis:11.11%}@media only screen and (max-width:600px){.zoneSelect .restaurantZone>label{flex-basis:15%}}#toast-container>.toast{font-size:1.6rem!important;line-height:2rem!important;background-image:none!important}@media(max-width:768px){#toast-container>.toast{font-size:1.18rem!important;line-height:1.5rem!important}}#toast-container>.toast:before{position:fixed;font-size:1.6rem!important;line-height:2.2rem!important;float:left;padding-right:.5em;margin:auto .5em auto -1.5em}@media(max-width:768px){#toast-container>.toast:before{font-size:1.4rem!important;line-height:1.5rem!important}}#toast-container>.toast-success{background-size:0}#toast-container>.toast-success:before{content:""!important}#toast-container>.toast-error{background-size:0}#toast-container>.toast-error:before{content:""}#toast-container>.toast-warning{background-size:0}#toast-container>.toast-warning:before{content:""}#toast-container>.toast-info{background-size:0}#toast-container>.toast-info:before{content:""}#toast-container>div{opacity:.9;width:500px!important;max-width:500px!important}@media(max-width:768px){#toast-container>div{width:360px!important;max-width:360px!important}}#toast-container>.toast-warning:before{content:"";font-family:fontawesome}#toast-container>.toast-error:before{content:"";font-family:fontawesome}#toast-container>.toast-info:before{content:"";font-family:fontawesome}#toast-container>.toast-success:before{content:"";font-family:fontawesome}.addressSuggestion{cursor:pointer;padding-top:2px;padding-bottom:2px;color:#000;border:1px solid #ddd}.addressSuggestion:hover{color:#2a764d}.text-loading{font-size:12px;color:#4267b2}@keyframes circleLoad{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes checkmark{0%{height:0;width:0;opacity:1}20%{height:0;width:1.75em;opacity:1}40%{height:3.5em;width:1.75em;opacity:1}to{height:3.5em;width:1.75em;opacity:1}}html{scroll-behavior:smooth}.bottom-shadow{box-shadow:0 8px 6px -6px rgba(0,0,0,.4)}.mobileAppLogo{display:none}#aboutHeader{height:52px;padding:10px 20px}.aboutMenu{color:#494e58;text-transform:uppercase;font-weight:600}.menuIcon{font-style:normal}.headerSubTitle{font-size:21px;padding-bottom:5px}.headerMainTitle{font-size:55px}.headerImgRow{margin-top:9%}.aboutUsTitle{font-size:1.6em;display:inline-block;position:relative}.mainAreaTitle{font-size:28px;line-height:40px}.aboutUsContent{width:100%;padding:0 190px}.aboutUsContent p{font-size:16px;line-height:1.3;padding-top:10px;margin-bottom:20px}.aboutUsContent p,.aboutUsListContent{color:#999!important;text-align:justify;margin-top:20px}.aboutUsListContent{list-style-type:disc;margin-left:20px}.appAvailabilityContent{width:320px;font-size:15px}.joinAppTitle{font-weight:400;font-size:28px}.joinAppBtn{font-weight:700;letter-spacing:1px}.customBadge{height:20px;display:flex;padding:0 4px;z-index:1;flex-wrap:wrap;font-size:14px;min-width:20px;max-width:20px;align-items:center;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;align-content:center;border-radius:10px;background:#2a764d;color:#fff;flex-direction:row;justify-content:center;transform-origin:100% 0}.scrollspyNavParent{border-bottom:1px dashed #bebfc5}.scrollspyNavParent a.nav-link img{width:28px;position:absolute;left:10px;top:18px}.scrollspyNavParent #scrollspyNav{z-index:auto;background:#fff;width:260px;border:1px solid #eee;box-shadow:0 2px 4px 0 rgba(48,56,97,.2);padding-top:30px}.scrollspyNavParent #scrollspyNav .nav-pills .nav-link{border-radius:0;text-transform:capitalize;font-size:16px;font-weight:500;letter-spacing:.3px;color:#282c3f;padding-top:20px;padding-bottom:20px;padding-left:50px}.scrollspyNavParent #scrollspyNav .nav-pills .nav-link.active,.scrollspyNavParent #scrollspyNav .nav-pills .show>.nav-link{color:#fff!important;background-color:#e46d47}.scrollspyNavParent #scrollspyNav li{position:relative}.scrollspyNavParent #scrollspyNav .fa{position:absolute;top:calc(50% - 14px);font-size:22px;left:calc(0% + 9px);color:#e46d47;background:#fff;border-radius:50%;padding:4px 6px}.scrollspyNavParent #scrollspyNav.active{position:fixed}.setTwoLines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.customradio{display:none}.customradio:checked+label{padding:5px 8px;background-color:#2a764d;color:#fff;border:1px solid transparent;border-radius:3px;text-align:center;min-width:50px}.customradioBig{display:none}.customradioBig:checked+label{padding:12px 24px;transition:.3s;font-size:11px;background-color:#2a764d;color:#fff;border:1px solid transparent;border-radius:3px;text-align:center;min-width:120px}.customradioMedium{display:none}.customradioMedium:checked+label{padding:7px 24px;transition:.3s;font-size:11px;color:#111;border:1.5px solid #2196f3;border-radius:3px;text-align:center;min-width:170px}.customradio+label{padding:5px 8px;font-size:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#2a764d;border:1px solid #2a764d;border-radius:3px;margin-left:2px;min-width:50px}.customradio+label,.customradioBig+label{background-color:#fff;text-transform:uppercase;text-align:center}.customradioBig+label{padding:12px 24px;font-size:11px;color:#616161;border:1px solid #bdbdbd;border-radius:3px;margin-left:20px;min-width:120px;height:72px;transition:.3s}.customradioBig+label:hover{background-color:#e5e5e5;color:#717171;transition:.3s}.customradioBigLabel{padding:12px 24px;height:72px;min-width:120px}.customradioBigLabel,.customradioMedium+label{font-size:11px;background-color:#fff;color:#616161;text-transform:uppercase;border:1px solid #bdbdbd;border-radius:3px;margin-left:20px;text-align:center;transition:.3s}.customradioMedium+label{padding:7px 24px;min-width:170px;height:48px}.customradioMedium+label:hover{background-color:#e5e5e5;color:#717171;transition:.3s}.cardPaymentsBt .customradioMedium+label{margin-left:0!important;height:auto!important;width:100%;letter-spacing:.6px;padding:7px 24px}.cardPaymentsBt .customradioMedium+label .delete{display:none;font-size:22px;z-index:10}.cardPaymentsBt .customradioMedium+label:hover{background-color:#ddd!important;transition:.5s!important;color:#111!important;box-shadow:0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12)!important;border-color:transparent}.cardPaymentsBt .customradioMedium:checked+label .delete{display:block}.srlHidClsBt{-ms-overflow-style:none;overflow:-moz-scrollbars-none}.srlHidClsBt::-webkit-scrollbar{display:none}.overlay-parent{position:fixed;width:100%;height:100vh;z-index:1500;left:0;right:0}.overlay-div{position:absolute;width:100%;height:100vh;background-color:rgba(0,0,0,.5);top:10px}.overlay-dropdown{width:440px;margin:-8px auto 0;background-color:#fff}.overlay-dropdown,.overlay-dropdown-mobile{max-height:300px;position:relative;border-radius:4px;overflow-y:scroll;overflow-x:hidden}.overlay-dropdown-mobile{width:100%;margin:-18px auto 0;background-color:#f2f2f2}.overlay-dropdown-stickey{width:97.5%;max-height:300px;position:absolute;z-index:2000;margin:-1px auto 0;background-color:#fff;border-radius:4px;overflow-y:scroll;overflow-x:hidden}.searchResult{padding:10px 25px;font-size:14px;font-weight:400;transition:.2s;border-radius:4px}.searchResult:hover{background:#e0e0e0;cursor:pointer}.aboutUsTitleSection{margin-top:126px;background:url(/static/images/about-header.jpg);box-shadow:0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12);background-size:cover;background-position:50%;height:180px}.aboutSecLayout{padding-top:40px;padding-bottom:40px}.aboutSecH2{margin-bottom:20px;color:#434343}.aboutSecP p{font-size:17px;letter-spacing:.3px;line-height:1.8;font-weight:400}#whyGoTasker{background-color:#f4f4f4}.meetTeamSection{background-color:#f5f9fc;padding-top:20px;padding-bottom:20px;border-radius:4px}.meetTeamImgLayout img{border-radius:50%}.meetTeamH4{font-size:20px;letter-spacing:.3px;color:#282c3f;margin-bottom:5px}.meetTeamP{font-size:14px;letter-spacing:.3px;margin-bottom:10px;font-weight:400}.meetTeamSocialLinksLayout a{margin-right:10px}.meetTeamDesc{font-size:12px;letter-spacing:.6px;margin-bottom:10px;font-weight:400;line-height:1.8;color:#454545}.circle-loader{margin-bottom:3.5em;border:2px solid rgba(0,0,0,.2);border-left-color:#2a764d;animation:loader-spin 1.2s linear infinite;position:relative;display:inline-block;vertical-align:top;border-radius:50%;width:7em;height:7em}.load-complete{animation:none;border-color:#2a764d;transition:border .5s ease-out}.circle-loader-small{background:linear-gradient(180deg,#ecebeb,hsla(0,3%,92%,.51) 53%,hsla(0,3%,92%,0));display:flex;align-items:center;border-radius:50%;justify-content:center;animation:circleLoad 2s infinite;animation-fill-mode:forwards;animation-timing-function:linear;position:relative;width:80px;height:80px;margin:40px auto 0}.circle-loader-small:after{position:absolute;display:block;top:4px;left:4px;width:72px;height:72px;content:"";background-color:#171a29;border-radius:50%;overflow:hidden}.loader-image{width:40px;height:40px;position:absolute;top:33.5%;left:50%;transform:translate3d(-50%,-50%,0);margin-left:2px}.loader-text{font-size:28px;font-weight:300;margin:37px auto 40px;color:#ecebeb}.checkmark.draw:after{animation-duration:.8s;animation-timing-function:ease;animation-name:checkmark;transform:scaleX(-1) rotate(135deg)}.checkmark:after{opacity:1;height:3.5em;width:1.75em;transform-origin:left top;border-right:3px solid #2a764d;border-top:3px solid #2a764d;content:"";left:1.75em;top:3.5em;position:absolute}.loading-message{font-size:20px;letter-spacing:.5px;transition:.3s}.success-message{font-size:18px;color:#2a764d;transition:.3s}.registerStoreFormContent .error{position:absolute;width:110px;font-size:10px;background:red;color:#fff;padding:10px;z-index:1;height:60px;letter-spacing:.6px}.storeAddress input{height:60px!important}a.anchor_button{font-size:12px;font-weight:400;transition:.3s;text-transform:uppercase}a.anchor_button,a.anchor_button:hover{color:#2a764d!important}.lineSetter{display:-webkit-box;-webkit-line-clamp:2}.lineSetter,.oneLineSetter{-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.oneLineSetter{display:-webkit-box!important;-webkit-line-clamp:1;text-transform:capitalize}.ordBtnContainer{display:block;position:relative;padding-left:35px;margin:12px 0;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ordBtnContainer input{position:absolute;opacity:0;cursor:pointer}.ordBtnContainer input:checked~.ordBtnContainerMark{background-color:#fff}.ordBtnContainer input:checked~.ordBtnContainerMark:after{display:block}.ordBtnContainer .ordBtnContainerMark:after{top:2px;left:2px;width:72%;height:72%;border-radius:50%;background:#2a764d}.ordBtnContainerMark{position:absolute;top:3px;left:0;height:20px;width:20px;background-color:#eee;border-radius:50%;border:2px solid #2a764d}.ordBtnContainerMark:after{content:"";position:absolute;display:none}.free-delivery{padding:6px 14px;background-color:#f7f7f7;border-radius:4px;margin-top:12px}.free-delivery p{font-weight:400;text-transform:capitalize;color:#393939;text-align:-webkit-left}.free-delivery span{font-weight:400;color:#2196f3}.free-delivery .freeDel{color:#565555;font-weight:500}.border1{border:1px solid red!important}.border2{border:1px solid #333!important}.btn.focus,.btn:focus{outline:0;box-shadow:none}.sideBarWrapSec{width:0;position:fixed;z-index:9999;height:100vh;left:0;top:80px;background-color:#fff;overflow-x:hidden;transition:.2s;border-top:1px solid #eee;box-shadow:0 15px 40px -20px rgba(40,44,63,.15);top:110px!important}.sideBarWrapSec .sideBarWrapMainUL .nav-item{padding:0 30px}.sideBarWrapSec .sideBarWrapSubUL .nav-item{padding:0}.sideBarWrapSec .nav-link{font-size:14px;padding:16px 4px;color:#282c3f;transition:.3s;text-transform:capitalize;letter-spacing:.3px;display:inline-block}.sideBarWrapSec .promotions{color:#2a764d!important}.sideBarWrapSec .fa-gift:before{color:#2a764d}.sideBarWrapSec .fa{font-size:16px}.sideBarWrapSec .newItemSpl{float:right;margin:16px 0;font-size:11px;background:#2a764d;padding:2px 10px;border-radius:14px;color:#fff;text-transform:uppercase}.sideBarWrapSec .sideBarWrapinnerSubUL{padding-left:28px}.sideBarWrapSec .sideBarWrapinnerSubUL li a{color:#9faab7;padding:10px 0;font-size:13px;font-weight:400;letter-spacing:.4px}.sideBarWrapSec .seeMoreSpl{text-transform:uppercase;color:#2a764d!important;font-weight:600!important}#sidenav.sidenavWidth{width:330px!important}.headerWrap{background:#fff;position:sticky;top:0;z-index:999}nav{padding:5px 0}.foodCart{font-weight:500}.stickyRight .foodCart{font-size:16px}.stickyRight .foodCart span,.userProfLink{font-weight:500}.userProfLink{font-size:16px;display:inline-block;text-transform:capitalize;letter-spacing:.3px}.userProfLink:hover{color:#2a764d}.navTextWrapper{display:inline-block;width:100px;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis;border:1px solid #000;text-align:center;padding:7px;border-radius:8px}.headerNavULStore{width:100%;justify-content:center}.headerNavULStore li{margin-left:40px;display:inline-flex;align-items:center;text-align:center;justify-content:center}.headerNavULStore li a{color:#000!important;font-size:16px;font-weight:500;display:inline-block;text-transform:capitalize;letter-spacing:.3px}.headerNavULStore li a:hover{color:#2a764d!important;transition:.2s}.headerNavULStore li:hover{color:#2a764d}.headerNavUL li{margin-left:25px}.headerNavUL li a{color:#000!important;font-size:16px;font-weight:500;display:inline-block;text-transform:capitalize;letter-spacing:.3px}.headerNavUL li a:hover,.headerNavUL li:hover{color:#2a764d!important;transition:.3s}.fa{font-size:18px}.currentLocationType{font-size:15px;letter-spacing:.3px;font-weight:500;font-weight:600;margin-right:10px;position:relative}.currentLocationType:hover{color:#2a764d}.currentLocationType:after{content:"";position:absolute;height:2px;left:0;bottom:-5px;width:100%;background:#3d4152}.storeTypeHeader{font-size:18px;font-weight:700;color:#fff;text-align:center}.lineLengthSetter{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hamIcon{cursor:pointer;position:relative;top:-3px}.ham{background:#474747;height:2px;width:20px;transition:.3s}.ham:before{top:-6px}.ham:after,.ham:before{content:"";position:absolute;height:2px;width:20px;background:#737373;transition:.3s}.ham:after{bottom:-6px}.hamIcon.active .ham{background:#fff}.hamIcon.active .ham:before{top:0;transform:rotate(45deg)}.hamIcon.active .ham:after{top:0;transform:rotate(135deg)}.categorySlider .slick-arrow.slick-prev{position:absolute;left:-10px;z-index:9999}.categorySlider .slick-arrow.slick-next{position:absolute;right:-10px}.categorySliderSec{background-color:#171a29;padding-top:40px;padding-bottom:40px;padding-left:10px}.categorySliderSec .slick-slide img{transform:scale(1);transition:.4s;margin:auto;height:260px;width:260px}.categorySliderSec .slick-slide img:hover{transform:scale(1.1)}.categorySliderSec .slick-prev{z-index:9;left:calc(0% - 10px)}.categorySliderSec .slick-prev:before{content:"";font-family:fontawesome;font-size:20px;background:#fff;border-radius:50%;color:#333;padding:12px 16px;text-align:center;margin:auto;opacity:1}.categorySliderSec .slick-next{z-index:9;right:10px}.categorySliderSec .slick-next:before{content:"";font-family:fontawesome;font-size:20px;background:#fff;border-radius:50%;color:#333;padding:12px 16px;text-align:center;margin:auto;opacity:1}#scrollspyNavContent{width:calc(100% - 260px);float:right;padding-left:60px;padding-top:40px}.filtersMenuItemsSec .filtersMenuUL{border-bottom:1px solid #eee}.filtersMenuItemsSec .filtersMenuUL li{position:relative;padding:0 10px}.filtersMenuItemsSec .filtersMenuUL li a{color:#686b78;font-size:.95rem;letter-spacing:.3px;font-weight:400;padding:0 8px 10px;display:inline-block}.filtersMenuItemsSec .filtersMenuUL .fa{position:relative;top:calc(50% - 14px);font-size:20px;color:#e46d47}.filtersMenuItemsSec .filtersMenuUL .nav-link.active{border-bottom:1px solid #474747}.filtersMenuItemsSec.active{position:fixed;z-index:9;width:calc(100% - 330px);background:#fff;right:0;height:46px;padding:10px!important;box-shadow:0 3px 10px -4px rgba(0,0,0,.2)}.store-logo-holder{position:absolute;right:0;left:15px;margin:auto;transform:translateY(25px);display:flex}.store-logo-holder>div{overflow:visible!important}.main_container.storeClosed{cursor:not-allowed!important}.main_container.storeClosed>div:nth-child(2),.main_container.storeClosed>div:nth-child(3){filter:rgba(128,128,128,.9);filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(90%);-webkit-filter:grayscale(.9)}.popNSuperDescContSticky{height:70px;transition:.3s;position:fixed;z-index:999;top:98px;width:100%}.popNSuperDescContSticky .popNSuperSec{padding-top:12px;padding-bottom:12px;transition:.3s}.popNSuperDescContSticky .popNSuperH3Title{font-size:18px}.popNSuperDescContSticky img{width:40px;height:40px}.restCardRow{border-bottom:1px dashed #bebfc5}.popNSuperDescSticky{background-color:#f2f6fc;padding-top:0;padding-bottom:0}.popNSuperSec{background-color:#f2f6fc;padding-top:30px;padding-bottom:30px}.popNSuperSec .popNSuperH3Title{font-size:1.3rem;color:#282c3f;margin-bottom:3px}.popNSuperSec .popNSuperDesc{font-size:14px;color:#93959f;letter-spacing:.3px;margin-bottom:0;font-weight:400}.popNSuperSec button{border-radius:4px;background-color:#2a764d;color:#fff;text-transform:uppercase;font-weight:600;font-size:.83rem;letter-spacing:.3px;padding:.38rem .75rem}.productDetailSec .breadCrumbsSec{background:hsla(0,0%,93%,.29)}.productDetailSec .breadcrumb{padding:8px 0;margin:0;border-radius:0;background:transparent}.productDetailSec .breadcrumb-item{font-size:10px;letter-spacing:.3px}.productDetailSec .breadcrumb-item a{color:#93959f}.productDetailSec .breadcrumb-item.active{color:#000}.cartCutBtn{font-size:12px;color:#444;text-transform:capitalize;letter-spacing:0}.cartCutBtn:after{content:"";font-family:fontawesome;font-size:8px;margin:0 2px 0 1px;color:#2a764d}.cartCutBtn span{font-size:11px;color:#aaa}.productDescription{position:absolute;z-index:40}.productDetailTitleSec{background-color:#171a29;padding-top:40px;transition:.5s;z-index:30}.productDetailTitleSec #productDetailTitleImgSec{width:254px;overflow:hidden;transform:translate3d(0,12px,0) scaleY(1.1)}.productDetailTitleSec .productTitleDetailsSec{position:relative;width:calc(100% - 254px);padding-left:30px}.productDetailTitleSec .productTitleDetailsSearchFilters{position:absolute;bottom:-65px;transition:.5s}.productDetailTitleSec .productTitleDetailsSearchFilters .input-group-text{border-radius:0;background:#fff;border:none}.productDetailTitleSec .productTitleDetailsSearchFilters .form-control{border:none;border-radius:0;outline:none;text-transform:capitalize;font-weight:500;font-size:14px;height:35px}.productDetailTitleSec .productTitleH1{color:#fff;font-size:30px;font-weight:400;letter-spacing:.3px;margin-bottom:2px}.productDetailTitleSec .productTypeP{font-size:17px}.productDetailTitleSec .productTitleP,.productDetailTitleSec .productTypeP{color:#fff;letter-spacing:.3px;line-height:1.3;text-transform:capitalize;margin:0 0 15px}.productDetailTitleSec .productTitleP{font-size:15px}.productDetailTitleSec .productTitleAllInOneComm i{color:#fff}.productDetailTitleSec .stickyDullClass .productTitleAllInOneComm{padding-right:15px;padding-left:15px}.productDetailTitleSec .stickyDullClass .productTitleAllInOneSpan{font-weight:400;opacity:.7}.productDetailTitleSec .productTitleAllInOneSpan{color:#fff;font-size:14px;font-weight:600;text-transform:lowercase;letter-spacing:.3px}.productDetailTitleSec .productTitleAllInOneP{color:#ccc;font-size:12px;font-weight:500;margin-bottom:0;text-transform:capitalize}.productDetailTitleSec .paddRhtSplproductTitleAllInOneComm{padding-right:30px}.productDetailTitleSec .borderSplproductTitleAllInOneComm{padding:0 20px}.productDetailTitleSec .paddLftSplproductTitleAllInOneComm{padding-left:40px}.productDetailTitleSec .productTitleOffersH6{color:#fff;font-weight:500;font-size:13px;margin-bottom:0;letter-spacing:.3px}.productDetailTitleSec .productTitleOfferAbs{position:absolute;left:-6px;top:-7px;font-size:18px;text-transform:uppercase;background:#171a29;padding-right:10px;padding-bottom:10px;letter-spacing:.6px;color:#fff}.popularBrandItemImgRepClsImg{width:200px;height:180px!important;max-width:100%;border-radius:100%;margin:0 30px 30px}.popularBrandItemImgSticky{transform:translate3d(0,-27.5px,0) scaleY(1.1);transform-origin:left top;transition:transform .35s ease-in-out}.productTitleDetailsSearchFiltersForm{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:14px;line-height:1.9;color:#495057;background-color:#fff;background-clip:padding-box;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:0 3px 15px 0 rgba(40,44,63,.1);font-weight:600;letter-spacing:.1px;cursor:pointer}.productTitleDetailsSearchFiltersForm .custom-control-label:before{background-color:#fff;border:2px solid #474747;border-radius:0}.productTitleDetailsSearchFiltersForm .custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#2a764d}.restoSearchCont{box-shadow:0 3px 15px 0 rgba(40,44,63,.1);border:1px solid rgba(0,0,0,.04)}.restoSearchCont input{height:40px}.productTitleDetailsSearchFiltersFormSpl{box-shadow:0 3px 15px 0 rgba(40,44,63,.1);cursor:pointer}.productTitleDetailsSearchFiltersFormSpl::-moz-placeholder{color:#282c3f!important;font-weight:500!important;letter-spacing:.1px!important;opacity:.8;font-size:13px!important;text-transform:capitalize}.productTitleDetailsSearchFiltersFormSpl::placeholder{color:#282c3f!important;font-weight:500!important;letter-spacing:.1px!important;opacity:.8;font-size:13px!important;text-transform:capitalize}.productTitleDetailsSearchFiltersFormSpl:-ms-input-placeholder{color:#282c3f!important;font-weight:500!important;letter-spacing:.1px!important;font-size:13px!important;opacity:.8;text-transform:capitalize}.productTitleDetailsSearchFiltersFormSpl::-ms-input-placeholder{color:#282c3f!important;font-weight:500!important;letter-spacing:.1px!important;font-size:13px!important;opacity:.8;text-transform:capitalize}.productTitleOffersH6 i{font-size:20px;margin-right:10px}.productTitleOffersSec{padding-top:30px;padding-bottom:30px;border:1px solid #fff;text-align:center;position:relative}.I6-HS{display:inline-block;height:2px;width:30px;background-color:#3d4152;margin-bottom:10px}h5.productDetailSrlSpyNamePrice{padding-left:20px}.vegIcon{height:15px;margin-right:8px;margin-top:-5px}.scratch{color:#93959f;padding-left:20px;margin-right:5px;text-decoration:line-through;font-size:11px;color:#7e808c}.addonsULSec>ul{padding-bottom:30px;margin-bottom:0!important}.emptyCartContainer{height:420px;border-radius:10px;padding:10px;background-color:#fff;display:flex;flex-direction:column}.emptyCartContainer div{flex:1 1;align-items:center;justify-content:center}.productDetailAddressSec{background-color:#e9e9eb}.productDetailAddressSec .productDetailAddressItemComm{text-align:center}.productDetailAddressSec .productDetailAddressH6Title{text-transform:uppercase;font-size:14px;position:relative;margin-bottom:40px}.productDetailAddressSec .productDetailAddressH6Title:before{position:absolute;content:"";width:26px;left:calc(50% - 13px);border-bottom:3px solid;bottom:-20px}.productDetailAddressSec .productDetailAddressPTitle{color:#686b78;font-size:14px;letter-spacing:.3px}.productDetailAddressSec .productDetailComSpl{color:#9c9ea7}.productDetailAddressSec .productDetailLicense{color:#282c3f;font-size:1.05rem}.modal.fade.addOnsModal .modal-dialog{transform:translateY(100%);transition:.3s!important}.modal.show.addOnsModal .modal-dialog{transform:translate(0);transition:.3s!important}.addOnsModal .modal-dialog{max-width:600px!important;overflow-y:visible!important;overflow-y:initial!important}.addOnsModal .modal-content{border:none;border-radius:0}.addOnsModal .addOnsModalSec{padding-left:50px;padding-right:0;margin-bottom:70px}.addOnsModal .cartBottomSec{width:100%;bottom:53px;background:#fff;z-index:9;overflow:hidden;padding:6px 39px 20px}.addOnsModal .cartBottomSec .addonsDyna{color:#2196f3;font-size:12px;letter-spacing:.5px}.addOnsModal .cartBottomSec .addOnComma{color:#7e808c;font-size:12px}.addOnsModal .cartBottomSec .cartTotalStaticPrice{text-transform:capitalize;font-weight:600;font-size:1rem;letter-spacing:.6px;color:#fff}.addOnsModal .cartBottomSec .cartTotalDynaPrice{text-transform:uppercase;font-weight:600;font-size:1rem;letter-spacing:.3px;color:#fff}.addOnsModal .cartBottomSec .cartTotalPriceSecInner{position:relative;background-color:#2a764d;padding:8px 16px;cursor:pointer}.addOnsModal .cartBottomSec .cartTotalPriceSecInnerDeactive{background-color:#777;padding:8px 16px;cursor:not-allowed}.addOnsModal .bttnLoader{position:absolute;background:rgba(0,0,0,.7);width:100%;top:0;left:0;bottom:0;text-align:center;padding:2px}span.actualAddonName:hover{font-weight:500;transition:.3s}.addOnsModalSec .modal-title{font-size:20px;font-weight:500;letter-spacing:.1px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:85%;color:#282c3f}.addOnsModalSec .modal-title i{font-size:14px;vertical-align:middle;color:#2a764d;width:30px;position:absolute;left:calc(0% - 20px);top:calc(50% - 7px)}.addOnsModalSec .addOnsModalSecTitlePrice{color:#000;font-size:15px;font-weight:400;margin-bottom:0;margin-left:20px}.addOnsModalSec .close{position:absolute;right:2%;top:calc(40% - 30px);font-size:40px;font-weight:300}.addOnsModalSec .close-bttn{position:absolute;right:3%;top:calc(40% - 50px);font-size:40px;font-weight:300;background:transparent;border:none;cursor:pointer}.addOnsModalSec .addOnsModalTitleSecInner{padding-bottom:10px}.addOnsModalSec .modal-body{overflow-y:auto;overflow-x:hidden;height:auto;max-height:260px;margin:15px 0;padding:0 0 30px}.addOnsModalSec .addOnLabel{display:block;position:relative;padding-left:35px;padding-right:35px;margin-bottom:10px;cursor:pointer;font-size:15px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#282c3f;letter-spacing:.3px;text-transform:capitalize}.addOnsModalSec .addOnLabel:before{font-size:16px;vertical-align:middle;color:#2a764d;width:14px;position:absolute;left:calc(0% - 54px);top:calc(50% - 12px);content:"";font-family:fontawesome;height:14px;text-align:center}.addOnsModalSec .addOnLabel input{position:absolute;opacity:0;cursor:pointer}.addOnsModalSec .addOnLabel input:checked~.checkmark{background-color:#fff;border:1px solid #2a764d}.addOnsModalSec .addOnLabel input:checked~.checkmark:after{display:block}.addOnsModalSec .addOnLabel:hover input~.checkmark{background-color:#fff}.addOnsModalSec .addOnItemPrice{margin:0 0 0 20px;font-size:14px;color:#7e808c}.addOnsModalSec .radioUL .checkmark{position:absolute;top:calc(50% - 8px);left:0;height:16px;width:16px;background-color:#fff;border-radius:50%;border:1px solid #474747}.addOnsModalSec .radioUL .addOnLabel .checkmark:after{top:-6px;left:0;content:"";font-size:17px;font-family:FontAwesome;color:#2a764d}.addOnsModalSec .checkmark:after{content:"";position:absolute;display:none;border-right:none;border-top:none}.addOnsModalSec .addonsULSecH5Title{color:#282c3f;font-size:18px;font-weight:600;padding:5px 0 15px;position:relative}.addOnsModalSec .addonsULSecH5Titleoptional{color:#aaa;font-size:13px;font-weight:400}.addOnsModalSec .checkBoxUL .checkmark{position:absolute;top:calc(50% - 8px);left:0;height:16px;width:16px;background-color:#fff;border:1px solid #474747}.addOnsModalSec .checkBoxUL .addOnLabel .checkmark:after{left:6px;top:2px;width:4px;height:10px;border:solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg)}.addOnsModalSec .checkBoxUL .addOnLabel input:checked~.checkmark{background-color:#2a764d}.bttn-custom{padding:8px 20px;width:100%;border-radius:2px;text-transform:capitalize;cursor:pointer}.bttn-ghost{position:relative;background:#2a764d;color:#fff}.bttn-fluid,.bttn-ghost{border:1px solid #2a764d}.bttn-fluid{color:#2a764d;background:#fff}.bttnLoaderSmall{position:absolute;background:rgba(0,0,0,.7);width:100%;border-radius:2px;top:0;left:0;bottom:0;right:0;text-align:center;padding:10px}.cartSubHeader{font-weight:500;font-size:12px;color:#686b78;text-transform:uppercase;padding-top:2px}._161V3{color:#000;font-size:15px;font-weight:600;display:flex;align-items:center}._1DWmI{font-size:17px;flex:1 1}._26NCu{font-size:13px;font-weight:400;color:#7e808c;margin-top:2px}._1gPB8{height:56px;color:#2a764d;border:2px solid #2a764d;outline:0;cursor:pointer;background-color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:center;font-size:16px;border-radius:8px;font-weight:600}.addOnRequired.active{color:red}.addOnRequired.active,.addOnRequired.done{float:right;margin-right:10px;font-weight:400;font-size:14px}.addOnRequired.done{color:#2196f3}.addOnRequired.done:before{content:"";font-family:fontawesome}.addons-nav{position:relative;padding:16px 20px 8px 0;border-top:1px dashed #bebfc5!important;border-bottom:1px solid #e0e0e0}.addons-nav ul{margin-top:0!important}.addons-nav ul li.active{font-size:11px;font-weight:500;color:#282c3f}.addons-nav ul li{display:inline-block;color:#93959f!important;font-size:12px;margin-right:22px;cursor:pointer;position:relative;padding-bottom:7px}.addons-nav ul li:after{content:"";right:-12px;position:absolute;background-image:linear-gradient(90deg,#a9abb2 100%,#a9abb2 0);background-position:right .5em;background-size:2px 2px;top:4px;background-repeat:no-repeat;display:inline-block;width:1px;padding-left:12px;height:1em}.addons-nav ul li a{font-size:11px;font-weight:500;color:#282c3f}.prodetailsRecomItemAddBtn{width:100%;font-size:13px;text-transform:uppercase;color:#2a764d;font-weight:500;background-color:#fff;border:1px solid #ccc;letter-spacing:.3px;border-radius:0;padding-top:2px;padding-bottom:2px;position:relative}.shadoBox{width:100%;box-shadow:0 2px 4px 0 rgba(40,44,63,.1);height:10px;display:none}#prodListHeaderNavSv{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transition:.5s}.productsListItemsSec{background:#fff}.productsListItemsSec .productsListItemsResCount{margin-bottom:0;font-size:14px;color:#686b78}.productsListItemsSec .popularBrandsSecTitle{font-weight:600}.productsListWrap{background:#35728a;padding-bottom:30px;transition:.2s}.productsListTitleSec{padding-top:80px;padding-bottom:80px}.productsListTitleSec .productsListTitle{color:#fff;font-size:2.5rem;letter-spacing:.3px;font-weight:600}.productsListTitleSec .productsListTitleDesc{color:#fff;font-size:1.05rem;letter-spacing:.3px;font-weight:300}.store-mobile-logo>div{overflow:visible!important}.mobLpSec{background:rgba(164,183,20,.18);height:100%}.mobLpSec .mobLpSecHeader{position:relative;background:#fff}.mobLpSec .mobLpSecH6Title{text-transform:capitalize;color:#282c3f;font-size:1.3rem;text-align:left;margin-bottom:0;padding:8px 0}.mobLpSec .mHamSec{left:calc(0% + 15px);top:calc(0% + 8px)}.mobLpSec .mHam{width:16px;background:#333;height:2px}.mobLpSec .mHam:before{top:-4px}.mobLpSec .mHam:after,.mobLpSec .mHam:before{position:absolute;content:"";width:16px;height:2px;background:#333}.mobLpSec .mHam:after{bottom:-4px}.mobLpSec .mobLpSecCatSecInner{border-radius:4px;padding:30px 20px 20px;background-position:100% 100%!important;background-size:cover!important;background-repeat:no-repeat!important}.mobLpSec .mobLpSecCatTitle{text-transform:capitalize;font-size:1.6rem;margin-bottom:0;color:#fff;letter-spacing:.5px;font-weight:700}.mobLpSec .mobLpSecSubCatTitle{text-transform:capitalize;font-size:1rem}.mobLpSec .dotSpan{font-weight:600;vertical-align:super}.mobLpSec .othersCatSecInner{border-radius:4px}.mobLpSec .othersCatSecH6Ttile{margin-bottom:0;text-transform:capitalize;font-size:1.2rem;letter-spacing:.3px;color:#fff;font-weight:500}.mobLpSec .mobLpSecCatSec{position:relative;margin-bottom:15px;border-radius:4px}.mobLpSec .mobLpSecCatImg{width:100%}.mobLpSec .othersCatSecItem{position:relative}.mobileStoreListHeader{border-bottom:1.5px dashed #ddd;padding-bottom:10px}.mobileStoreListHeader .storeSearchIcon{font-size:18px}.mobileStoreListHeader .innerPage-heading{font-size:22px}.searchInputSec .input-group-text{color:#fff}.searchInputSec .input-group-text,.searchInputSec input{background:#85abf2;border:1px solid #85abf2}.searchInputSec::-moz-placeholder{color:#fff!important;opacity:1;font-size:13px}.searchInputSec:-ms-input-placeholder{opacity:1}.searchInputSec::placeholder{color:#fff!important;opacity:1;font-size:13px}.searchInputSec:-ms-input-placeholder{color:#fff!important;font-size:13px}.searchInputSec::-ms-input-placeholder{color:#fff!important;font-size:13px}.searchInputSec .form-control:focus{color:#fff;background-color:#85abf2;border:1px solid #85abf2;box-shadow:none}.mobLpSecSubCatTitle{color:#fff}#superMarketCat{background:url(/static/foodImages/superMarketBannerIcon.png)}#restaurantCat{background:url(/static/foodImages/restaurantBannerIcon.png)}#pharmacyCat{background:url(/static/foodImages/pharmacyBannerIcon.png)}#fashionCat{background:url(/static/foodImages/fashionBannerIcon.png)}#orderAnythingCat{background:url(/static/foodImages/orderAnythingBannerIcon.png)}.modal-open .modal.bottomModal{padding-right:0!important}.bottomModal .modal-dialog{margin:0;height:100%;width:100%;max-width:100%;overflow-y:visible!important;overflow-y:initial!important}.bottomModal .modal-content{border:none;border-radius:0;height:100%}.bottomModal .modal-body{padding:0;overflow-y:auto}.modal.fade.bottomModal .modal-dialog{transform:translateY(100%);transition:.3s!important}.modal.show.bottomModal .modal-dialog{transform:translate(0);transition:.3s!important}#loginModal .modal-header+.modal-body{margin-top:100px}#loginModal .profilePicImg{max-width:100%;margin-right:10px}#loginModal ul{margin-bottom:20px!important}#loginModal ul li a{color:#282c3f;text-transform:capitalize;font-size:14px;letter-spacing:.3px;padding-left:6px!important;display:inline-block!important}#loginModal .navH6Title{text-transform:uppercase;letter-spacing:.6px;font-size:14px;border-bottom:2px solid #eee;padding-bottom:10px}#loginModal .modal-header{border-bottom:none}#loginModal .modal-header,.fashionHeader{position:fixed;top:0;width:100%;background:#fff;z-index:9}.fashionHeader{left:0;box-shadow:0 15px 40px -20px rgba(40,44,63,.15)}.fashionHeader .hamIcon{cursor:pointer;position:relative}.fashionHeader+.fashionWrap{padding-top:125px}.mainFashionMenu .input-group-text{border-radius:0}.mainFashionMenu .igtSplLeft{font-size:14px;position:relative;width:60px;background:#f7f7f7}.mainFashionMenu .fa-sort-down{position:absolute;right:10%;top:calc(50% - 9px)}.mainFashionMenu .igtSplRight{border-left:none;background:#fff;font-size:14px;color:#686b78}.mainFashionMenu .mainFashionMenuUL li a{text-transform:capitalize;text-align:left;font-size:14px;color:#666;letter-spacing:.3px;position:relative;padding-left:20px}.mainFashionMenu .mainFashionMenuUL li i{position:absolute;top:calc(50% - 7px);font-size:13px;color:#282c3f;left:0}.mainFashionMenu .downloadIcons i{border:1px solid #eee;font-size:13px;border-radius:50%;padding:5px;background:#f7f7f7}.mainFashionMenu::-moz-placeholder{opacity:1;color:#aaa;font-size:12px;letter-spacing:.3px}.mainFashionMenu:-ms-input-placeholder{opacity:1}.mainFashionMenu::placeholder{opacity:1;color:#aaa;font-size:12px;letter-spacing:.3px}.mainFashionMenu:-ms-input-placeholder{color:#aaa;font-size:12px;letter-spacing:.3px}.mainFashionMenu::-ms-input-placeholder{color:#aaa;font-size:12px;letter-spacing:.3px}.catFashionMenu .catFashionMenuUL li a{text-transform:capitalize;padding-left:0;text-align:left;font-size:14px;color:#282c3f;letter-spacing:.3px;position:relative}.catFashionMenu .catFashionMenuUL li i{position:absolute;top:calc(50% - 6px);font-size:10px;color:#282c3f;margin-left:5px}.fashionWrap{background:#f2f6fc}.fashionWrap .bannerSlider{margin-bottom:20px;box-shadow:0 15px 40px -20px rgba(40,44,63,.15)}.bannerSlider .bannerSliderImg{width:100%}.bannerSlider .slick-prev{left:14px;background:#fff;height:100px;z-index:8}.bannerSlider .slick-prev:before{content:"";font-family:fontawesome;color:#aaa;opacity:1!important;font-size:14px}.bannerSlider .slick-next{right:14px;background:#fff;height:100px;z-index:8}.bannerSlider .slick-next:before{content:"";font-family:fontawesome;color:#aaa;opacity:1!important;font-size:14px}.bannerSlider .carousel-control-next,.carousel-control-prev{top:calc(50% - 50px);width:auto;color:#fff;height:100px;background:#fff}.catListFashProdItemsSec{margin-bottom:20px}.catListFashProdItemsSec .catListFashProdItemsSecInner{box-shadow:0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12);background-color:#fff}.catListFashProdItemsSec .catListFashProdItemsMainTitle{color:#282c3f;text-transform:uppercase;font-size:.9rem;letter-spacing:.3px;margin-bottom:0;padding:15px;border-bottom:2px solid #eee}.catListFashProdItemsSec .catListFashProdItemSlider{padding-top:15px;padding-bottom:15px}.catListFashProdItemSlider .catListFashProdItemImg{width:80%;padding-bottom:10px;max-height:100px;-o-object-fit:contain;object-fit:contain;margin:auto}.catListFashProdItemSlider .slick-prev{left:16px;z-index:8}.catListFashProdItemSlider .slick-prev:before{font-family:fontawesome;color:#aaa;opacity:1!important;font-size:14px;content:""}.catListFashProdItemSlider .slick-next{right:16px;z-index:8}.catListFashProdItemSlider .slick-next:before{font-family:fontawesome;color:#aaa;opacity:1!important;font-size:14px;content:""}.catListFashProdItemSlider .catListFashProdItem{position:relative}.catListFashProdItemSlider .catListFashProdItemTitle{font-size:13px;text-transform:capitalize;letter-spacing:.3px;text-align:center}.catListFashProdItemSlider .catListFashProdItemPrice{font-size:12px;text-transform:capitalize;letter-spacing:.3px;text-align:center;margin-top:10px}.catListFashProdItemSlider .recommendFashProdSingleItemQty{font-size:12px;text-transform:capitalize;color:#666;letter-spacing:.3px;text-align:center}.prodsAdSec{margin-bottom:20px}.prodsAdSec .prodsAdImg{width:100%;max-height:250px;min-height:250px}.recommendFashProdItemsSec{margin-bottom:20px}.recommendFashProdItemsSec .recommendFashProdItemsTitleSecInner{background:#4dabf7;padding:10px 15px;margin-bottom:20px}.recommendFashProdItemsSec .recommendFashProdItemsTitle{color:#fff;text-transform:uppercase;font-size:.9rem;letter-spacing:.3px;margin-bottom:0}.recommendFashProdItemsSec .recommendFashProdItemsViewAll{color:#282c3f;text-transform:uppercase;font-size:10px;letter-spacing:.6px;margin-bottom:0;display:inline-block;float:right;background:#fff;padding:4px 10px}.recommendFashProdItemsSec .col-xl-auto.recommendFashProdSingleItem{width:19.8%;padding-right:0}.recommendFashProdItemsSec .addFashBtnInitial{font-size:11px;text-transform:uppercase;background:#4dabf7;color:#fff;width:60px}.recommendFashProdItemsSec .recommendFashProdSingleItemInner{box-shadow:0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.12);background:#fff;padding:15px 10px;margin-bottom:15px}.recommendFashProdItemsSec .recommendFashProdItemImg{width:100%;height:100px;-o-object-fit:contain;object-fit:contain}.recommendFashProdItemsSec .recommendFashProdSingleItemTitle{margin:10px 0 20px;font-size:13px;text-transform:capitalize;letter-spacing:.3px;color:#282c3f;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.recommendFashProdItemsSec .recommendFashProdSingleItemPrice{font-size:12px;text-transform:capitalize;letter-spacing:.3px;margin-bottom:20px}.recommendFashProdItemsSec .recommendFashProdSingleItemQty{font-size:11px;text-transform:capitalize;color:#666;letter-spacing:.3px}.fbLoad:after{animation:FBLoadShimmer-animate 1s steps(20) infinite forwards;background-image:linear-gradient(90deg,#f5f6f7 0,#edeef1 20%,#f5f6f7 40%,#f5f6f7);content:" ";display:block;height:100%;position:relative;width:100%;will-change:transform}.shine{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:100%;display:inline-block;position:relative;-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;-webkit-animation-timing-function:linear}.search-container{padding-top:60px;max-width:900px}._3eNnq,.search-container{position:relative;margin:0 auto}._3eNnq{width:900px;z-index:1}._38pEg{height:70px;line-height:70px;position:relative;border:1px solid #d4d5d9}._1F77L{left:30px;color:#000;font-size:20px!important}._1F77L,._2Tyn1{position:absolute;top:50%;transform:translateY(-50%)}._2Tyn1{display:flex;flex-direction:column;right:-90px;text-align:center;cursor:pointer}._2BJMh{border:0;font-size:24px!important;color:#282c3f;font-weight:500;padding:20px 60px 20px 70px;margin:0;width:100%;outline:none;height:68px;line-height:1.3em;caret-color:#2a764d;text-transform:capitalize}._2BJMh::-moz-placeholder{font-size:24px!important;color:#282c3f;font-weight:900}._2BJMh:-ms-input-placeholder{font-size:24px!important;color:#282c3f;font-weight:900}._2BJMh::placeholder{font-size:24px!important;color:#282c3f;font-weight:900}._3pIVC{width:24px;margin-bottom:9px}._3TI86,.py3n3{display:block;line-height:1}#resto-search{border-bottom:1px solid #e9e9eb;margin:60px auto 0}#resto-search .nav-link{display:inline-block;position:relative;margin-right:30px;cursor:pointer;font-size:20px;font-weight:500;color:#93959f;background:#fff;padding:0 2px 8px}#resto-search .nav-link.active{color:#282c3f}#resto-search .nav-link.active:after{content:"";display:block;position:absolute;height:3px;width:100%;right:-1px;bottom:-1px;background:#2a764d}._27-i_{text-transform:uppercase;color:#7e808c;font-size:14px;margin-bottom:35px;margin-left:20px;font-weight:500}._1qtJs{color:#282c3f}.EiD4d{margin-top:30px}._2ntDc{padding:25px 20px;color:#282c3f;font-size:18px;font-weight:300;border-bottom:1px dashed #d4d5d9;cursor:pointer;line-height:1;position:relative;text-transform:capitalize}._2ntDc:hover{background:#f8f8f8;transition:.3s}._2UBj8{font-weight:500;background-color:transparent;color:#282c3f}._28yRc{width:100%;padding-bottom:10px}.zone-search-stores{width:100%;margin:0 auto 40px;border:1px solid rgba(40,44,63,.15)}.zone-search-store-header{background:#f1f4f9;padding:23px 30px 28px;cursor:pointer}.zone-search-store-title{font-size:17px;font-weight:500;color:#282c3f;margin:0 0 4px;position:relative}._2H8LW{float:right;font-size:13px;color:#5d8ed5;text-transform:uppercase;font-weight:600;margin-top:4px}.fxt3y{font-size:13px;color:#7e808c;margin:0 0 11px}._3FTfu{padding-right:10px;margin-right:8px;position:relative}.zone-search-product-container{background:#fff;padding:20px 30px 0}.search-breadcrumb{text-transform:uppercase;color:#7e808c;font-size:14px;margin-bottom:35px;margin-left:20px;font-weight:700}.search-breadcrumb a{cursor:pointer}.search-breadcrumb a:hover{color:#2a764d!important}.search-breadcrumb i{margin:0 4px}.offerIcon:before{content:""}@media only screen and (max-width:575px)and (min-width:320px){.mobileAppLogo{display:inline}.commonAppLogo{display:none}#aboutHeaderContainer{padding-top:10px}#aboutHeader{margin:0;height:10%}.headerSubTitle{font-size:18px}.headerMainTitle{font-size:30px}.aboutUsContent{padding:0}.appAvailabilityContent{width:100%}.responsiveInfo{text-align:center!important}.mainAreaTitle{margin:0}.joinAppTitle,.mainAreaTitle{font-size:18px;line-height:30px}._2UBj8{font-size:14px}#resto-search .nav-link{font-size:16px!important}.search-container{height:84vh}._2ntDc{padding:15px!important}.search-breadcrumb{margin-left:0!important}.restosearch.popularSearchSection{max-width:100%!important;width:100%!important;max-height:81vh!important;margin:auto!important;padding-left:0!important}}@media only screen and (max-width:767px)and (min-width:576px){#aboutHeader{margin:0;height:10%}.appAvailabilityContent{width:80%}.aboutUsContent{padding:0}.mainAreaTitle{margin:0}}@media only screen and (max-width:992px)and (min-width:768px){#aboutHeader{margin:0;height:10%}.appAvailabilityContent{width:80%}.aboutUsContent{padding:0}.mainAreaTitle{margin:0}}@media only screen and (max-width:1400px)and (min-width:992px){.aboutUsContent{padding:0}}@media(min-width:1100px)and (max-width:1400px){.productDetailSrlSpyCartFixed .emptyCart{display:flex;width:250px;height:250px;text-align:center;flex-direction:column;position:absolute;margin:30px 0!important}}@media(min-width:992px)and (max-width:1199.98px){#businessEmailError{left:98%!important}#sidenav.sidenavWidth{width:254px!important}.headerWrap .headerNavUL li{display:flex;align-items:center;justify-content:center}.headerWrap .headerNavUL li a{font-size:14px}.scrollspyNavParent #scrollspyNav{width:254px}.scrollspyNavParent #scrollspyNav .nav-pills .nav-link{font-size:13px}.scrollspyNavParent #scrollspyNav .fa{font-size:20px}.scrollspyNavParent #scrollspyNav ul{border-left:1px solid #eee}#scrollspyNavContent{width:calc(100% - 254px);padding-left:40px;padding-top:0}#scrollspyNavContent .filtersMenuUL li a{font-size:.8rem}.popularBrandsSec .popularBrandsSecTitle{font-size:22px}.popularBrandsSec .popularBrandItemTitle{letter-spacing:.3px;margin-top:15px;font-size:14px;font-weight:400;line-height:.8;text-transform:capitalize}.popularBrandsSec .popularBrandItemCat{font-size:11px;letter-spacing:.3px}.popularBrandsSec .popularBrandItemInnerSec{font-size:9px;letter-spacing:.6px}.popularBrandsSec .popularBrandItemInnerRating{padding-top:2px}.popularBrandsSec .popularBrandItemOffersSpan{width:185px;font-weight:400;letter-spacing:.2px;font-size:12px}.popularBrandsSec .popularBrandItemQkViewSec{padding-top:10px;padding-bottom:10px}.popularBrandsSec .popularBrandItemImgRep{height:130px;width:100%}.filtersMenuItemsSec.active{width:calc(100% - 260px)}.popNSuperSec .popNSuperH3Title{font-size:1rem}.popNSuperSec .popNSuperDesc{font-size:12px;letter-spacing:0}.popNSuperSec button{font-size:.6rem}.productDetailTitleSec #productDetailTitleImgSec{width:240px}.productsListTitleSec{padding-top:40px;padding-bottom:40px}}@media(min-width:768px)and (max-width:991.98px){#businessEmailError{left:80%!important}.mainFashionMenu .mainFashionMenuUL li a{font-size:13px}.catFashionMenu .catFashionMenuUL li a{font-size:11px;padding-right:0}.bannerSlider .slick-next,.bannerSlider .slick-prev{height:100%}.catListFashProdItemsSec .catListFashProdItemsMainTitle{font-size:14px}.prodsAdSec .prodsAdImg{max-height:210px;min-height:210px}.recommendFashProdItemsSec .recommendFashProdItemsTitle{font-size:14px}}@media(min-width:576px)and (max-width:767.98px){#businessEmailError,#ownerEmailError{left:84%!important}#ownerEmailError:before{content:"";left:-10px}}@media(max-width:575.98px){#businessEmailError{top:100%!important;left:calc(100% - 110px)!important;z-index:9999!important}#businessEmailError:before{content:""!important;left:calc(50% - 9px)!important;top:-20px!important}#ownerEmailError{top:100%!important;left:calc(100% - 110px)!important;z-index:9999!important}#ownerEmailError:before{content:""!important;left:calc(50% - 9px)!important;top:-20px!important}.categorySliderSecM .slick-slide img{width:98%}.catListSecM .popularBrandItemOffersSpanM{width:145px}.promotionsSliderComm .promotionsSliderClsDesc{margin-right:20px}.prodetailsRecomSec .prodetailsRecomItemImg{width:100%;-o-object-fit:cover;object-fit:cover;height:100px}.prodetailsListItemsSec .prodetailsRecomItemSpanTitle{font-size:13px}}@media(min-width:1536px){.filtersMenuItemsSec.active{width:calc(100% - 330px)}}@media(min-width:1245px)and (max-width:1535px){.popularBrandsSec .popularBrandItemOffersSpan{width:225px}}@media(min-width:1200px)and (max-width:1244px){.popularBrandsSec .moreProdsSplSec,.popularBrandsSec .popularBrandItem{flex-basis:33%}.popularBrandsSec .popularBrandItemOffersSpan{width:214px}.popularBrandItemServingsCommSEC{text-align:left!important;font-size:12px}}@media(min-width:1200px)and (max-width:1300px){.headerWrap .headerNavUL li{display:flex;align-items:center}}@media(min-width:1428px){.cusWidthImpClsComm{max-width:83.333333%}}@media(min-width:1200px)and (max-width:1427px){.cusWidthImpClsComm{max-width:97%}}@media(min-width:1200px)and (max-width:1239px){#ctmWth{max-width:47.5%}}@media(max-width:991.98px){.categorySliderSecM .categorySliderMH6Title{color:#686b78;font-size:14.5px;letter-spacing:.3px;margin-bottom:20px}.catListSecM h6,.catListSecM p{margin-bottom:0}.catListSecM .catListSecMH6MainTitle{margin-bottom:24px;color:#000;font-weight:400;text-transform:uppercase;font-size:13px;letter-spacing:.3px}.catListSecM .catListSecH6Title{font-size:14px;color:#333}.catListSecM .catListSecCatType,.catListSecM .catListSecH6Title{letter-spacing:.3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.catListSecM .catListSecCatType{font-size:12px;color:#000}.catListSecM .popularBrandItemOffersSecM{font-size:13px;color:#8a584b;padding-top:8px;padding-bottom:15px}.catListSecM .popularBrandItemOffersSpanM{padding-left:4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:200px;display:inline-block;vertical-align:bottom;font-weight:400;letter-spacing:.3px;width:140px}.catListSecM .popularBrandItemInnerRatingMRow{font-size:12px;color:#282c3f}.catListSecM .itemDelTime{text-transform:uppercase;color:#000}.catListSecM .itemPriceView{color:#000}.catListSecM .catListSecAddOns{margin:5px 0;color:#7e808c;font-size:13px;line-height:20px;letter-spacing:.3px}.catListSecM .catListSecAddOns i{color:#2a764d}.catListSecM .fixedFeeApply{font-size:12px;color:#000;border-top:1px solid #eee;padding-top:15px}.catListSecM .itemFullDetailsSec{padding-top:15px;padding-bottom:15px;border-top:1px solid #eee}.catListSecM .catListItemFullLayout{margin-bottom:30px}.catListSecM .catListItemFullLayout img{-o-object-fit:cover;object-fit:cover}.superSec .card{border:none}.superSec .card-link{color:#fff;font-weight:500;display:block}.superSec .card-header{background-color:#0c5260}.superSec .card-header:first-child{border-radius:0}.superSec .card-body{color:#fff;background-color:#0c5260;background-image:url(/static/foodImages/accord_bg.jpg);background-repeat:no-repeat;background-position:100% 100%;background-size:10% 170%}.superSec button{border-radius:0;background-color:#2a764d;color:#fff;text-transform:uppercase;font-weight:600;font-size:.83rem;letter-spacing:.3px;padding:.38rem .75rem}.promotionsSliderComm{margin-bottom:40px}.promotionsSliderComm .promotionsSliderInner{border-top:2px solid #333;border-bottom:2px solid #333;padding:30px 0}.promotionsSliderComm .promotionsH6Title{font-size:14px;color:#333;letter-spacing:.3px;margin-bottom:20px}.promotionsSliderComm .slick-slide img{display:block;border-radius:50%}.promotionsSliderComm .promotionsSliderClsDesc{color:#282c3f;text-transform:uppercase;font-size:12px;font-weight:600;text-align:center;margin-right:10px;margin-top:15px}.promotionsProdsSliderClsSec .slick-slide img{border-radius:0!important;width:100%}.promotionsProdsSliderClsSec .popularBrandItemOffersSpanM{width:100px}.prodDetailsWrapper{background-color:#fff;width:100%;overflow-x:hidden}.prodetailsSecM h5,.prodetailsSecM p{margin-bottom:0}.prodetailsSecM .prodetailsItemRatingMRow,.prodetailsSecM .prodetailsTitleSecM{background-color:#fff}.prodetailsSecM .prodetailsItemOffersSecMRow{background-color:#fff;margin-bottom:15px;padding-bottom:15px}.prodetailsSecM .prodetailsPTitle{color:#000;font-size:13px;opacity:.7}.prodetailsSecM .prodetailsItemRatingM{font-size:13px;text-transform:lowercase;font-weight:500;letter-spacing:.3px}.prodetailsSecM .prodetailsItemRatingPDescM{font-size:12px;color:#000;opacity:.8;letter-spacing:.3px}.prodetailsSecM .prodetailsItemOffersSecM{font-size:14px;color:#000;border:1px dotted #aaa;padding:20px 15px}.prodetailsSecM .prodetailsItemOffersSecM i{color:#8a584b}.prodetailsSecM .prodetailsItemffersSpanM{padding-left:4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;vertical-align:bottom;font-weight:400;letter-spacing:.3px}.prodDetailsHeaderM{background-color:#fff;position:fixed;background:#fff;top:-1px;z-index:100;box-shadow:0 15px 40px -20px rgba(40,44,63,.15);border-bottom:1px solid #eee}.prodDetailsHeaderM+.prodetailsSecM{margin-top:70px}.prodetailsTitleSecM .prodetailsTitleSecInnerM{border-bottom:1px dotted #aaa;padding-bottom:15px}.prodetailsTitleSecM .prodetailsH5TitleM{text-transform:uppercase;color:#282c3f;font-size:1.1rem}.prodetailsListItemsSec .prodetailsRecomH6TitleRow{background-color:#fff}.prodetailsListItemsSec .prodetailsRecomH6Title{color:#404040;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;margin:1rem 0}.prodetailsListItemsSec .prodetailsRecomSec{background-color:#fff}.prodetailsListItemsSec .prodetailsRecomItem{padding-bottom:20px;position:relative;margin-bottom:30px}.prodetailsListItemsSec .prodetailsRecomItem .initAddBtn{margin-left:auto;text-align:right}.prodetailsListItemsSec .prodetailsRecomItem:nth-child(odd),.prodetailsListItemsSec .prodetailsRecomItem:nth-child(odd) .initAddBtn{padding-right:0}.prodetailsListItemsSec .afterAddBtn{margin-left:auto;margin-right:15px}.prodetailsListItemsSec .prodetailsRecomItemInner{border-radius:2px;padding-bottom:15px}.prodetailsListItemsSec .prodetailsRecomItemImg{width:80%;height:120px;display:block;margin:auto}.prodetailsListItemsSec .prodetailsRecomItemTitle i{font-size:13px;color:#2a764d;margin-right:5px}.prodetailsListItemsSec .prodetailsRecomItemTitle i.Non,.prodetailsListItemsSec .prodetailsRecomItemTitle i.Non-Veg{color:#ad4728!important}.prodetailsListItemsSec .prodetailsRecomItemSpanTitle{font-size:14px;color:#000;font-weight:500;letter-spacing:.1px;text-transform:capitalize}.prodetailsListItemsSec .prodetailsRecomItemPDescM{font-size:12px;color:#000;opacity:.8;letter-spacing:.3px;margin-bottom:8px}.prodetailsListItemsSec .prodetailsRecomItemPrice{font-size:13px;color:#000;letter-spacing:.3px;font-weight:500}.prodetailsListItemsSec .prodetailsRecomItemAddBtn{width:75px;font-size:12px;text-transform:capitalize;color:#e20816;font-weight:500;background-color:#fff;border:1px solid #ccc;letter-spacing:.3px;border-radius:0;padding-top:4px;padding-bottom:4px;position:relative}.prodetailsListItemsSec .customisableReminder{font-size:8px;font-weight:400;margin-bottom:0;color:#7e808c;text-align:center;padding-top:4px;letter-spacing:.3px;left:calc(50% - 25px);text-transform:capitalize}.prodetailsListItemsSec .addOnBtnDV{position:absolute;right:5%;z-index:1;top:-2px;font-size:14px;color:#2a764d}.prodetailsListItemsSec .prodetailsRecomItemAddBtnSpl{border:none!important;font-size:14px;width:auto}.prodetailsListItemsSec .prodetailsRecomItemCount{font-size:13px;font-weight:500;color:#2a764d}.prodetailsListItemsSec .prodetailsRecomItemInnerImgSec{margin-bottom:10px}.prodetailsListItemsSec .prodetailsSubSecComm{background-color:#fff}.prodetailsListItemsSec .prodetailsSubSecCommSpanTitle{font-size:13.5px;color:#000;font-weight:400;letter-spacing:.3px;text-transform:capitalize}.prodetailsListItemsSec .prodetailsSubSecCommSpanTitleSub{font-size:13.5px;color:#000;font-weight:500;letter-spacing:.3px;text-transform:capitalize}.prodetailsListItemsSec .prodetailsSubSecCommPDescMTitle{font-size:14px;color:#000;opacity:.8;letter-spacing:.3px;margin-bottom:8px;font-weight:400}.prodetailsListItemsSec .prodetailsSubSecCommH6Title{color:#282c3f;font-size:1.1rem;letter-spacing:.3px;padding-bottom:15px;text-transform:capitalize}.prodetailsListItemsSec .prodetailsSubSecCommItemTitle i{font-size:13px;color:#2a764d;margin-right:5px}.prodetailsListItemsSec .prodetailsSubSecCommItemTitle i.Non,.prodetailsListItemsSec .prodetailsSubSecCommItemTitle i.Non-Veg{color:#ad4728!important}.prodetailsListItemsSec .prodetailsSubSecCommPDescM{font-size:12px;color:#000;opacity:.8;letter-spacing:.3px;margin-bottom:8px;margin-left:15px}.prodetailsListItemsSec .prodetailsSubSecCommTitle{border-bottom:1px solid #eee;margin-bottom:20px;display:inline-block;padding-bottom:5px}.posAbsSplSec{position:absolute;left:0;bottom:0}#addOnsModalM .modal-header{border-bottom:1px solid #eee;position:fixed;top:0;width:100%;background:#f2f6fc;z-index:9;padding-left:35px;padding-right:35px;display:block}#addOnsModalM .modal-header+.modal-body{margin-top:115px;margin-bottom:100px}#addOnsModalM .close{position:absolute;left:-4px;font-size:35px;font-weight:300;top:5px}#addOnsModalM .modal-title{padding-top:40px;font-size:.9rem;text-transform:uppercase;position:relative;color:#282c3f}#addOnsModalM .modal-title:before{font-size:16px;vertical-align:middle;color:#2a764d;width:14px;margin-right:10px;content:"";font-family:fontawesome;height:14px;text-align:center}#addOnsModalM .addOnsModalSecTitlePrice{color:#000;font-size:14px;margin-bottom:0;margin-left:24px}#addOnsModalM .cartBottomSec{position:fixed;width:100%;bottom:0;background:#fff;z-index:9;overflow:hidden;padding:6px 39px 20px}#addOnsModalM .cartBottomSec .addonsDyna{color:#7e808c;font-size:12px;letter-spacing:.5px}#addOnsModalM .cartBottomSec .addOnComma{color:#7e808c;font-size:12px}#addOnsModalM .cartBottomSec .cartTotalPriceSecInner{position:relative;background-color:#2a764d;padding:8px 16px}#addOnsModalM .cartBottomSec .cartTotalStaticPrice{text-transform:capitalize;font-weight:600;font-size:.9rem;letter-spacing:.6px;color:#fff}#addOnsModalM .cartBottomSec .cartTotalDynaPrice{text-transform:uppercase;font-weight:600;font-size:.9rem;letter-spacing:.3px;color:#fff}#addOnsModalM .addonsULSecM{padding-left:35px;padding-right:35px}#addOnsModalM .addonsULSecM ul{margin-top:30px}#addOnsModalM .addonsULSecH5Title{color:#333;margin-bottom:15px;font-size:14px;letter-spacing:.3px}#addOnsModalM .addOnLabel{display:block;position:relative;padding-left:30px;margin-bottom:10px;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666;letter-spacing:.3px;text-transform:capitalize}#addOnsModalM .addOnLabel input{position:absolute;opacity:0;cursor:pointer}#addOnsModalM .addOnLabel input:checked~.checkmark{background-color:#fff;border:1px solid #2a764d}#addOnsModalM .addOnLabel input:checked~.checkmark:after{display:block}#addOnsModalM .addOnLabel:hover input~.checkmark{background-color:#fff}#addOnsModalM .radioUL .checkmark{position:absolute;top:calc(50% - 8px);left:0;height:16px;width:16px;background-color:#fff;border-radius:50%;border:1px solid #474747}#addOnsModalM .radioUL .addOnLabel .checkmark:after{top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:#2a764d}#addOnsModalM .checkmark:after{content:"";position:absolute;display:none}#addOnsModalM .checkBoxUL .checkmark{position:absolute;top:calc(50% - 8px);left:0;height:16px;width:16px;background-color:#fff;border:1px solid #474747}#addOnsModalM .checkBoxUL .addOnLabel .checkmark:after{left:6px;top:2px;width:4px;height:10px;border:solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg)}#addOnsModalM .checkBoxUL .addOnLabel input:checked~.checkmark{background-color:#2a764d}#addOnsModalM .moreoptionsAnch{text-transform:uppercase;font-size:13px;font-weight:500}.productsListTitleSecM .productsListTitle{font-size:1.2rem;text-transform:uppercase;font-weight:600;letter-spacing:.3px;color:#282c3f}.productsListTitleSecM .productsListTitleDesc{font-size:13px;color:#000;letter-spacing:.3px;margin-bottom:30px}}.foodListMV{position:relative;z-index:1}.restHeadLinks{background:#fff;padding-left:15px;box-shadow:0 15px 40px -20px rgba(40,44,63,.15)}.restHeadLinks a.nav-link.active{color:#2a764d!important;font-weight:700}.restHeadLinks a{font-weight:400;font-size:14px}.headerNavbar{padding:1rem}.navbar-brand{padding-top:0;padding-bottom:0}.restHeadFixed,.secureLable{align-items:center}.secureLable{margin-left:12px;font-weight:700;min-width:150px;text-transform:uppercase;font-size:12px;color:#000}@media(min-width:576px)and (max-width:700px){.categorySliderSecM .slick-slide img{width:94%!important}}@media(max-width:359px){.categorySliderSecM .slick-slide img{width:96%}}@media(min-width:1200px){.popularBrandsSec .popularBrandItem,.productsListItemsSec .popularBrandItem{flex-basis:auto!important}.popularBrandItemOffersSpan{width:200px}}@media(min-width:1400px){.popularBrandsSec .popularBrandItem,.productsListItemsSec .popularBrandItem{flex-basis:350px!important}}@media(min-width:1245px)and (max-width:1279px){.popularBrandsSec .popularBrandItemInnerSec{font-size:11.5px}}.cityPage .row{margin:0!important}.cityPage .header-main-bloc{background-color:#494d60;height:280px;color:#fff;position:relative}.cityPage .leftPadding{padding-left:60px!important;padding-right:60px!important}.cityPage .city-header-title{font-size:1.7rem;font-weight:700;width:100%}.cityPage .header-sub-title{font-size:1rem}.cityPage .header-input-button{height:3rem;padding:0;margin:0}.cityPage .button-first-block{color:#494d60;background-color:#fff;font-size:14px;width:72%}.cityPage .button-second-block{background-color:#2a764d;font-weight:700;width:150px;justify-content:center}.cityPage .locationLink:hover{cursor:pointer}.cityPage .path{background-color:#f7f7f7;height:36px}.cityPage .path-text{font-size:9px}.cityPage .m-0{margin:0!important}.cityPage .p-0{padding:0!important}.cityPage .title{font-size:32px;font-weight:600}.cityPage .about-discription{font-size:20px;font-weight:400;line-height:30px;color:#686b78}.cityPage .about-discription:hover{cursor:pointer;color:#282c3f}.cityPage .item{border:0!important;border-radius:0!important;position:relative;overflow:hidden}.cityPage .overlay-text{font-weight:700;font-size:1.75rem;text-align:center;color:#f7f7f7;width:100%;z-index:3}.cityPage .custom-card-title{font-size:1.1rem;font-weight:500;word-break:break-word;margin-top:15px}.cityPage .custom-card-text{color:#686b78;font-size:.8rem;margin-top:4px}.cityPage .footer-title{color:gray}.cityPage .footer-text,.cityPage .footer-title{font-size:.9rem;text-transform:uppercase;font-weight:600}.cityPage .footer-text{color:#fff;padding-bottom:10px}.cityPage .footer-text:hover{cursor:pointer;font-weight:700}.cityPage .mobile{display:none!important}.cityPage .star-icon{background-color:#48c479;color:#fff}.cityPage .offer-image{transition:transform .2s;z-index:2;-o-object-fit:cover;object-fit:cover;overflow:hidden;position:relative}.cityPage .offer-image:hover{transform:scale(1.2)}.cityPage .storeCard{height:350px;width:350px}.cityPage .storeCard:hover{cursor:pointer}.cityPage .custom-card{padding:10px;margin:20px 10px}.cityPage .custom-card:hover{box-shadow:0 0 5px 0 rgba(0,0,0,.75);transition:.3s;cursor:pointer}.cityPage .hover-bloc{width:100%;height:100%;z-index:1;overflow:hidden}.cityPage .offer-text{color:#8a584b;padding:20px;font-size:.75rem;font-weight:700}.cityPage .offer-block{border-top:1px solid #e9e9eb;margin-top:10px!important}@media(min-width:580px)and (max-width:1200px){.header-sub-main-bloc{width:100%}.city-header-title{font-weight:500!important;padding-right:6rem!important;font-size:1.2rem}.header-main-bloc{background-color:#494d60;height:auto;padding-bottom:20px!important}.desktop{display:none!important}.mobile{display:block!important}.header-sub-title{font-size:.7rem;padding-bottom:10px}.button-second-block{background-color:#fff;width:5%;padding-right:10px!important}.button-first-block{width:96%}.title{font-size:1.2rem}.path{display:none!important}.about-discription{font-size:.8rem;font-weight:350;line-height:17px;padding-top:0!important;margin-top:0!important}.offer-bloc{flex-direction:column!important;height:240px;overflow-x:scroll}.item{padding:0!important}.card-img-overlay,.item{width:230px!important;height:230px!important}.card-title{margin-bottom:0!important}.overlay-text{font-size:1.2rem!important}.custom-image{height:5rem;width:5rem!important;-o-object-fit:cover;object-fit:cover}.custom-card{display:flex;flex-direction:row!important;padding:0!important}.custom-card:hover{box-shadow:none}.custom-card-title{padding-top:0!important;color:#fff;margin-top:1px;font-size:1rem;font-weight:600}.card-block{padding:0!important;margin:0 0 40px!important}.custom-card-text{margin-bottom:0!important;margin-top:0!important}.star-icon{background-color:#fff;color:#494d60}.card-rating-block{border-top:1px solid #e9e9eb;padding-top:12px!important}.offer-image:hover{transform:none}.offer-block{margin-top:5px!important;margin-bottom:10px!important;border:none}.offer-text{padding:0;font-size:.8rem}}@media(min-width:320px)and (max-width:580px){.city-header-title{font-weight:500!important;padding-right:6rem!important;font-size:1.2rem}.header-main-bloc{background-color:#494d60;height:195px}.desktop{display:none!important}.mobile{display:block!important}.header-sub-title{font-size:.7rem;padding-bottom:10px}.button-second-block{background-color:#fff;width:15%}.button-first-block{width:85%}.title{font-size:1.2rem}.path{display:none!important}.about-discription{font-size:.8rem;font-weight:350;line-height:17px;padding-top:0!important;margin-top:0!important}.offer-bloc{flex-direction:column!important;height:280px;overflow-x:scroll}.item{padding:0!important;width:250px!important;height:250px!important}.card-title{margin-bottom:0!important}.overlay-text{font-size:1.2rem!important}.custom-image{height:5rem;width:5rem!important;-o-object-fit:cover;object-fit:cover}.custom-card{display:flex;flex-direction:row!important;padding:0!important}.custom-card:hover{box-shadow:none}.custom-card-title{padding-top:0!important;color:#fff;margin-top:1px;font-size:1rem;font-weight:600}.card-block{padding:0!important;margin:0 0 40px!important}.custom-card-text{margin-bottom:0!important;margin-top:0!important}.star-icon{background-color:#fff;color:#494d60}.card-rating-block{display:block!important;padding-top:12px!important;border-top:1px solid #e9e9eb;padding-top:10px}.offer-image:hover{transform:none}.offer-block{margin-top:5px!important;margin-bottom:10px!important;border:none}.offer-text{padding:0;font-size:.8rem}}.wrapLayout{position:relative}.catItems img{margin:auto;max-height:55px;height:55px;min-height:55px}.catItems p{font-size:11.5px;margin:0;line-height:1.3;letter-spacing:.3px;color:#333}.catTitle{letter-spacing:.5px}.catTitle h6{font-weight:700;font-size:18px;color:#333;text-transform:capitalize}.catTitle span{line-height:1;margin-top:10px;cursor:pointer;text-transform:capitalize}.catTitle span:after{content:"";font-size:17px;padding:0 5px;color:#2a764d;font-weight:500;font-family:fontawesome}.catTitle a span{color:#2a764d}.hide-after span:after{content:unset!important}.categoriesTitleLayout p{color:#a5a5a5;margin-top:8px;font-weight:400;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;letter-spacing:.3px}.brands .card{padding-bottom:0}.brands .card .card-body h5{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brands img{margin:10px auto;height:80px;max-height:80px}.brands .topBrandsTitle{margin-top:15px}.featuredItems .card{border-radius:0;box-shadow:unset}.featuredItems .card img{border-radius:0;margin:auto;height:130px;max-height:130px;-o-object-fit:contain;object-fit:contain}.featuredItems .card-body{padding:0}.featuredItems .card-quantity{color:#999;font-size:13px;text-transform:capitalize}.product-card .card{border-radius:0;box-shadow:unset;padding:0 25px}.categoriesArrowLayout{font-size:20px;color:#333}.topBrandsTitle{font-size:13px!important;text-transform:capitalize;margin:0;line-height:1.3;color:#333}.offersAvailableLayout{font-size:14px!important;color:#2a764d!important;font-weight:600!important;margin:10px 0}.homeNavUL li a{color:#333;font-weight:500;font-size:15px;padding:0 15px}.homeNavUL li a:hover{color:#2a764d!important}.time-zone .fa.fa-angle-right{margin-left:5px}.contactPageSection{margin-top:126px;background:#f7f8fa}.contactHeaderLayout{background:#e7eaee}.contactHeaderH1{text-align:center;font-weight:700;font-size:50px}.callEmailH6Layout{background:#f7f8f9;border-bottom:1px solid #eee}.callEmailLayout .callEmailH6{font-size:18px;color:#383d48;padding-top:20px;padding-bottom:20px}.callEmailP{font-size:15px;color:#74787e;font-weight:400;opacity:.8;margin-top:25px}.callEmailAnch{color:#2f88f6;font-size:16px}.conMsgBtnLayout i{margin-right:5px}.conMsgBtn{background-color:#0084ff;color:#fff}.getTouchSection ul li{padding-left:0;padding-bottom:40px}.getTouchSection ul li a{padding:0}.getTouchB{color:#383d48;font-weight:600;padding-bottom:5px;font-size:17px;display:block}.getTouchAnch{color:#2f88f6}.getTouchAnch,.getTouchP{font-size:15px;font-weight:400}.getTouchP{color:#383d48;padding-bottom:8px}.getTouchH4{padding-bottom:35px;font-weight:600}.listContent .tickMark.mapMark{position:absolute;top:15px;left:0;background:#dcdcdc;z-index:5}.listContent .driverTitle h4{font-size:16px;margin-bottom:5px}.listContent .tickMark .selectedTick{display:none}.listContent .sideLine{position:absolute;border-left:2px dashed rgba(0,0,0,.1);top:35px;left:27px;bottom:-15px}.listContent .MuiSvgIcon-root-32{font-size:22px!important;padding-top:4px!important}.tickMark{border-color:#37718e;background-color:#37718e;color:#fff;width:25px;height:25px;border-radius:50%;text-align:center;transition:all .3s ease;position:relative;top:5px;left:10px;display:inline-block}.tickMark .selectedTick{font-size:16px;top:4px;animation:_1508g .2s ease-in;position:absolute;line-height:15px;left:6px;font-weight:600}.color{color:#37718e!important}.listContent.active .driverTitle .tickMark.mapMark{background-color:#37718e;color:#fff}.listContent.active .driverTitle h4{color:#37718e}.listContent.active .sideLine{border-color:#37718e}.mobileOrderTracking .driverTitle{padding:18px 0 0 35px}.driverTitle{padding:18px 0 0 65px}.TabContainer{background-color:#fff}#liveTrackMap{height:265px;width:100%}.contactUsBannerSec{background-image:url(/static/images/about-header.jpg);background-size:auto;background-position:50%;text-align:center;background-repeat:repeat-x;height:180px}.contactUsBannerSec .contactUsBannerH6Title{color:#424242;font-weight:500;font-size:1.6em;letter-spacing:.3px}.contactUsBannerSec .contactUsBannerAnchEmail{color:#636363;font-size:15px;letter-spacing:.3px}.contactUsOfficeAddressSec{text-align:center;background:#fff}.contactUsOfficeAddressSec:hover{box-shadow:0 0 0 .3px rgba(0,0,0,.2);transition:.2s;cursor:pointer}.contactUsOfficeAddressSec .contactUsOfficeAddressH5Title{font-weight:500;font-size:17px;color:#424242;margin-bottom:15px}.contactUsOfficeAddressSec .contactUsOfficeAddressPTag{color:#626262;font-size:13.5px;font-weight:400;letter-spacing:.3px;margin-bottom:10px}.mobileLandingDiv{background-size:cover!important;position:relative;height:100vh;min-width:100%!important;overflow-x:hidden;background-repeat:no-repeat!important;background-position:center 0!important}@media(min-width:992px){.cartButtonLayout button{padding:6px 0!important;background:#2a764d!important;border-radius:15px;font-size:12px;text-transform:capitalize}.categoriesTitleLayout h6{font-size:15.5px;color:#333;margin-bottom:3px!important;font-weight:500}.categories{border:1px solid #f7f7f7;background:#fff;border-radius:2px;cursor:pointer}.categories:hover{border:1px solid #e7e7e7}}@media(max-width:991px){.featuredItems .card-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:auto;font-weight:400!important;font-size:13px}.cartButtonLayout button{background:#2a764d;border-radius:4px;font-weight:600;padding-top:10px;padding-bottom:10px}.categoriesTitleLayout h6{font-weight:500;font-size:15px}.categoriesTitleLayout p{font-size:13px}.categoriesImgLayout img{max-height:100px!important}.categoriesArrowLayout{padding:0}.categories{background:#fff;border:none!important}.categoriesLayout{padding:2px;border:1px solid #eee;background:#fff}#categoriesLayoutWrapper{padding:0 19px}.catTitle h6{font-weight:700;font-size:16px}.homeNavUL li a{font-size:13px}.tzNoPaddTabView{padding:0}.time-zone,.time-zone span{font-size:11px}.callEmailLayout img{width:65px!important}}@media screen and (max-width:575px)and (min-width:240px){.mobileHidden{display:none}.categoriesLayout{padding:10px}.bottomIconFade,button.bottomIconNormal{padding:2px!important}.categoriesTitleLayout{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:pre-line}.categoriesTitleLayout h6{font-size:14px;font-weight:600}.categoriesTitleLayout p{color:#aaa;font-size:12px}.featuredItems{padding:0!important}.featuredItems .card{padding:5px!important;margin:0 0 10px!important}.featuredItems .card img{max-height:100px!important;width:100px!important}.product-saving{margin-top:5px;text-align:left}.product-prices{line-height:13px;display:flex;flex-direction:column;justify-content:center;text-align:left}.product-name{text-align:left;min-height:40px;max-height:40px;font-weight:500;white-space:normal!important;text-align:left!important;text-overflow:unset!important;font-size:13px;letter-spacing:.3px;color:#2f2e3a}.Store-name,.product-price{font-size:12px}.Store-name{letter-spacing:.3px}.alert-red{font-size:10px}.catTitle{padding:15px}.catTitle span{font-size:10px;margin-top:0!important;margin-bottom:0!important;color:#666;font-weight:500;text-transform:uppercase}.catTitle span:after{font-size:14px;content:""}.catTitle h3{margin-bottom:0;color:#000;font-family:Work Sans,sans-serif!important;font-size:14px!important;font-weight:500}.catTitle p{font-size:12px;display:none}.Store-description,.product-price-before{font-size:10px}.product-description{font-size:12px;width:100%;text-align:center}.bannerItems{margin-top:10px;margin-bottom:10px}.bannerItems img{height:165px!important;max-height:165px!important;min-height:165px!important}.bannerItems .slick-arrow{display:none!important}.catItems p{font-size:10px}.catItems img{max-height:50px;height:50px;min-height:50px}.mobilePad{padding:15px}.catProdListCommSec .featuredItems{padding:15px!important}.product-card .card{min-height:288px}.categoriesImgLayout img{height:80px!important;width:100%!important}.featuredItems.brands.featuredItemsId img{width:100%!important}.category__list{padding:0 0 33px}.category__list li{width:100%}#categoriesLayoutWrapper{padding:10px 6px 0;background:#f0f0f0!important}.categories{padding:2px 3px}.padResponsive0{padding:0!important}.promo-discount{font-size:8px;left:5px}.product-add-button{padding-top:5px;padding-bottom:5px;width:100%;border-radius:4px}.wrapLayout{background:#f0f0f0}.brands .card{padding:0!important;border-radius:2px!important}.contactHeaderH1{font-size:30px}}.descFeatLayoutImg h5{padding-bottom:2px;margin-bottom:2px!important}.descFeatLayoutImg div::-webkit-scrollbar,.descFeatLayoutImg h5::-webkit-scrollbar,.descFeatLayoutImg p::-webkit-scrollbar{width:0;height:4px}.descFeatLayoutImg div::-webkit-scrollbar-track,.descFeatLayoutImg h5::-webkit-scrollbar-track,.descFeatLayoutImg p::-webkit-scrollbar-track{background:transparent}.descFeatLayoutImg div::-webkit-scrollbar-thumb,.descFeatLayoutImg h5::-webkit-scrollbar-thumb,.descFeatLayoutImg p::-webkit-scrollbar-thumb{background-color:transparent}@media(max-width:298px){.categoriesArrowLayout{display:none}}@media(min-width:576px){.flexBasis{flex-basis:48.5%}}@media(max-width:1300px){.contactUsBannerSec{background-size:contain!important}}@media(max-width:767.98px){.contactUsBannerSec{height:100px!important;background-size:cover!important}}@media(max-height:500px){.mobileLandingDiv{background-position-y:-40px!important}}.mainSearchRes{padding:10px 0;border-bottom:1px dashed #dfdfdf}.mainSearchRes img:hover{transform:scale(1.1);transition:.5s}.mainSearchRes p{color:#282c3f;font-weight:500;font-size:13px}.mainSearchRes p:hover{color:#2a764d}.mainSearchRes .prodName{text-align:left}.mainSearchRes .prodPrice{text-align:right;padding-right:25px}.mainSearchRes:hover{cursor:pointer;box-shadow:0 2px 7px 0 rgba(0,0,0,.3);color:#2a764d;transition:.3s}.inask-button,.inlogin-button{background-color:#abb93e;border:1px solid #9cabb5;color:#fff;font-size:14px;font-weight:600;padding:10px 20px;margin-top:16px;text-transform:uppercase;transition:all .3s ease 0s}.mobile-home-page-app-features{display:flex;flex-direction:column;margin-top:7rem;width:100vw;gap:.94rem}.mobile-home-page-app-features .app-features-item-container{padding:1.05rem 1.19rem 1.01rem .62rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.mobile-home-page-app-features .app-features-item-container .app-features-image-container{height:5.9375rem;padding-left:.56rem;position:relative}.mobile-home-page-app-features .app-features-item-container .app-features-image-container .mobile-home-page-app-feature-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-home-page-app-features .app-features-item-container .app-features-image-container .side-icon-container{position:absolute;display:flex;justify-content:flex-start;padding-left:.56rem;align-items:center;left:0;top:1.39rem;background-color:#2a764d;width:3.1875rem;height:3.12181rem;border-top-right-radius:32px;border-bottom-right-radius:32px;z-index:9}.mobile-home-page-app-features .app-features-item-container .mobile-home-page-app-feature-info{padding:.81rem 1.41rem 0 .84rem}.mobile-home-page-app-features .app-features-item-container .mobile-home-page-app-feature-info>h1{color:#000;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal}.mobile-home-page-app-features .app-features-item-container .mobile-home-page-app-feature-info>h3{margin-top:.5rem;color:#000;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.mobile-splash-screen-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.mobile-splash-screen-container .find-my-location-button{display:flex;justify-content:center;align-items:center;margin-top:4.88rem;width:16.8125rem;height:2.375rem;flex-shrink:0;color:#fff;text-align:center;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal;border-radius:2.1875rem;background-color:#2a764d;outline:none;box-shadow:none}.mobile-splash-screen-container .select-my-location-button{background:none;color:#2a764d;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;margin-top:1.88rem}.mobile-stores-container{width:100%;overflow-x:hidden;background-color:#fff}.store-mobile-store-image{position:absolute;width:100%;height:100%}.store-details-container{display:flex;position:absolute;width:100%;bottom:0;background:rgba(0,0,0,.55);padding:4px 1.62rem 4px 17px}.store-details-container h2{color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding:0;margin-bottom:6px}.store-details-container p{color:#fff;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.store-rating-and-delivery-info-container{display:flex;flex-direction:column;gap:5px;padding:0;margin:0}.store-rating-and-delivery-info-container .store-delivery-info-container{display:flex;justify-content:flex-end;align-items:center;gap:.25rem}.store-mobile-banner{top:168px;padding:.3rem 1rem}.mobile-store-container{position:relative;display:flex;flex-direction:column}.mobile-banner-holder{position:fixed;height:250px;width:100%;top:8px;padding:0 16px;z-index:20}.store-mobile-header-container{box-shadow:0 4px 4px 0 rgba(0,0,0,.1);min-height:13rem;position:fixed;top:0;width:100%;z-index:90}.store-mobile-header-container .store-banner-container{position:relative;height:14.5rem}.store-mobile-header-container .store-banner-container .store-back-btn{position:absolute;top:20px;left:20px}.store-mobile-header-container .store-info-container{position:relative;background:#fff;display:flex;flex-direction:column;margin:0}.store-mobile-header-container .store-info-container .store-order-logo{background-color:#fff;width:78px;height:78px;fill:#fff;border-radius:8px;border:1px solid #dbdbdb;overflow:hidden;position:absolute;top:-100px;left:25px;display:flex;justify-content:center;align-items:center}.store-mobile-header-container .store-info-container .store-order-logo>img{background-size:cover;border-radius:8px;height:66px}.store-mobile-header-container .store-info-container .store-order-details-container{display:flex;flex-direction:row;gap:6px}.store-mobile-header-container .store-info-container .store-order-details-container .store-star-container{display:flex;align-self:flex-end;margin-left:8px;height:100%}.store-mobile-header-container .store-info-container .store-order-data-container{display:flex;flex-direction:column;margin-left:8px;margin-top:6px}.store-mobile-header-container .store-info-container .store-order-data-container>h1{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:3px}.store-mobile-header-container .store-info-container .store-order-data-container>h3{color:#000;font-size:10px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:5px}.store-mobile-header-container .store-info-container .store-order-delivery-info{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}.store-mobile-header-container .store-info-container .store-order-delivery-info p{color:#000;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.0625rem;margin-left:.19rem}.store-mobile-header-container .store-info-container .store-order-delivery-info span{margin-left:2px}.store-mobile-header-container .store-info-container .store-order-fav-container{display:flex;justify-content:flex-end;flex-grow:1;position:absolute;top:-3rem;right:20px}.store-mobile-header-container .store-info-container .store-order-fav-container .store-fav{display:flex;align-items:center;justify-content:center;width:1.725rem;height:1.725rem;background-color:#fff;border:1px solid #f5f5f5;border-radius:50%}.store-mobile-header-container .store-info-container .store-order-description-container>h4{color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin:6px 16px}.category-mobile-title{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-top:65px;margin-left:20px}.category-mobile-title.full-size{margin-left:85px;font-size:32px;color:#2a764d}.category-mobile-title-mobile{color:#2a764d;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin-top:20px;margin-bottom:10px}.category-mobile-title-mobile.full-size{margin-top:145px;margin-left:85px;font-size:32px}.mobile-food-card-container{display:flex;padding:8px 19.5px 9px;flex-direction:row;justify-content:space-between;align-items:center;border-radius:5px;border:1px solid #dbdbdb;margin-bottom:14px;align-items:stretch;margin-top:10px;position:relative}.mobile-food-card-container .food-card-title-info-container{display:flex;flex-direction:column;padding-right:18px}.mobile-food-card-container .food-card-title-info-container>h2{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:11px}.mobile-food-card-container .food-card-title-info-container p{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.mobile-food-card-container .food-card-add-and-price-container{display:flex;flex-direction:column;gap:25px;justify-content:space-between;align-items:flex-end}.mobile-food-card-container .food-card-add-and-price-container .mobile-food-card-price{color:#2a764d;text-align:right;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.3px}.zone-city-badge{background-color:#21478f!important;font-size:14px;color:#fafafa;padding:8px;cursor:"pointer";font-weight:"400";border:1px solid transparent;border-radius:.25rem;line-height:1.5rem}.zone-city-badge,.zone-city-badge>button{outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.zone-city-badge>button{border-radius:50%}.menu-discovery-info-box{background-color:#e8f5e9;border-left:4px solid #2a764d;padding:16px 20px;border-radius:6px;margin-bottom:24px}.info-text{margin:0 0 12px;line-height:1.6}.info-list,.info-text{font-size:14px;color:#04180d}.info-list{margin:0;padding-left:20px;line-height:1.8}.info-list li{margin-bottom:4px}.or-divider{text-align:center;position:relative;margin:20px 0}.or-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#dee2e6}.or-divider span{background-color:#fff;padding:0 16px;position:relative;font-weight:600;color:#6c757d;font-size:14px}.menu-retrieval-checkbox.mobile-view>label>span{font-weight:600!important;font-size:13px!important;line-height:18px;padding-left:10px;text-transform:uppercase}.menu-retrieval-checkbox>label>span{font-weight:600!important;font-size:13px!important;text-transform:uppercase;line-height:22px}.file-upload-container{max-width:100%}.file-upload-area{border:2px dashed #bebebe;border-radius:8px;background-color:#f8f9fa;transition:all .3s ease;cursor:pointer;padding:40px 20px}.file-upload-area:hover{border-color:#2a764d;background-color:rgba(42,118,77,.05)}.file-upload-label{cursor:pointer;margin:0;width:100%}.upload-content{text-align:center}.upload-icon{margin-bottom:16px;display:flex;justify-content:center}.upload-title{font-size:16px;font-weight:500;color:#04180d;margin-bottom:8px}.upload-subtitle{font-size:14px;color:#6c757d;margin-bottom:16px}.btn-select-files{background-color:#2a764d;color:#fff;border:none;border-radius:5px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-select-files:hover{background-color:#1f5a3a}.uploaded-files-section{margin-top:24px}.uploaded-files-title{font-size:14px;font-weight:500;color:#04180d;margin-bottom:12px}.files-list{display:flex;flex-direction:column;gap:8px}.file-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#fff;border:1px solid #dee2e6;border-radius:5px;transition:all .2s}.file-item:hover{background-color:#f8f9fa;border-color:#2a764d}.file-info{display:flex;align-items:center;flex:1 1;gap:12px}.file-icon{font-size:24px;line-height:1}.file-details{flex:1 1}.file-name{font-size:14px;font-weight:500;color:#04180d;margin-bottom:4px;word-break:break-word}.file-size{font-size:12px;color:#6c757d}.btn-remove-file{background-color:transparent;border:1px solid #dc3545;color:#dc3545;border-radius:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s;flex-shrink:0}.btn-remove-file:hover{background-color:#dc3545;color:#fff}.files-count{margin-top:12px;text-align:right;font-size:12px;color:#6c757d}.email-validation-container{min-height:76vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f0f9f3}.email-validation-container>.email-form-container{box-shadow:0 0 10px 0 rgba(0,0,0,.1);border:1px solid #dbdbdb;border-radius:10px;background:#fff;padding:42px;margin-top:64px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media screen and (max-width:575px){.email-validation-container{min-height:100vh}.email-validation-container>.email-form-container{margin-top:0;padding:16px}.email-validation-container>.email-form-container>div>h1{font-size:24px;text-align:center}.email-validation-container>.email-form-container>div>img{width:100px;height:100px;margin-bottom:24px}}.locationType{font-weight:500;text-transform:capitalize;color:#282c3f;padding:10px 0}.addressListCont{border:1px solid #edf1f7}.savedCaption{text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:.3px;color:#999}.addressDataBox .locationType:hover{color:#2a764d;transition:.3s}.addressDataBox:hover{cursor:pointer}.addressDrawerBox{border-bottom:1px dashed #999}.addressDrawerBox p{font-weight:400;color:#999;font-size:12px}.lcnSearch-searchbttn .clearBtn{font-size:14px;color:#474747!important;text-transform:capitalize;letter-spacing:.3px;font-weight:500}.lcnSearch-searchbttn.lcnLeft{left:50px!important}._currentLocationSec{display:flex;align-items:center;background:#f5f5f5;height:42px}._currentLocationSec ._currentLocation{padding-left:31px;color:#adadad;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.geoMobLocation a{font-size:14px;letter-spacing:.3px;color:#474747!important}main{font-family:Work Sans,sans-serif!important}.textLogoLog{font-size:30px;color:#2a764d;font-weight:500;letter-spacing:.6px;margin-left:5px}.loginBtnLog,.loginBtnLoga{padding:10px 0;font-weight:600;text-transform:capitalize;font-size:15px;letter-spacing:.3px;width:100%;border:2px solid #2a764d;border-radius:4px;background:none!important;color:#000!important}.loginBtnLog:hover,.loginBtnLoga:hover{color:#2a764d!important}.signUpBtnLog{padding:10px 0;font-weight:600;text-transform:capitalize;font-size:15px;letter-spacing:.3px;width:100%;background:#2a764d!important;color:#fff}.signUpBtnLog:hover{transform:translateY(-2px)}.RessignUpBtnLogLayout{padding:10px 0;font-weight:600;text-transform:capitalize;font-size:15px;letter-spacing:.3px;width:100%;background:#cd0000!important;color:#fff}.RessignUpBtnLogLayout:hover{transform:translateY(-2px)}.findBtnLog{text-align:center;color:#fff!important;border:1px solid #2a764d;background:#2a764d;letter-spacing:.3px;border-radius:6px!important;position:absolute;right:20%;width:90%;box-shadow:0 1px 3px 0 rgba(0,0,0,.12)}.findBtnLog:hover{color:#fff;cursor:pointer}.findInputLog{white-space:nowrap;overflow:hidden;border-right:none;padding-left:20px!important;color:#282c3f;border-radius:6px 0 0 6px!important;width:100%}.findInputLog:focus{border:1px solid #2a764d;box-shadow:0 0 3px 1px rgba(0,0,0,.1)}.findInputLog::-moz-placeholder{color:#7e808c!important;font-size:14px;font-weight:500;letter-spacing:.5px;opacity:.8}.findInputLog:-ms-input-placeholder{color:#7e808c!important;font-size:14px;font-weight:500;letter-spacing:.5px;opacity:.8}.findInputLog::placeholder{color:#7e808c!important;font-size:14px;font-weight:500;letter-spacing:.5px;opacity:.8}.selectAddress::-moz-placeholder{color:#aaa!important;font-size:16px;font-weight:300;letter-spacing:.5px;opacity:.8}.selectAddress:-ms-input-placeholder{color:#aaa!important;font-size:16px;font-weight:300;letter-spacing:.5px;opacity:.8}.selectAddress::placeholder{color:#aaa!important;font-size:16px;font-weight:300;letter-spacing:.5px;opacity:.8}.orderTextLog{color:#747474;margin-top:10px;font-weight:400;font-size:21px}.descFeatLayoutLog{background:#dbe2a0!important}.descFeatLayoutLog img{margin-bottom:20px}.descFeatLayoutLog i{color:#ffe39c;font-size:70px;margin-bottom:35px}.descFeatLayoutImg{margin:20px auto;cursor:pointer;background:#fff;background-repeat:no-repeat;width:400px;height:230px;border-radius:20px}.descFeatLayoutLogos{background:#e4eab7;z-index:3!important;position:relative;text-align:center}.descFeatLayoutLogos img{margin:5px auto}.descFeatLayoutLogos i{color:#ffe39c;font-size:70px;margin-bottom:35px}.sosContainer{z-index:20}.sosContainer div.banner{background-image:url(/static/images/children.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:500px;text-align:center}.sosContainer div.sos-desc{width:50%;margin-top:50px}.sosContainer i{color:#ffe39c;font-size:70px;margin-bottom:35px}.descFeatLayoutChildren div.sos-desc{width:50%;margin-top:50px}.descFeatLayoutChildren i{color:#ffe39c;font-size:70px;margin-bottom:35px}.descFeatLogH5{color:#fff;position:absolute;bottom:40px;text-align:center;font-size:27px;z-index:100000000;font-weight:500}.descFeatHdH5{font-size:38px;color:#fff;font-weight:500;letter-spacing:.3px;font-family:PT Sans,sans-serif;margin-bottom:20px}.descFeatLogH6{margin-top:10px;color:#2a764d;line-height:1.3;font-size:14px}#vertical a{color:#333;font-size:35px;padding:0;font-family:Work Sans,sans-serif;display:inline-block;line-height:1.1;font-weight:500}.resHeadTitLog{color:#333;font-size:35px;width:300px;font-weight:600;padding-bottom:15px}.resDescTitLog{color:#686b78;font-weight:400;font-size:18px;letter-spacing:.3px;opacity:.9}.locateMeIcon{position:absolute;background:#fff;font-size:13px;color:#333;cursor:pointer;font-weight:600;opacity:1;padding:10px 20px;top:calc(50% - 20px);right:6%;transition:.3s;z-index:1}.locateMeIcon:hover{background:#e9e9eb;color:#333}.locateMeIcon:before{content:"";position:absolute;width:10px;background-image:url(/static/images/gps-location-symbol.svg);background-size:100% 100%;background-position:center 0;background-repeat:no-repeat;height:10px;left:calc(0% + 5px);top:calc(50% - 5px)}.bannerBgRightLogin{background:url(/static/images/homeBannerBg1.jpg);background-size:cover;background-position:center 0}.backgroundImageHome{background-position:100%;background-repeat:no-repeat}.bannerBgRightStores{background-size:cover;background-position:center 0;max-height:100%;background-repeat:no-repeat}.locationError{position:absolute;width:94%;z-index:999;background:#f40f0f}.locationError p{color:#fff;font-size:13px;text-align:center;padding:10px}.dropbtn{background-color:#fff;color:#000;padding:10px;font-size:16px;border:1px solid;cursor:pointer;border-radius:3px;width:250px}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:248px;overflow:auto;box-shadow:0 0 5px 0 rgba(0,0,0,.2);z-index:1}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown a:hover{background-color:#ddd}.show{display:block}.loginWithFB{border:none;background:#3b5998;color:#fff;padding:8px 9px 8px 16px;border-radius:2px}.loginWithFB,.loginWithGoogle{box-shadow:0 2px 2px 0 rgba(0,0,0,.24),0 0 1px 0 rgba(0,0,0,.24)!important}.loginWithGoogle{width:100%;justify-content:center;width:47px;margin-left:20px}.loginWithGoogle div{padding:0!important;margin-top:6px;margin-right:0!important}.loginWithGoogle span{padding:0!important}.appImages img{height:50px;width:161px}.autocomplete-dropdown-container{position:absolute;z-index:99;background:#fff;border:1px solid #d5d5d9;box-shadow:0 0 1px 0 rgba(0,0,0,.1);border-radius:10px;padding:2px}.autocomplete-dropdown-container:first-child{color:#5e5f63!important}.loginFormSectionLayout .autocomplete-dropdown-container{width:130%}.bttn-top-right{text-align:center;position:absolute;top:-57px;right:24%;background:#fff;font-size:13px;font-weight:500;color:#2a764d;letter-spacing:.3px;padding:10px;cursor:pointer;width:110px;height:54px}.readyToOrder{font-size:12px;color:#999;padding:15px 0}.readyToOrder a{color:#2a764d!important;margin-left:5px;font-size:13px}.setUpLoc{z-index:9999}.setUpLoc button{width:80%;border-radius:0;background:#2a764d;border:none;font-size:14px;color:#fff;font-weight:600;padding:12px 0;margin:0 auto 25px;z-index:9999}.setUpLoc p{color:#2a764d;font-size:17px;font-weight:400;text-transform:capitalize}.loginItems img{margin:auto;width:60%}.fixed65{min-height:60vh!important;max-height:65vh!important}.slideCaptionLoginMob{padding:15px 13vw;font-weight:600;font-size:24px}.lcnSearch-input{border:unset;width:100%;box-shadow:0 1px 7px 1px #d4d5d9;transition:.3s;margin-bottom:15px;padding:10px 40px;border-top:1px solid rgba(40,44,63,.2);border-bottom:1px solid rgba(40,44,63,.2)}.lcnSearch-input:focus{box-shadow:0 1px 7px 1px #c2c2c4}input:focus{outline:none!important}.locationSearchInput{position:relative}.locationSearchInput .autocomplete-dropdown-container{margin-top:4%;padding:10px;width:100%!important}.closeDrawer{padding:5px;color:#777}.lcnSearch-searchbttn{position:absolute;left:370px;top:16px;top:calc(50% - 12px)!important;left:calc(100% - 50px)!important;font-size:14px}.locationCitiesUL .nav-link{display:block;padding:0 10px 0 0;font-size:12px;font-weight:500;color:#93959f;line-height:1.8}.accountDetailsTitle h3{font-weight:700;margin:0;text-transform:capitalize}.accountDetailsTitleNumber{font-weight:700;font-size:15px}.accountDetailsTitleDot{margin:0 10px}.accountDetailsTitleEmail{font-weight:700;font-size:15px}.accountDetailsTitleButton button{background:#2a764d!important;color:#fff;font-weight:700;border:2px solid #2a764d}.accountDetailsTitleButton button:hover{opacity:.8}#ordersSideMenuLayout{width:260px;z-index:1}#ordersSideMenuLayout .nav-link{padding:20px;font-weight:500;color:#333;font-size:15px;border-radius:0;text-transform:capitalize}#ordersSideMenuLayout .nav-pills .nav-link.active{background:#f1f4d9;border-left:5px solid #2a764d!important;font-weight:700}#ordersSideMenuLayout .nav-pills .nav-link.active:before{color:#2a764d}#ordersSideMenuLayout .nav-pills .nav-link.active:after{content:"";font-size:20px;color:#2a764d;font-family:fontawesome;position:relative;bottom:5px}#ordersSideMenuLayout .nav-pills .show>.nav-link{background:#fff;font-weight:700}#ordersSideMenuLayout .nav-pills .nav-link{display:flex;flex-direction:"row"}#ordersSideMenuLayout .nav-pills .nav-link span{flex:1 1}#ordersSideMenuLayout .nav-pills .nav-link:before{margin-right:20px}#ordersContentLayout{width:calc(100% - 260px);border:5px solid #f1f4d9}.fixedPosition{position:fixed;height:100%}#accountDetailsTitleLayoutId{position:fixed;left:0;top:0;width:100%;z-index:2;background:#37718e;display:none;min-height:90px}#ordersContentLayoutOuterULId a{text-transform:capitalize}#ordersContentLayoutOuterULId .nav-link.active,#ordersContentLayoutOuterULId .show>.nav-link{background:#2a764d;font-weight:600;color:#fff}#ordersContentLayoutOuterULId .nav-link{font-size:15px;font-weight:500;border:1px solid #2a764d;color:#2a764d;margin-right:5px;border-radius:2px}.pastOrdersHeaderLayout .orderTimeAndItemId{color:#666;font-size:12px;font-weight:500;text-transform:capitalize;line-height:1.6}.pastOrdersHeaderLayout .cancelAndViewOrderedItem,.pastOrdersHeaderLayout .cancelAndViewOrderedItem a{font-size:13px;color:#2a764d}.cancelAndViewOrderedItem i:before{padding-left:5px}.orderTitleLayout{font-weight:600;margin-bottom:4px}.reorderAndDetailsButtonLayout button{font-size:13px;border-color:#2a764d;color:#2a764d;border-radius:2px;padding:4px 10px;font-weight:600;text-transform:uppercase}.pastOrdersHeaderLayoutFirstSection{background:#f9f9f9}.ordersCardBodyLayout h6{font-size:13px;color:#666;text-transform:capitalize}.freeStatic,.ordersCardBodyLayout p,.subTotalPriceLayout{font-size:13px}.freeStatic{color:#2a764d}.payAmountDelivery,.payableAmountPriceLayout{font-size:13px;font-weight:600;text-transform:capitalize}.inclusiveAllTaxes{font-size:12px;color:#666}.myOrdersSideMenu .nav-link:before{margin-right:15px;position:absolute}.profileTabIcons{height:25px;margin-right:10px}#ordersid:before{content:"";font-family:fontawesome}#Offersid:before{content:"";font-family:fontawesome}#Faqid:before,#Supportid:before{content:"";font-family:fontawesome}#profile_logOutid:before{content:"";font-family:fontawesome}#favouritesid:before{content:"";font-family:fontawesome}#paymentsid:before{content:"";font-family:fontawesome}#walletid:before{content:"";font-family:fontawesome}#addressesid:before{content:"";font-family:fontawesome}#wishListid:before{content:"";font-family:fontawesome}#referFriendsid:before{content:"";font-family:fontawesome}.back{text-transform:capitalize;font-size:13px;color:#2a764d;font-weight:600;margin-left:15px;cursor:pointer}.back:before{content:"";color:#2a764d;margin-right:3px}.viewOrderedItemTitle{font-size:15px;font-weight:600;color:#333;text-transform:capitalize}.viewOrderedItemOrderIdAndQuantity{font-size:11px;color:#666;margin-bottom:4px;text-transform:capitalize}.viewOrderedItemTitleName{font-size:15px;font-weight:500;margin-bottom:4px;text-transform:capitalize}.viewOrderedItemCountLayout{font-size:13px;color:#666}.viewOrderedItemFinalPriceLayout{font-size:13px;color:#666;font-weight:600;text-align:center}.viewOrderedItemTitleLayout{background:#f9f9f9}.secondView{display:none}.manageAddressLayout{text-transform:capitalize}.manageAddressHeader{font-weight:700;font-size:21px}.manageAddressWidth{margin-bottom:10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff}.homeAddressInitial{font-weight:500;font-size:15px;margin-bottom:10px;letter-spacing:.4px;color:#474747;text-transform:capitalize;word-wrap:break-word}.cardBrandBt{font-weight:500;font-size:12px}.cardNumbersComm{font-weight:500;font-size:9px}.payOptionsBtPTag{font-size:15px;text-transform:capitalize;padding:15px 10px;font-weight:500;letter-spacing:.3px;color:#474747}.homeAddressInitialLayout p{font-size:13px;letter-spacing:.3px;color:#5e5f63;font-weight:400;margin-bottom:10px}.addressAddNewButton{font-size:13px;text-transform:uppercase!important;font-weight:500;letter-spacing:.3px;border:1px solid #2a764d;padding:5px 15px}.addressAddNewButton,.addressAddNewButton:hover{color:#fff!important;background:#2a764d!important}.addressAddNewButton:hover{text-decoration:none}.addressEditAndDeleteButton{color:#2a764d!important;text-transform:uppercase!important;margin:0;box-shadow:none;font-size:13px;font-weight:600;background:#fff}.addressEditAndDeleteButton:hover{box-shadow:none;text-decoration:none}.homeAddressIconLayout i{font-size:20px;padding-top:2px}.labelStatic{letter-spacing:.5px;font-weight:400;margin-bottom:10px}.profileEditModal .initialInput input{border:none;border-bottom:1px solid #ccc!important;padding-left:0!important}.profileEditModal::-webkit-input-placeholder{font-size:16px;color:#666!important;letter-spacing:.5px}.profileEditModal::-ms-input-placeholder{font-size:16px;color:#666!important;letter-spacing:.5px}.profileEditModal::-moz-placeholder{font-size:16px;color:#666!important;letter-spacing:.5px}.changeProfileAnch{position:absolute;margin-left:-60px;margin-top:18px;color:#2a764d!important;font-weight:500;font-size:13px}#emailNew,#newNumberPhone,#passwordNew{display:none}#addressEditLabel{font-size:17px;font-weight:700;letter-spacing:.1px}#editAddressCategories{border:none;border-left:1px solid #ced4da;padding-right:75px!important}#addressEditCancelAnch{color:#2a764d}.categoryAddress{font-size:14px;text-transform:capitalize}#homeAddress:before{content:""}#workAddress:before{content:""}#otherAddressBefore:before{content:""}#otherAddressAfter{font-weight:700}#otherAddressAfter:before{content:""}#categoryAddressLayout{display:none}.categoryAddressLayout:hover{background:#000;color:#fff}#otherTagEditAddressId{border:none!important;border-radius:0!important;background:#fff!important;font-size:13px;font-weight:700}#otherTagEditAddressId:before{content:"";font-family:fontawesome;margin-right:5px;font-weight:900}#otherTagEditAddressInputId{border:none;border-radius:0}#addressEditModalPadId{padding:5px 0}.addressEditModalForm{border:1px solid #ccc}.addressEditModalSubmitButtonLayout button{background:#2a764d!important;font-weight:600}.addressDeleteModalSection .modal-body p{font-weight:700;font-size:18px}.addressDeleteModalCancelButton{background:#fff!important;border:2px solid #333!important;color:#333!important;font-weight:700!important}.addressDeleteModalDeleteButton{background:#333!important;font-weight:700!important}.addPaymentCard{font-weight:600;font-size:16px}.addPaymentCardDesc{font-weight:500;font-size:12px;letter-spacing:.1px;color:#535665}.addNewPaymentCardBtn{color:#2a764d;border-color:#2a764d;font-weight:600;height:40px}.favTitle{font-weight:700;font-size:14px}.favDesc,.favTitle{letter-spacing:.4px}.favDesc{font-size:12px;color:hsla(0,0%,56%,.961);font-weight:500}.favSubDesc{font-size:10px;letter-spacing:.2px;color:#666;font-weight:500}.favStarRate{background:#2a764d;color:#fff;padding:0 4px}.favDot{width:35px;display:inline-block;text-align:center;font-weight:600}.pastOrdersLayout .card-header{padding:0}.viewDynaUpNDown1,.viewDynaUpNDown2{font-size:14px;color:#666;display:none;transition:.5s}.viewDynaUpNDown1.show,.viewDynaUpNDown2.show{display:block}.pastOrdersHeaderLayoutSecondSection{background:#fff}.viewDynaUpNDownLayout{background:#f9f9f9;display:block}a.viewDynaUpNDownLayout:hover{text-decoration:none}.offer{border:1px solid #2a764d;display:inline-block;border-radius:4px;font-size:12px;padding:0 4px;color:#2a764d;letter-spacing:.5px;background:#f2fef2;z-index:1;position:relative;font-weight:500}.productDisplaySection .card img{border-radius:0!important;margin:auto}.featuredItems .card-title{font-weight:500;font-size:14px;color:#666!important;letter-spacing:.6px;min-height:60px;line-height:1.4;margin:0;word-break:break-word}.beforeOffer{color:#aaa;line-height:1.2;font-size:15px}.beforePriceRate{color:#999;font-size:14px;font-weight:300;text-decoration:line-through}.afterOffer{font-weight:500;color:#333}.cartButtonLayout button{padding:6px 0!important;background:#2a764d!important;border-radius:15px;font-size:12px;text-transform:capitalize;letter-spacing:.6px}#afteraddPaymentCoLayout{background:#edf1f7;min-width:240px}#afteraddPaymentCoLayout .nav-link{padding:20px;font-weight:500;color:#333;font-size:15px;border-radius:0;text-transform:capitalize}#afteraddPaymentCoLayout .nav-pills .nav-link.active,#afteraddPaymentCoLayout .nav-pills .show>.nav-link{background:#fff;font-weight:700}#afteraddPaymentCoLayout .nav-pills .nav-link:before{margin-right:10px}.paymentTitleCo{font-weight:500;font-size:15px;margin-bottom:5px}.paymentBtnCo{padding:6px 0;background:#2a764d!important;text-transform:uppercase;font-weight:600}.loginBtnLogLayout .btn-primary:not([disabled]):not(.disabled).active,.loginBtnLogLayout .btn-primary:not([disabled]):not(.disabled):active,.show>.loginBtnLogLayout .btn-primary.dropdown-toggle{background-color:transparent!important}.show>.signUpBtnLogLayout .btn-primary.dropdown-toggle{background-color:#333!important}.show>.btn-primary.dropdown-toggle{border-color:transparent}.signUpBtnLogLayout .btn-primary:not([disabled]):not(.disabled).active,.signUpBtnLogLayout .btn-primary:not([disabled]):not(.disabled):active{background-color:#333!important}.btn-primary,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{border-color:transparent}.suggestion-item{font-size:15px!important;font-size:15px;padding:20px 30px 20px 0;margin-left:0;color:#555766;border-bottom:1px dashed #bebfc5;z-index:9999!important;font-weight:500;position:relative;letter-spacing:.3px;padding-left:50px!important;font-family:fontawesome}.suggestion-item:before{content:"";position:absolute;font-size:18px;text-align:center;left:calc(0% + 20px)!important;background:transparent;top:20px}.suggestion-item--active{font-size:15px!important;font-size:15px;padding:20px 30px 20px 0;margin-left:0;color:#555766;border-bottom:1px dashed #bebfc5;z-index:9999!important;font-weight:500;position:relative;letter-spacing:.3px;padding-left:50px!important;font-family:fontawesome}.suggestion-item--active:before{content:"";position:absolute;font-size:18px;text-align:center;left:calc(0% + 20px)!important;background:transparent;top:20px}.suggestion-item--active:hover,.suggestion-item--active:hover:before{color:#2a764d;transition:.1s}.sugText{font-family:Work Sans,sans-serif}.greyBlushLayout{background:#f4f4f5;padding:6px 0}.justCaption{display:block;color:#2a764d;font-weight:900;font-size:24px;line-height:2rem;letter-spacing:1px;font-family:Work Sans,sans-serif}.locateSectionLayout{padding-left:138px}@media(min-width:1200px){.groceriesStoresLayout{margin-left:106px}}@media(min-width:992px){.findBtnLog{padding:17px 25px}.descFeatLogH6{padding:0 32px}.resDescTitLog{margin-bottom:50px}.bannerBgRightLogin{min-height:100vh}.pillsLayout{padding:60px}.myOrdersPage{transition:.5s}.manageAddressWidth{flex-basis:49%}}@media(min-width:992px)and (max-width:1199.98px){.loginBtnLog,.loginBtnLoga,.signUpBtnLog{font-size:14px!important}}@media(max-width:991px){.resDescTitLog{margin-bottom:20px;font-size:14px}.resHeadTitLog{font-size:20px;width:100%;padding-bottom:0}.orderTextLog{font-size:14px;font-weight:500;padding-top:0}#vertical a{font-size:18px;font-weight:500}.findInputLog{padding-top:10px;padding-bottom:10px}.findInputLog::-moz-placeholder{font-size:12px}.findInputLog:-ms-input-placeholder{font-size:12px}.findInputLog::placeholder{font-size:12px}.findInputLog::-ms-input-placeholder{font-size:12px}.locateMeIcon{padding-top:0;padding-bottom:0;height:20px;top:calc(50% - 10px)}.descFeatLayoutLog i{font-size:35px}.descFeatLayoutLog img{max-width:160px!important;height:150px;margin-bottom:20px}.descFeatLogH5{color:#fff;position:absolute;left:0;bottom:10px;text-align:center;font-family:PT Sans,sans-serif;font-size:16px;z-index:100000000;font-weight:500;letter-spacing:.3}.descFeatHdH5{font-size:42px;font-weight:500;color:#fff;letter-spacing:.3px}.googleNStoreImg{float:left;height:40px!important;max-width:120px}.findBtnLog{padding-top:10px;padding-bottom:10px}.descFeatLogH6{font-size:12px}.bannerBgRightStores{height:300px}.loginBtnLog,.loginBtnLoga,.signUpBtnLog{font-size:14px}.accountDetailsTitleLayout{background:#37718e}.accountDetailsTitleButton button{padding:0;border:none}.accountDetailsTitle h3{font-weight:500;font-size:20px;letter-spacing:.6px}.accountDetailsTitleNumber{font-weight:500}.accountDetailsTitleDot,.accountDetailsTitleEmail,.accountDetailsTitleNumber{font-size:14px;letter-spacing:.6px}.accountDetailsTitleEmail{font-weight:500}.changeProfileAnch{font-size:12px}.labelStatic{font-size:14px}.pastOrdersLayout .card-body{padding:0}.pastOrdersHeaderLayout .orderTimeAndItemId,.viewDynaUpNDown1.show,.viewDynaUpNDown2.show{font-size:12px}.pastOrdersHeaderLayout .cancelAndViewOrderedItem,.pastOrdersHeaderLayout .cancelAndViewOrderedItem a{font-size:11px;font-weight:500}.ordersCardBodyLayout h6{font-size:11px;font-weight:500!important;line-height:1.6}.orderTimeAndItemIdLayout{padding-right:0}.ordersContentLayoutOuterULClass .nav-item{width:50%}#ordersContentLayoutOuterULId .nav-link{font-size:14px;font-weight:400;border:none;color:#333;letter-spacing:.5px;text-align:center}#ordersContentLayoutOuterULId .nav-link.active,#ordersContentLayoutOuterULId .show>.nav-link{font-weight:700;border-bottom:2px solid #2a764d}#ordersContentLayoutOuterULId .show>.nav-link{background:#fff;color:#2a764d}.bttn-top-right{top:-42px;height:38px}}@media(max-width:575px){.mobile-hide{display:none!important}.mobile-show{display:block!important}.locationSearchInput{width:100vw;overflow:hidden}.lcnSearch-searchbttn{left:90vw!important}.appImages img{height:30px;width:82px}}@media(min-width:576px)and (max-width:1200px){.bannerBgRightLogin{min-height:auto!important}}@media screen and (max-width:575px)and (min-width:240px){.totLayoutResCom{padding:0}.orderTitleLayout{font-size:14px}.reorderAndDetailsButtonLayout button{margin-bottom:5px;font-size:11px}.pastOrdersHeaderLayout{padding:0}.cancelAndViewOrderedItem{padding:0;text-align:center}.cancelAndViewOrderedItem a{display:none}.cancelAndViewOrderedItemLayout{padding-right:0}}.totalSec{background:#eee}.searchBoxMV,.totalSec{border-radius:8px}@media screen and (max-width:1700px)and (min-width:1500px){.locateSectionLayout{padding-left:215px}}@media screen and (max-width:1400px)and (min-width:1150px){.descFeatLayoutImg{margin:20px auto;cursor:pointer;background:#fff;background-repeat:no-repeat;width:330px;height:230px;border-radius:20px}.descFeatLayoutDetails{width:200px!important;height:150px;margin-top:40px;margin-left:10px;margin-right:10px;padding:8px 20px 8px 8px}}@media screen and (max-width:1200px)and (min-width:1000px){.descFeatLayoutImg{margin:20px auto;cursor:pointer;background:#fff;background-repeat:no-repeat;width:270px;height:180px;border-radius:20px}.descFeatLayoutDetails{width:100%!important;height:120px;margin-top:40px;margin-left:10px;margin-right:10px;padding:8px 20px 8px 8px}.descFeatLayoutDetails h5{word-wrap:break-word;white-space:"pre-wrap";font-size:20px!important}.descFeatLayoutDetails p{font-size:11px!important}.descFeatLayoutDetails p:last-child{height:60px!important}}.descFeatLayoutLog img{position:relative;display:block;overflow:hidden;opacity:.9;border-radius:20px;margin:0 auto}.parallax-container{position:relative;width:100%;height:100%;overflow-x:hidden;overflow-y:scroll;perspective:8px;perspective-origin:0}.background__image,.foreground__image,.parallax-image{position:absolute;transform-origin:0 50%}.background__image{transform:translateZ(0) scale(1);background:"white"}.foreground__image{transform:translateZ(2px) scale(1)}.parallax{perspective:1px;height:100vh;overflow-x:hidden;overflow-y:auto}.parallax__layer{position:absolute;top:0;right:0;bottom:0;left:0}.parallax__layer--base{transform:translateZ(0)}.parallax__layer--back{transform:translateZ(-1px)}.descFeatLogH5,.trColLyt .descFeatLogH5{margin-bottom:15px!important}.trColLyt .descFeatLogH5{font-family:PT Sans,sans-serif}.trColLyt .descFeatLogH6{opacity:.9}.descFeatLogH5,.trColLyt .descFeatLogH5,.trColLyt .descFeatLogH6{font-family:PT Sans,sans-serif;letter-spacing:.3px;width:100%;max-width:350px;margin:auto;font-weight:400}.setRightPosAbs{position:absolute;z-index:1;width:350px!important;right:0;top:50%;transform:translateY(-50%)}.cus-par-uniq .resHeadTitLog{width:400px!important}.lyt-container{width:100%;margin:0 auto;padding:0 15px;position:relative;z-index:2}.download-app-cls{height:510px}.logoImg-sm{width:150px!important}.loginBtnLog,.loginBtnLoga,.signUpBtnLog{padding:8px 0;width:120px;font-size:14px!important;font-weight:500!important}.signUpBtnLog.small{width:70px}.large.loginBtnLoga,.loginBtnLog.large{border-radius:4px;height:40px;width:170px}.RessignUpBtnLogLayout{width:210px;padding:8px 0;font-size:14px!important;font-weight:500!important}.RessignUpBtnLogLayout.large{border-radius:4px;height:40px;line-height:1.7;vertical-align:middle;cursor:pointer}.backgroundImageHome{margin-top:126px;height:741px}.findInputLog{height:54px;opacity:.9}.findBtnLog{padding:5px 10px!important;height:54px!important;display:flex!important;justify-content:center!important;align-items:center!important;font-size:18px!important;border-radius:4px!important}.locateMeIcon{color:rgba(71,71,71,.741)!important}.loginFormSectionLayout{z-index:9}@media(min-width:1200px){.lyt-container{max-width:1140px}}@media(min-width:992px)and (max-width:1199.98px){.lyt-container{max-width:960px}.descFeatLayoutLog img{max-width:300px!important;height:180px;opacity:.9;padding:0;border-radius:20px;margin:0 auto}}@media(max-width:991px){.descFeatLayoutLog img{max-width:400px!important;height:235px;opacity:.9;padding:0;border-radius:20px;margin:0 auto}}@media(min-width:782px)and (max-width:999.98px){.trColLyt{display:flex!important;flex-direction:column!important}.descFeatLayoutImg{margin:20px -70px}}@media(max-width:1100){.descFeatLayoutChildren div{margin:500px 0 0}}@media(min-width:1150px)and (max-width:1399.98px){.descFeatLayoutChildren div{width:42%;margin-left:720px;margin-top:50px}.descFeatLayoutChildren div img{display:none}}@media(max-width:950px){.descFeatLayoutChildren{height:1000px}.descFeatLayoutChildren div{width:80%;margin-left:100px;margin-top:500px}.descFeatLayoutChildren div img{bottom:450px!important;right:10px!important}.descFeatLayoutChildren div p{width:70%}}@media(max-width:800px){.descFeatLayoutChildren div img{display:none}}@media(min-width:768px)and (max-width:991.98px){.lyt-container{max-width:720px}.setRightPosAbs{width:300px!important}.download-app-cls{height:400px}.backgroundImageHome{height:450px!important}}@media(min-width:900px)and (max-width:1198.98px){.backgroundImageHome{background-size:120% 100%!important}}@media(min-width:1200px)and (max-width:1450px){.backgroundImageHome{background-size:110% 100%!important}}@media(min-width:576px)and (max-width:767.98px){.lyt-container{max-width:540px}.setRightPosAbs{width:200px!important}.download-app-cls{height:300px}.img-logo{width:90px!important;height:92px}.loginBtnLog,.loginBtnLoga,.signUpBtnLog{width:120px!important;font-size:11px!important}.signUpBtnLog.small{width:70px!important}.large.loginBtnLoga,.loginBtnLog.large{width:180px!important}.full.loginBtnLoga,.loginBtnLog.full{font-size:13px!important;line-height:1.7;width:100%!important}.RessignUpBtnLogLayout{width:150px!important;font-size:13px!important}.RessignUpBtnLogLayout.large{width:100%!important}}@media(max-width:576px){.lyt-container{max-width:100%}.backgroundImageHome{height:400px}.descFeatLayoutLog img{max-width:350px!important;height:230px!important;opacity:.9;border-radius:20px;padding:0;margin:0 auto}.descFeatLogH5{font-family:PT Sans,sans-serif;font-size:10px!important}.trColLyt .descFeatLogH5{font-family:PT Sans,sans-serif;font-size:13px!important}}@media(min-width:768px){.navbar-toggler{display:block!important}}@media(min-width:930px){.navbar-toggler{display:none!important}}@media(max-width:929px){.header-buttons{position:fixed;top:90px;left:0;width:100%;display:flex;justify-content:center!important;background:#fff;padding:10px}}@media(max-width:767.98px)and (min-width:576px){.header-buttons{top:75px}}.storeListing{margin:15px 0}.storeListing .storeName{font-weight:600}.storeListing .storeAddr{font-size:12px;margin-bottom:3px;font-weight:400;color:#aaa;letter-spacing:.2px}.storeListing .storeDetailTags{font-size:11px}.storeListing .storeDetail{border-top:1px solid #e2e1e1}.storeListing p{margin:5px 0}.storeListingHome{margin:0;padding:10px}.offerTitle,.storeListingHome .storeName{font-weight:400}.offerTitle{color:#07a707;font-size:12px}.storeTagValue{font-weight:500}input.input_container{border:none;width:100%}select.form-control:not([size]):not([multiple]){height:calc(3rem + 2px)}textarea{overflow:auto;resize:vertical;width:100%;padding:6px 12px;border:1px solid #ddd}.swicth_button{display:flex;width:100%;align-items:center}label{display:inline-block;margin-bottom:.5rem!important}.corrency{width:53px;height:107%;left:-1px;top:-1px;position:absolute;color:#fff;border-radius:5px;background-color:#2a764e;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;line-height:28.15px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}input.input_box{padding:7px 20px}.minutes{width:68px}.after,.minutes{height:39px;background:gray;display:flex;justify-content:center;align-items:center}.after{width:50px}.store-page-layout{width:90%;max-width:1450px;margin:0 auto}.store-page-container{background-color:#fff;margin-top:126px;min-height:calc(100vh - 126px);width:98.8vw}.store-list-container{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;width:100%;gap:0;margin:16px 0;padding-left:24px;overflow-y:auto;background-color:#fff}.store-card-holder{justify-content:space-between;width:32%;height:141px;cursor:pointer;color:#3a3d42;padding:0;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease-in-out}.store-card-holder.storeClosed{cursor:not-allowed!important}.store-card-holder.storeClosed>div:first-child,.store-card-holder.storeClosed>div:nth-child(2),.store-card-holder.storeClosed>div:nth-child(3){filter:gray;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1)}.store-card-holder.mobile{height:8.8125rem;margin:0 1rem 1.88rem;width:98%;box-shadow:none;border-radius:8px}.store-card-holder.site{border-radius:12px;border:.5px solid rgba(0,0,0,.37);overflow:hidden;background:#fff}.store-card-holder.site:hover{box-shadow:0 1px 0 rgba(58,61,66,.06),0 2px 8px -2px rgba(0,0,0,.05)}.popup-clear-text{position:absolute;bottom:0;border-radius:12px;top:0;width:100%;background:linear-gradient(189deg,hsla(0,0%,100%,.1) 60%,rgba(0,0,0,.6) 90%)}.popularBrandItemInnerLayout .storeCardImage{border-radius:0;-o-object-fit:cover;object-fit:cover;width:342px;border-radius:12px 0 0 12px;border:.5px solid rgba(0,0,0,.37);background:#fff}@keyframes storeCardBannerPanRight{0%{transform:scale(1) translateX(0)}to{transform:scale(1.2) translateX(10%)}}.popularBrandItemInnerLayout.is-navigating .storeCardImage{animation:storeCardBannerPanRight 2s ease-out forwards;transform-origin:center;will-change:transform}.popularBrandsSec .popularBrandsSecTitle{padding-bottom:10px;margin-bottom:30px;font-weight:600}.popularBrandsSec .popularBrandItem{border:1px solid transparent;margin-bottom:10px;flex-basis:auto;height:258px}.popularBrandsSec .storeClosed{cursor:not-allowed!important}.popularBrandsSec .storeClosed>div:first-child,.popularBrandsSec .storeClosed>div:nth-child(2),.popularBrandsSec .storeClosed>div:nth-child(3){filter:gray;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1)}.popularBrandsSec .popularBrandItemInnerLayout{cursor:pointer;display:flex;position:relative}.popularBrandsSec .popularBrandItemInnerLayout:hover{transition:.4s}.popularBrandsSec .moreProdsSpl{height:235px;border:2px solid #e46d47!important}.popularBrandsSec .moreProdsSpl:hover{box-shadow:0 4px 14px #d4d5d9}.popularBrandsSec .moreProdsSplH4Title{color:#555766;font-weight:500;text-transform:uppercase}.popularBrandItem:hover .popularBrandItemQkViewSec{visibility:visible;transition:.5s}.image-container{width:100%;height:100%;position:relative;overflow:hidden}.popularBrandItemTitle{letter-spacing:.6px;margin-bottom:5px;text-transform:capitalize;bottom:35%;left:106px;color:#212121;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.popularBrandItemCat{color:#535665;font-size:10px;margin-bottom:10px;position:absolute;bottom:30%;left:106px;color:#fff}.workingHoursNotice{color:#535665;font-size:13px;color:#fff;font-weight:100;max-width:210px;overflow:hidden}.workingHoursNotice.workingHoursNoticeLargeView{position:absolute;bottom:32%;left:106px}.workingHoursNotice.workingHoursNoticeSmallView{max-width:300px}.popularBrandItemInnerSec{font-size:10px;letter-spacing:.1px;color:#000;padding-top:20px}.popularBrandItemInnerRating{background-color:#a7ba13;color:#282c3f;border-radius:5px;text-align:center;padding:5px 1px}.popularBrandItemInnerRating i{font-size:14px!important}.popularBrandItemDot{padding:0 12px}.popularBrandItemImgRep{height:150px;opacity:.8;width:100%;border-radius:9px 9px 0 0;-o-object-fit:cover;object-fit:cover}.popularBrandItemOffersSec{font-size:13px;color:#8a584b;padding-top:10px;padding-bottom:10px;border-top:1px solid #eee}.popularBrandItemOffersSpan{padding-left:6px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:230px;display:inline-block;vertical-align:bottom;font-weight:500;letter-spacing:.3px}.popularBrandItemQkViewSec{padding-top:15px;padding-bottom:15px;border-top:1px solid #eee;visibility:hidden}.popularBrandItemQkViewOutlets{color:#535665;font-size:13px;letter-spacing:.3px}.popularBrandItemQkView{color:#5d8ed5;text-transform:uppercase;font-weight:600;font-size:12px;letter-spacing:.3px}.logo-container{position:absolute;width:70px;height:70px;fill:#fff;stroke-width:1px;stroke:#dbdbdb;margin:10px}.logo-container>img{padding:3px}.store-info-container{margin:30px 0 0 20px;display:flex;flex-grow:1;flex-direction:row}.store-info-container .store-name-address-holder{max-width:172px}.store-info-container .store-name-holder{color:#000;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.store-info-container .store-address-holder{width:172px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:9px}.delivery-info-with-icon{display:inline-flex;align-items:flex-start;justify-content:flex-start;margin-top:10px;gap:5px}.delivery-info-with-icon>strong{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.store-list-search-bar{display:flex;flex-direction:row;outline:none}.store-list-search-bar>.hamburger-menu-icon{line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;border:none;padding:0;cursor:pointer;outline:none;flex-shrink:0;background-color:#fff}.store-list-search-bar>.location-selector-container{display:flex;justify-content:space-between;align-items:center;padding:12px;width:90%;max-width:500px;border:1px solid hsla(0,0%,75%,.2);border-radius:28px;margin:0 auto;box-shadow:1px 1px 8px rgba(0,0,0,.2);cursor:pointer}.store-list-search-bar>.location-selector-container>span>span{font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px}.store-list-search-bar>.location-selector-container>strong{color:rgba(0,0,0,.85);font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.3px}.store-list-search-bar>.search-bar-container{width:560px;height:48px;border-radius:48px;background:#f2f4f5;border:1px solid #bebebe;display:flex;align-items:center}.store-list-search-bar>.search-bar-container>img{margin-right:16px}.store-list-search-bar>.search-bar-container>input{width:100%;height:100%;padding-left:16px;outline:none;color:#a2a9b0;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.3px;background:none;border:none}.store-count-container{margin-left:24px;display:flex;align-items:center}.store-count-container>h3{color:rgba(0,0,0,.85);font-style:normal;font-weight:400;letter-spacing:.3px}.store-categories-container{margin:0 50px}.store-categories-container>.categories-items-container>ul{flex-wrap:wrap;display:flex}.store-categories-container>.categories-items-container>ul>li{margin:4px;display:flex;align-items:center;height:40px;color:#000;border-radius:8px;padding:8px 20px;cursor:pointer}.store-categories-container>.categories-items-container>ul>li:last-child{padding:0}.store-categories-container>.categories-items-container>ul>li.selected-category{background:#2a764d;color:#fff}.store-categories-container>.categories-items-container>ul>li strong{text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:.8px;padding:0 8px}.store-categories-container>.categories-items-container>ul>li>button{line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;border:none;color:#2a764d;cursor:pointer;outline:none;flex-shrink:0;background-color:#fff;margin:0}.store-categories-container>.categories-items-container>ul>li>button.show-less{rotate:180deg}.store-banner-container{width:50%}@media screen and (max-width:1700px){.store-banner-container{width:45%}.store-info-container{margin:30px 0 0 16px}}@media screen and (max-width:1505px){.store-banner-container{width:43%}.store-info-container{margin:30px 0 0 12px}.store-info-container .store-name-address-holder{max-width:155px}.store-info-container .store-name-address-holder .store-name-holder{font-size:22px}.store-info-container .store-address-holder{max-width:155px;font-size:14px}}@media screen and (max-width:1505px)and (max-width:1352px){.store-info-container{margin:30px 0 0 12px}.store-info-container .store-address-holder,.store-info-container .store-name-address-holder{max-width:140px}}@media screen and (max-width:1250px){.store-banner-container{width:43%}.store-info-container{margin:25px 0 0 12px}.store-info-container .store-name-address-holder{max-width:110px}.store-info-container .store-name-address-holder .store-name-holder{font-size:22px}.store-info-container .store-address-holder{max-width:110px;font-size:14px}.delivery-info-with-icon{margin-left:4px;margin-top:15px;gap:5px}.delivery-info-with-icon>strong{font-size:13px}}.store-page-main-container{display:flex;flex-direction:row}.productDetailSrlSpySec{background:#fff;position:relative;z-index:1;width:100%}.productDetailSrlSpySec .productDetailSrlSpyListGroup{width:126px;height:100%}.productDetailSrlSpySec .list-group-item{border-radius:0;padding:10px 20px 10px 5px;font-size:15px;text-align:left;border:4px solid transparent;margin:0;font-weight:500}.productDetailSrlSpySec .list-group-item:hover{color:#2a764d;font-weight:600}.productDetailSrlSpySec .list-group-item.active{z-index:2;color:#2a764d;font-weight:500;letter-spacing:.3px;border-radius:5px;border-left:2px solid #a7ba13;background:rgba(42,118,77,.161) 0 0 no-repeat padding-box;font-weight:600;padding:10px}.productDetailSrlSpySec .list-group-item.active:after{content:"";font-family:FontAwesome;position:absolute;right:11px}.productDetailSrlSpySec .productDetailSrlSpyH4Title{color:#282c3f;margin:0;font-size:19px;letter-spacing:-.3px;font-weight:600}.productDetailSrlSpySec .productDetailSrlSpyH3Title{font-size:20px;margin:0 0 5px;font-weight:600;position:relative;padding-top:20px}.productDetailSrlSpySec:first-child .productDetailSrlSpyH4Title{padding-top:17px}.productDetailSrlSpySec .productDetailSrlSpyPTitle{margin-bottom:20px;font-size:13px;color:#535665;font-weight:500;text-transform:uppercase}.productDetailSrlSpySec .productDetailSrlSpyH6Name{position:relative;color:#000;font-size:24px;font-weight:600;line-height:normal;text-overflow:ellipsis;white-space:nowrap;text-wrap:wrap}.productDetailSrlSpySec .productDetailSrlSpyH6Name i{font-size:14px;width:15px;margin-right:0;color:#2a764d}.productDetailSrlSpySec .productDetailSrlSpyH6Name i.Non,.productDetailSrlSpySec .productDetailSrlSpyH6Name i.Non-Veg{color:#ad4728}.productDetailSrlSpySec .productDetailSrlSpyNameCat{margin-bottom:5px;letter-spacing:.3px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:13px;color:#7e808c;text-transform:capitalize;padding-left:20px;margin-top:3px}.productDetailSrlSpySec .productDetailSrlSpyNamePrice{color:#000;font-size:18px;font-weight:650;letter-spacing:.3px;margin-bottom:0}.productDetailSrlSpySec .productDetailSrlSpyItemsListInnerSpl{position:relative;border-top:1px solid rgba(0,0,0,.37);background:rgba(242,244,245,.47);padding:0;margin:32px 0 0;min-height:175px}.productDetailSrlSpySec .productDetailSrlSpyItemsListInnerSpl .productDetailSrlSpyNamePrice{color:#000;font-size:15px;letter-spacing:.3px}.productDetailSrlSpySec .productDetailSrlSpyMain{width:calc(100% - 254px)}.productDetailSrlSpySec .productDetailSrlSpyMain::-webkit-scrollbar{width:0;background:transparent}.productDetailSrlSpySec .productDetailSrlSpyMain::-webkit-scrollbar-thumb{background:#eee!important}.productDetailSrlSpySec .productDetailSrlSpyMain .popularBrandItemImgRep{width:100%;height:130px}.productDetailSrlSpySec .productDetailSrlSpyCart{width:28%}.productDetailSrlSpySec .productDetailSrlSpyCart .productDetailSrlSpyCartFixed{width:auto}.productDetailSrlSpySec .productDetailSrlSpySec{background-color:#fff}.productDetailSrlSpySec .productDetailSrlSpySec .productDetailSrlSpyListGroup{width:240px}.productDetailSrlSpySec .productDetailSrlSpySec .productDetailSrlSpyMain{width:calc(100% - 240px)}.productDetailSrlSpySec .productDetailrecomItemImg{width:100%;-o-object-fit:cover;object-fit:cover}.productDetailSrlSpySec .product-add-to-cart-button{position:absolute;top:17px;right:17px;width:25px;height:25px;background:url(/static/icons/addFoodIcon.svg) no-repeat 50%}.productDetailSrlSpySec .product-add-to-cart-button.mobile{position:relative;top:0;right:0;width:22px;height:16px;background:url(/static/icons/addFoodMobileIcon.svg) no-repeat 50%}.productDetailSrlSpySec .addOnBtnDV{position:absolute;right:20px;z-index:1;top:-2px;font-size:14px;color:#2a764d}.productDetailSrlSpySec .customisableReminder{position:absolute;bottom:16px;right:16px;font-size:9px;margin-bottom:0;color:#7e808c;text-align:center;padding-top:2px;letter-spacing:.3px}.productDetailSrlSpySec .customisableReminder.mobile{top:2px;left:-100px;bottom:unset;height:35px;width:100px}.loading-container{min-height:30vh}.store-product-and-info-container{width:72%}.productDetailSrlSpyCart .productDetailSrlSpyCartTitle{font-size:30px;letter-spacing:.6px;margin-bottom:30px;color:#7e808c}.productDetailSrlSpyCart .productDetailSrlSpyCartPTitle{color:#93959f;margin-top:15px;font-size:15.5px;font-weight:300;letter-spacing:.3px;text-align:center}.productDetailSrlSpyCart .productDetailSrlSpyCartFixed{overflow-y:auto;position:relative;width:100%;padding:47px 75px 85px 37px;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.productDetailSrlSpyCart .productDetailSrlSpyCartFixed .restCheckoutCart{flex-grow:1}.productDetailSrlSpyCart .productDetailSrlSpyCartFixed .emptyCart{display:flex;width:300px;height:250px;text-align:center;flex-direction:column;position:absolute;margin:30px 20px}.productDetailSrlSpyCart .productDetailSrlSpyCartFixed .cartHeader>h3{color:#2a764d;font-size:24px;font-style:normal;font-weight:500;line-height:36px;letter-spacing:.3px}.productDetailSrlSpyCart .productDetailSrlSpyCartImg{max-width:70%}.foodCheckoutRest{display:flex;justify-content:center;align-items:center;margin:0 auto;width:312px;height:56px;background-color:#2a764d;border:2px solid #2a764d;outline:0;cursor:pointer;color:#fff;border-radius:8px;text-align:center;font-size:21px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:1px}.foodCheckoutRest:hover{position:relative;box-shadow:0 2px 8px #d4d5d9}.cartProducts{overflow-y:auto;overflow-x:hidden;transition:.3s}.store-page-info-container{padding:50px 72px 19px 64px}.store-page-info-container .store-page-image-container{width:100%;height:299px;position:relative;border-radius:28px;overflow:hidden}.store-page-info-container .store-page-details-container{margin:11px 13px}.store-page-info-container .store-page-details-container .store-details-and-description-container{display:flex;gap:90px}.store-page-info-container .store-page-details-container .store-details-and-description-container>p{max-width:380px;margin-top:8px}.store-page-info-container .store-page-details-container .store-delivery-info-container{justify-content:center;align-items:center;gap:1rem}.store-product-list-container .category-image{height:150px;width:100%;-o-object-fit:cover;object-fit:cover}.store-product-list-container .product-container{padding:20px 72px}.store-product-list-container .product-list-container{margin:33px 39px 24px 36px;display:flex;flex-direction:column;gap:1rem}.store-product-list-container .product-list-container .product-descripton-container{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.store-product-list-container .product-list-container .product-price-style{margin-top:4px;display:flex;gap:6px;color:#2a764d;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.store-product-list-container .product-list-container .product-price-style>span{font-size:23px}.store-page-cart-container .store-page-cart-order-info{border-top:1px solid #c5cbd1;border-bottom:1px solid #c5cbd1;padding:13px 0;margin:13px 0}.store-page-cart-container .store-page-cart-total-container{margin-bottom:30px}.store-page-cart-container .store-page-cart-order-info-item{display:flex;justify-content:space-between;align-items:center;margin:4px 0}.store-page-cart-container .store-page-cart-order-info-item .order-info-item-title{color:rgba(0,0,0,.85);font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.3px}.store-page-cart-container .store-page-cart-order-info-item .order-info-item-title.bigger{font-size:24px;line-height:36px}.store-page-cart-container .store-page-cart-order-info-item .order-info-item-value{color:rgba(0,0,0,.85);text-align:right;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.3px}.store-page-cart-container .store-page-cart-order-info-item .order-info-item-value.bigger{font-size:24px;font-weight:500;line-height:36px}.cartAfterAddBtn{position:absolute;top:17px;right:4px}.cartAfterAddBtn.mobile{position:relative;top:0;right:0}.cartAfterAddBtn .prodetailsRecomItemAddBtn{width:100%;border:none!important;font-size:13px;text-transform:uppercase;color:#2a764d;font-weight:500;background-color:#fff;letter-spacing:.3px;border-radius:0;padding:2px 7px;position:relative}.cartAfterAddBtn .prodetailsRecomItemAddBtn:hover{background-color:#bbb;transition:.3s}.empty-cart-container{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:64px auto;gap:16px}.empty-cart-container>h2{font-weight:700;font-size:24px;line-height:36px;letter-spacing:.3px}.empty-cart-container>span{font-weight:400;font-size:14px;line-height:24px;letter-spacing:.3px;text-align:center}@media screen and (max-width:1376px){.productDetailSrlSpyCart .productDetailSrlSpyCartFixed{padding:47px 18px 85px 37px}}@media screen and (max-width:992px){.store-product-and-info-container{width:100%}.store-mobile-header{margin-top:116px}}.landing-container{position:relative;height:83vh;margin-top:126px}.background-image-container{overflow:hidden;position:absolute;width:100%;height:100%;display:flex;justify-content:flex-end}.homepage-food-image{width:662px;height:576px;margin-top:5.8%;flex-shrink:0;margin-right:8px}.location-selection-container{position:absolute;top:13%;left:112px;z-index:4;max-width:824px;width:100%}.location-selection-title-container{max-width:824px;max-height:55%}.location-selection-title{color:#000;font-size:78px;font-style:normal;font-weight:600;line-height:82px}.location-selection-subtitle{color:#2a764d;font-size:32px;font-style:normal;font-weight:600;line-height:82px}.location-selection-search-container{position:relative;display:flex;width:506px;height:63px;margin-top:78px;justify-content:space-between;align-items:center;flex-shrink:0;border:2px solid #2a764d;border-radius:32px}.location-selection-search-button{position:absolute;right:-1px;display:flex;width:146px;height:63px;justify-content:center;align-items:center;flex-shrink:0;border-radius:32px;outline:none;background:#2a764d;color:#fff}.location-selection-search-button,.location-selection-search-input{border:none;font-family:Work Sans,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:27px}.location-selection-search-input{width:100%;height:100%;color:#949494;padding:19px 0 17px 24px;border-radius:32px}.app-feature-section{width:100%;background:rgba(42,118,77,.45);height:403px;display:flex;align-items:center;justify-content:space-evenly}.app-feature-container{width:30%;height:243px;flex-shrink:0;border-radius:32px;background:#feffff;box-shadow:0 0 16px 0 rgba(0,0,0,.03),0 33px 32px 0 rgba(50,44,44,.05),0 1px 1px 0 rgba(82,73,73,.1);position:relative;overflow:hidden}.app-feature-image{position:absolute;left:0;top:0;bottom:0;height:100%;opacity:90%}.app-feature-details-container{height:150px;margin-top:57px;margin-left:10px}.app-feature-status{display:flex;height:29px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:32px;background:#abb93e;color:#fafafa;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.app-feature-status.new-service{background:#abb93e;width:95px}.app-feature-status.coming-soon{background:red;width:125px}.app-feature-title{word-break:break-word;flex-shrink:0;margin-top:29px;width:200px;color:#000;font-size:30px;font-style:normal;font-weight:600;line-height:35px;letter-spacing:.3px}.homepage-download-app-section{margin-top:2.87rem;width:100%;height:44.6rem;position:relative;overflow:hidden;margin-bottom:7rem}.homepage-download-app-section:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:31.7rem;background:#2a764d;border-radius:32px;background:url(/static/images/homepage/download_background.svg) no-repeat}.homepage-download-app-section>.download-app-section-iphone-mockup{position:absolute;width:28rem;height:49.8rem;right:3.6rem;bottom:-4.9rem;z-index:4}.homepage-download-app-section>.download-app-title-links-container{width:31.5rem;position:relative;margin-top:20.56rem;margin-left:6.5rem;padding:0 .7rem;z-index:4}.homepage-download-app-section>.download-app-title-links-container>.download-app-title{color:#fff;font-size:4rem;font-style:normal;font-weight:700;line-height:4.5rem;letter-spacing:.025rem}.homepage-download-app-section>.download-app-title-links-container>.download-app-links{margin-top:1.75rem;padding:3.8rem 0}.homepage-download-app-section-container{position:relative;width:77rem;margin:0 auto}.homepage-download-app-section-container:after{content:"";position:absolute;width:32.4rem;height:7rem;bottom:-7rem;right:56px;background-color:#f8f9fa}.how-it-works-section-container{margin-top:1.87rem;position:relative}.how-it-works-section-container>h1{color:rgba(0,0,0,.85);text-align:center;font-size:3rem;font-style:normal;font-weight:700;line-height:4rem;letter-spacing:.01875rem}.how-it-works-section-container .how-it-works-items-container{position:relative;z-index:7;margin:2.69rem auto 0;display:inline-flex;justify-content:center;align-items:center;gap:2rem}.how-it-works-section-container .how-it-works-items-container:before{content:"";position:absolute;top:-70px;right:-180px;width:19rem;height:19rem;transform:rotate(1.397deg);background:url(/static/images/homepage/ornament.svg) no-repeat}.how-it-works-section-container .how-it-works-items-container:after{content:"";position:absolute;bottom:-213px;left:-200px;width:19rem;height:19rem;transform:rotate(-157.4deg);background:url(/static/images/homepage/ornament.svg) no-repeat}.how-it-works-section-container .how-it-works-items-container .how-it-works-item{z-index:7;width:18rem;height:19.1875rem;text-align:center;border-radius:9rem 9rem 2rem 2rem;background:#feffff;box-shadow:0 2px 2px 0 rgba(0,0,0,.25)}.how-it-works-section-container .how-it-works-items-container .how-it-works-item>img{width:6rem;height:6.5rem;margin-top:3.5rem}.how-it-works-section-container .how-it-works-items-container .how-it-works-item>h3{color:#000;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.5rem;letter-spacing:.01875rem;margin-top:1.37rem}.how-it-works-section-container .how-it-works-items-container .how-it-works-item>p{color:rgba(0,0,0,.85);padding:0 1rem;font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.5rem;letter-spacing:.01875rem;width:14.5rem;margin:1.06rem auto}.sos-section-container{position:relative;margin:4.31rem auto;width:65%;padding:8rem;display:flex;justify-content:center;gap:5.2rem}.sos-section-container .sos-info>.sos-title{color:#000;font-size:3rem;font-style:normal;font-weight:700;line-height:4rem;letter-spacing:.0625rem}.sos-section-container>.sos-info>p{width:23.75rem;margin-top:1.94rem;color:rgba(0,0,0,.85);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;letter-spacing:.01875rem}.sos-section-container .sos-info-image{border-top-left-radius:135px;border-bottom-left-radius:135px;border-top-right-radius:32px;border-bottom-right-radius:32px}.sos-section-container:after{content:"";position:absolute;transform:rotate(-166.941deg);width:19rem;height:19rem;bottom:0;right:0;opacity:70%;background:url(/static/images/homepage/ornament.svg) no-repeat}@media(max-height:700px){.landing-container{height:100vh}.location-selection-container{top:8%}.homepage-food-image{margin-top:3%}.location-selection-title-container{max-height:45%}.location-selection-title{font-size:70px;line-height:70px}.location-selection-subtitle{font-size:28px}}@media(max-height:600px){.location-selection-container{top:4%}.homepage-food-image{margin-top:0}}.app-footer-container{background:#2a764d;height:14.1875rem;padding:0;margin:0}.app-footer-logo{margin:46px 115px}.footer-links-container{margin:3.37rem 0;display:flex;justify-content:flex-start;gap:5.5rem}.footer-links-container>.footer-media-links-container>h2{color:#fff;font-size:.85rem;font-style:normal;font-weight:600;line-height:1.5rem;letter-spacing:.01875rem}.footer-links-container>.footer-media-links-container>.media-icons-container{display:flex;flex-direction:row;justify-content:flex-start;margin-top:.56rem;gap:1rem}.footer-links-container>.footer-media-links-container>.media-icons-container>a>img{width:25px;height:25px}.footer-links-container>.footer-media-links-container>.download-app-text{margin-top:1.27rem;width:6.25rem}.footer-links-container>.footer-media-links-container>ul{position:relative}.footer-links-container>.footer-media-links-container>ul li{margin-bottom:2px;position:relative}.footer-links-container>.footer-media-links-container>ul li:before{content:"•";color:#e7e7e7;position:absolute;left:-1.8em;top:.4em;font-size:.6em}.footer-links-container>.footer-media-links-container>ul li>a{color:#fff;font-size:.85rem;font-style:normal;font-weight:400;line-height:1.5rem;letter-spacing:.01875rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-underline-offset:2px}.product-cart-item-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-items:stretch}.product-cart-item-container .product-cart-item-name-container{position:relative;flex-grow:1;display:flex;flex-direction:column}.product-cart-item-container .product-cart-item-name-container>h6{margin-top:16px}.product-cart-item-container .product-cart-item-name-container>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#bebebe;font-size:14px;margin-top:8px;padding-right:8px}.product-cart-item-container .product-cart-item-name-container>button{-webkit-text-decoration-line:underline;text-decoration-line:underline;border:none;padding:0;cursor:pointer;outline:none;color:#2a764d;font-size:13px;background:none;text-align:left;margin-top:3px;text-decoration:none}.product-cart-item-container .product-cart-item-price-and-edit-container{flex-grow:0}.product-cart-item-container .product-cart-item-price-and-edit-container .product-cart-item-price-container{margin:10px 0}.product-cart-item-container .product-cart-item-price-and-edit-container .product-cart-item-price-container>strong{color:rgba(0,0,0,.85);width:100%;display:block;text-align:right;font-size:18px;font-style:normal;font-weight:500;padding-right:16px;line-height:24px;letter-spacing:.3px}.store-cart-item{border-top:1px solid #e5e5e5}.product-cart-item-addons{display:flex;justify-content:space-between;align-items:flex-start;padding-right:16px}.product-cart-item-addons>div{display:flex;flex-direction:column;gap:8px}.product-cart-item-addons>div>div>ol{list-style-type:disc;font-size:14px;margin:0 0 8px}.product-cart-item-addons>button{-webkit-text-decoration-line:underline;text-decoration-line:underline;border:none;padding:0;cursor:pointer;outline:none;color:#2a764d;font-size:13px;background:none;text-align:left;margin-top:3px;text-decoration:none}.food-cart-buttons-container{display:flex;justify-content:space-evenly;align-items:center;border-radius:8px;cursor:pointer}.food-cart-buttons-container strong{cursor:default;font-size:16px;color:rgba(0,0,0,.85);text-align:center;font-weight:600;line-height:16px;margin:0 10px;letter-spacing:.3px}.back-button{margin-left:.31rem;margin-top:1.2rem}.cart-empty-container{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-bottom:24px}.cart-empty-container .cart-empty-title{color:#000;text-align:center;font-size:14px;font-style:normal;font-weight:500;padding:0;margin:28px 0 0;line-height:normal}.cart-empty-container .go-to-shoping-button{display:flex;justify-content:center;align-items:center;margin-top:35px;flex-shrink:0;color:#fff;text-align:center;padding:8px 20px;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal;border-radius:2.1875rem;background-color:#2a764d;outline:none;box-shadow:none}.cart-product-icon-image{-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}@media(min-width:992px){.food-cart-buttons-container strong{font-size:20px;line-height:20px;margin:0 14px}}.checkout-container{margin-top:126px}.location-search-holder{height:80vh;width:100%;overflow-x:hidden}.location-search-input-container{display:flex;padding:22px 16px 42px 25px;justify-content:space-between;align-items:center;width:100%}.location-search-input-container .search-input-container{position:relative;display:flex;align-items:center;border-radius:5px;background:#f5f5f5;flex-grow:1;margin:0 26px;height:42px}.location-search-input-container .search-input-container .locationMobInput{display:flex;align-items:center;border:none;position:relative;width:100%;height:100%;padding:5px 5px 5px 51px;background:none;color:#bfc5cf;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.location-search-input-container .search-input-container .location-search-icon{position:absolute;left:13px}.location-search-input-container .clearBtn{color:#000!important;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.search-user-location{margin-top:2.37rem;padding:0 2.06rem}.details-container-head{color:#000;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.error-boundary-container{display:flex;align-items:center;padding:16px;cursor:pointer}.error-boundary-container>p{text-wrap:wrap;line-break:anywhere}.copy-button{margin-left:10px;cursor:pointer;background:none;border:none;padding:0}.copied-text{color:green;font-size:13px;margin-left:5px}.category-menu-holder{z-index:90;position:fixed;bottom:0;margin-bottom:76px;width:100%;left:0;text-align:center;transition:all .3s ease-in-out}.category-menu-holder.up{margin-bottom:80px}.category-menu-holder .category-menu{margin:0 auto;display:flex;width:112px;height:37px;padding:8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:32px;background:#2a764d;box-shadow:0 4px 4px 0 rgba(0,0,0,.15);color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:normal;transition:all .3s ease-in-out;z-index:90}.category-menu-holder .category-menu.open{width:100%;border-radius:0}.popover-content{width:100vw;padding:12px 72px 0 48px;display:flex;justify-content:center;align-items:center;overflow-x:hidden;background:#f5f5f5}.menu-category-holder{width:100%;overflow-y:auto;padding-bottom:32px;gap:10px;display:flex;flex-direction:column}.menu-category-holder li{height:35px;padding:10px;align-items:center;border-radius:5px;border:2px solid #fff;background:#fff;position:relative;display:flex;justify-content:flex-start}.menu-category-holder li a{font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;color:#000}.menu-category-holder li.selected{font-weight:600;padding-left:25px;color:#2a764d}.menu-category-holder li.selected .menu-category-name:before{content:"";width:5px;background-color:#2a764d;font-family:fontawesome;position:absolute;padding:5px 0;left:10px;top:2px;bottom:2px}.store-ordering{display:flex;flex-direction:row;justify-content:space-between;padding:8px 16px;margin:0 16px}.store-ordering-divider{width:93%;margin:4px auto 16px;height:1px;background-color:#cfdda3}.store-ordering-icon-holder{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#3c3e44;font-weight:550}.store-ordering-icon-holder svg{fill:#3c3e44}.store-ordering-filters{display:flex;justify-content:center;justify-items:center}.store-ordering-filters li{display:inline-flex;margin-right:16px;line-height:24px;cursor:pointer;color:#727272}.store-ordering-filters li:first-child{margin-left:16px}.store-ordering-filters li:last-child{margin-right:0}.store-ordering-filters li.active{color:#2a764d;font-weight:600}.store-ordering-total{color:hsla(0,0%,56%,.961)}.store-card-mobile{position:relative;width:100%;background:#fff;margin-bottom:16px;transition:transform .2s ease;padding:0 8px;cursor:pointer}.store-card-mobile.web-v{width:33%;padding:2px 8px}.store-card-mobile:active{transform:scale(.98)}.store-card-mobile.closed{opacity:.8}.store-card-mobile .card-container{border-radius:16px;margin:0 4px;overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}.store-card-mobile .image-container{position:relative;border-top-right-radius:16px;border-top-left-radius:16px;width:100%;height:130px}.store-card-mobile.is-navigating .object-fit-cover{animation:storeCardBannerPanRight 2s ease-out forwards;transform-origin:center;will-change:transform}.store-card-mobile .heart-icon{position:absolute;top:60%;right:18px;width:32px;height:32px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.1)}.store-card-mobile .heart-icon i{color:#4caf50;font-size:18px}.store-card-mobile .closed-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.7);color:#fff;font-size:16px;font-weight:600;padding:8px 24px;border-radius:4px;z-index:3}.store-card-mobile .content-container{padding:16px}.store-card-mobile .restaurant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.store-card-mobile .restaurant-name{font-size:20px;font-weight:600;color:#333;margin:0;padding-right:8px}.store-card-mobile .distance{color:#999;font-size:14px}.store-card-mobile .rating-row{display:flex;align-items:center;margin-bottom:12px}.store-card-mobile .rating{display:flex;align-items:center;margin-right:12px}.store-card-mobile .rating i{color:#ffc107;margin-right:4px}.store-card-mobile .rating span{color:#666}.store-card-mobile .cuisine{color:#666;font-size:14px}.store-card-mobile .delivery-info{display:flex;justify-content:space-between;align-items:center}.store-card-mobile .delivery-item{display:flex;align-items:center;color:#666;font-size:14px}.store-card-mobile .delivery-item i{color:#4caf50;margin-right:8px;font-size:16px}.store-card-mobile .onboarding-status{position:absolute;top:10px;left:10px;z-index:3;background-color:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.store-card-mobile .working-hours-notice{margin-top:8px;padding:0 16px 16px}@media(max-width:1224PX){.store-card-mobile.web-v{width:50%;padding:2px 8px}}.store-filter-container{position:absolute;top:6px}.header-filter-icon{position:relative}.header-filter-icon.filtered:after{content:"";font-family:fontawesome;font-size:13px;padding:0;margin:0;color:#fff;position:absolute;right:-4px;top:-10px}.make-call-container{box-shadow:0 1px 7px 0 rgba(0,0,0,.251);margin-top:-10px;height:64px;background:#daefe4;display:flex;align-items:center;position:relative;z-index:999;padding-left:65px}.make-call-container>p{font-family:Work Sans,sans-serif;color:#2a764e;font-size:18px;font-weight:600;line-height:23.46px;text-align:left;text-underline-offset:5px}.make-call-container>button{margin-left:46px;width:151px;height:40px;gap:0;opacity:0;background:#2a764e;color:#fff;border:none;border-radius:999px;padding:10px 20px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:background-color .3s,box-shadow .3s}.make-call-container>button:hover{background-color:#004d32;box-shadow:0 4px 6px rgba(0,0,0,.3)}.make-call-container>button:active{background-color:#003e29;box-shadow:0 2px 4px rgba(0,0,0,.2)}.make-call-container>button .icon{font-size:20px}.filter-bottom-drawer{overflow:hidden}.filter-bottom-drawer .filter-header{border-bottom:1px solid #c9d0df}.filter-bottom-drawer .filter-header .filter-header__content{text-transform:capitalize;padding:16px}.filter-bottom-drawer .filter-header .filter-header__content .filter-header__content-apply{color:#2a764d}.filter-bottom-drawer .filter-header .filter-header__content .filter-header__content-apply:hover{cursor:pointer}.filter-bottom-drawer .filter-content{width:100%;height:100%}.filter-bottom-drawer .filter-content .filter-content__tab{background-color:#edf1f7}.filter-bottom-drawer .filter-content .filter-content__data{overflow-y:auto;height:36vh}.filter-bottom-drawer .filter-content__tab-nav li a{position:relative;color:hsla(0,0%,56%,.961);width:100%;padding:1rem}.filter-bottom-drawer .filter-content__tab-nav li a.active{color:hsla(0,0%,56%,.961);border-radius:none!important;background-color:#fff}.filter-bottom-drawer .filter-content__tab-nav li a.selected{font-weight:600}.filter-bottom-drawer .filter-content__tab-nav li a.selected:before{content:"";font-family:fontawesome;font-size:8px;color:#2a764d;position:absolute;left:5px;top:calc(50% - 6px)}.emptyScreen{display:flex;height:calc(100vh - 100px);align-items:center;justify-content:center;flex-direction:column}.emptyScreen .emptyStore{width:65%;margin:0 auto}.loader{position:fixed;top:25%;display:flex;width:100px;left:0;right:0;margin-left:auto;margin-right:auto}.prodetailsRecomItemAddBtnDV{width:100%;font-size:13px;text-transform:capitalize;color:#2a764d;font-weight:500;background-color:#fff;border:1px solid #ccc;letter-spacing:.3px;border-radius:0;padding-top:4px;padding-bottom:4px;position:relative}.prodetailsRecomItemAddBtnDV:hover{box-shadow:0 2px 8px #d4d5d9!important}.addOnBtnDV{right:20px;position:absolute;right:5%;z-index:1;top:-2px;font-size:14px;color:#2a764d}.foodListMV .addOnBtnDV{right:18px}.icon-button{background:none;margin:0;display:flex}.icon-button,.link-button{-webkit-text-decoration-line:underline;text-decoration-line:underline;border:none;padding:0;cursor:pointer;outline:none}.link-button{color:#2a764d;font-size:18px;font-style:normal;font-weight:400;line-height:normal;flex-shrink:0}.link-button.register-button{width:114px;height:21px;margin-right:17px;background:#fff}.link-button:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.link-button.login-button{width:111.748px;height:44.999px;padding:8px;justify-content:center;align-items:center;gap:8px;color:#fafafa}.link-button.login-button,.link-button.store-registarion-button{display:flex;border-radius:32px!important;-webkit-text-decoration-line:none;text-decoration-line:none;background-color:#2a764d}.link-button.store-registarion-button{color:#fff;padding:8px 28px;font-size:20px;font-weight:600;line-height:23.46px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.link-button.store-registarion-button:disabled{cursor:not-allowed;opacity:.6;background-color:#fff;border:1px solid #2a764d;color:#7e808c}.link-button.store-registarion-back-button{background:#f0f9f3;-webkit-text-decoration-line:none;text-decoration-line:none;border-radius:32px!important;padding:8px 28px;display:flex;color:#2a764d;font-size:20px;font-weight:600;line-height:23.46px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;margin-left:32px}.link-button.ask-button{display:flex;width:401.496px;height:44.999px;padding:25px;justify-content:center;align-items:center;gap:25px;border-radius:32px!important;-webkit-text-decoration-line:none;text-decoration-line:none;color:#fff!important;background-color:#2a764d;position:absolute;left:50%;transform:translateX(-50%);margin:0 auto;font-size:18px;font-weight:500;z-index:1000}.link-button.restaurant-registarion{width:222px;height:21px;color:#000;margin-right:81px;background:#fff}.link-button.restaurant-registarion-mobile{height:21px;color:#fafafa;margin-right:8px;font-size:15px;background:#2a764d}.custom-scrollbars__container{position:relative;height:100%;width:100%}.custom-scrollbars__content{display:flex;gap:2rem 4.2rem;flex-wrap:wrap;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow-x:scroll;height:100%;width:100%;padding-bottom:62px}.custom-scrollbars__content::-webkit-scrollbar{display:none}.custom-scrollbars__scrollbar{position:absolute;left:2.5%;bottom:0;height:19px;width:95%;place-items:center}.custom-scrollbars__track-and-thumb{display:block;width:100%;position:relative;height:19px}.custom-scrollbars__track{border-radius:25px;border:.5px solid rgba(0,0,0,.4);background:#fff;cursor:pointer;position:absolute;left:0;right:0;height:100%}.custom-scrollbars__thumb{background-color:#2a764d;position:absolute;width:50px;height:19px;border-radius:32px}.otp-input{display:inline-block;width:100%;border:none;border-bottom:2px solid #6e6e6e;border-radius:0;margin:0 8px;font-size:18px;text-align:center}.otp-input:focus{outline:none;box-shadow:none;border-bottom:2px solid #303030}.otp-input:disabled{border-bottom:2px solid #bdbdbd}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-input[type=number]{-moz-appearance:textfield}.mobile-header-address{width:100%;padding:16px 16px 8px;justify-content:space-between;align-items:center;display:flex;gap:1rem}.mobile-header-search{width:100%;padding:0 16px}.back-button-header{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;width:32px;height:32px}.back-button-header:disabled{opacity:.5;cursor:default}.address-container{display:flex;align-items:center;justify-content:space-between;flex:1 1}.address-text{cursor:pointer;flex:1 1;margin-right:auto}.mobileLocMarquee{font-size:24px;font-weight:600;color:#2a764d;width:100%;overflow:hidden;color:#2a764d!important}.mobileLocMarquee.white{color:#bebebe!important}.address-value{font-size:24px;font-weight:600;color:#2a764d;margin:0}.edit-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.edit-button:disabled{opacity:.5;cursor:default}.search-container2{width:100%;margin-bottom:16px;position:relative}.search-container2.disabled{pointer-events:none}.search-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.7);display:flex;justify-content:center;align-items:center;z-index:10;border-radius:24px}.search-loading-spinner{width:24px;height:24px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#2a764d;animation:spin 1s ease-in-out infinite}.mobile-search-input{border-radius:24px!important;height:44px!important;font-size:14px!important}.mobile-header-spacer{height:140px;width:100%}@media(max-width:576px){.mobile-header-address{padding:12px 16px 8px}.address-value{font-size:20px}.mobile-header-spacer{height:120px}}.headerM{background-color:#2a764d;height:3.625rem;display:flex;align-items:flex-end;padding:0 1.25rem .9rem 1.31rem;width:100vw;position:relative;overflow-x:hidden;position:fixed;top:0;z-index:88}.headerM .locAreaTitle{display:flex;align-items:center;justify-content:space-between}.headerM .locaAreaDyn{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#7e808c}.headerM .filtersM,.headerM .locaAreaDyn{font-size:12px;letter-spacing:.3px;margin-bottom:0}.headerM .filtersM{color:#282c3f}.headerM .filtersM i{color:#555766;margin-top:2px;margin-left:1px}.headerM+.categorySliderSecM{padding-top:75px!important}.mobileLocMarquee{font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.location-drawer{display:flex;flex-direction:column;width:100%;height:100%;max-height:100vh;max-width:100vw;background-color:#fff;padding:0;overflow-y:auto}.location-drawer-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #eee;position:relative}.location-drawer-header .close-button{position:absolute;left:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.2}.location-drawer-header .header-title{flex:1 1;text-align:center;font-size:18px;font-weight:500;color:#2a764d}.location-search-container{padding:16px;border-bottom:1px solid #eee}.search-bar-wrapper{position:relative;width:100%}.search-bar-wrapper .search-input-container{position:relative;display:flex;align-items:center}.search-bar-wrapper .search-input-container .search-icon{position:absolute;right:16px;z-index:1;display:flex;align-items:center;justify-content:center;opacity:.2}.search-bar-wrapper .search-input-container .clear-icon{position:absolute;right:40px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:50%;background-color:rgba(0,0,0,.1);cursor:pointer}.search-bar-wrapper .search-input-container .clear-icon span{font-size:16px;line-height:1;color:#2a764d}.search-bar-wrapper .search-input-container .clear-icon:hover{background-color:rgba(0,0,0,.2)}.search-bar-wrapper .search-input-container .search-input{width:100%;height:48px;padding:0 48px 0 16px;border-radius:24px;border:1px solid #93959f;font-size:16px;outline:none;background-color:transparent}.search-bar-wrapper .search-input-container .search-input:focus{border-color:#2a764d;box-shadow:0 0 0 2px rgba(42,118,77,.2)}.search-bar-wrapper .search-input-container .search-input:disabled{background-color:rgba(0,0,0,.05);cursor:default}.search-bar-wrapper .suggestions-container{position:absolute;bottom:0;transform:translateY(100%);width:100%;max-height:300px;overflow-y:auto;background-color:#fff;border:1px solid #fff;border-radius:4px;margin-top:4px;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.1);display:block}.search-bar-wrapper .suggestions-container .suggestion-item,.search-bar-wrapper .suggestions-container .suggestion-item--active{cursor:pointer;padding:12px 16px;border-bottom:1px solid #eee;opacity:1}.search-bar-wrapper .suggestions-container .suggestion-item--active:last-child,.search-bar-wrapper .suggestions-container .suggestion-item:last-child{border-bottom:none}.search-bar-wrapper .suggestions-container .suggestion-text{font-size:14px;color:#2a764d}.current-location-button{display:flex;align-items:center;justify-content:center;padding:16px;cursor:pointer;border-bottom:1px solid #eee;margin-top:4px}.current-location-button:hover{background-color:#fafafa}.current-location-button .location-icon{margin-right:12px;display:flex;align-items:center;justify-content:center}.current-location-button .location-text{font-size:16px;color:#2a764d;font-weight:500}.location-error-message{display:flex;align-items:center;padding:16px;background-color:#fff8f8;border-bottom:1px solid #eee}.location-error-message .error-icon{margin-right:16px;color:#93959f}.location-error-message .error-text{font-size:14px;color:#93959f}@media(max-width:576px){.location-drawer-header{padding:20px 16px 20px 40px}.location-drawer-header .header-title{font-size:16px}.search-input{height:44px}.location-text,.search-input{font-size:14px}.location-search-container{padding:12px 12px 12px 20px}.current-location-button{margin-top:0}.current-location-button,.location-error-message{padding:14px 16px 14px 20px}}.mobile-filter-buttons{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:16px}.mobile-filter-buttons::-webkit-scrollbar{display:none}.mobile-filter-buttons .filter-buttons-container{display:flex;flex-wrap:nowrap;padding:8px 16px;gap:12px;min-width:-moz-min-content;min-width:min-content}.mobile-filter-buttons .filter-button{display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:#fff;border:1px solid #e0e0e0;border-radius:50px;font-size:14px;font-weight:500;color:#2a764d;white-space:nowrap;cursor:pointer;transition:all .2s ease}.mobile-filter-buttons .filter-button.active{background-color:#2a764d;border-color:#fff;color:#fff}.mobile-filter-buttons .filter-button .filter-button-text{line-height:1}@media(max-width:576px){.mobile-filter-buttons{padding:8px 12px 12px}.mobile-filter-buttons .filter-button{height:36px}.mobile-filter-buttons .filter-button .filter-button-text{font-size:13px}}.last-order-card-container{padding:10px 15px;margin-bottom:10px}.last-order-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:15px;margin-bottom:15px;position:relative;overflow:hidden}.last-order-card .last-order-loading{display:flex;justify-content:center;align-items:center;min-height:100px}.last-order-card .last-order-content{display:flex;align-items:center;margin-bottom:15px}.last-order-card .last-order-image{width:50px;height:50px;margin-right:15px}.last-order-card .last-order-image .store-logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.last-order-card .last-order-image .store-logo-placeholder{width:100%;height:100%;border-radius:50%;background-color:#2a764d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.last-order-card .last-order-details{flex:1 1}.last-order-card .last-order-details .store-name{font-size:16px;font-weight:700;margin:0 0 5px;color:#333}.last-order-card .last-order-details .order-items{font-size:14px;color:#666}.last-order-card .last-order-details .order-items .order-item{display:inline}.last-order-card .last-order-details .order-items .more-items{color:#999;font-size:12px}.last-order-card .last-order-price{font-weight:700;font-size:16px;color:#2a764d}.last-order-card .reorder-button{width:100%;background-color:#2a764d;color:#fff;border:none;border-radius:5px;padding:10px;font-weight:700;cursor:pointer;transition:background-color .2s}.last-order-card .reorder-button:hover{background-color:#236341}.last-order-card .reorder-button:disabled{background-color:#ccc;cursor:not-allowed}.category-cards-container{margin:15px 0;padding:0 15px}.category-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}.category-cards-scroll{display:flex;overflow-x:auto;padding:5px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -5px}.category-cards-scroll::-webkit-scrollbar{display:none}.category-card{flex:0 0 auto;width:80px;margin:0 5px;text-align:center;cursor:pointer;transition:all .2s ease}.category-card.full-size{width:120px}.category-image-container.selected{border-width:2px;border-style:solid;transform:translateY(-2px)}.category-image-container{margin:0 auto 8px;display:flex;align-items:center;justify-content:center;padding:6px 15px;border-top-right-radius:12px;border-bottom-left-radius:12px;overflow:hidden}.category-image-container.full-size{padding:6px 22px}.category-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.category-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333}.category-empty,.category-loading{padding:15px 0;text-align:center;color:#888;font-size:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80px}.loading-spinner{width:30px;height:30px;border-radius:50%;border:3px solid rgba(167,186,18,.2);border-top-color:#a7ba12;animation:spin 1s ease-in-out infinite;margin-bottom:10px}.loading-text{font-size:14px;color:#666}@keyframes spin{to{transform:rotate(1turn)}}.store-card-placeholder{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:15px;height:220px;width:100%;position:relative;overflow:hidden}.store-card-placeholder .image-placeholder,.store-card-placeholder .info-placeholder,.store-card-placeholder .title-placeholder{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading-animation 1.5s infinite;border-radius:4px}.store-card-placeholder .image-placeholder{height:120px;width:100%;margin-bottom:15px}.store-card-placeholder .title-placeholder{height:20px;width:70%;margin-bottom:10px}.store-card-placeholder .info-placeholder{height:15px;width:90%;margin-bottom:8px}.store-card-placeholder .info-placeholder:last-child{width:60%}@keyframes loading-animation{0%{background-position:200% 0}to{background-position:-200% 0}}.store-header-container{background-color:#fff;padding:15px;margin-bottom:15px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.store-header-container .store-logo-section{display:flex;align-items:center;margin-bottom:10px}.store-header-container .store-logo-section .store-logo{width:40px;height:40px;border-radius:8px;overflow:hidden;margin-right:10px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.store-header-container .store-logo-section .store-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-header-container .store-logo-section .store-name-container{flex:1 1}.store-header-container .store-logo-section .store-name-container .store-name{font-size:16px;font-weight:600;margin-bottom:2px;color:#333}.store-header-container .store-logo-section .store-name-container .store-address{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-header-container .store-logo-section .rating-display{display:flex;align-items:center;background-color:#fff;padding:3px 8px;border-radius:15px;border:1px solid #f0f0f0}.store-header-container .store-logo-section .rating-display .star-icon{color:#ffc107;font-size:14px;margin-right:4px}.store-header-container .store-logo-section .rating-display .rating-text{font-size:12px;font-weight:600;color:#333}.store-header-container .rating-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.store-header-container .rating-row .rating{display:flex;align-items:center}.store-header-container .rating-row .rating i{color:#ffc107;margin-right:5px;font-size:14px}.store-header-container .rating-row .rating span{font-size:13px;color:#333}.store-header-container .rating-row .cuisine{font-size:13px;color:#666;background-color:#f8f8f8;padding:2px 8px;border-radius:12px}.store-header-container .delivery-info{display:flex;flex-wrap:wrap;border-top:1px solid #f0f0f0;padding-top:10px}.store-header-container .delivery-info .delivery-item{display:flex;align-items:center;margin-right:15px;margin-bottom:5px;flex:1 0 40%}.store-header-container .delivery-info .delivery-item i{color:#a7ba12;margin-right:6px;font-size:14px}.store-header-container .delivery-info .delivery-item span{font-size:13px;color:#666}.search-container{padding:10px 15px;background-color:#fff}.search-container .search-input{position:relative;width:100%}.search-container .search-input input{width:100%;padding:10px 40px 10px 15px;border-radius:25px;border:1px solid #ddd;font-size:14px;background-color:#f8f8f8}.search-container .search-input input:focus{outline:none;border-color:#a7ba12}.search-container .search-input .search-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#999}.mobile-store-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:16px;margin-bottom:16px;position:relative;overflow:hidden}.mobile-store-header{display:flex;align-items:center;margin-bottom:12px;position:relative}.store-order-logo{width:60px;height:60px;margin-right:12px;flex-shrink:0}.store-logo-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.store-name-container{flex:1 1}.restaurant-name{font-size:18px;font-weight:600;color:#333;margin:0 0 4px;line-height:1.2}.store-address{font-size:12px;color:#666;margin-bottom:4px}.store-fav-container{position:absolute;top:0;right:0}.rating-row{display:flex;justify-content:space-between;margin-bottom:8px}.rating{display:flex;align-items:center;flex-shrink:0}.rating i.fa-star-o{color:#ffb100;margin-right:4px;font-size:20px}.rating span{font-size:14px;color:#333}.distance{display:flex;align-items:center;font-size:14px;color:#bebebe}.distance i.fa-compass{color:#bebebe;margin-right:4px;font-size:24px}.distance a,.distance span{color:#bebebe;font-size:14px}.distance a{text-decoration:underline}.cuisine-row{margin-bottom:12px}.cuisine{display:inline-block;background-color:#f5f5f5;padding:4px 8px;border-radius:4px;font-size:12px;color:#666}.delivery-info{display:flex;flex-wrap:wrap;margin-top:12px;border-top:1px solid #eee;padding-top:12px}.delivery-item{display:flex;align-items:center;margin-right:16px;margin-bottom:8px}.delivery-item i{color:#ff5a5f;margin-right:6px;font-size:14px}.delivery-item span{font-size:13px;color:#666;font-weight:500}.delivery-info-container{display:flex;margin-top:16px;padding:12px 0;flex-wrap:wrap;border-top:1px solid #eee}.delivery-info-item{margin-top:8px;display:flex;width:50%;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.delivery-icon{display:flex;justify-content:center;align-items:center;width:40px}.delivery-icon i{font-size:20px;color:#5cb85c}.delivery-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;flex:1 1}.delivery-value{font-size:13px;display:flex;color:#333}.delivery-label{font-size:12px;color:#999;text-transform:lowercase}.info-label{font-size:12px;color:#777;text-align:right;max-width:120px}.productSearchBarWrapper{background-color:#fff;width:102%;transition:transform .3s ease,opacity .3s ease;transform:translateY(0);opacity:1}.productSearchBarWrapper.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.product-search-container{padding:12px 0}.product-search-input-wrapper{position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #999;border-radius:24px;width:80%;margin:0 auto;padding:0 16px;z-index:199!important;height:44px}.product-search-input{flex:1 1;border:none;background:transparent;font-size:14px;color:#333;padding:0 8px;width:100%;z-index:199!important;outline:none}.product-search-icon{margin-right:8px}.product-search-clear,.product-search-icon{color:#999;font-size:16px;z-index:199!important}.product-search-clear{cursor:pointer;padding:4px}.fixedProductSearchBarWrapper{position:fixed!important;top:126px!important;left:4px;right:0;z-index:100000!important;background-color:#fff;width:72%;transition:transform .3s ease,opacity .3s ease;transform:translateY(0);opacity:1;box-shadow:0 2px 5px rgba(0,0,0,.1)}.fixedProductSearchBarWrapper.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.category-toggle-menu-container{position:sticky;top:56px;z-index:10;background-color:#fff;padding:12px 0;border-bottom:1px solid #eee}.category-toggle-menu{display:flex;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px}.category-toggle-menu::-webkit-scrollbar{display:none}.category-toggle-button{display:inline-block;padding:8px 16px;border-radius:20px;border:1px solid #e0e0e0;background-color:#fff;color:#333;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .2s ease}.category-toggle-button.active{background-color:#2a764d;color:#fff;border-color:#2a764d}.heart-icon.store-order-fav-container{background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);position:absolute;top:-8px;right:-8px;z-index:10}.store-fav{font-size:20px}.fa-heart-o.store-fav{color:#888}@media(max-width:576px){.mobile-store-card{padding:12px}.store-order-logo{width:50px;height:50px}.restaurant-name{font-size:16px}}.store-name-rating{justify-content:space-between}.store-distance-address,.store-name-rating{margin-top:12px;display:flex;width:100%;align-items:flex-start;gap:2rem}.store-distance-address{justify-content:flex-start}.store-mobile-header{padding:.5rem 1rem}@media(min-width:992px){.delivery-value{font-size:18px}.distance a,.distance span{font-size:16px}.store-name-rating>.rating{display:inline-flex;align-items:center}.store-name-rating>.rating>span{font-size:16px;margin-left:5px}.store-name-rating>.rating>i.fa-star-o{font-size:24px}.product-search-input{font-size:16px}.category-toggle-button{font-size:15px}.category-toggle-button .active{font-size:16px}.category-mobile-title-mobile{font-size:24px;padding-bottom:16px}.new-mobile-food-card-title{font-size:18px}.category-toggle-menu-container{z-index:9}.heart-icon.store-order-fav-container{top:80%;right:30px;position:absolute;width:40px;height:40px;z-index:9;cursor:pointer}}@media screen and (max-width:992px){.fixedProductSearchBarWrapper{position:fixed!important;top:231px!important;left:0!important;right:0;z-index:100000!important;background-color:#fff;width:100%;opacity:1;box-shadow:0 2px 5px rgba(0,0,0,.1)}}.new-mobile-food-card{display:flex;align-items:center;background-color:#fff;padding:16px;position:relative;min-height:100px;border-bottom:1px solid #e0e0e0;margin-bottom:0}.new-mobile-food-card-content{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding-right:8px}.new-mobile-food-card-info{flex:1 1}.new-mobile-food-card-title{font-size:15px;font-weight:500;color:#333;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.new-mobile-food-card-price{font-size:16px;font-weight:500;color:#333;margin:0 0 6px}.new-mobile-food-card-description{font-size:12px;color:#888;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.new-mobile-food-card-actions{display:flex;align-items:center;gap:6px;margin-top:6px}.new-mobile-add-button{width:30px;height:30px;max-width:30px;max-height:30px;border-radius:50%;background-color:#f0f8f3;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:12px;padding:2px;border:none}.new-mobile-add-button i{color:#2a764d}.new-mobile-add-button:hover{background-color:#f5f5f5;border-color:#999}.new-mobile-add-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.new-mobile-favorite-button{width:30px;height:30px;border-radius:50%;background-color:#f0f8f3;color:#999;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:12px;padding:2px;border:none}.new-mobile-favorite-button i{color:#2a764d}.new-mobile-favorite-button:hover{border-color:"Work Sans",sans-serif;color:"Work Sans",sans-serif}.new-mobile-favorite-button.active{background-color:"Work Sans",sans-serif;border-color:"Work Sans",sans-serif;color:#fff}.new-mobile-food-card-image{width:70px;height:90px;flex-shrink:0;overflow:hidden;align-self:center;margin-left:10px}.new-mobile-food-card-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:480px){.new-mobile-food-card{padding:12px;margin-bottom:0}.new-mobile-food-card-content{padding-right:8px}.new-mobile-food-card-price,.new-mobile-food-card-title{font-size:14px;margin-bottom:4px}.new-mobile-food-card-description{font-size:12px}.new-mobile-food-card-image{width:65px;height:85px}}@media(min-width:992px){.new-mobile-food-card-title{font-size:18px}.new-mobile-food-card-price{font-size:17px}.new-mobile-food-card-description{font-size:14px;line-clamp:3;-webkit-line-clamp:3}.new-mobile-food-card-image.product-dummy-image{background-color:#f3f3f3}.new-mobile-food-card-image.product-dummy-image>img{height:50%;width:50%}.new-mobile-add-button,.new-mobile-favorite-button{width:30px;height:30px;min-width:30px;min-height:30px}.new-mobile-food-card-add-btn{margin-right:16px}.new-mobile-add-button i{font-size:16px}.new-mobile-favorite-button i{font-size:22px}.new-mobile-food-card-image{width:220px;min-height:240px;max-height:280px;display:flex;align-items:center;justify-content:center}.new-mobile-food-card-content{padding:24px;min-height:240px;max-height:280px;height:100%;align-self:stretch}.new-mobile-food-card{padding:0;align-items:flex-start;min-height:240px;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.new-mobile-favorite-button:hover{border-color:#f3f3f3;color:#2a764d}.new-mobile-favorite-button.active{background-color:#f3f3f3;border-color:#f3f3f3}}.add-on-section{margin-top:8px;padding-left:1.5rem!important;padding-right:1.5rem!important}.add-on-section .add-on-title{color:#333;font-size:14px;font-weight:500;margin-bottom:4px}.add-on-section .add-on-list{list-style-type:disc;margin:0;padding-left:20px}.add-on-section .add-on-list .add-on-item{color:#666;font-size:12px;line-height:1.4}.add-on-section .add-on-list .add-on-category-item{color:#666;font-size:12px;line-height:1.4;margin-bottom:3px}.add-on-section .add-on-list .add-on-category-item .add-on-category-name{font-weight:500;color:#444}.add-on-section .add-on-list .add-on-category-item .add-on-name{font-weight:400;margin-left:3px}.add-on-section .edit-addon-btn{cursor:pointer}.add-on-section .edit-addon-btn:hover{opacity:.8}.add-on-section .edit-addon-btn i{color:#2a764d}.cart-summary-row{padding:10px 0}.cart-summary-row .summary-label,.cart-summary-row .summary-value{font-size:16px;color:#000;font-weight:500}.cart-summary-row .total-label,.cart-summary-row .total-value{font-weight:500;font-size:16px;color:#222}.notes-section{padding:10px 0;cursor:pointer;display:flex;align-items:center}.notes-section .notes-text{color:#888;font-size:14px;font-style:italic;width:100%;padding:8px 0}.notes-section:hover .notes-text{color:#2a764d}.notes-section:after{content:"";font-family:FontAwesome;color:#2a764d;font-size:16px;margin-left:8px}.notes-dialog .MuiDialogTitle-root{background-color:#f8f8f8;padding:16px}.notes-dialog .MuiDialogTitle-root h2{font-size:18px;font-weight:500}.notes-dialog .MuiDialogContent-root{padding:20px}.notes-dialog .MuiDialogContent-root .notesCont{width:100%}.notes-dialog .MuiDialogContent-root .notesCont .extraNotesBox{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.notes-dialog .MuiDialogContent-root .notesCont .extraNotesBox:focus{outline:none;border-color:#2a764d}.notes-dialog .MuiDialogActions-root{padding:16px}.notes-dialog .MuiDialogActions-root .btn-cancel{background:transparent;border:1px solid #ddd;padding:8px 16px;border-radius:4px;margin-right:10px;cursor:pointer}.notes-dialog .MuiDialogActions-root .btn-save{background:#2a764d;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer}.notes-dialog .MuiDialogActions-root .btn-save:hover{background:#236341}.header3{color:#2a764d;font-size:22px;font-weight:700}.searchable-select,.searchable-select__container{position:relative}.searchable-select__input{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding-right:12px;background-color:#fff;border:2px solid #bebebe;border-radius:8px;font-size:14px;height:50px}.searchable-select__input.mobile-select{border:1px solid #e4e4e4;border-radius:3px}.searchable-select__input.mobile-select.is-invalid{border-color:#dc3545}.searchable-select__input.mobile-select>span{font-size:15px;padding-left:2px;color:#495057}.searchable-select__label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:12px}.searchable-select__label--placeholder{color:#6c757d}.searchable-select__label--selected{color:#495057}.searchable-select__arrow{margin-left:8px;font-size:10px;color:#495057}.searchable-select__dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid #ced4da;border-radius:8px;margin-top:4px;max-height:300px;z-index:1000;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column}.searchable-select__dropdown.mobile-select{border:1px solid #e4e4e4;border-radius:3px}.searchable-select__search-container{padding:8px;border-bottom:1px solid #e9ecef;flex-shrink:0}.searchable-select__search-input{height:38px;font-size:13px;border-radius:6px;border:1px solid #ced4da}.searchable-select__options-container{flex:1 1;overflow-y:auto}.searchable-select__no-results{padding:12px;text-align:center;color:#6c757d}.searchable-select__option{padding:10px 12px;cursor:pointer;background-color:transparent;transition:background-color .15s}.searchable-select__option--selected{background-color:#e9ecef}.searchable-select__option:hover:not(.searchable-select__option--selected){background-color:#f8f9fa}