.containerSelectizeHighlights {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#containerHighlights .containerSelectizeHighlights {
    position: absolute;
    height: 100%;
    top: 0;
}

.containerNextTripFinder .containerSelectizeHighlights {
    margin: 40px auto !important;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.containerNextTripFinder .containerSelectizeHighlights h1 {
    margin-bottom: 5px !important;
}

.containerNextTripFinder .containerSelectizeHighlights .searchHighlights select {
    background: url("../../files/arrowDownDark.png"), #f6f6f6;
    background-repeat: no-repeat;
    background-position: 103%;
    background-size: 40px;
}

.containerNextTripFinder .containerSelectizeHighlights .filtersApplied {
    display: flex !important;
}

.containerSelectizeHighlights h1 + p {
    display: none;
}

.containerSelectizeHighlights h1 {
    font-weight: 700;
    font-size: 41.98px;
    line-height: 53px;
    color: black;
}

#containerHighlights .containerSelectizeHighlights p {
    color: white;
    margin-bottom: 30px !important;
    display: block !important;
}

#containerHighlights .containerSelectizeHighlights h1 {
    color: white !important;
}

#containerHighlights .containerSelectizeHighlights .filtersApplied {
    display: none !important;
}

.searchHighlights {
    display: flex;
    width: 60%;
    max-width: 900px;
    margin-top: 10px;
    display: none;
}
.searchHighlights.shown{
    display:flex !important;
}
.searchHighlights select {
    border: transparent;
    background-image: url("../../files/arrowDown.png");
    background-repeat: no-repeat;
    background-position: 103%;
    background-size: 40px;
    width: 230px;
    padding: 10px 10px;
    cursor: pointer;
    margin-right: 10px !important;
    color: black;
    border-radius: 0 !important;
}

.buttonRed {
    width: fit-content;
    padding: 10px 30px;
    color: white;
    border: 1px solid #aa1829;
    background: #aa1829;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.buttonRed:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.filtersApplied {
    display: flex;
    align-items: center;
    margin: 20px 0 10px;
    width: 60%;
    max-width: 900px;
}

.filtersApplied p {
    margin-bottom: 0 !important;
}

.titleFiltersApplied {
    color: rgba(0, 0, 0, 0.5) !important;
    margin-right: 10px !important;
}

.filterApplier {
    padding: 5px;
    border-radius: 5px;
    background: rgba(170, 24, 41, 0.1) !important;
    color: black !important;
    border: 1px solid #aa1829;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
}

.filterApplier img {
    margin-left: 10px;
    cursor: pointer;
}
.filterApplier .remove-filter{
    position: relative;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
    cursor:pointer;
}
#abtourDiv {
    display: none;
    margin-top: 10px;
}

#searchOptions {
    position: relative;
    display: flex;
    width: 450px;
    height: auto;
    overflow: hidden;
    align-items: center;
    margin-bottom: 15px;
}

.tripSearchButton {
    position: relative;
    width: 210px;
    height: 35px;
    background: white;
    margin-left: 10px;
    margin-right: 10px; /* border-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #aa1829;
    background: #aa1829;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}
.tripSearchButton.selected{
    background:#650f19;
    border-color:#650f19;
}
@media screen and (min-width: 850px) and (max-width: 1400px) {
    .containerNextTripFinder .containerSelectizeHighlights .searchHighlights, .containerNextTripFinder .containerSelectizeHighlights .filtersApplied {
        width: 90%;
        max-width: 1000px;
        justify-content: center;
    }

    #containerHighlights .containerSelectizeHighlights .searchHighlights {
        justify-content: center;
        width: 85%;
        max-width: unset;
    }

    .containerSelectizeHighlights h1 {
        text-align: center;
        font-size: 35px;
        line-height: 50px;
    }
}

@media screen and (max-width: 900px) {
    .filtersApplied p{
        margin-bottom:5px !important;
    }
    .searchHighlights select {
        background-position: 100%;
    }

    .containerNextTripFinder .containerSelectizeHighlights .searchHighlights select {
        background-position: 100%;
    }

    .containerSelectizeHighlights h1 {
        text-align: center;
        font-size: 25px;
        line-height: 40px;
        margin: 0 !important;
    }

    #containerHighlights .containerSelectizeHighlights h1 {
        color: white !important;
    }

    #containerHighlights .containerSelectizeHighlights p {
        font-size: 15px;
        text-align: center;
    }

    .filtersApplied {
        width: 90%;
    }

    .searchHighlights {
        width: 90%;
        flex-direction: column;
    }

    .searchHighlights select {
        width: 100%;
        margin-bottom: 5px;
    }

    .searchHighlights .buttonRed {
        width: 100% !important;
        text-align: center;
        margin-bottom: 0px !important;
    }

    .searchHighlights {
        margin-bottom: 0px;
    }

    .containerNextTripFinder .containerSelectizeHighlights .filtersApplied {
        flex-direction: column;
        align-items: baseline;
    }

    .filtersApplied p:first-child {
        margin-bottom: 10px !important;
    }

    #searchOptions{
        flex-direction: column;
    }
    .tripSearchButton{
        margin-bottom: 10px;
    }

    .btnSearch{
        margin: 0 !important;
    }
}

