.price-summary {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 32px;*/
}

.price-summary > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

.price-summary > div > div {
    display: flex;
    flex-direction: row;
}


/*další styly*/
.price-summary > div.type2 > div:first-child {
    font-weight: 700;
    color: var(--gray);
}

.price-summary > div.type3 > div:first-child {
    font-weight: 700;
    color: var(--primary);
}

.price-summary > div.type2, div.type3 > div:last-child {
    font-weight: 700;
    color: var(--primary);
}


/*dodatky*/
.price-summary > h2 {
    margin-bottom: 0px;
    border-bottom: none;
}

.price-summary > div.space-after {
    margin-bottom: 16px;
}

.price-summary > button {
    margin-top: 32px !important;
}

#statusText {
    text-align: left;
    margin-top: 20px;
    border-radius: 6px;
    padding: 10px 15px;
}

#statusText.bg-green {
    background-color: var(--green);
}

#statusText.bg-red {
    background-color: var(--primary);
}

@media only screen and (max-width: 1024px) {

    .price-summary > button:not(:first-of-type) {
        margin-top: 56px !important;
    }

}
