.product-item {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-item input[type="checkbox"] {
    margin-top: 10px;
}

#checkout-form-container {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
}


#checkout-icon img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#checkout-modal {
    transition: all 0.5s ease-in-out;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}
