/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */


.nav-dividers .pahead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.5rem 1rem;
    text-decoration: none;
    margin-bottom: 0;
}

.brutto-price {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}


.circle-info {
    color: #fff;
    background: #525252;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
}

.orange,
.rot {
    color: orange;
}

.cart-dropdown .dropdown-cart-items img {
	width: 100%;
	height: auto;
}