@charset "UTF-8";
/* CSS Document */

.langmenu {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    cursor: pointer;
}

.langmenu ul li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.langmenu ul li a {
    display: inline-block;
    padding: 10px;
    color: #333 !important;
}

.langmenu img {
    width: 20px;
}

.langmenu .currency-icon {
    padding-left: 18px;
    position: relative;
}

.langmenu .currency-icon::before {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    font-size: 15px;
    position: absolute;
    left: 5px;
    top: -4px;
}

.langmenu .currency-icon.euro::before {
    content: "\e91b";
}

.langmenu .currency-icon.dollar::before {
    content: "\e91d";
}

#searchMapContainer {
    margin-top: 20px;
    height: 0px;
    overflow: hidden;
    transition: height .5s linear;
}

#searchMap {
    height: 400px;
}

.strip_all_tour_list .vehicle-info-list {
    margin-top: 15px;
    margin-bottom: 15px;
    flex: 1;
    overflow: auto;
}

.strip_all_tour_list .vehicle-info-list i {
    font-size: 18px;
    margin-right: 5px;
}

#collapseFilters {
    padding-top: 20px;
}

.table_summary tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table_summary tr:last-child td {
    border-bottom: 0;
}

.table_summary {
    margin-bottom: 0;
}


.form-group label sup {
    color: #ff0000;
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
    left: .5em;
}

.table.extras-table td.icon-col {
    text-align: center;
}

.table.extras-table td i.small-icon {
    font-size: 15px;
}

.table.payment-table td span.checkmark {
    left: unset;
    right: 20px;
    top: -15px;
    width: 30px;
    height: 30px;
}

.table.payment-table td span.checkmark:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 15px;
}

.table.extras-table img.extra-icon {
    width: 50px;
}

.booking-image {
    max-width: 100%;
    aspect-ratio: 540 / 400;
    object-fit: cover;
}