.elementor-15 .elementor-element.elementor-element-cf95ef6 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-primary );}.elementor-15 .elementor-element.elementor-element-cf95ef6{--sections-title-color:var( --e-global-color-secondary );--links-normal-color:var( --e-global-color-text );--product-link-normal-color:var( --e-global-color-primary );--order-summary-items-divider-weight:2px;--order-summary-quantity-border-weight:2px;--order-summary-remove-icon-normal-color:var( --e-global-color-dfdd71f );--totals-color:var( --e-global-color-primary );--totals-divider-weight:0px;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-cf95ef6 */.product-thumbnail {
    color: #000 !important;
}


.product-price {
    color: #000 !important;
}

.product-quantity {
    color: #000 !important;
}

.product-subtotal {
    color: #000 !important;
}

.actions.wdt-cart-button button.button[name="update_cart"] {
    background-color: #000 !important;
}

/* Styl dla przycisków PLUS i MINUS */
.quantity.quantity-with-plusminus input.minus,
.quantity.quantity-with-plusminus input.plus {
    background-color: #000000 !important; /* Kolor tła (teraz czarny) */
    color: #ffffff !important;            /* Kolor znaku + i - */
    border: 1px solid #000000 !important; /* Obramowanie */
    width: 40px !important;               /* Szerokość przycisku */
    height: 40px !important;              /* Wysokość przycisku */
    cursor: pointer !important;
}

.quantity.quantity-with-plusminus input[type="number"] {
    margin-top: 6px !important;
}/* End custom CSS */