.nav-sections {
    background: #ffffff;
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
}

.section-item-content .navigation {
    background: #ffffff;
}

.product.data.items>.item.content {
    background: white !important;
}

.nav-sections-item-content>.navigation {
    text-transform: uppercase;
}

.action.primary {
    background: rgb(0, 150, 40);
    border: 1px solid rgb(0, 150, 40);
}

.action.primary:hover {
    background: rgb(0, 120, 32);
}

.fotorama__thumb-border {
    border: 1px solid #003366 !important;
}

.product-info-main span.price:before {
    content: "Preis: ";
}

.payment-method-extra img {
    vertical-align: middle;
    height: 19px;
}

.checkout-agreement.field.choice.required {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .navigation li.level0 {
        border-top: none;
        font-size: 16pt;
    }
    .navigation .level0 .submenu {
        font-size: 10pt;
    }
}