.cart-intro-card {
    margin-bottom: 10px !important;
}

.cart-items-card {
    margin-top: 0 !important;
}

.cart-overview-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6c7787;
    margin-bottom: 10px;
}

.cart-seller-block {
    border: 1px solid #e7ecf2;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.cart-seller-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #f9fbfd;
    border-bottom: 1px solid #edf2f7;
}

.cart-seller-header h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1f2f46;
}

.cart-seller-count {
    font-size: 11px;
    color: #6a7789;
    white-space: nowrap;
}

.cart-seller-items {
    padding: 6px 10px 6px;
}

.cart-item-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px;
    margin-bottom: 8px;
    border: 1px solid #e4ebf2;
    border-radius: 10px;
    background: #fcfdff;
}

.cart-item-row:last-child {
    margin-bottom: 0;
}

.cart-item-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.cart-item-body {
    flex: 1;
    min-width: 0;
}

.cart-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.cart-item-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #22324a;
}

.cart-remove-btn {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d32f2f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.cart-remove-btn:hover,
.cart-remove-btn:focus {
    background: transparent;
    color: #d32f2f;
    outline: none;
}

.cart-qty-group {
    height: 30px;
    border: 1px solid #ced4da;
    border-radius: 9px;
    background-color: #fff;
    max-width: 106px;
}

.cart-qty-group .btn {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 9px;
}

.cart-qty-group .form-control {
    border: 0;
    font-size: 13px;
}

.cart-delivery-wrap {
    margin-top: 1px;
}

.cart-delivery-label {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    color: #5b6a80;
}

.cart-delivery-select {
    max-width: 165px;
    height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 9px;
    font-size: 13px;
    margin-bottom: 3px;
}

.cart-delivery-meta {
    font-size: 11px;
    color: #1f2f46;
}

.cart-delivery-key {
    color: #fa9123;
    font-weight: 700;
}

.cart-delivery-value {
    color: #1f2f46;
}

.cart-note-wrap {
    margin-top: 4px;
}

.cart-note-display {
    gap: 6px;
}

.cart-note-text {
    line-height: 1.25;
}

.cart-note-icon-btn {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 999px;
    background: #fa9123;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.cart-note-icon-btn i {
    font-size: 11px;
}

.cart-note-icon-btn:hover,
.cart-note-icon-btn:focus {
    background: #f05505;
    outline: none;
}

.cart-summary {
    margin-top: 10px;
    border: 1px solid #e7ecf2;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.cart-summary h5,
.cart-summary h4 {
    color: #22324a;
}
