.summary_header {
    position: relative;
    width: 100%;
}

.summary_total_list {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.summary_trigger {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.5rem;
    height: 3rem;
    align-items: center;
    padding: .25rem .5625rem;
    background: #E9E9E9;
    border-radius: .625rem;
    box-sizing: border-box;
    border: none;
}

.summary_trigger_label {
    font-size: 1rem;
    font-weight: 300;
    margin-right: .5rem;
    text-align: left;
    padding-top: 4px;
}

@media screen and (min-width: 992px) {
    .summary_trigger {
        padding: .625rem 1.3125rem;
    }

    .summary_trigger_label {
        margin-right: 1.125rem;
        white-space: nowrap;
        align-self: flex-end;
        padding: 0;
    }
}

.summary_trigger .price_currency {
    white-space: nowrap;
}

.summary_trigger[aria-expanded='false']::after {
    transform: scaleY(1);
}

.summary_trigger[aria-expanded='true']::after {
    transform: scaleY(-1);
}

.summary_trigger::after {
    font-size: 1rem;
    margin-left: auto;
    padding-left: 8px;
    transform: scaleY(1);
    transition: 0.18s ease;
}

.summary_trigger::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

/* General */
.price_currency {
    position: relative;
    display: inline-block;
    line-height: 1;
}

    .price_currency .currency {
        font-size: 0.75em;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        margin: 0 0.25em 0 0;
    }

    .price_currency .price {
        display: inline-flex;
        align-items: flex-end;
        font-size: 0.75em;
        line-height: 1;
        white-space: nowrap;
        font-weight: 700;
    }

    .price_currency .decimals {
        font-size: .5em;
        line-height: 1;
        font-weight: 700;
        vertical-align: baseline;
        margin-bottom: .125rem;
    }

#navbar-fixed {
    transition: all 0.15s ease-out;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media screen and (min-width: 992px) {
    .price_currency .currency {
        font-size: 1em;
    }

    .price_currency .decimals {
        font-size: 0.7em;
    }

    .price_currency .price {
        font-size: 1em;
    }
}
.button {
    font-size: 1.125rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-weight: 500;
    line-height: 1;
    padding: .875rem 1.5rem;
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.06s linear;
}

    .button:focus-visible,
    .button:hover {
        box-shadow: 0 .3125rem 1.25rem rgba(157, 138, 152, 0.4);
    }

.summary_total_list .btn-next {
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    background-color: #D60E41;
    background-image: linear-gradient(90deg, #0D2E45 -29%, #D60E41 189%);
    border-width: 0;
    min-width: 9.5rem;
    margin-left: 1.25rem;
}

    .summary_total_list .btn-next:focus,
    .summary_total_list .btn-next:hover {
        background-image: linear-gradient(-90deg, #0D2E45 -29%, #D60E41 189%);
    }

@media screen and (min-width: 992px) {
    .summary_total_list .btn-next {
        min-width: 7.9375rem;
    }
}

.dropdown-summary-top-box {
    width: 470px;
    border: none;
    border-radius: 16px;
}

.summary_journey {
    display: flex;
    flex-wrap: wrap;
}

.summary_travel {
    font-size: 1.25rem;
    order: -2;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.1;
    color: var(--bs-primary);
    font-weight: 300;
}

.summary_travel_separator_label {
    margin: 0 .4375rem;
}

.summary_date {
    font-size: 1rem;
    order: -3;
    flex-basis: 100%;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 300;
    color: #9D8A98;
    margin-bottom: .25rem;
}

.summary_date_week {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.summary_date_month {
    margin: 0 .3125rem;
}

.summary_route {
    font-size: 1.25rem;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1;
    margin-top: 1.5rem;
}

.summary_airport {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
}

    .summary_airport:last-of-type {
        justify-content: flex-end;
        text-align: right;
    }

.summary_airport-city {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.summary_airport-code {
    font-size: 1.25rem;
    flex: 0 0 100%;
    color: #9D8A98;
    font-weight: 500;
}

.summary_time {
    font-size: 1.5625rem;
    z-index: 2;
    position: relative;
    font-weight: 700;
    margin-bottom: .25rem;
    background: #fff;
}

.summary_airport:first-of-type .summary_time {
    padding-right: 1.25rem;
}

.summary_airport:last-of-type .summary_time {
    padding-left: 1.25rem;
}

    .summary_airport:first-of-type .summary_time:after,
    .summary_airport:last-of-type .summary_time:before {
        content: "";
        position: absolute;
        top: 50%;
        display: inline-block;
        width: .5rem;
        height: .5rem;
        border-radius: 50%;
        background-color: var(--custom-yellow);
        transform: translateY(-50%);
    }

.summary_airport:first-of-type .summary_time::after {
    right: -.0625rem;
}

.summary_airport:last-of-type .summary_time::before {
    left: -.0625rem;
}

.summary_airport .journey-schedule_station_city_airport {
    font-size: .875rem;
    font-weight: 500;
}

.extra-day {
    font-size: .75rem;
    position: absolute;
    top: -.8125rem;
    right: 0;
    font-weight: 300;
    white-space: nowrap;
}

    .extra-day::before {
        content: "+";
        margin: 0;
    }

.summary_duration_time-connection {
    font-size: .75rem;
    flex: 1 1 2.75rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 .5rem;
}

    .summary_duration_time-connection::before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 50%;
        top: 13px;
        width: 90%;
        height: .0625rem;
        transform: translateX(-50%);
        background-color: #b3b3b3;
    }

.summary_duration_time {
    font-size: .875rem;
    order: 2;
    position: absolute;
    top: 1.625rem;
    left: 50%;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
}

.summary_connection {
    order: 1;
    position: relative;
    top: -.625rem;
    white-space: nowrap;
}

.summary_airport-terminal {
    font-size: 1rem;
    flex-basis: 100%;
}

.fare-label {
    font-size: 1em;
    font-weight: 700;
    border-radius: .3125rem;
    padding: .125rem .75rem;
    color: #fff;
    background: #0D2E45;
}

    .fare-label.fare3 {
        color: #fff;
        background: #6e828f;
    }

    .fare-label.fare4 {
        color: #fff;
        background: #6e828f;
    }

.summary_fare .fare-label {
    font-size: .75rem;
}

.summary_flight {
    font-size: .75rem;
    order: 1;
    flex: 0 0 100%;
    color: #9D8A98;
}

.flight-number {
    display: flex;
    justify-content: center;
}

.flight-number_label::after {
    content: ":";
    margin-right: .25rem;
}

.flight-number_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.connections_journeys_group {
    position: relative;
    padding: 0;
    list-style: none;
}

    .connections_journeys_group::before {
        content: '';
        position: absolute;
        top: 1.125rem;
        left: 1.8125rem;
        height: 70%;
        border-left: 2px solid #d2d5da;
    }

.connections_journeys_group_item.connections_journey {
    display: inline-flex;
    flex-direction: column;
}

.connections_journeys_group_item {
    font-size: .9375rem;
    position: relative;
    color: #0d2e45;
    padding: .4375rem 0 .4375rem 2.75rem;
}

.connections_transit {
    font-size: .875rem;
    color: #6e828f;
}

.connections_journeys_group_item .time {
    margin: 0 .375rem 0 0;
}

.connections_journeys_group_item .time {
    color: #0d2e45;
    font-weight: 500;
}

.connections_journeys_group_item .station {
    color: #0d2e45;
    font-weight: 500;
    margin: 0;
}

.connections_journeys_group_item .station-code {
    font-weight: 400;
    color: #9d8a98;
}

.connections_journey::after {
    content: '';
    position: absolute;
    left: 1.625rem;
    top: 50%;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #fdc400;
    transform: translateY(-50%);
}

.connections_total {
    font-size: .875rem;
    color: #0d2e45;
    font-weight: 300;
}

.connections_total_label {
    margin-right: .375rem;
}

.connections_total_time {
    color: #0d2e45;
    font-weight: 500;
}
.summary_typology_item {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    border-bottom: .0625rem solid #E9E9E9;
    border-top: .0625rem solid #E9E9E9;
    padding: 1.0625rem 0;
}

    .summary_typology_item .paxtype_group {
        font-size: 1rem;
        font-weight: 300;
    }

.paxtype_group {
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.paxtype {
    display: flex;
    margin-right: .25rem;
}

    .paxtype::after {
        content: ',';
    }

    .paxtype:last-child {
        margin-right: 0;
    }

        .paxtype:last-child::after {
            content: '';
        }
.summary_price-resume_container {
    flex: 0 0 100%;
}

@@media (max-width: 27.5rem) {
    .price-resume_head {
        font-size: 1rem;
    }
}

.price-resume_head {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    font-size: 1.125rem;
    align-items: center;
    padding: .375rem 0;
    cursor: pointer;
}

    .price-resume_head .label {
        margin-right: .25rem;
    }

    .price-resume_head .label,
    .price-resume_head .price-resume_head_label {
        font-weight: 500;
    }

    .price-resume_head .price {
        flex: 1 1 auto;
        text-align: right;
    }

    .price-resume_head[aria-expanded='false']::after {
        transform: scaleY(1);
    }

    .price-resume_head::after {
        font-size: .75rem;
        margin-left: auto;
        padding-left: 8px;
        transform: scaleY(1);
        transition: 0.18s ease;
    }



.price-resume_records .price-resume_record.price-resume_record-concept {
    padding-left: 1.5625rem;
}

.price-resume_records {
    color: #9D8A98;
    padding: 0 8px;
    margin: 0;
}

    .price-resume_records .price-resume_record {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .125rem 0 .125rem 0;
        color: var(--bs-primary);
        font-size: 14px;
    }

        .price-resume_records .price-resume_record .price-resume_record_label {
            flex: 1 1 40%;
            margin-right: .3125rem;
        }

.price-resume_record_price .price_currency .price,
.price-resume_record_price .price_currency .currency,
.price-resume_record_price .price_currency .decimals {
    font-weight: 400;
}
.summary_total-bottom_wrap {
    border-top: .0625rem solid #D2D5DA;
    padding-top: .5rem;
}

.summary_total-bottom {
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-weight: 700;
}

    .summary_total-bottom .total-label {
        font-size: 1.25rem;
    }
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-btn-color);
}

.accordion-button.no-style {
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-weight: bold;
    padding-left: 0;
}

    .accordion-button.no-style:focus {
        box-shadow: none;
    }

.accordion-item {
    border: none;
    margin-bottom: 0.5rem;
}

.accordion-body {
    padding-left: 0;
}

.btn-general {
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    background-color: #D60E41;
    background-image: linear-gradient(90deg, #0D2E45 -29%, #D60E41 189%);
    border-width: 0;
    min-width: 9.5rem;
}

.btn-general:focus, .btn-general:hover {
    background-image: linear-gradient(-90deg, #0D2E45 -29%, #D60E41 189%);
}

/* Patch 30/05/2025 */
.btn-general {
    background-color: var(--bs-primary);
    background-image: none;
}
.btn-general:focus, .btn-general:hover {
    background-image: none;
}
.summary_total_list .btn-next {
    background-color: var(--bs-primary) !important;
    background-image: none !important;
}
.summary_total_list .btn-next:focus, .summary_total_list .btn-next:hover {
    background-image: none !important;
}

@media screen and (min-width: 992px) {
    .btn-general {
        min-width: 7.9375rem;
    }
}