.uni-warenkorb-headline {
    font-weight: bold;
}

.uni-warenkorb-items-list, .uni-warenkorb-participants-list {
    margin-bottom: 1em;
}

.uni-warenkorb-item, .uni-warenkorb-participant {
    padding: 0.5em 0;
}

.uni-warenkorb-item:nth-child(odd), .uni-warenkorb-participant:nth-child(odd) {
    background-color: #EEE;
    background-color: var(--primary_color_1, #EEE);
}

.uni-warenkorb-bgcolor {
    background-color: #EEE;
    background-color: var(--primary_color_1, #EEE);
}

.uni-warenkorb-modul {
    margin-bottom: 0.75em;
}

.uni-wk-participant-name {
    font-weight: 500;
}

.uni-wk-modul-anzahl {
    width: 3em;
}

.favourite-debitor:hover {
    cursor: pointer;
}

.debitor-ausblenden:hover {
    cursor: pointer;
}

.static-bottom-right {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

#uni-warenkorb-button-icon {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 101;
    width: 48px;
    height: 48px;
    background-color: #999;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 24px;
}

#uni-warenkorb-button-icon:hover {
    background-color: #777;
}

#uni-warenkorb-button-icon i {
    position: absolute;
    left: 12px;
    top: 11px;
}

.uni-wk-chevron-after::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}
.uni-wk-chevron-after.collapsed::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}