.event-details {
    padding-right: 35px;
    background: white;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.event-list-item {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 20px;
}

.event-list-item i:not(.open_modal_map ) {
    flex: 0 0 15px;
    color: white;
    background: var(--ci-color2);
    padding: 8px;
    border-radius: 100%;
    font-size: 12px;
}

.event-description {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #666;
}

#frontpage .event-booking-btn,
#frontpage .btn.btn-primary {
    background: var(--ci-color2);
    border-color: var(--ci-color2);
    font-weight: 600;
    color: #fff;
    font-size:13px;
    text-transform: uppercase;
    border-radius:10px;
    padding:8px 15px;
}

@media (min-width: 1000px) {
    .event-feature-img {
        padding: 35px 0;
    }
}

.event-feature-img img {
    display: block;
}

.booking-details {
    margin-bottom: 20px;
    padding: 35px;
}

.order-summary .line {
    display: flex;
}
.order-summary .line > div {
    padding:12px 20px;
}
.order-summary .line div:first-child {
    width:70%;
}
.order-summary .line div:nth-child(2) {
    width:30%;
}

.order-summary .line.headline {
    background:#F8F8F8;
    font-weight: bold;
    text-transform: uppercase;
}

.order-summary .line.product-line {
    background: #FDFDFD;
}

.order-summary .line.sub-total div:first-child {
    background:#F8F8F8;
    font-weight: bold;
}

.order-summary .line.vat div:first-child {
    font-weight: bold;
    background:#F8F8F8;
}

.order-summary .line.total {
    font-weight: bold;
}
.order-summary .line.total div:first-child {
    background:#F8F8F8;
    font-weight: bold;
}

.order-summary .line.voucher div:first-child {
    font-weight: bold;
    background: #FDFDFD;
}