:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-465b818 */.custom-checkout-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.checkout-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.customer-details, .order-summary {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    width: 48%;
}

.order-summary {
    text-align: center;
}

.order-summary ul {
    list-style: none;
    padding: 0;
}

.order-summary .order-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.order-summary .order-item img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 5px;
}

.order-summary .order-item-details {
    flex-grow: 1;
}

.price {
    font-weight: bold;
    color: #27ae60;
}

.total {
    font-size: 20px;
    font-weight: bold;
}

.checkout-buttons {
    text-align: center;
    margin-top: 20px;
}

.checkout-buttons button {
    padding: 12px 20px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.print-button {
    background: #007bff;
    color: #fff;
}

.checkout-button {
    background: #27ae60;
    color: #fff;
}/* End custom CSS */