input.select2-search__field {
    height: 26px;
}

.country-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 500px;
    width: 400px;
    display: block;
    border-radius: 16px;
    filter: brightness(80%);
}


/* Country name bottom-left */
.country-title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    margin: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* Price bottom-right */
.price {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: var(--e-global-color-astglobalcolor0);;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
}
@media screen and (max-width: 767.8px) {
    .price {
        top: 12px;
        bottom: unset;
    }
}
.hotel-price {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--e-global-color-astglobalcolor0);;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
}

.price-flex,
[data-child-ages] > div{
    display: flex;
    flex-wrap: nowrap;
}

.price-flex > *,
[data-child-ages] > div > * {
  width: 50%;
}

.single-offer-right h3 {
    margin-top: 15px;
}

.novit-row {
    margin-left: 0;
}

.contact_form_reisinfo {
    display: none;
}

.jumbotron {
    height: 710px;
}
.main-slider .owl-controls {
    bottom: 365px;
}
.bg-tour .jumbotron {
    height: 375px;
}

.air-datepicker-body--cells .air-datepicker-cell.-day-{
    color: #000;
    font-weight: 600;
    background: #ffb10853;
}
.air-datepicker-body--cells .air-datepicker-cell.-day-.-disabled-{
    color: #ccc;
    font-weight: 100;
    background: #fff;
}

.air-datepicker-cell.-day-.has-departure {
    background: #fff;
    color: var(--the7-h3-color);
}

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: #fff;
    color: #ccc;
}
input[type=text] {
    padding: 6px;
}


.air-datepicker-cell.-day-.has-departure::before {
    background: #ffb10853;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    content: "";
    margin-top: 1px;
    margin-left: 0px;
    position: absolute;
}

.air-datepicker-cell.-day-.has-departure .novit-cal-countries-list {
    width: 170px;
    border-color: var(--ast-global-color-0);
    background: var(--ast-global-color-0);

}

.air-datepicker-cell.-day-.has-departure .novit-cal-countries-list a {
    color: #eee;
}

.air-datepicker-cell.-day-.has-departure .novit-cal-countries-list a:hover {
    color: #fff;
}

.air-datepicker-body--day-name {
    color: #2a2a2a;
}

.novit-datepicker-container {
    position: relative;
}

.novit-datepicker {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

[data-novit-form=search] {
    background: #f0f0f14a;
    border-radius: 10px;
    bottom: 20px;
    z-index: 99;
    padding: 20px;
    color: #fff;
    left: 15px;
    right: 15px;
}

[data-novit-form=search] h2 {
    font-size: 21px;
    line-height: 1;
}

[data-novit-form=search] label {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 7px;
    color: white;
}

[data-novit-form=search] .novit-col-md-4 {
    margin-bottom: 10px;
}


.slider-styled,
.slider-styled .noUi-handle {
    box-shadow: none;
}

/* Hide markers on slider handles */
.slider-styled .noUi-handle::before,
.slider-styled .noUi-handle::after {
    display: none;
}

.slider-styled .noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    width: auto;
    height: auto;
}

/* Show a border when hovering the area the handle responds to */
.slider-styled .noUi-handle:hover .noUi-touch-area {
    border: none;
}

.slider-styled.noUi-target {
    height: 10px;
    background: #fff;
    margin-top: 28px;
}

.slider-styled .noUi-connect {
    background: var(--ast-global-color-0);
    height: 10px;
}

.slider-styled .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 9px;
}

.slider-styled .noUi-tooltip {
    line-height: 1;
    font-size: 11px;
}

.novit-mt-1 {
    margin-top: 7px;
}

.novit-slick-item > * {
    display: block;
    position: static;
    background: transparent;
    padding: 15px 7px;
}

.novit-slick-item {
    padding-top: 0 !important;
    height: auto;
}

.novit-slick-item a {

}

.novit-slick-item .country-info {
    position: static;
}

.country-city > * {
    font-size: 14px;
    font-weight: 500;
    color: #1A2B49;
    padding: 10px !important;
    margin: 0;
}

.novit-slick-item .country-info .col-auto {
    padding: 15px 7px;
}

.novit-slick-item .country-info .col-auto span {
    font-size: 12px;
}

.novit-slick-item .country-info .price {
    font-size: 16px;
    color: var(--ast-global-color-0);
}

.novit-slick-item .country-info *, .novit-slick-item .country-info h3 {
    color: #1A2B49;
}

.icon-calendar1:before {
    color: #7A7585;
}

.novit-arrow {
    top: 50%;
    padding: 0;
}

.novit-arrow:before {
    width: 24px;
    height: 24px;
    background-size: 24px !important;
}

.novit-arrow.novit-arrow-prev {
    right: auto;
    left: -10px;
}

.novit-arrow.novit-arrow-next {
    right: -10px;
}

.novit-slick-item a img {
    position: static;
    transform: none;
    height: 260px;
    width: 260px;
}

.novit-hotel-card {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1A2B49;
    overflow: auto;
    border: 1px solid #afafaf63;
    border-radius: 10px;
}
.novit-hotel-card .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--ast-global-color-1);
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
}
.novit-hotel-card .nights {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--ast-global-color-1);
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
}
.novit-hotel-card h3{
    font-size: 16px;
    min-height: 40px;
}
.novit-hotel-card:hover {
    opacity: 0.7;
}

.novit-hotel-card .novit-hotel-image{
    position: relative;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
}
.novit-hotel-card .novit-hotel-image img{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}
.novit-hotel-card .country-city > * {
    padding: 0 !important;
}

.novit-hotel-card .country-city {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #1A2B49;
}


[data-novit-list]{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 25px;
}
[data-novit-list] .novit-row{
    margin-left: -7px;
    margin-right: -7px;
}
[data-novit-list] .novit-col-6{
    padding-right: 7px;
    padding-left: 7px;
}

.single-offer-right{
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0 3px 15px #1a2b4957;
}
.novit-hotel--overview_item.price{
    font-size: 18px;
    font-weight: 500;
    color: var(--ast-global-color-0);
}
.novit-hotel--overview_list > div{
    margin-bottom: 7px;
}
.novit-hotel--overview_list i {
    padding-right: 5px;
}
.novit-hotel--overview table {
    font-size: 14px;
}
@media screen and (max-width: 767.8px) {
    [data-novit-form=search], .novit-datepicker{
        position: static;
    }
}

.advant__item img {
    display: none;
}
.room__item, .room__content{
    background-color: rgba(255,255,255,0) !important;
}


/* joinup */
.room__name {
    font-weight: 600;
    font-size: 20px;
}
.room__meta-item {
    display: block;
    width: 100%;
}
.room__features,
.room__meta {
    display: block;
}
.room__feature-title {
    font-weight: 600 !important;
    font-size: 18px !important;
}
.transition-expand {
    display: block !important;
}
#infrastructure {
    display: block !important;
}

.tabs .tab-list,
.tabs .tab-list__next-button,
.tabs .tab-list__active-bar {
    display: none !important;
}

.tabs .tab-panels .tab-panel {
    display: block !important;
}

.tabs .tab-panel[style] {
    display: block !important;
}

.infra__items {
    margin: 0 0 1.5rem 0;
    padding: 0;
    list-style: none;
}

.infra__item {
    margin: 0.25rem 0;
}


.tabs .tab-panels .tab-panel {
    display: block !important;
    margin-bottom: 2rem;
}


.tabs .tab-panels .tab-panel::before {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}
.icon {
    display: none;
}


/* Make accordion button name look like an H3 */
.accordion-item__btn .accordion-item__name {
    font-size: 1.5rem;      /* same as typical <h3> */
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: block;
}

/* Hide all images inside the gallery */
.gallery-horizontal__img {
    display: none !important;
}

/* Hide gallery navigation buttons */
.gallery-horizontal__prev-button,
.gallery-horizontal__next-button {
    display: none !important;
}

/* Optional: hide the whole slider wrapper if you want it fully collapsed */
.gallery-horizontal__slider {
    display: none !important;
}

/* Remove all default button styling */
.accordion-item__btn {
    all: unset;
    display: block;
    cursor: pointer;
}

/* Hide the arrow icon */
.accordion-item__arrow {
    display: none !important;
}

/* Turn the name into an H3 */
.accordion-item__name {
    all: unset;              /* wipe all inherited styles */
    display: block;
    font-size: 1.5rem;       /* typical <h3> */
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0.5rem 0;
    color: inherit;
}
