.checkout-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #8a001f;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 32px;
}

.title {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
}

#cartItems img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}