.elementor-6 .elementor-element.elementor-element-1df46b5c > .elementor-container{max-width:1390px;min-height:70vh;}.elementor-6 .elementor-element.elementor-element-bef4a48{--cols:2;--column-proportion:40%;--cols-gap:30px;}.elementor-6 .elementor-element.elementor-element-bef4a48 .cart_totals .cart-totals-title{display:none;}.elementor-6 .elementor-element.elementor-element-bef4a48 .cart_totals table tr:first-child th, .elementor-6 .elementor-element.elementor-element-bef4a48 .cart_totals table tr:first-child td{padding-top:0;}.elementor-6 .elementor-element.elementor-element-bef4a48 .cart_totals{border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;padding:30px 30px 30px 30px;}.elementor-6 .elementor-element.elementor-element-bef4a48 .checkout-button{background-color:#000000;}.elementor-6 .elementor-element.elementor-element-c8f5407{--display:flex;--background-transition:0.3s;}/* Start custom CSS for woocommerce-cart-etheme_page, class: .elementor-element-bef4a48 *//* Hide the original button text */
.checkout-button.button.alt.wc-forward {
    position: relative; /* Necessary to position the pseudo-element */
    color: transparent; /* Makes the original text invisible */
    font-family: 'Poppins', sans-serif; /* Set the font family */
    background: rgb(92,93,166); /* Fallback background color */
    background: linear-gradient(90deg, rgba(70,191,236,1) 0%, rgba(92,93,166,1) 100%); /* Reversed gradient background */
    border: none; /* Remove any border */
}

/* Add the new text 'Dalej' */
.checkout-button.button.alt.wc-forward::after {
    content: 'Dalej'; /* The new text */
    position: absolute; /* Position it inside the button */
    left: 50%; /* Align horizontally to the center */
    top: 50%; /* Align vertically to the center */
    transform: translate(-50%, -50%); /* Precisely center the text */
    color: #ffffff; /* Set the text color to white */
    font-family: 'Poppins', sans-serif; /* Use Poppins font */
    font-size: 14px; /* Set font size to 14px */
    font-weight: 400; /* Regular weight (Poppins) */
    text-align: center; /* Center the text */
    white-space: nowrap; /* Prevent text wrapping */
}/* End custom CSS */