.orders-wrapper{max-width:100vw;margin:0 auto 1vw}.orders-wrapper h3{font-size:2vw;font-weight:500;margin-bottom:1.7vw}.orders-wrapper .order-btns{display:flex;justify-content:flex-start;gap:.8vw;margin-bottom:2vw;padding:.5vw;background:var(--gray-200);border-radius:1vw;width:60%}.orders-wrapper .order-btns button{width:100%;padding:.5vw 6vw;border-radius:.5vw;font-weight:500;cursor:pointer;font-size:1.2vw;transition:all .3s ease;background:transparent;color:var(--gray)}.orders-wrapper .order-btns button.active-btn,.orders-wrapper .order-btns button.active-btn:hover,.orders-wrapper .order-btns button.archive-btn,.orders-wrapper .order-btns button.archive-btn:hover{background:var(--white);color:var(--black)}.orders-wrapper .orders-wrapper__item{display:flex;flex-wrap:wrap;gap:1.7vw}.orders-wrapper .orders-wrapper__item__card{width:calc(33.33% - 1.2vw);border:1px solid var(--gray-100);border-radius:.7vw;background:var(--white);box-shadow:0 .2vw .3vw var(--gray-200);transition:transform .2s ease;display:flex;flex-direction:column}.orders-wrapper .orders-wrapper__item__card:hover{transform:translateY(-.4vw)}.orders-wrapper .orders-wrapper__item__card .orders-details-card{display:flex;flex-direction:column;padding:2vw}.orders-wrapper .orders-wrapper__item__card .order-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8vw}.orders-wrapper .orders-wrapper__item__card .order-details h4{font-size:1.3vw;font-weight:500;color:var(--black)}.orders-wrapper .orders-wrapper__item__card .order-date-info,.orders-wrapper .orders-wrapper__item__card .total-price{display:flex;justify-content:space-between;flex-direction:row}.orders-wrapper .orders-wrapper__item__card .order-date-info{font-size:1.2vw;margin-bottom:.4vw;color:var(--black);font-weight:500}.orders-wrapper .orders-wrapper__item__card .order-date-info span:first-child{color:var(--gray)}.orders-wrapper .orders-wrapper__item__card h4:last-child{font-size:1.3vw;font-weight:600;color:var(--black);margin-top:.8vw}.orders-grid-images{display:grid;gap:.4vw;margin-bottom:1.3vw;height:16.7vw}.orders-grid-images:has(>:first-child:last-child){grid-template-columns:1fr}.orders-grid-images:has(>:first-child:last-child) .image-wrapper img{width:100%;height:16.7vw;-o-object-fit:cover;object-fit:cover}.orders-grid-images:has(>:nth-child(2):last-child){grid-template-columns:1fr 1fr}.orders-grid-images:has(>:nth-child(2):last-child) .image-wrapper img{width:100%;height:16.7vw;-o-object-fit:cover;object-fit:cover}.orders-grid-images:has(>:nth-child(3):last-child){grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:first-child{grid-row:1/3}.orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:first-child img{width:100%;height:16.7vw;-o-object-fit:cover;object-fit:cover}.orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:nth-child(2) img,.orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:nth-child(3) img{width:100%;height:8.1vw;-o-object-fit:cover;object-fit:cover}.orders-grid-images:has(>:nth-child(4)){grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.orders-grid-images:has(>:nth-child(4)) .image-wrapper{position:relative}.orders-grid-images:has(>:nth-child(4)) .image-wrapper img{width:100%;height:8.1vw;-o-object-fit:cover;object-fit:cover}.orders-grid-images:has(>:nth-child(4)) .image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:8.1vw;background:var(--black);opacity:.8;color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.5vw;font-weight:500}.order-status{padding:.5vw;font-size:1vw;text-transform:capitalize;border-radius:.5vw;display:flex;justify-content:space-between;align-items:center;gap:.2vw}.order-status svg{width:1vw;height:1vw}.order-waiting{background:var(--waiting-bg-color);color:var(--waiting-text-color)}.order-accepted{background:var(--accepted-bg-color);color:var(--accepted-text-color)}.order-delivering{background:var(--delivering-bg-color);color:var(--delivering-text-color)}.order-preparing{background:var(--preparing-bg-color);color:var(--preparing-text-color)}.order-completed{background:var(--completed-bg-color);color:var(--completed-text-color)}.order-cancelled{background:var(--cancelled-bg-color);color:var(--cancelled-text-color)}.borderTop{border-top:1px solid var(--gray-300);padding-top:1vw;margin-top:1vw}@media only screen and (max-width:700px){.orders-wrapper{margin:0!important;gap:2vw!important}.orders-wrapper h4,.orders-wrapper p{font-size:4vw!important}.orders-wrapper p{gap:1vw}.orders-wrapper p svg{width:4vw!important;height:4vw!important}.orders-wrapper h3{font-size:4vw;font-weight:500;margin-bottom:5vw}.orders-wrapper .total-price{display:flex;flex-direction:column}.orders-wrapper .order-btns{width:100%;padding:1vw!important;border-radius:3vw}.orders-wrapper .order-btns button{font-size:3.5vw;padding:2vw;border-radius:3vw}.orders-wrapper .orders-details-card{margin:1vw;width:80vw;height:100%;justify-content:space-between}.orders-wrapper .orders-grid-images{width:20vw;height:100%}.orders-wrapper .orders-wrapper__item{gap:5vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card{display:flex;flex-direction:row;width:calc(100% - .8vw);gap:2vw;height:60vw;border-radius:3vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .order-date-info{flex-direction:column;margin:1vw;gap:1vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images{width:60vw;height:auto}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:first-child:last-child) .image-wrapper{gap:1vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:first-child:last-child) .image-wrapper img{height:100%;border-radius:3vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(2):last-child) .image-wrapper{gap:1vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(2):last-child) .image-wrapper img{height:100%;border-radius:3vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper{gap:1vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:first-child img{height:100%;border-radius:3vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:nth-child(2) img,.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(3):last-child) .image-wrapper:nth-child(3) img{height:100%;border-radius:3vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(4)) .image-wrapper{gap:1vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(4)) .image-wrapper img{height:100%;border-radius:3vw}.orders-wrapper .orders-wrapper__item .orders-wrapper__item__card .orders-grid-images:has(>:nth-child(4)) .image-wrapper .overlay{height:100%;font-size:7vw;border-radius:3vw}.order-status{padding:2vw;border-radius:3vw}.mobile-none{display:none}}