.elementor-571 .elementor-element.elementor-element-a2b807b{padding:3em 0em 0em 0em;}/* Start custom CSS for shortcode, class: .elementor-element-3cb5bb1f *//* WooCommerce Checkout H2 styling */
.cross-sells h2 {
    font-family: 'Circular Std', sans-serif;  /* Anpassa efter ditt typsnitt */
    font-size: 36px;
    color: #AF2428;
    font-weight: 700;
    text-transform: none; /* Om du vilxl ta bort versaler */
    margin-bottom: 20px;
}
/* WooCommerce Checkout H2 styling */
.cart_totals h2 {
    font-family: 'Circular Std', sans-serif;  /* Anpassa efter ditt typsnitt */
    font-size: 36px;
    color: #AF2428;
    font-weight: 700;
    text-transform: none; /* Om du vilxl ta bort versaler */
    margin-bottom: 20px;
}

.woocommerce-info {
    border-top-color: #AF2428;
}

/* Primära WooCommerce-knappar (t.ex. Slutför köp / Till kassan) */
.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt {
    background-color: #AF2428;   /* Ändra till önskad bakgrundsfärg */
    color: #ffffff;
    border-radius: 40px;        /* Rundade hörn */
    padding: 12px 28px;
    font-family: 'Circular Std', sans-serif; /* Anpassa till ditt typsnitt */
    font-weight: 600;
    border: none;
    transition: all 0.2s ease-in-out;
}

/* Hover-effekt */
.woocommerce .button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover {
    background-color: #8c1c20; /* Mörkare på hover */
    color: #ffffff;
}/* End custom CSS */