.onebed-checkout .woocommerce form.checkout {display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:start}
.onebed-checkout #customer_details {grid-column:auto;grid-row:auto;width:100%}
.onebed-checkout #customer_details .col-2 {display:none}
.onebed-checkout form .checkout-product img {width:88px;height:110px;object-fit:cover;border-radius:0}
.onebed-checkout .quantity-row label {margin:0}
.onebed-checkout .quantity-row select {margin:0;width:5rem;min-height:44px;padding:.5rem}
.onebed-checkout form fieldset {margin:0 0 2rem}
.onebed-checkout form .form-row {display:block;float:none;width:100%;padding:0;margin:0 0 1rem;min-width:0}
.onebed-checkout form .form-row input,.onebed-checkout form .form-row select {margin:0;font-weight:400;box-sizing:border-box}
.onebed-checkout form .form-row label {font-size:1rem;font-weight:400;line-height:1.5;margin:0 0 .5rem}
.onebed-checkout form .form-row .optional {font-size:.85rem;color:#596157}
.onebed-checkout form .form-row .required {text-decoration:none}
.onebed-field-pair {display:grid;grid-template-columns:minmax(0,1fr);gap:0 1rem}
.onebed-checkout .checkout-summary {min-width:0;padding:1.5rem;background:#f0eee8}
.onebed-checkout #order_review_heading {font-family:Georgia,serif;font-size:1.75rem;font-weight:400;letter-spacing:-.04em;margin:0 0 1rem}
.onebed-checkout #order_review {width:100%}
.onebed-checkout #payment.onebed-payment {background:transparent;border:0;padding:0}
.onebed-checkout #checkout-continue {width:100%;justify-content:space-between;font-weight:400;cursor:pointer}
.onebed-checkout .checkout-summary dd {font-weight:400}
.onebed-checkout .checkout-summary .total dd {font-weight:700}
.onebed-checkout .select2-container {max-width:100%}
.onebed-checkout .woocommerce-NoticeGroup {grid-column:1/-1}
.onebed-checkout #payment ul.payment_methods {display:none}
.onebed-checkout #payment {background:transparent}
.onebed-checkout #payment .place-order {padding:0}
.onebed-checkout #place_order {width:100%;font-weight:400;font-size:1.1rem;white-space:normal}
@media(min-width:600px){.onebed-field-pair {grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:850px){.onebed-checkout .woocommerce form.checkout{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:3rem}.onebed-checkout #customer_details{grid-column:1;grid-row:1}.onebed-checkout .checkout-summary{grid-column:2;grid-row:1;position:sticky;top:1.5rem}}
