.SideBar{width:226px;height:100%;position:fixed;top:0;background:var(--lightColor);justify-content:space-between;padding:59px 0;transition:all .2s linear;z-index:999}.Link,.SideBar{display:flex;flex-direction:column;align-items:center}.Link{justify-content:center}.sideBarMenu{display:flex;align-items:center;font-size:24px;font-weight:500;margin-bottom:80px;cursor:pointer;color:var(--darkColor)}.menuImg{margin-right:10px;margin-left:10px}.menuListItem{display:flex;align-items:center;margin:38px 0;color:var(--darkColor);font-size:20px;font-weight:500;position:relative}.menuListItem:after{content:""}.sideIcon{margin-right:10px;color:var(--darkColor)}.bottomBar{color:#707070}.SideBar.active{width:80px}.container{padding:59px 31px 0 250px;margin:0 auto;width:1300px;overflow:hidden}.SideBar.active+.container{padding:59px 50px 0 120px}.SideBar.active .sideBarMenu{justify-content:center}.SideBar.active .menuListItem{flex-direction:column;font-size:10px}.SideBar.active .menuListItem.active:after{content:"";width:3px;right:-8px;top:-8px}.SideBar.active .menuListItem.active.lineActive:after{right:-13px}.SideBar.active .bottomBar span,.SideBar.active .SideBarLogo{display:none}.menuListItem.active:after{content:"";width:6px;height:40px;background:var(--redColor);position:absolute;right:-30px}.menuListItem.active.lineActive:after{right:-57px}.SideBar .language{font-size:22px;color:var(--darkColor)}.langFlex{display:flex;align-items:center;cursor:pointer}.SideBar.active .langFlex{flex-direction:column}.SideBar.active .language{font-size:10px}.langText{color:var(--darkColor);margin-left:10px;margin-right:10px}.HomeLogo{display:flex;align-items:center;grid-gap:2rem;gap:2rem}.HomeLogoImgBox{width:111px;height:111px}.homeImg{width:100%;height:100%;border-radius:15px;object-fit:cover}.homeLogoName{color:var(--blackColor);font-size:24px;font-weight:700}.homeLogoTitle{font-size:14px;font-weight:500;color:var(--blackColor);margin-top:10px;margin-bottom:10px}.homeLogoTime{display:flex;align-items:center;grid-gap:.5rem;gap:.5rem;font-size:14px;color:#a2a9b0}.bgRed{background:var(--primaryDarkColor);padding:0 .7rem;border-radius:5px}.carousel{position:relative;margin-top:75px}.carousel-pagination{background:#fff;width:167px;height:40px;position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);border-radius:100px 100px 0 0;display:flex;justify-content:center;align-items:center}.carouselCircle{width:8px;height:8px;background:#cfcfcf;border-radius:50%;margin:1rem .3rem;cursor:pointer;transition:all .2s ease-in;border:1px solid var(--lightColor)}.carouselCircle.active{width:23px;height:8px;border-radius:4px;background:var(--redColor)}.carouselImgMain img{width:100%;height:308px;object-fit:cover;border-radius:15px}.loader{display:flex;align-items:center;grid-gap:20px;gap:20px}.carouselImgMain{position:relative}@media screen and (max-width:450px){.carouselImgMain{margin-top:100px}}.bgInput{display:flex;align-items:center;justify-content:space-between;background:var(--lightColor);margin-top:26px;height:64px;padding:0 1rem;border-radius:4px}.orderInput{width:90%;border:none;font-size:18px;color:#626262;font-weight:500;background:none;cursor:pointer}.bgCoupon{background:var(--lightColor);border-radius:4px;margin-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px 52px;grid-gap:20px;gap:20px}.cardCoupon{display:flex;grid-gap:2rem;gap:2rem}.coupon-content div{font-size:19px;font-weight:500}.coupon-content span{color:#707070}.CategoryList{border-bottom:1px solid #a2a9b0;display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding:2rem 0;position:relative;margin-bottom:50px}.CategoryListItem{display:flex;align-items:center;grid-gap:10px;gap:10px;font-weight:500;cursor:pointer;font-size:19px}.categoryLeft{display:flex;align-items:center;grid-gap:54px;gap:54px}.CategoryListItem.active:after{content:"";height:4px;width:141px;background:var(--redColor);bottom:-3px;position:absolute}.categoryRight{display:flex;align-items:center;grid-gap:10px;gap:10px;cursor:pointer}.categoryRight span{font-size:18px;font-weight:500}.Product{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;flex-direction:revert;margin-top:10px;margin-bottom:50px}.cardProduct{text-align:center;width:23%;height:300px;cursor:pointer;margin-bottom:50px}.cardProduct:hover img{opacity:.7}.cardProduct img{width:100%;height:195px;object-fit:cover;border-radius:15px}.productName{font-weight:500;font-size:26px;color:var(--darkColor)}.cardProduct p{font-size:13px;color:var(--darkColor)}.mb-10{margin-bottom:100px}.my-2{margin-top:20px;margin-bottom:20px}@media screen and (max-width:1380px){.cardProduct{width:32%;margin-bottom:25px}}@media screen and (max-width:1100px){.cardProduct{height:300px}}@media screen and (max-width:500px){.productName{font-size:20px;white-space:nowrap;width:160px;overflow:hidden;text-overflow:ellipsis}.cardProduct{width:32%;height:250px;margin-bottom:15px}.Product{margin-bottom:120px}}@media screen and (max-width:450px){.Product{margin-bottom:120px}}.mySwiper{display:flex;align-items:center}.swiperProductSlide{display:flex;flex-direction:column;text-align:center;font-size:18px;border-radius:15px;height:300px;margin:20px 0;padding:7px;position:relative;overflow:hidden}.swiperImg{width:100%;height:190px;object-fit:cover;border-radius:15px;margin-bottom:7px;cursor:pointer}.swiperText{font-size:13px;color:var(--darkColor)}.counterFlex{display:flex}.Modal-menu{display:none;transition:.7s ease-in-out}.burger{cursor:pointer}@media (max-width:1100px){.Modal-menu.active{display:flex;flex-direction:column;position:fixed;width:100%;height:100vh;background-color:#fff;z-index:99999999999999;top:0;left:0;transition:.7s ease-in-out}.modal-container{padding:20px 30px;position:relative;height:100%;overflow:auto}.modal-container .item-menu{text-align:center;font-size:23px;font-weight:500;padding:25px 0;border-bottom:1px solid #707070;cursor:pointer}.modal-container .item-menu:hover{color:var(--redColor);transition:all .2s linear}.modal-container .item-link{text-align:center;padding:25px 0;display:flex;justify-content:center;flex-wrap:wrap;grid-gap:10px;gap:10px}.modal-container .item-link img{margin-left:10px;cursor:pointer;width:48px;height:48px;border-radius:7px}.modal-container .item-link img:first-child{margin:0}.modal-container .power-div{text-align:center}}.SearchProduct{padding-bottom:100px}.SelectedInput{width:100%;margin-top:65px;margin-bottom:25px;background:#f5f5f9;height:64px;display:flex;align-items:center;border-radius:4px;padding-left:15px;font-size:16px}.SelectedInput span{color:var(--darkColor)}.categoriesCard{width:23%;min-height:300px;border-radius:10px;position:relative;overflow:hidden}.bg-coupon{position:absolute;width:123%;height:100%;top:-63%;left:-10%;display:flex;align-items:flex-end;justify-content:center;transform:translate(50%) rotate(45deg)}.stockType{font-size:19px;color:#fff;text-transform:capitalize}.bg-warning{background:#ff3100}.bg-dark{background:#292a2e}.bg-waning{background:#ff9d00}.bg-danger{background:red}.Counter{display:flex}.categoriesCard:hover .categoriesImg{opacity:.7}.TextDanger{color:var(--redColor);font-weight:500;font-size:16px}.categoriesImg{width:100%;height:191px;margin-bottom:15px;object-fit:cover;cursor:pointer;border-radius:11px}.selectedItemsName{font-size:16px;color:var(--blackColor);font-weight:400}.selectedItemsInfo{color:#a4a4a4;font-size:12px}.selection{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-top:12px}.outlinedText{width:35px}.outlinedText,.outlinedText1{border:1px solid #e5e5e9;font-size:17px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;height:33px}.outlinedText1{width:89px}.mb-2{margin-bottom:20px}.btn-operation{color:var(--redColor);font-weight:200;cursor:pointer}.cardItemContainer{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:100px;margin-top:20px}.categoryName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchInp{font-size:18px;outline:none;border:1px solid grey;border-radius:4px;padding:.4rem;margin-top:20px;margin-bottom:40px;display:none;width:100%}.btnPrice{width:100%;height:33px;cursor:pointer;border-radius:4px;border:1px solid #e5e5e9;font-size:17px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:900px){.searchInp{display:block}}@media screen and (max-width:1380px){.categoriesCard{width:32%}}@media screen and (max-width:450px){.bg-coupon{left:11%;top:-69%}}@media screen and (max-width:320px){.bg-coupon{left:25%;top:-70%}}@media screen and (max-width:364px){.selection.column{flex-direction:column}}.OrderModal{width:439px;min-height:100%;background:var(--lightColor);position:fixed;right:-439px;transition:.5s ease-in-out;overflow-x:hidden}.OrderModal.active{right:0}.div-fixed{width:0;transition:.5s ease-in-out;margin-right:0}.div-fixed.active{margin-right:439px}.emailTitle{color:#242016;font-size:20px;font-weight:600}.pickFlex{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e7eb;padding-top:2rem;cursor:pointer}.pickContainer{padding:10px}.OrderStatus{top:0;height:100vh;position:fixed;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:20px}.ToggleOrderModal{display:flex;align-items:center;font-size:20px;padding:20px 0;cursor:pointer}.ToggleOrderModal .arrowImg{transform:rotate(90deg);margin-left:10px;margin-right:50px}.textOrder{font-weight:600;font-size:20px;color:var(--darkColor)}.orderCode{background:#fff;padding:12px 5px;height:245px;border:1px solid var(--lightColor)}.orderCodeLabel{color:#a2a9b0}.orderCodeInput{width:100%;margin-top:20px;border:none;border-bottom:2px solid #a2a9b0;color:#a2a9b0;font-size:18px;margin-left:.3rem}.orderCodeInput:-ms-input-placeholder{color:#a2a9b0}.orderCodeInput::placeholder{color:#a2a9b0}.OrderBottom{text-align:center;width:100%;padding:10px;margin-top:20px}.btn-purchase{height:48px;width:100%;cursor:pointer;background:var(--redColor);color:#fff;border:none;font-weight:500;font-size:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.OrderUserDetails{height:100vh;top:0;padding-bottom:100px;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none}.OrderUserDetails::-webkit-scrollbar{display:none}.CardOrderItems{background:#fff;padding:5px 5px 15px;border:2px solid var(--lightColor)}.orderItems{border-bottom:1px solid #e7e7eb;padding:.5rem 0;color:var(--darkColor);font-size:17px;font-weight:600}.orderFlex{display:flex;grid-gap:.7rem;gap:.7rem;font-size:16px;color:#2e2e2e}.DeliveryItems{background:#fff;border:2px solid var(--lightColor)}.deliveryInfo{padding:.5rem}.deliveryInfo p{padding:.5rem;color:var(--darkColor);font-size:17px;font-weight:600}.deliveryFlex,.deliveryInfo p{border-bottom:1px solid #e7e7eb}.deliveryFlex{display:flex;grid-gap:.7rem;gap:.7rem;font-size:16px;color:#2e2e2e;padding:.7rem}.PaymentItems{background:#fff;padding:5px 5px 15px;border:2px solid var(--lightColor)}.PaymentItems p{padding-left:.5rem;font-size:16px;color:var(--darkColor)}.TotalItems{background:#fff;border:2px solid var(--lightColor)}.totalFlex{display:flex;justify-content:space-between;padding:.5rem;color:var(--darkColor)}.totalText{font-size:19px;font-weight:600}.orderX{align-items:center;margin-top:1rem}.orderX,.selectedModal{display:flex;justify-content:space-between}.selectedModal{height:100vh;top:0;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none;flex-direction:column}.controlCarousel{display:flex;align-items:center;justify-content:space-between;width:100%;position:absolute;z-index:999;left:0;right:0;top:50%;transform:translateY(-50%)}.rightScroll{transform:scale(1.5) translateX(-20px)}.leftScroll,.rightScroll{cursor:pointer;color:#626262;filter:invert(-1)}.leftScroll{transform:scale(1.5) translateX(20px)}.selectedModal::-webkit-scrollbar{display:none}.CarouselModal{height:320px;position:relative;padding:20px}.orderUrl{position:absolute;width:100%;height:100%;object-fit:cover;z-index:9;left:0;right:0;top:0}.CarouselModal .specificIcons{display:flex;justify-content:space-between}.carouselImg{cursor:pointer;z-index:20;filter:invert(1);border-radius:10px;background-color:#858080}.paginationModal{width:50%;height:40px;background:#fff;position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);border-radius:40px 40px 0 0;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;z-index:10}.paginationCircle{width:8px;height:8px;border-radius:4px;background:#cfcfcf;cursor:pointer;transition:all .2s ease-in-out}.paginationCircle.active{width:23px;height:8px;background:var(--redColor)}.textContainer{display:flex;justify-content:space-between;background:#fff;padding:14px 10px}.selectedItemsName{font-size:17px;color:#2e2e2e}.selectedItemsType{width:250px;font-size:12px;color:#a2a9b0;overflow:hidden;text-overflow:ellipsis;margin-top:10px}.selectedPriceText{font-size:12px;color:#2e2e2e}.selectedPrice{border:1px solid #2e2e2e;padding:.1rem .5rem;margin-top:10px;font-size:14px;border-radius:5px}.recipeCard{background:#fff;margin-top:10px;padding:10px;border:1px solid var(--lightColor)}.recipeContainer{display:flex;grid-gap:10px;gap:10px;justify-content:space-between;align-items:center}.recipeContainer.b-m{border-bottom:1px solid #e7e7eb;padding-bottom:10px}.recipeLeft span{font-size:12px;color:#a2a9b0}.choice{font-size:17px;font-weight:600}.checkboxElement{margin-top:1rem;display:flex;align-items:center}.checkbox{transform:scale(1.8);margin-right:1rem}.btn-required{width:89px;height:33px;border-radius:20px;color:#fff;border:none;cursor:pointer}.btn-required.btn-red{background:var(--redColor)}.btn-required.btn-grey{background:#a4abb2}.radio{display:none}.radio-circle{width:29px;height:29px;display:block;border:2px solid #a2a9b0;border-radius:22px}.radio:checked+.radio-circle{width:29px;height:29px;display:block;border:7px solid var(--redColor);border-radius:22px}.ml-2{margin-left:12px}.mt-5{margin-top:30px}.OrderCountWrapper{grid-gap:20px;gap:20px;margin-top:28px;margin-bottom:80px}.bgCounter,.OrderCountWrapper{display:flex;justify-content:center}.bgCounter{background:#fff;border:1px solid #e5e5e5;width:43px;align-items:center;border-radius:2px}.input-n{opacity:0;display:none}.label-box,.label-box-box{display:inline-block;width:23px;height:23px;border-radius:5px;border:2px solid #a2a9b0;position:relative;padding:2px;cursor:pointer;overflow:hidden;box-sizing:border-box}.label-box:before{width:16px;height:2px;top:9px;transform:rotate(-55deg);right:1px}.label-box:after,.label-box:before{content:"";position:absolute;background-color:transparent}.label-box:after{width:2px;height:6px;top:11px;left:3px;transform:rotate(-50deg)}.checkbox-input[type=checkbox]:checked+.label-box{background-color:var(--redColor);border-color:transparent}.checkbox-input[type=checkbox]:checked+.label-box:after,.checkbox-input[type=checkbox]:checked+.label-box:before{background-color:#fff}.checkbox-input[type=checkbox]:checked:focus+.label-box,.checkbox-input[type=checkbox]:checked:focus+.label-box-box,.checkbox-input[type=checkbox]:not(:checked):focus+.label-box,.checkbox-input[type=checkbox]:not(:checked):focus+.label-box-box{box-shadow:inset 0 1px 2px rgba(0,0,0,.1),0 0 0 4px rgba(192,0,0,.2);transition:.1s}.label-box-box:before{content:"";position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);width:9px;height:9px;border-radius:2px;background-color:transparent}.checkbox-input[type=checkbox]{display:none}.checkbox-input[type=checkbox]:checked+.label-box-box:before{background-color:var(--redColor)}.checkLabel{margin-left:10px}@media screen and (max-width:500px){.selectedItemsName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:400px){.mb-3{margin-bottom:50px;animation:1 linear infinite}.selectedItemsName{font-size:18px}.selectedItemsType{width:200px}}.btnNotSelect{opacity:.7;cursor:auto}.btnSelect{opacity:1}.swiperMain{width:100%;height:100%}.swiper-slide-main{width:100%!important;text-align:center;font-size:18px;background:#fff;overflow:hidden;border-radius:0;display:flex;justify-content:center;align-items:center}.swiper-slide-main img{display:block;width:100%;height:100%;position:relative;object-fit:cover}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateX(-50%);z-index:10;width:150px!important;left:50%!important;height:42px;background-color:#fff;bottom:-17px!important;border-radius:40px 40px 0 0}.swiper-pagination-bullet{background-color:var(--lightColor);opacity:1;width:7px;height:7px}span.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--redColor);opacity:1;width:20px;height:7px;border-radius:4px}.swiper-button-next,.swiper-button-prev{color:#000}.Cart{height:100vh;top:0;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none;padding-bottom:50px;display:flex;justify-content:space-between;flex-direction:column;width:439px;transition:2s ease-in-out}.Cart::-webkit-scrollbar{display:none}.CartOption{display:flex;align-items:center;justify-content:space-between;padding:30px 22px 18px 20px;border-bottom:1px solid #e7e7eb;position:relative}.chevron{position:absolute;left:20px;cursor:pointer;display:none;padding:10px}.textNormal{color:#242016;font-size:18px}.cursor{cursor:pointer}.verticalLine{width:2px;height:24px;background:#d1d1d1}.cartItem{display:flex;align-items:center;justify-content:space-between;padding:0 20px 0 0}.cartLeft{padding:10px;margin-top:20px}.cartLeft,.counterCart{display:flex;align-items:center;grid-gap:10px;gap:10px}.imgBox{width:100px;height:100px}.imgBox .cartImg{width:100%;height:100%;object-fit:cover;border-radius:11px}.textBold{font-weight:600;font-size:14px;color:var(--blackColor)}.textLight{font-size:14px;color:#a2a9b0}.textPrice{font-size:17px;font-weight:500;color:var(--blackColor);display:inline-block}.times{color:#a2a9b0}.times,.times img{cursor:pointer}.anyPrice{border-top:1px solid #d8d8d8;padding:10px;margin-top:40px;margin-bottom:80px}.flex{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.fw-3{font-size:16px;color:#242016;font-weight:700}.fw-1,.fw-2{font-size:14px;color:#242016;font-weight:700}.borderDanger{width:374px;height:80px;border:1px solid var(--redColor);justify-content:space-between;margin-top:1rem;border-radius:10px;padding:0 20px;background:#fff}.borderDanger,.btn-apply{display:flex;align-items:center}.btn-apply{grid-gap:15px;gap:15px;width:118px;height:46px;background:var(--redColor);border-radius:10px;border:none;color:#fff;cursor:pointer}.btn-apply,.center{justify-content:center}.center{display:flex;align-items:center;margin-top:20px}.TotalPrice{border-top:1px solid #d8d8d8;margin-top:2rem;padding:10px 0}.inpProm{border:none}.deliveryCity{height:100vh;top:0;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none;padding-bottom:50px;width:439px}.deliveryCity::-webkit-scrollbar{display:none}.text-danger{color:var(--redColor)}.inputGroup{padding:15px;border-bottom:1px solid #e7e7eb}.inputStyle{width:100%;padding:8px;border-radius:5px;border:1px solid #dadada;font-size:16px;color:#333}.inputStyle:-ms-input-placeholder{color:#a2a9b0}.inputStyle::placeholder{color:#a2a9b0}.select{padding:15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7e7eb;cursor:pointer}.selectCity{font-size:18px;font-weight:500}.selectCityIcon{font-size:24px}.optionIcon{margin-right:10px}.option{display:flex;align-items:center;padding:15px 0 15px 20px;color:#707070;border-bottom:1px solid #e7e7eb;cursor:pointer}.DeliveryTime{height:100vh;top:0;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none;padding-bottom:50px;width:439px}.DeliveryTime::-webkit-scrollbar{display:none}.ScheduleTime{padding:15px;display:flex;align-items:center}.scheduleTime{border-top:1px solid #e7e7eb}.bm-1,.scheduleTime{border-bottom:1px solid #e7e7eb}.p-4{padding:20px}.date-container{display:flex;justify-content:space-between;grid-gap:10px;gap:10px;padding:10px}.timeField{width:55px;height:84px;border-radius:16px;padding:5px;display:flex;align-items:center;flex-direction:column;cursor:pointer}.timeField.active{background:var(--redColor);color:#fff}.timeField.active .dateMonth{color:#fff}.timeField.active .activeCircle{width:7px;height:7px;border-radius:5px;background:#fff;margin-top:.5rem}.timeField.active .dateWeek{color:#fff}.dateDay{font-size:22px;font-weight:700}.dateWeek{font-size:12px;color:#707070;font-weight:300}.dateMonth{font-size:15px;color:#2e2e2e}.locationBorder{border:1px solid #d1d1d1;padding:19px;border-radius:14px;justify-content:space-between}.locationBorder,.locationTime{display:flex;align-items:center}.locationTime{margin-top:10px;grid-gap:10px;gap:10px}.areaText{font-size:22px;font-weight:700;color:#242016}.CheckOut{height:100vh;top:0;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none;display:flex;flex-direction:column;justify-content:space-between;width:439px;transition:2s ease-in-out}.CheckOut::-webkit-scrollbar{display:none}.CheckFlex{display:flex;align-items:center;justify-content:space-between;padding:20px}.arrowLeft{transform:rotate(90deg)}.CheckLine{display:flex;align-items:center;justify-content:space-between;grid-gap:2px;gap:2px}.linePiece{width:24%;height:2px;background:#dbdbdb}.linePiece.active{background:var(--redColor)}.ContactInfo{margin-top:20px}.Phone{text-align:center}.contactText{color:#3f3f3f;font-size:20px;font-weight:600;margin-top:15px}.textSeven{font-size:17px;color:#a2a9b0;margin-left:1rem}.mt-6{margin-top:16px}.group{border-bottom:1px solid #a2a9b0;margin-bottom:2rem}.contactFlex{display:flex}.contactSelect{border:none}.Contact{padding:20px}.userLabel{color:#a2a9b0;font-size:15px;display:block}.UserInp{border:none;width:100%;font-size:18px;background:none;transition:all .2s linear;color:#2e2e2e}.groups{position:relative;margin-top:40px;background:transparent}.input-bt-slide{font-size:18px;padding:10px 10px 10px 5px;display:block;width:100%;background-color:transparent;border:none;border-bottom:1px solid #757575}.input-bt-slide::-webkit-inner-spin-button,.input-bt-slide::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-bt-slide[type=number]{-moz-appearance:textfield}.input-bt-slide:focus{outline:none}.label-bt-slide{color:#999;font-size:18px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:10px;transition:all .2s ease;-moz-transition:.2s ease all;-webkit-transition:all .2s ease}.input-bt-slide:focus~label,.input-bt-slide:valid~label{top:-20px;font-size:14px;color:var(--redColor)}.bar{position:relative;display:block;width:100%}.bar:after,.bar:before{content:"";height:2px;width:0;bottom:0;position:absolute;background:var(--redColor);transition:all .2s ease;-moz-transition:.2s ease all;-webkit-transition:all .2s ease}.bar:before{left:50%}.bar:after{right:50%}.input-bt-slide:focus~.bar:after,.input-bt-slide:focus~.bar:before{width:50%;bottom:0}.highlight{position:absolute;height:60%;width:100px;top:25%;left:0;pointer-events:none;opacity:.5}.input-bt-slide:focus~.highlight{animation:inputHighlighter .3s ease}.inn{display:flex;align-items:center}.inn select{border:none}.select-1{background-image:url(https://cdn.britannica.com/47/7247-004-44F420D7/Flag-Uzbekistan.jpg);width:100%;height:20px;background-color:red}@media screen and (max-width:500px){.Contact{margin-bottom:100px}}.textCenter{text-align:center}.deliveryAddress{display:flex;align-items:center;justify-content:space-between;margin-top:20px;margin-bottom:20px;padding:0 15px}.deliveryText{font-size:19px;font-weight:700;color:#3f3f3f}.detectionText{color:var(--redColor);font-size:16px;font-weight:700;display:flex;align-items:center;grid-gap:5px;gap:5px}.googleMap{position:relative}.btn-location{position:absolute;top:10px;left:100px;display:block;cursor:pointer;padding:5px}.fs-16{font-size:16px}.d-flex{display:flex;align-items:center;grid-gap:15px;gap:15px}.Direction{padding:10px}.locationContainer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;grid-gap:15px;gap:15px}.locationCard{border:1px solid #a2a9b0;border-radius:10px;width:129px;height:68px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:14px;color:#3f3f3f;cursor:pointer}.locationCard.active{border:1px solid var(--redColor)}.locationCard .houseIcon{font-size:34px;color:#a2a9b0}.locationCard.active .houseIcon{color:var(--redColor)}.locationCard p{font-weight:500;margin-top:3px}.locationCard.active p{color:var(--blackColor)}.mapText{cursor:pointer}.checkOutFive{display:flex;flex-direction:column;justify-content:space-between;height:100vh;top:0;position:-webkit-sticky;position:sticky;overflow-y:auto;-ms-overflow-style:none;width:439px;transition:2s ease-in-out}.checkOutFive::-webkit-scrollbar{display:none}.orderPassword{height:47px;margin-top:2rem;border:1px solid #a2a9b0;border-radius:8px;display:flex;align-items:center;justify-content:center}.orderText span{font-weight:600}.estimatedTime{width:100%;margin-top:1rem;padding:10px}.estimatedFlex{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.line{width:32%;height:3px;background:#dbdbdb}.line.active{background:var(--redColor)}.btnGroup{width:100%}.estimatedText{font-size:17px}.btnLight,.estimatedText{color:#3f3f3f;font-weight:600}.btnLight{width:100%;background:#fff;border-radius:8px;padding:.5rem 1rem;margin-top:.5rem;border:1px solid #a2a9b0;cursor:pointer;font-size:16px;display:block;text-align:center}.p-2{padding:10px}.btn-Container{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;align-items:center;padding:10px}.btnDirection{width:48%;padding:.3rem 1rem;cursor:pointer;border:1px solid #a2a9b0;border-radius:3px;font-weight:500;color:#000;font-size:16px;text-align:center}.btnDirection,.navigator{background:#fff}.workingTime{padding:10px;margin-bottom:80px}.workTime{font-size:18px;color:#a2a9b0}.online{display:flex;align-items:center;grid-gap:3px;gap:3px;font-size:18px;color:#39e30b;font-weight:600}.onCircle{width:12px;height:12px;background:#39e30b;border-radius:50%}.timeFlex{display:flex;justify-content:space-between;margin-top:1rem;border-bottom:1px solid #e7e7eb}.timeFlex p{font-size:18px}.navbar{left:0;top:0}.bgCoupon,.Categ-header,.media-input,.media-product,.MediaBtn,.navbar{display:none}@media (max-width:1100px){.btn-category{display:none}.selectedModal{padding-bottom:50px}.CartOption{justify-content:space-around;grid-gap:30px;gap:30px}.OrderBottom{display:none}.chevron,.navbar{display:flex}.navbar{z-index:9;position:fixed;width:100%;padding:20px;background-color:#fff;left:0;top:0;justify-content:space-between;align-items:center}.navbar.normal{position:unset}.navbar .left{display:flex;align-items:center}.navbar .left .logo-title{margin-left:20px}.navbar .left .logo-title h1{font-size:30px;font-weight:500}.navbar .left .logo-title p{font-size:14px;color:#8d8d8e}.bgInput{display:none}.media-input{display:flex;align-items:center;margin:20px 0;grid-gap:10px;gap:10px}.media-input .left{display:flex;align-items:center;background-color:#f0f3f5;padding:13px;border-radius:10px;width:60%}.media-input .left input{background-color:transparent;border:none;outline:none;padding:10px;font-size:16px;color:#2d2e2f;width:100%}.media-input .center-media,.media-input .right{padding:13px 10px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;width:17%;background-color:#f0f3f5;font-size:11px;cursor:pointer}.media-input .center-media img,.media-input .right img{padding:5px}.MediaBtn{display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;left:0;width:100%;z-index:15;background:#fff;padding:20px}.MediaBtn.showBtn{display:none}}@media screen and (max-width:900px){.cardItemContainer{margin-bottom:200px;padding:0 10px}.MediaBtn.showBtn{display:block}}@media (max-width:400px){.CartOption{justify-content:center;grid-gap:30px;gap:30px}.media-input .center-media,.media-input .left,.media-input .right{padding:10px}}@media (min-width:600px) and (max-width:1100px){.CategoryList{display:none}.media-input .left{width:78%}.media-input .center-media,.media-input .right{width:10%}}@media (max-width:1100px){.container{max-width:90%;margin:30px auto}.Cart,.CheckOut,.DeliveryTime,.selectedModal{padding-bottom:100px}.Cart,.CheckOut,.checkOutFive,.deliveryCity,.DeliveryTime,.selectedModal{width:100%;z-index:999}.SideBar.active+.container{padding:59px 50px 0 43px}.HomeLogo,.SideBar{display:none}.div-fixed.active{margin-right:0}.OrderModal{width:100%;right:-100%;z-index:99}.OrderModal.active{right:0}.borderDanger{width:100%}.cartItem{align-items:center}.media-product{display:block}.pro-h1{font-size:24px;color:#2d2d2f}.loader{margin-top:50px}}@media (max-width:900px){.SideBar.active+.container{padding:0!important}.carousel{width:100%}.CategoryList{display:none}.cardProduct,.categoriesCard{width:48%}.CategoriesContainer{height:100vh;position:fixed;left:0;overflow:auto;z-index:11}.Categ-header,.CategoriesContainer{top:0;background-color:#fff;width:100%}.Categ-header{display:flex;align-items:center;justify-content:space-between;margin-top:20px;position:-webkit-sticky;position:sticky;padding:1rem 0;z-index:999}.Categ-header img{filter:invert(1);cursor:pointer}.Categ-header h1{font-size:26px;font-weight:500;padding-right:25px}.loader{margin-top:100px}}@media screen and (max-width:420px){.outlinedText{font-size:16px}.selection{grid-gap:4px;gap:4px}}@media screen and (max-width:340px){.selectedItemsName{font-size:15px}.selectedItemsInfo{font-size:10px}.outlinedText1{font-size:15px}}.box{top:50%;left:50%;transform:translate(-50%,-50%);height:30px;width:30px;z-index:777}.box,.dot{position:absolute}.dot{height:100%;width:100%;animation:apple 1.6s linear infinite}.dot:before{content:"";height:10px;width:1px;background-color:var(--darkColor);position:absolute;top:0;left:50%;border-radius:10px;transform:translate(-50%)}.dot:nth-child(2){transform:rotate(-22.5deg);animation-delay:-.1s}.dot:nth-child(3){transform:rotate(-45deg);animation-delay:-.2s}.dot:nth-child(4){transform:rotate(-67.5deg);animation-delay:-.3s}.dot:nth-child(5){transform:rotate(-90deg);animation-delay:-.4s}.dot:nth-child(6){transform:rotate(-112.5deg);animation-delay:-.5s}.dot:nth-child(7){transform:rotate(-135deg);animation-delay:-.6s}.dot:nth-child(8){transform:rotate(-157.5deg);animation-delay:-.7s}.dot:nth-child(9){transform:rotate(-180deg);animation-delay:-.8s}.dot:nth-child(10){transform:rotate(-202.5deg);animation-delay:-.9s}.dot:nth-child(11){transform:rotate(-225deg);animation-delay:-1s}.dot:nth-child(12){transform:rotate(-247.5deg);animation-delay:-1.1s}.dot:nth-child(13){transform:rotate(-270deg);animation-delay:-1.2s}.dot:nth-child(14){transform:rotate(-292.5deg);animation-delay:-1.3s}.dot:nth-child(15){transform:rotate(-315deg);animation-delay:-1.4s}.dot:nth-child(16){transform:rotate(-337.5deg);animation-delay:-1.5s}@keyframes apple{0%{opacity:1}to{opacity:0}}*{margin:0;padding:0;box-sizing:border-box;outline:none;text-decoration:none;list-style:none;font-family:"Poppins",sans-serif;scroll-behavior:smooth}#root{height:100%;overflow-y:auto}body,html{height:100vh;width:100vw;overflow:hidden}:root{scroll-behavior:smooth}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}::-webkit-scrollbar{width:7px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#d62929}:root{--lightColor:#f5f5f9;--darkColor:#283646;--blackColor:#242016}.MenuDif{display:flex}.btn-danger{width:180px;height:53px;background:var(--redColor);color:#fff;font-size:19px;font-weight:400;border-radius:34px;cursor:pointer;border:none;box-shadow:2px 2px 3px 3px rgba(0,0,0,.1)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.Loader{position:relative;height:80px}img{-webkit-user-drag:none}.linkIcon{width:52px;height:52px;border-radius:15px;background:var(--redColor);color:#fff;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=main.e04e12d2.chunk.css.map */