#page2 {
    & .ticketTypes {
        &.typeNotActive {

            & .td-count,
            .ticketTypeSum.dynCalc {
                display: none !important;
            }

            & .ticketTypeSumSoldOut .out-badge {
                bottom: 7.5rem;
            }
        }
    }

    & .ticketTypeSum::before {
        float: unset;
    }

    & .proceed-shortcut {
        margin: 1rem 8px;
        width: -moz-available;
        width: -webkit-fill-available;
        width: stretch;

        @media screen and (min-width: 768px) {
            display: none;
        }
    }
}