.elementor-kit-1626{--e-global-color-primary:#E67F16;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-ebe06d5:#02010100;--e-global-color-0d56e0d:#2E2B2B;--e-global-typography-primary-font-family:"Monserat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Monserat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Monserat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Monserat";--e-global-typography-accent-font-weight:700;}.elementor-kit-1626 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-1626{--e-global-typography-primary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS */html,body{
    max-width: 100%;
    overflow-x: hidden;
}

.checkout-button{
    margin-bottom: 1rem !important;
}

/* Titles (Bestelldetails, Addresses) */
.woocommerce-order-details__title, 
.woocommerce-column__title,
.woocommerce-order-details h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
}

/* --- The Order Table --- */
.woocommerce-table--order-details {
    background: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 40px !important;
}

/* Header Row (Produkt / Gesamtsumme) */
.woocommerce-table--order-details thead th {
    background-color: #f8f9fa !important;
    color: #555 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    padding: 18px 25px !important;
    border-bottom: 2px solid #eee !important;
}

/* Body Rows (Products) */
.woocommerce-table--order-details tbody td {
    padding: 20px 25px !important;
    border-top: 1px solid #f1f1f1 !important;
    color: #555 !important;
    vertical-align: middle !important;
    font-size: 15px !important;
}

/* Product Links */
.woocommerce-table--order-details tbody td a {
    color: #333 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.woocommerce-table--order-details tbody td a:hover {
    color: #0073aa !important; /* Change this to your brand color */
}

/* Footer Rows (Subtotal, Shipping, Payment, Total) */
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
    padding: 15px 25px !important;
    border-top: 1px solid #f1f1f1 !important;
    background-color: #fff !important;
}

.woocommerce-table--order-details tfoot th {
    color: #777 !important;
    font-weight: 500 !important;
    width: 50% !important;
}

.woocommerce-table--order-details tfoot td {
    text-align: right !important;
    color: #333 !important;
    font-weight: 600 !important;
}

/* Highlight the Final Total Row */
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
    background-color: #fcfcfc !important;
    border-top: 2px solid #eee !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 800 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

/* --- Address Section --- */
.woocommerce-customer-details {
    display: flex !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    margin-top: 40px !important;
}

.woocommerce-column--billing-address, 
.woocommerce-column--shipping-address {
    flex: 1 !important;
    min-width: 300px !important;
}

/* The Address Box */
.woocommerce-customer-details address {
    background: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    color: #555 !important;
    font-size: 15px !important;
}

/* --- 1. The "Thank You" Success Message --- */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background-color: #d4edda !important; /* Soft Success Green */
    color: #155724 !important; /* Darker Green Text */
    border: 1px solid #c3e6cb !important;
    padding: 20px 30px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    display: block !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

/* Optional: Add a checkmark icon before the text */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    content: "\2713" !important; /* Checkmark Unicode */
    margin-right: 10px !important;
    display: inline-block !important;
    background: #fff !important;
    color: #28a745 !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 14px !important;
}
/*Center the order list*/
ul.woocommerce-order-overview {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin: 0 auto 40px auto !important; /* Center the list container */
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    width: 100% !important;
}
/* Mobile Tweak: Stack items nicely on small screens */
@media (max-width: 768px) {
    ul.woocommerce-order-overview {
        flex-direction: column !important;
    }
    ul.woocommerce-order-overview li {
        border-right: none !important;
        border-bottom: 1px dashed #d3ced2 !important;
        margin: 10px 0 !important;
        padding: 0 0 10px 0 !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Monserat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://sustable.eu/wp-content/uploads/2025/12/Montserrat-Regular-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Monserat';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://sustable.eu/wp-content/uploads/2025/12/Montserrat-Bold-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Monserat';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://sustable.eu/wp-content/uploads/2025/12/Montserrat-Light-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Monserat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://sustable.eu/wp-content/uploads/2025/12/Montserrat-SemiBold-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */