body {
    min-height: 100vh;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f8f8f8;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    color: #555;
}
.header-wide a, .header-wide a:hover {
    text-decoration: none;
}
.header-wide {
    position: relative;
    z-index: 4;
}
.header-wide .btn {
    font-weight: 600;
    background-image: none !important;
    border: none !important;
    color: #444 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
body .header-wide .btn:hover {
    background-image: none !important;
    background-color: var(--bs-btn-hover-bg) !important;
}
.header-wide .btn#login-button {
    color: #FFF !important;
    background: #0a73b7;
}
body .ns-a1cptt {
    margin-top: 0 !important;
}
.btn:active {
    -webkit-transform: translateY(0.0625rem);
    -moz-transform: translateY(0.0625rem);
    -ms-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
}
.btn.btn-compact {
    letter-spacing: .25px !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0px 8px !important;
    /* padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; */
    font-size: 14px !important;
    gap: 4px;
    /* font-size: 0.875rem !important; */
}
/* @media only screen and (min-width: 992px) { */
    .main-menu {
        display: block !important;
    }
    #mm-menu.main-menu {
        display: none !important;
    }
    header .btn_mobile {
        display: none !important;
    }
    .main-menu {
        /* position: relative; */
        z-index: 9;
        /* width: auto; */
        /* top: 12px; */
        /* right: 15px; */
        /* margin-left: auto;
        margin-right: auto; */
        /* float: right; */
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }
    .main-menu ul,
    .main-menu ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .main-menu ul a,
    .main-menu ul li a {
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        padding: 5px 10px;
        white-space: nowrap;
    }
    .main-menu > ul > li span > a {
        color: #444;
        /* padding: 0 8px 15px; */
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
    }
    .main-menu > ul > li span > a:hover {
        text-decoration: none;
    }
    header.sticky .main-menu > ul > li span > a {
        color: #444;
    }
    header.sticky .main-menu > ul > li span:hover > a {
        opacity: 1;
        color: #f37721;
    }
    .main-menu ul li#user-profile-button ul,
    .main-menu ul li.user-profile ul {
        right: 0;
        left: auto;
        min-width: 150px;
    }
    .main-menu ul li#user-profile-button ul:before,
    .main-menu ul li.user-profile ul:before {
        left: auto;
        right: 15%;
    }
    .main-menu ul ul {
        position: absolute;
        z-index: 99;
        visibility: hidden;
        left: 3px;
        top: 30px;
        margin: 0;
        display: block;
        padding: 0;
        background: #fff;
        min-width: 200px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;

        transform: scale(0.4);
        transform-origin: 10% top;
        transition: 0.15s linear,
            0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),
            0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
        opacity: 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
    .main-menu ul ul:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
    }
    .main-menu ul ul.user-dropdown:before {
        left: 75%;
    }
    .main-menu ul ul li {
        display: block;
        height: auto;
        padding: 0;
    }
    .main-menu ul ul li a {
        font-size: 13px;
        /* font-size: 0.75rem; */
        font-weight: 500;
        color: #555;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 15px 10px;
        line-height: 1;
    }
    .main-menu ul li:hover > ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transition-duration: 0s, 0.2s, 0.2s;
        transition-duration: 0s, 0.2s, 0.2s;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        /* box-shadow: 0px 0px 30px rgba(132, 132, 132, 0.25); */
    }
    .main-menu ul ul li:first-child a:hover {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .main-menu ul ul li:last-child a {
        border-bottom: none;
    }
    .main-menu ul ul li:last-child a:hover {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .main-menu ul ul li:hover > a {
        background-color: #f9f9f9;
        /* padding-left: 18px; */
        color: #f37721;
        /* color: #000; */
    }
/* } */
.main-menu ul ul.second_level_right {
    left: auto;
    right: 3px;
}
.main-menu ul ul.second_level_right:before {
    right: 15%;
    left: auto;
}
.main-menu ul ul li span a {
    font-weight: 500 !important;
}
.main-menu ul ul li span a:hover {
    color: #f37721;
    padding-left: 18px;
    opacity: 1;
}
.main-menu ul ul li span a:after {
    font-family: 'ElegantIcons';
    content: '\35';
    float: right;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -2px;
}
.main-menu ul ul ul {
    position: absolute;
    border-top: 0;
    z-index: 99;
    height: auto;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 190px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.main-menu ul ul ul.third_level_left {
    right: 100%;
    left: auto;
}
.main-menu ul ul ul li a {
    border-bottom: 1px solid #ededed !important;
}
.main-menu ul ul ul li:last-child a {
    border-bottom: none !important;
}
.main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
}

header.header-wide.map_view {
    padding: 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    /* height: 62px; */
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}
/* @media (max-width: 991px) {
    header.header-wide.map_view {
        padding: 15px 15px 5px;
    }
} */
header.header-wide.map_view ul#top_menu li a.login:before,
header.header-wide.map_view ul#top_menu li a.wishlist_bt_top:before,
header.header-wide.map_view ul#top_menu li a.cart-menu-btn:before {
    color: #444;
}
.main-menu {
    position: relative;
    top: 8px;
}
/* #langCurSelection,
#login-button,
#recent-booking-element, */
#top_menu  {
    margin-top: -16px;
}
#top_menu ul {
    align-items: center;
}
#user-profile-button > span > a {
    margin-bottom: -16px;
}
.main-menu > ul > li span > a {
    padding: 0 8px 16px !important;
}
.main-menu > ul > li span > a {
    color: #444;
}
.main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #f37721;
}
header.header-wide.map_view .hamburger-inner,
header.header-wide.map_view .hamburger-inner::before,
header.header-wide.map_view .hamburger-inner::after {
    background-color: #444;
}
.recentNumber {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
    margin-right: 2px;
}
.menu.active {
    color: #f37721;
}
#menu-b2b-comp-booking > i,
#top_menu > ul > li.user-profile > span > a > i,
#menu-b2b-topup > i {
    font-size: 12px !important;
    opacity: .5;
    line-height: 20px;
    margin-left: 4px;
}

.grecaptcha-badge {
    visibility: hidden;
}