#header .header .header-left #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown {
    z-index: 999999999999 !important;
}

#st-content-wrapper.st-single-tour .st-tour-booking .st-tour-booking__info .st-tour-booking__submit .btn-large:not(.iscu_jetzt_buchen) {
    font-weight: normal;
}

.iscu_available_popup_wrapper,
.iscu_available_default_popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .3);
    z-index: 999999;
    display: none;
}

.iscu_order_status_img {
    width: 80px;
}

.wb-fb-checkbox,
.st-icheck-item label {
    display: flex !important;
    align-items: baseline;
}

.iscu_disable {
    pointer-events: none;
    opacity: 0.8 !important;
}

.iscu_available_popup_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    background: white;
    border-radius: 20px;
    padding: 20px;
    color: black;
    font-size: 16px;
}

.iscu_available_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.iscu_available_close,
.iscu_available_default_close {
    background: #ec927e;
    border-radius: 10px !important;
    font-weight: bold !important;
    color: white !important;
}

/* Filter CSS Start */
.iscu_filter_wrapper .iscu_filter_li button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: white;
    border: 0px;
    font-size: 16px;
}

.iscu_filter_wrapper .iscu_filter_option_wrap ul {
    display: flex !important;
    flex-direction: column;
}

.iscu_filter_wrapper .iscu_filter_option_wrap ul {
    display: flex !important;
    flex-direction: column;
    padding: 0 20px 20px !important;
}

.iscu_filter_wrapper .iscu_filter_li>div {
    border: 1px solid #dfdfdf;
}

.iscu_filter_wrapper .iscu_filter_option_wrap {
    display: none;
}

.iscu_filter_wrapper .iscu_filter_option_wrap.iscu_price_wrap {
    padding: 0 20px;
}

/* Filter CSS End */

.single-st_tours .daterangepicker.dropdown-menu.show-calendar {
    overflow: visible !important;
}

.iscu_spaces_html {
    position: absolute;
    width: 100%;
    bottom: unset !important;
}

#form-booking-inpage .iscu_jetzt_buchen {
    /* display: block !important; */
    margin: auto;
    margin-bottom: 15px;
}

.form-group.iscu_hidden_jetzt_buchen {
    display: none;
}

.iscu_payment_options_wrapper .iscu_title {
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.iscu_hide {
    display: none;
}

.iscu_footer_check {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

.iscu_payment_options_form,
.iscu_checkout_payment_wrapper {
    margin: 20px 0;
}

input#iscu_footer_input {
    height: 16px !important;
    width: 16px !important;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #A0A9B2 !important;
    margin-right: 14px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    input#iscu_footer_input {
        width: 74px !important;
    }
}

@media screen and (min-width: 991px) {
    .iscu_filter_wrapper {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .top-filter:not(.iscu_filter_wrapper) {
        display: none !important;
    }

    .iscu_filter_wrapper {
        display: unset;
    }

    .st-hotel-result .top-filter>ul>li .form-extra-field button.dropdown .fa {
        display: unset !important;
    }

    .st-hotel-result .top-filter {
        overflow: scroll !important;
    }

    #dropdownMenuFacilities,
    #dropdownMenuFilterPrice {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    body .st-hotel-result .top-filter>ul>li .form-extra-field .dropdown-menu {
        display: none;
        max-height: unset !important;
        overflow: unset !important;
        float: unset;
    }

    .st-hotel-result .top-filter>ul>li .form-extra-field {
        overflow: unset !important;
    }
}

@media screen and (max-width: 619px) {

    .st-checkout-page .cond-form {
        margin-top: 75px !important;
    }

    .st-checkout-page .cond-form .st-icheck {
        margin-bottom: unset !important;
    }
}

@media screen and (max-width: 550px) {
    input#iscu_footer_input {
        width: 92px !important;
    }
}

@media screen and (max-width: 450px) {
    input#iscu_footer_input {
        width: 105px !important;
    }
}

@media screen and (max-width: 400px) {
    input#iscu_footer_input {
        width: 126px !important;
    }
}

@media screen and (max-width: 350px) {
    input#iscu_footer_input {
        width: 145px !important;
    }
}

.iscu_adult_price {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: var(--main-color, #123a32);
}

.iscu_price_wrapper {
    width: 100% !important;
    display: flex;
    justify-content: space-between !important;
}

.iscu_service_duration {
    width: 40%;
}

.iscu_service_price {
    display: flex !important;
    align-items: unset !important;
    position: relative;
    width: 40%;
}

.item-service.grid-item {
    position: relative;
    overflow: hidden;
    padding-right: 0;
}

.iscu_discount {
    color: white;
    background: #ff3131;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    position: absolute;
    right: -53px;
    top: -53px;
    transform: rotate(39deg);
    font-weight: bold;
    z-index: 999;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 120px;
    height: 100px;
}

.search-result-page.st-tours .grid-item .service-border {
    height: 400px !important;
}

.iscu_service_price .price {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .iscu_service_price {
        width: unset !important;
    }

    .col-lg-3.col-md-4.col-sm-6.col-xs-12.item-service.grid-item.has-matchHeight {
        padding-right: 15px;
    }

    .iscu_spaces_html {
        top: 112px;
        text-align: center;
    }

    .single-st_tours .st-single-tour #booking-request #form-booking-inpage .form-guest-search.form-book-tour {
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width: 575px) {
    .search-result-page.st-tours .grid-item .section-footer .footer-inner {
        display: flex !important;
    }

    .iscu_available_popup_content {
        width: 80%;
    }

}

@media screen and (max-width: 425px) {
    .page-template-template-checkout #cc-form div.form-group:last-of-type {
        position: unset !important;
    }

    .st-checkout-page .cond-form {
        margin-top: 20px !important;
    }
}

.adult_price {
    margin-right: 24px;
}

.iscu_discount.iscu_single_page {
    color: white;
    background: #ff3131;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    position: absolute;
    right: -52px;
    top: -50px;
    transform: rotate(39deg);
    font-weight: bold;
    z-index: 999;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 120px;
    height: 100px;
}

.featured.featured--position .thumb {
    overflow: hidden !important;
    position: relative;
    border-radius: 0 20px 0 0;
    padding: 0 !important;
}

.st-list-tour-related .featured.featured--position {
    padding: 16px 16px 0 16px !important;
}

.st-tour-booking__price--item.price {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: var(--main-color, #123a32);
}

.iscu_before_price_icon_if {
    font-size: 18px !important;
    color: var(--main-color, #1A2B48) !important;
    font-weight: 500 !important;
    position: absolute;
    left: -45px;
    bottom: 1px;
}

.iscu_before_price_icon {
    position: absolute;
    left: -45px;
}

.iscu_before_price_icon_else {
    position: absolute;
    left: -45px;
    top: -2px;
}

.fr_text {
    font-size: 14px !important;
}

.iscu_mobile_number,
.iscu_mobile_code {
    display: inline-block;
    width: 54%;
}

.iscu_mobile_code {
    width: 44%;
}

#iscu_mobile_code {
    height: 38px;
}

.iscu_default_phone {
    display: none;
}

.iscu_mobile_number label {
    opacity: 0;
}

.billing_information .wb_row .wb-fb-checkbox input[name="st_newsletter"] {
    height: 16px !important;
    width: 16px !important;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #A0A9B2;
    margin-right: 14px;
    position: relative;
    top: 5px;
}

#cc-form .cond-form {
    margin-top: unset !important;
}

.st_check_term_conditions .st-icheck-item input[name="term_condition"] {
    width: 16px !important;
    margin-right: 8px;
    position: relative;
    top: 5px;
    margin-left: 7px;
    border: 1px solid #5E6D77;
    border-radius: 2px;
    background-color: #fff;
    opacity: 1;
    display: block;
    height: 16px !important;
    min-width: 14px;
}

body .st-checkout-page .cond-form .st-icheck .st-icheck-item {
    padding-left: 0 !important;
}

.st-checkout-page .check-out-form .form-group label.wb-fb-checkbox {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex !important;
    align-items: baseline;
    color: rgb(94, 109, 119);
}

.st-icheck-item label span.payment-title {
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: normal;
    cursor: pointer;
}

body .iscu_footer_check label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex !important;
    align-items: baseline;
    color: rgb(94, 109, 119);
}

.st-icheck-item label input {
    display: none;
}

@media (max-width: 800px) {
    .iscu_spaces_html.spaces_html {
        position: absolute !important;
        margin: 10px 0px 10px -7px;
    }
}

.page-template-template-checkout #cc-form div.form-group:last-of-type {
    position: unset !important;
}

@media (max-width: 991px) {
    #st-content-wrapper.st-single-tour .st-tour-booking .st-tour-booking__info .st-tour-booking__price {
        margin: 10px 20px 0px 0px !important;
    }
}

.st_notfallkontakt_number,
.st_notfallkontakt_name {
    width: 49%;
}

.st_notfallkontakt_name {
    float: left;
}

.st_notfallkontakt_number {
    float: right;
}

.form-group.col-3.iscu_invoice_based {
    width: 49%;
    float: left;
}

.form-group.col-3.iscu_invoice_based.st_postal_code_wrapper {
    margin-left: 2%;
}