.cart-delivery-section { margin-top: 18px; padding-top: 18px; border-top: 1px solid #e9e9e9; }
.cart-delivery-label { display: block; margin-bottom: 10px; color: #222; font-weight: 800; }
.cart-choice { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 9px; padding: 14px; border: 1px solid #e3e5ea; border-radius: 10px; cursor: pointer; direction: rtl; text-align: right; transition: .15s ease; }
.cart-choice:has(input:checked) { border-color: #5967ee; background: #f5f6ff; box-shadow: 0 0 0 2px rgba(89,103,238,.08); }
.cart-choice input[type="radio"] { appearance: none; -webkit-appearance: none; flex: 0 0 18px; width: 18px; height: 18px; margin: 3px 0 0; border: 2px solid #a4a9b3; border-radius: 50%; background: #fff; box-shadow: none; cursor: pointer; transition: border-color .15s ease, background-color .15s ease; }
.cart-choice input[type="radio"]:checked { border-color: #5967ee; background: #5967ee; box-shadow: inset 0 0 0 4px #fff; }
.cart-choice input[type="radio"]:focus-visible { outline: 3px solid rgba(89,103,238,.18); outline-offset: 2px; }
.cart-choice span { min-width: 0; flex: 1; text-align: right; }
.cart-choice strong, .cart-choice small { display: block; }
.cart-choice small { margin-top: 3px; color: #777; font-size: 12px; line-height: 1.7; }
.cart-choice b { align-self: flex-start; margin-right: auto; white-space: nowrap; color: #333; font-size: 12px; text-align: left; }
.cart-choice em { padding: 2px 6px; border-radius: 8px; color: #16836f; background: #e7f8f3; font-size: 10px; font-style: normal; }
.cart-address-add { color: #5967ee; font-size: 12px; font-weight: 700; }
.cart-no-address { padding: 14px; border-radius: 10px; color: #805c00; background: #fff7dd; font-size: 13px; }
.cart-no-address a { display: block; margin-top: 7px; color: #5967ee; font-weight: 800; }
.cart-shipping-total { margin-top: 16px; }
@media (max-width: 575px) { .cart-choice { flex-wrap: nowrap; } .cart-choice b { margin-right: 4px; } }
