.woocommerce{
    margin-top: 50px;
}
/* Styl dla tabeli koszyka */
.woocommerce-cart-form table {
    width: 100%;
    border-collapse: collapse;
}

/* Nagłówki tabeli */
.woocommerce-cart-form th {
    background: #f8f8f8;
    padding: 10px;
    text-align: left;
}

/* Przyciski akcji */
.woocommerce-cart-form .button {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* Podsumowanie koszyka */
.cart_totals {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
}
.cart_totals h2{
    color: #000000 !important;
}

.cart_totals h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Przycisk "Przejdź do płatności" */
.checkout-button {
    background: #1b4884 !important;
    color: white;
    font-size: 18px;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
    display: block;
}

.checkout-button:hover {
    background: #3700b3;
}
a{
    text-decoration: none !important;
    color: black;
}
.button{
    background: #1b4884 !important;
    color: #ffffff !important;
}
.woocommerce-cart-form {
    margin-bottom: 40px;
}

.woocommerce-checkout {
    border-top: 2px solid #ddd;
    padding-top: 20px;
}
