.elementor-kit-12504{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12504 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}@media(max-width:1024px){.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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1.text-orange {
    display: none !important;
}
.custom-message {
    display: none !important;
}

.wp-block-woocommerce-checkout-shipping-methods-block,
.wp-block-woocommerce-checkout-shipping-method-block,
.wc-block-components-totals-shipping__collaterals{
    display: none !important;
}

.order-actions--heading {
    display: none !important;
}

.order-actions-button {
    display: none !important;
}

tr:has(.order-actions--heading) {
    display: none !important;
}
.attributes {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 Spalten für alle Geräte außer sehr schmale */
    gap: 15px !important; /* Mehr Abstand zwischen den Elementen */
    list-style-type: none !important;
    padding: 0 !important;
    word-break: break-word !important; /* Zwingt Umbruch bei langen Wörtern */
    width: 100% !important; /* Nutzt die volle Breite des Containers */
    max-width: 100% !important; /* Verhindert Begrenzung der Breite */
    box-sizing: border-box !important; /* Zählt Padding zur Breite dazu */
    justify-items: center !important; /* Zentriert die Boxen horizontal */
}

.attribute-name {
    display: block !important;
    padding: 10px !important;
    background-color: #f7f7f7 !important;
    border-radius: 5px !important;
    text-align: center !important;
    white-space: normal !important; /* Erlaubt Zeilenumbrüche */
    word-break: break-word !important; /* Zwingt Umbrüche bei langen Wörtern */
    overflow-wrap: break-word !important; /* Zusätzliche Sicherheit für Umbrüche */
    width: 100% !important; /* Nutzt die volle Breite innerhalb der Grid-Zelle */
    max-width: 100% !important; /* Verhindert zu schmale Boxen */
    box-sizing: border-box !important; /* Zählt Padding zur Breite dazu */
}
    .item-extras ul li
    {
        width:100%!important;
    }
@media screen and (max-width: 1024px) {
    .attributes {
        grid-template-columns: repeat(2, 1fr) !important; /* 2 Spalten für Tablets und Mobile */
        width: 100% !important; /* Sicherstellen, dass die volle Breite genutzt wird */
    }
}

@media screen and (max-width: 480px) {
    .attributes {
        grid-template-columns: 1fr !important; /* 1 Spalte für sehr schmale Geräte */
        width: 100% !important; /* Sicherstellen, dass die volle Breite genutzt wird */
    }
    .inspect-filter-results-container{
        --grid-column-item:1 !important;
    }
}

.inspect-listing-meta-left
{
    display:none;
}/* End custom CSS */