.warenkorb-items {
    position: sticky;
    position: -webkit-sticky;
    background: #f2f2f2;
    width: 100%;
    min-height: 170px;
    top: 120px;
    justify-content: center;
    align-items: center;
    color: #7b7979;
    padding: 20px;
}
.warenkorb-items h2 {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px #ddd solid;
    padding: 20px 0;
}
.warenkorb-items h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.warenkorb-items .configuredprice {
    font-size: 16px;
    border-top: 1px #ddd solid;
    text-align: left;
    border-bottom: none;
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
.warenkorb-items .amount {
    /*color: #7b7979;*/
    color: #57bf6d;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
.summary-content .generator-wrapper {display:none;}
