@font-face{font-family:"DM Sans";src:url("/assets/reference/DMSans-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"DM Sans";src:url("/assets/reference/DMSans-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}

.order-bag-page{overflow-x:hidden;background:#fff;color:#242424;font-family:"DM Sans","Helvetica Neue",Arial,sans-serif;font-size:15px;line-height:1.35}
.order-bag-page .order-navbar{position:relative;height:90px;padding:8px 48px;box-shadow:0 1px 2px rgba(0,0,0,.12)}
.order-bag-page .order-navbar__logo{display:flex;align-items:center;width:101px;height:74px}
.order-bag-page .order-navbar__logo img{position:static;width:101px;height:auto}
.order-bag-page .order-navbar__actions{height:50px}
.order-bag-page .order-navbar__action{padding:8px;font-size:14px}
.order-bag-page .order-navbar__action .order-icon{fill:currentColor}
.order-navbar__bag-link{position:relative;height:50px}
.order-navbar__counter{position:absolute;top:0;right:0;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;background:var(--order-red);font-size:11px;font-weight:700;line-height:1}
.order-navbar__counter.is-hidden{display:none}

.order-bag{min-height:calc(100vh - 90px);padding-bottom:80px;background:#fff}
.order-bag__header-image{height:150px;background:url("/assets/reference/order/my-order-header.png") center/cover no-repeat}
.order-bag__main{min-height:calc(100vh - 330px);padding:40px 32px;overflow:visible}
.order-bag__layout{display:grid;grid-template-columns:584px 486.66px;column-gap:97px;justify-content:start;width:min(1168px,100%);margin:0 auto}
.order-bag__items{min-width:0}
.order-bag__page-heading{padding:0}
.order-bag__breadcrumbs{margin:0 0 4px;color:#2b2b2b;font-size:14px;line-height:1.4}
.order-bag__breadcrumbs a{color:#595959;text-decoration:none}
.order-bag__breadcrumbs a:hover,.order-bag__breadcrumbs a:focus{color:var(--order-red)}
.order-bag__breadcrumbs span{padding:0 4px;color:#595959}
.order-bag__breadcrumbs strong{color:#000;font-weight:400}
.order-bag__page-heading h1,.order-bag__empty-inner>h1{margin:0;color:#2d2d2d;font-size:36px;font-weight:700;line-height:1.18}
.order-bag__group-order{display:flex;align-items:center;gap:8px;margin-top:17px;color:var(--order-red)}
.order-bag__group-order svg{width:21px;height:21px;fill:currentColor}
.order-bag__group-order button{padding:0;border:0;color:inherit;background:transparent;font-size:14px;font-weight:700}
.order-bag__group-order button:hover,.order-bag__group-order button:focus{color:var(--order-red-dark)}
.order-bag__add-more{margin-top:26px}
.order-bag__add-more .order-button{width:375px;min-height:48px;border-radius:10px;font-size:15px;text-transform:uppercase}

.order-bag__item-list{margin-top:40px}
.order-bag__mobile-location,.order-bag__items-label{display:none}
.order-bag-item{display:block;margin:0;padding:0;border:0;background:transparent}
.order-bag-item+.order-bag-item{margin-top:30px;padding-top:30px;border-top:1px solid #d1d0ce}
.order-bag-item__heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}
.order-bag-item__heading h3{margin:0;color:#2c2c2c;font-size:20px;font-weight:700;line-height:1.25}
.order-bag-item__price{flex:none;color:#202020;font-size:14px;font-weight:400}
.order-bag-item__options{margin:8px 0 0;padding:0;list-style:none;color:#4f4f4f;font-size:13px;line-height:1.55}
.order-bag-item__options li span{color:#252525;font-weight:700}
.order-bag-item__instructions{margin:8px 0 0;color:#4f4f4f;font-size:13px}
.order-bag-item__instructions strong{color:#252525}
.order-bag-item__footer{display:flex;align-items:center;gap:17px;margin-top:9px}
.order-bag-item__quantity{display:flex;align-items:center;justify-content:space-between;width:112px;height:33px;padding:0 6px;border-radius:10px;background:var(--order-gold)}
.order-bag-item__quantity button{display:grid;place-items:center;width:27px;height:29px;padding:0;border:0;color:#171717;background:transparent;font-size:21px;font-weight:400;line-height:1}
.order-bag-item__quantity button:hover,.order-bag-item__quantity button:focus{color:var(--order-red)}
.order-bag-item__quantity output{display:block;min-width:15px;text-align:center;font-size:15px;font-weight:700}
.order-bag-item__edit,.order-bag-item__remove{display:flex;align-items:center;gap:5px;padding:0;border:0;color:var(--order-red);background:transparent;font-size:14px;font-weight:700}
.order-bag-item__edit svg,.order-bag-item__remove svg{width:20px;height:20px;fill:currentColor}
.order-bag-item__edit:hover,.order-bag-item__edit:focus,.order-bag-item__remove:hover,.order-bag-item__remove:focus{color:var(--order-red-dark)}

.order-bag__summary{align-self:start;position:relative;top:-120px;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 2px 12px rgba(73,46,35,.16)}
.order-bag__restaurant{position:relative;display:block;min-height:0;padding:16px;border-bottom:1px solid #d1d0ce}
.order-bag__restaurant p{position:relative;margin:0;padding-left:25px;color:#1f1f1f;font-size:15px;line-height:1.45;overflow-wrap:anywhere}
.order-bag__restaurant p svg{position:absolute;top:1px;left:0;width:17px;height:17px;fill:#111}
.order-bag__restaurant strong{font-weight:700}
.order-bag__restaurant a{display:block;margin:6px 0 0;color:var(--order-red);font-size:14px;font-weight:700;text-decoration:underline}
.order-bag__restaurant a:hover,.order-bag__restaurant a:focus{color:var(--order-red-dark)}
.order-bag__summary-header{padding:23px 16px 18px}
.order-bag__summary h2{margin:0;color:#303030;font-size:26px;font-weight:700;line-height:1.15}
.order-bag__summary-items{border-bottom:1px solid #d1d0ce}
.order-bag__summary-item{display:grid;grid-template-columns:67px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:70px;padding:7px 16px}
.order-bag__summary-item img{display:block;width:51px;height:51px;object-fit:contain}
.order-bag__summary-item strong{color:#292929;font-size:16px;font-weight:700;line-height:1.25}
.order-bag__summary-item span{color:#151515;font-size:14px;white-space:nowrap}
.order-bag__upsell{padding:23px 16px 17px;border-bottom:1px solid #d1d0ce}
.order-bag__upsell h3{margin:0;color:#303030;font-size:21px;font-weight:700;line-height:1.2}
.order-bag__upsell p{margin:3px 0 24px;color:#222;font-size:14px}
.order-bag__extra-options{display:flex;flex-wrap:wrap;gap:8px}
.order-bag__extra-option{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 6px 0 16px;border:2px solid #000;border-radius:12px;color:#111;font-size:14px;cursor:pointer}
.order-bag__extra-option input{position:absolute;opacity:0;pointer-events:none}
.order-bag__extra-option i{display:grid;place-items:center;width:21px;height:21px;border:1px solid #2c2c2c;border-radius:50%;background:#fff}
.order-bag__extra-option i::after{width:10px;height:5px;border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";opacity:0;transform:rotate(-45deg) translate(1px,-1px)}
.order-bag__extra-option input:checked+i{border-color:var(--order-red);background:var(--order-red)}
.order-bag__extra-option input:checked+i::after{opacity:1}
.order-bag__extra-option:has(input:focus-visible){outline:3px solid rgba(206,35,49,.25);outline-offset:2px}
.order-bag__accordion{border-bottom:1px solid #d1d0ce}
.order-bag__accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 16px;list-style:none;color:#303030;font-size:20px;font-weight:700;cursor:pointer}
.order-bag__accordion summary::-webkit-details-marker{display:none}
.order-bag__accordion summary::after{width:9px;height:9px;border-right:3px solid #292929;border-bottom:3px solid #292929;transform:rotate(45deg) translateY(-3px);content:""}
.order-bag__accordion[open] summary::after{transform:rotate(225deg) translate(-3px,-1px)}
.order-bag__accordion-body{padding:0 16px 17px}
.order-bag__accordion-body label{display:block;margin-bottom:5px;font-size:13px;font-weight:700}
.order-bag__accordion-body>div{display:flex;gap:10px}
.order-bag__accordion-body input{min-width:0;flex:1;height:36px;padding:6px 0;border:0;border-bottom:1px solid #b9b9b9;outline:0;background:transparent;font-size:14px}
.order-bag__accordion-body input:focus{border-color:var(--order-red)}
.order-bag__accordion-body button{border:0;color:#a8a8a8;background:transparent;font-size:14px;font-weight:700}
.order-bag__totals{margin:0;padding:23px 16px 16px}
.order-bag__totals div{display:flex;justify-content:space-between;gap:15px;padding:3px 0;color:#151515;font-size:15px;line-height:1.35}
.order-bag__totals dt,.order-bag__totals dd{margin:0}
.order-bag__total{margin-top:8px;padding-top:8px!important;border-top:1px solid #d1d0ce;font-size:16px!important;font-weight:700}
.order-bag__checkout{margin:0 16px 16px}
.order-bag__checkout .order-button{width:100%;min-height:48px;border-radius:10px;font-size:15px;text-transform:uppercase}
.order-bag__checkout .order-button:disabled,.order-bag__mobile-checkout .order-button:disabled{opacity:1;cursor:pointer}

.order-bag__empty{width:min(1168px,100%);margin:0 auto}
.order-bag__empty-inner{padding:0 0 50px}
.order-bag__empty-inner>h1{margin-bottom:34px}
.order-bag__empty-inner>h2{margin:0;color:#2b2b2b;font-size:20px;font-weight:700}
.order-bag__empty-inner>p{margin:8px 0 22px;color:#595959;font-size:14px}
.order-bag__empty-inner .order-button{min-width:205px;border-radius:10px}
.order-bag__mobile-checkout{display:none}

.order-bag-modal{position:fixed;z-index:100;inset:0;display:none;place-items:center}
.order-bag-modal.is-open{display:grid}
.order-bag-modal__backdrop{position:absolute;inset:0;background:rgba(42,30,30,.62)}
.order-bag-modal__panel{position:relative;z-index:1;width:min(460px,calc(100% - 30px));padding:36px;border-radius:10px;background:#fff;text-align:center;box-shadow:0 14px 45px rgba(0,0,0,.3)}
.order-bag-modal__panel h2{margin:0 0 10px;color:#2b2b2b;font-size:24px;font-weight:700}
.order-bag-modal__panel p{margin:0 0 24px;color:#595959;font-size:14px}
.order-bag-modal__panel>div{display:flex;justify-content:center;gap:12px}
.order-bag-modal__close{position:absolute;top:12px;right:14px;width:30px;height:30px;padding:0;border:0;color:#2b2b2b;background:transparent;font-size:26px;line-height:1}
.order-bag-modal__close:hover{color:var(--order-red)}
.order-bag-modal__panel .order-button,.order-bag-modal__panel .order-outline-button{min-width:120px;border-radius:10px}

/* order-cart.css is shared by the ordering pages and loads after this file. */
.order-bag-page .order-navbar__bag-link{height:50px}
.order-bag-page .order-navbar__counter{top:0;right:0;width:22px;height:22px}

@media(max-width:1199.98px) and (min-width:992px){.order-bag__layout{grid-template-columns:minmax(0,1fr) 420px;column-gap:48px;width:100%}}
@media(max-width:991.98px){.order-bag__main{padding:28px 24px}.order-bag__layout{grid-template-columns:minmax(0,1fr);gap:0}.order-bag__summary{top:0;margin-top:34px}}
@media(max-width:767.98px){
  .order-bag-page .order-navbar{height:80px;padding:3px 16px 3px 18px}.order-bag-page .order-navbar__logo{width:72px;height:74px}.order-bag-page .order-navbar__logo img{width:72px}.order-bag-page .order-navbar__actions{height:50px}.order-bag-page .order-navbar__action{padding:7px;font-size:12px}.order-bag-page .order-navbar__action .order-icon{width:24px;height:24px;margin-left:7px}.order-bag-page .order-navbar__bag-link{height:50px}
  .order-bag{min-height:calc(100vh - 80px);padding-bottom:0}.order-bag__header-image{height:245px;background-image:url("/assets/reference/order/my-order-header-mobile.png")}.order-bag__main{padding:0}.order-bag__layout{display:block;width:100%}.order-bag__page-heading{padding:24px 16px 0}.order-bag__breadcrumbs{margin-bottom:4px;font-size:14px}.order-bag__page-heading h1,.order-bag__empty-inner>h1{font-size:26.28px}.order-bag__group-order{margin-top:17px}.order-bag__add-more{margin:24px 0 0}.order-bag__add-more .order-button{width:100%;min-height:48px;font-size:14px}.order-bag__item-list{margin-top:24px}
  .order-bag__mobile-location{display:block;min-height:84px;padding:16px;border-bottom:1px solid #d1d0ce}.order-bag__mobile-location p{position:relative;margin:0;padding-left:23px;font-size:14px;line-height:1.4}.order-bag__mobile-location svg{position:absolute;top:1px;left:0;width:17px;height:17px;fill:#111}.order-bag__mobile-location strong{font-weight:700}.order-bag__mobile-location a{display:block;margin-top:8px;color:var(--order-red);font-size:13px;font-weight:700;text-decoration:underline}.order-bag__items-label{display:block;margin:23px 16px 16px;color:#303030;font-size:20px;font-weight:700}.order-bag-item{margin:0 16px;padding-bottom:24px}.order-bag-item+.order-bag-item{margin-top:22px;padding-top:22px}.order-bag-item__heading h3{font-size:18px}.order-bag-item__price{font-size:14px}.order-bag-item__options{font-size:12px}.order-bag-item__footer{gap:15px}.order-bag-item__edit,.order-bag-item__remove{font-size:13px}.order-bag-item__edit svg,.order-bag-item__remove svg{width:19px;height:19px}
  .order-bag__summary{margin:0;border-radius:0;box-shadow:none;border-top:1px solid #d1d0ce}.order-bag__summary .order-bag__restaurant,.order-bag__summary .order-bag__summary-header,.order-bag__summary .order-bag__summary-items{display:none}.order-bag__summary .order-bag__checkout{display:none}.order-bag__upsell{padding:20px 16px 16px}.order-bag__upsell h3{font-size:20px}.order-bag__upsell p{margin-bottom:14px}.order-bag__accordion summary{min-height:56px;font-size:18px}.order-bag__totals{padding:20px 16px 16px}
  .order-bag__mobile-checkout{position:sticky;z-index:25;bottom:0;display:block;padding:15px 16px calc(15px + env(safe-area-inset-bottom));border-top:1px solid #d1d0ce;background:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.08)}.order-bag__mobile-checkout.is-empty{display:none}.order-bag__mobile-checkout .order-button{width:100%;min-height:48px;margin:0;border-radius:10px;font-size:15px;text-transform:uppercase}.order-bag__empty-inner{padding:24px 16px 35px}.order-bag-modal{align-items:end}.order-bag-modal__panel{width:100%;max-width:none;border-radius:14px 14px 0 0;padding:30px 22px 35px}.order-bag-modal__panel>div{flex-direction:column-reverse}.order-bag-modal__panel .order-button,.order-bag-modal__panel .order-outline-button{width:100%;min-height:45px}
}
