/* Midlands Coaches day-trip checkout skin. The client-area theme supplies
   the core brand tokens; these fallbacks also keep the cart usable on its own. */
#order-standard_cart {
    --mc-green: #12372a;
    --mc-green-2: #1f5b43;
    --mc-mint: #d9f3e5;
    --mc-lime: #d9f67a;
    --mc-paper: #fffdf8;
    --mc-cream: #f5f1e8;
    --mc-ink: #173127;
    --mc-muted: #68776e;
    --mc-line: #dfe3dc;
    color: var(--mc-ink);
    font-family: 'Manrope', system-ui, sans-serif;
}

#order-standard_cart .mc-booking-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 780px;
    margin: 0 auto 46px;
}
#order-standard_cart .mc-booking-progress span { position: relative; display: flex; align-items: center; flex-direction: column; gap: 8px; color: #8a958d; text-align: center; }
#order-standard_cart .mc-booking-progress span:not(:last-child)::after { content: ''; position: absolute; top: 16px; left: calc(50% + 23px); width: calc(100% - 46px); height: 2px; background: var(--mc-line); }
#order-standard_cart .mc-booking-progress b { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--mc-line); border-radius: 50%; background: var(--mc-cream); font-size: 11px; }
#order-standard_cart .mc-booking-progress em { font-size: 11px; font-style: normal; font-weight: 800; }
#order-standard_cart .mc-booking-progress .active,
#order-standard_cart .mc-booking-progress .complete { color: var(--mc-green); }
#order-standard_cart .mc-booking-progress .active b { border-color: var(--mc-green); background: var(--mc-green); color: #fff; }
#order-standard_cart .mc-booking-progress .complete b { border-color: var(--mc-mint); background: var(--mc-mint); color: var(--mc-green); }
#order-standard_cart .mc-booking-progress .complete::after { background: #97caae !important; }

#order-standard_cart .mc-cart-heading { margin-bottom: 30px; border: 0; }
#order-standard_cart .mc-cart-heading h1 { margin: 0 0 8px; color: var(--mc-ink); font-size: clamp(30px, 5vw, 52px) !important; font-weight: 800; letter-spacing: -.05em; }
#order-standard_cart .mc-cart-heading > p:last-child { margin: 0; color: var(--mc-muted); font-size: 14px; }
#order-standard_cart .mc-cart-eyebrow { margin: 0 0 7px !important; color: var(--mc-green-2) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

#order-standard_cart .cart-sidebar .panel,
#order-standard_cart .cart-sidebar .card,
#order-standard_cart .sidebar-collapsed { overflow: hidden; border: 1px solid var(--mc-line); border-radius: 16px; background: var(--mc-paper); }
#order-standard_cart .cart-sidebar .list-group-item { border-color: var(--mc-line); background: var(--mc-paper); color: var(--mc-muted); font-weight: 700; }
#order-standard_cart .cart-sidebar .list-group-item.active { border-color: var(--mc-green); background: var(--mc-green); color: #fff; }

#order-standard_cart .products .product {
    display: flex;
    flex-direction: column;
    height: calc(100% - 24px);
    margin: 0 0 24px !important;
    overflow: hidden;
    border: 1px solid var(--mc-line) !important;
    border-radius: 22px !important;
    background: var(--mc-paper) !important;
    box-shadow: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
#order-standard_cart .products .product:hover { border-color: #b8c8bc !important; box-shadow: 0 18px 45px rgba(18,55,42,.10) !important; transform: translateY(-3px); }
#order-standard_cart .products .product header { padding: 24px 24px 14px !important; border: 0 !important; background: var(--mc-paper) !important; color: var(--mc-ink) !important; font-size: 19px !important; font-weight: 800; letter-spacing: -.04em; }
#order-standard_cart .products .product header::before { content: '\f207'; display: grid; width: 48px; height: 48px; margin-bottom: 28px; place-items: center; border-radius: 15px; background: var(--mc-mint); color: var(--mc-green); font-family: 'Font Awesome 5 Free'; font-size: 17px; font-weight: 900; }
#order-standard_cart .products .product .product-desc { float: none; width: 100%; min-height: 130px; flex: 1 1 auto; padding: 0 24px 20px; color: var(--mc-muted); font-size: 13px; }
#order-standard_cart .products .product footer { display: flex; width: 100%; margin: 0; align-items: center; justify-content: space-between; float: none; gap: 15px; padding: 20px 24px 24px !important; border-top: 1px solid var(--mc-line) !important; background: var(--mc-paper) !important; }
#order-standard_cart .product-pricing { color: var(--mc-muted) !important; font-size: 11px; text-align: left !important; }
#order-standard_cart .product-pricing .price { color: var(--mc-green) !important; font-size: 25px !important; font-weight: 800; letter-spacing: -.04em; }
#order-standard_cart .btn-order-now { padding: 11px 17px !important; border-color: var(--mc-green) !important; border-radius: 999px !important; background: var(--mc-green) !important; color: #fff !important; font-weight: 800; }

#order-standard_cart .product-info,
#order-standard_cart .sub-heading span,
#order-standard_cart .view-cart-items,
#order-standard_cart .order-summary,
#order-standard_cart .summary-container,
#order-standard_cart .already-registered,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .order-confirmation {
    border-color: var(--mc-line) !important;
    border-radius: 18px !important;
    background: var(--mc-paper) !important;
    color: var(--mc-ink) !important;
}
#order-standard_cart .product-info { padding: 24px !important; }
#order-standard_cart .product-info .product-title { color: var(--mc-ink) !important; font-size: 20px !important; font-weight: 800; letter-spacing: -.035em; }
#order-standard_cart .field-container { padding: 22px; border: 1px solid var(--mc-line); border-radius: 18px; background: var(--mc-paper); }
#order-standard_cart label { color: var(--mc-ink) !important; font-size: 12px !important; font-weight: 800 !important; }
#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart input[type="text"],
#order-standard_cart input[type="email"],
#order-standard_cart input[type="password"],
#order-standard_cart input[type="tel"] { min-height: 48px; border: 1px solid #ccd3ca !important; border-radius: 12px !important; background: #fff !important; color: var(--mc-ink) !important; }
#order-standard_cart .form-control:focus { border-color: var(--mc-green-2) !important; box-shadow: 0 0 0 3px rgba(31,91,67,.12) !important; }
#order-standard_cart .sub-heading { margin: 36px 0 28px !important; border-color: var(--mc-line) !important; }
#order-standard_cart .sub-heading span { padding: 8px 18px !important; color: var(--mc-green) !important; font-size: 13px !important; font-weight: 800; }
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart #btnCompleteOrder { border-color: var(--mc-green) !important; border-radius: 999px !important; background: var(--mc-green) !important; color: #fff !important; font-weight: 800; }
#order-standard_cart .btn-default,
#order-standard_cart .btn-info,
#order-standard_cart .btn-warning { border: 1px solid var(--mc-line) !important; border-radius: 999px !important; background: #fff !important; color: var(--mc-green) !important; font-weight: 800; }
#order-standard_cart .order-summary { overflow: hidden; box-shadow: 0 18px 45px rgba(18,55,42,.09); }
#order-standard_cart .order-summary h2 { border: 0 !important; background: var(--mc-green) !important; color: #fff !important; font-size: 20px !important; }
#order-standard_cart .total-due-today { background: var(--mc-mint) !important; color: var(--mc-green) !important; }
#order-standard_cart .total-due-today .amt { color: var(--mc-green) !important; }
#order-standard_cart .view-cart-items .item { border-color: var(--mc-line) !important; }
#order-standard_cart .view-cart-items-header { background: var(--mc-green) !important; color: #fff !important; }
#order-standard_cart .order-confirmation { padding: 24px !important; border: 1px solid #a8d9bd !important; background: var(--mc-mint) !important; color: var(--mc-green) !important; }
#order-standard_cart .order-confirmation span { color: var(--mc-green) !important; }
#order-standard_cart .mc-confirmation-heading { padding-top: 10px; text-align: center; }
#order-standard_cart .mc-confirmation-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--mc-mint); color: var(--mc-green); font-size: 24px; }

@media (max-width: 767px) {
    #order-standard_cart .mc-booking-progress { margin-bottom: 30px; }
    #order-standard_cart .mc-booking-progress em { font-size: 9px; }
    #order-standard_cart .mc-booking-progress span:not(:last-child)::after { left: calc(50% + 19px); width: calc(100% - 38px); }
    #order-standard_cart .products .product footer { align-items: stretch; flex-direction: column; }
    #order-standard_cart .btn-order-now { width: 100%; }
}
