/* Cart Section */

.cart-section .empty, .checkout-section .empty, .paypal-message {
    font-size: 20pt;
    text-align: center;
}

.cart-section a, .checkout-section a, .paypal-message a {
    color: #333;
    font-size: 15pt;
}

.cart-section a:hover, .checkout-section a:hover, .paypal-message a:hover {
    color: #666;
}

.content .cart-section .cart-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content .cart-section .cart-table th,
.content .cart-section .cart-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.content .cart-section .cart-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.content .cart-section .cart-summary {
    text-align: right;
    margin-top: 20px;
}

.content .cart-section .cart-summary .cta-button {
    background-color: #ff4500;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}

.content .cart-section .cart-summary .cta-button:hover {
    background-color: #cc0000;
}

.content .checkout-section form h2 {
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #111;
}

.content .checkout-section form .cta-button {
    display: block;
    width: 100%;
    background-color: #ff4500;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
}

.content .checkout-section form .cta-button:hover {
    background-color: #cc0000;
}
