.order-total{display:grid;grid-template-columns:1fr auto;gap:5px 16px;padding:18px;border:1px solid var(--line);background:#f6f2ed}
.order-total span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.order-total strong{font:600 22px Georgia,serif}
.order-total small{grid-column:1/-1;color:var(--muted)}
.order-button{height:56px;border:0;background:var(--red);color:#fff;font-weight:800;cursor:pointer}
.order-button:hover{background:#921a24}
.order-button:disabled{background:#bdb6ae;cursor:wait}
.order-status{min-height:18px;margin:0;color:var(--red);font-size:12px;line-height:1.5}
