body {
    background-color: #EAEDF2;
}

body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url(/icons/icons_White/iconWhite_Checkbox_Selected.svg);
}

.header-top-bar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 13px;
}

.modal-open .header-top-bar {
  position: fixed;
}

.header-top {
  position: sticky;
  width: 100%;
  z-index: 20;
  height: 80px;
  transition: 0.15s ease-in-out;
  top: 0px;
}

body[data-has-loyalty="true"] .header-top {
  top: 50px;
}

.input-holder {
  display: flex;
  position: relative;
  align-items: center;
}

.input-holder .input-icon {
  position: absolute;
}

.input-icon .svg-icon.search-icon {
  display: block;
}

.input-icon .svg-icon.search-icon path {
  fill: #454950;
}

.modal-open .header-top {
  top:42px;
}

.header-top-spacer {
  content: '';  
  height: 80px;
  transition: 0.15s ease-in-out;
}

.header-search-bar {
  position: sticky;
  width: 100%;
  z-index: 12;
  height: 100px;
  top: 80px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #263237;
}

body[data-has-loyalty="true"] .header-search-bar {
  top: 130px;
}

.modal-open .header-search-bar {
  top: 122px;
}

#loyalty_code[disabled],#group_code[disabled],#Code[disabled]{
  background:#D8DDE8;
}

.section1 {
    background-color: #ffffff;
    border-bottom:1px solid #E6E6E6;
}

.section1 .row {
  width: 100%;
}

.header-top .container:not(.full-gallery-body-container) {
  padding-left: 0px;
  padding-right: 0px;
  height: 80px;
  display: flex;
  align-items: center;
}

.header-top .header-top-bar .container {
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  height: auto;
  padding: 8px 0;
}

.header-top-bar .header-top-bar-text {
  font-size: 13px;
  line-height: 16px;
}

.header-top-bar-text {
  color: #ffffff;
}

.header-top-bar .header-top-bar-link {
  color: #ffffff;
  text-decoration: underline;
}

.top-bar-close-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 14px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  height: 14px;
}

.top-bar-close-btn:hover {
  opacity: 0.8;
}

.top-bar-close-icon svg {
  width: 14px;
  height: 14px;
}

.header-top-bar-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.svg-icon {
  line-height: 1;
}

.svg-icon svg {
  display: block;
}

.icon-stroke-white path {
  stroke: var(--hotel-custom-btn-text-color, #ffffff);
  stroke-width: 2px;
  fill: transparent;
}

.icon-fill-white svg{
  fill: #ffffff;
}

.logo{
  align-self:center;
}

.logo img {
  max-height: 60px;
}

.mobile-icons {
  display: none;
}

.menu-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-popup-modal:hover { /* link for room popup modal */
  cursor:pointer;
}

.room_name:hover > .single_room {
  text-decoration: underline;
}

.menu_items {
  display: flex;
  justify-content: end;
  align-items: center;
}

#menu_items {
  z-index: 250;
  height: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap:25px;
}

#second_div {
  padding-right: 35px;
}

.lang_drop {
    justify-content: flex-end;
}

#lang_curr {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height:1.17;
    vertical-align: middle;
    text-align: left;
    color: var(--default-text-color, #2C2F33);
    background-image: url(/icons/icons_GreyDarkest/iconGreyDarkest_Dropdown.svg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
    transition: none;
    position: relative;
    z-index: 200;
    display: flex;
}
#lang_curr > img{
    vertical-align:top;
    height:16px;
}

#lang_curr > span{
    line-height: 16px; 
    vertical-align: middle;   
}

#currency-symbol {
  padding-right: 18px;
}

#lang_curr:hover {
  cursor: pointer;
}


.login-icon.desktop svg{
  height:16px;
  width: 16px;
}

#login {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: var(--default-text-color, #2C2F33);
    background-image: url(/icons/icons_GreyDarkest/iconGreyDarkest_Dropdown.svg);    
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 200;
    line-height: 15px;
}

#login:hover {
  cursor: pointer;
}

.image-span {
  padding-right: 5px;
  position: relative;
}

.login-span {
  padding-right: 15px;
  line-height: 16px;
  padding-left: 5px
}

#save_lang_curr {
    margin-top: 20px;
    display: block;
    width: -webkit-fill-available;
    border-radius: var(--button-border-radius, 10px);
    width: 220px;
    height: 35px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #455A64;
    color: #fff;
}

#save_lang_curr:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);   
}

#language {
  padding-left: 5px;
}

.login-image {
  height: 16px;
  width: 16px;
}

.logged-image {
  width: 32px;
  height: 32px;
}

.drop {
  justify-content: flex-end;
}

.drops {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}

.drop_lang {
  display: none;
  background-color: #FFFFFF;
  /*border: 1px solid #B9C2D3;*/
  max-width: 260px;
  padding: 21px 20px 20px 20px;
  z-index: 25;
  margin-top: 11px;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 4px;
  z-index: 300;
}

.lang_curr_border { 
  display: none;
}

.drop_lang_border {
  display: none;
}

.drop_lang select::-ms-expand {
    display: none;
}

.drop_lang p {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: var(--default-text-color, #2C2F33);
  padding-bottom:4.3px;
}

.drop_lang select {
  height: 35px;
  width: 220px;
  border: solid 1px #b9c2d3;
  background-color: #FFFFFF;
  border-radius: 2px;
  margin: 10px;
  display: block;
  width: -webkit-fill-available;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  /*line-height: 1.15;*/
  line-height: 19px;
  text-align: left;
  color: var(--default-text-color, #2C2F33);
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/icons/dropdown.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 10px;
  padding-left: 10px;
}

.icon-holder {
  position: relative;
  display: block;
}

.icon-holder img {
  height: 16px;
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}

#languages {
  padding-left: 36px;
}

.drop_login {
  display: none;
  background-color: #FFFFFF;
  z-index: 25;
  width: 275px;
  margin-top: 11px;
  box-shadow: 0px 0px 20px #0000001A;
  border-radius: 0px;
  padding: 5px 0px 5px 0px;
}

.login_border {
  display: none;
}

.drop_login_border {
  display: none;
}

.drop_login__padding {
  z-index: 1000;
}

.drop_logged {
  padding:30px 20px 20px 20px;
}
.drop_logged .my-account{
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 0;
}

.drop-logged__spacer {
  display: none;
}

.drop_logged .drop-logged__spacer {
  margin-top: 12px;
  margin-bottom: 20px;
  width:auto;
  display: block;
}

.drop-logged__details {
  font-size: 14px;
  line-height: 1.21;
  text-align: left;
  color: var(--default-text-color, #2C2F33);
  margin-bottom: 23px; 
  display: none; 
}
.drop-logged__details a:link, .drop-logged__details a:visited, .drop-logged__details a:hover {
  color: var(--default-text-color, #2C2F33);
  text-decoration: none;
}

.drop-logged__details:hover {
  cursor: pointer;
}

.drop-logged__details__last {
  margin-bottom: 0px;
}

.drop-logged__details img {
  margin-right: 10px;
}

.welcome-msg {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  text-align: left;
  color: #455A64;
  margin-bottom:8px;
  display: flex;
}

.logged-welcome-back {
  display: inline-block;
  padding-right: 9px;
  padding-left: 14px;
}

.disc-msg{
  font-size: 13px;
  line-height: 1.54;
  text-align: left;
  color: #454950;
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 48px;
}

.register-msg {
  font-size: 13px;
  line-height: 1.54;
  text-align: left;
  color: #454950;
  margin-bottom: 0px;
}

.login-buttons {
  display: flex;
  padding-bottom: 0;
  padding-top: 20px;
}

.register-btn {
  border: none;
  border-radius: var(--button-border-radius, 10px);
  background-color: #455A64;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}

.register-btn:hover {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1)
}

.login-btn {
  border: solid 1px #455A64;
  border-radius: var(--button-border-radius, 10px);
  background-color: var(--white);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #455A64;
  min-width: 113px;
  margin-left: 10px;
}

.login-btn:hover {
  background-color: #455A64;
  color: white;
}

#logout-btn {
  background: none;
  font-size: 14px;
  line-height: 1.21;
  color: #4b8cf4;
  padding-left: 48px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0px;
}

#logout-btn:hover {
  cursor: pointer;
}

.green-dot {
  height: 23px;
  position: absolute;
  left: 5px;
  bottom: -6px;
}

#currency {
  padding-bottom: 6.3px;
}

.last {
    padding-right: 0px;
}

.custom-bubble {
  width: 350px;
  position: fixed;
  right: 186px;
  top: 63px;
}


#login-regist-popup {
  width: 318px;
  min-height: 144px;
  background: #fff;
  border: solid 1px #b9c2d3;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  position: absolute;
  top:52px;
  right: -68px;
  z-index: 24;
  text-align: center;
  color: #333;
  display: none;
}

.register-member-text {
  font-size: 13px;
  line-height: 1.54;
  text-align: left;
}

#login-regist-popup:after, #login-regist-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#login-regist-popup .main-heading {
  min-height: 16px;
  position: relative;
  text-align: left;
  margin: 10px 15px;
}

#login-regist-popup .main-footer {
  text-indent: 15px;
  font-size: 13px;
  min-height:50px;
  display:flex;
  align-items:center;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: solid 0;
  text-align: left;
  background-color: #f6f6f6;
}

#login-regist-popup:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

#login-regist-popup .main-heading h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fd4700;
}

#login-regist-popup .main-heading h3 {
  font-size: 13px;
  line-height: 1.54;
  color: #333;
  margin-top: 4px;
  text-align: left;
  font-weight: normal;
}

.popup-close {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.popup-link-holder {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 0px;
}

.popup-link-holder:hover {
  cursor: pointer;
}

#register-button {
  text-indent: 3px;
  color: #FD4700;
  text-decoration: underline;
}

#register-button:hover {
  color: #FD4700;
  cursor: pointer;
}

.hamburger-menu-holder {
  cursor: pointer;
}

.drop_menu {
    display: none;
    width: 260px;
    position: absolute;
    top: 26px;
    right: 0px;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 0px;
    z-index: 25;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 4px;
    z-index: 300;
}

.menu {
    flex-direction: column;
}

.myaccount-menu-line{
  display: none;
}

.menu_item {
  height: 48px;
}

.menu_item:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.menu_item a {
    cursor:pointer;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
    color: var(--default-text-color, #2C2F33);
    height: 48px;
    display: flex;
    align-items: flex-end;
    padding: 12px 0px 12px 5.5px;
    margin: 0px 19.5px 0px 14.5px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 500;
}

.menu_link svg path {
  fill: #2c2f33;
}

.menu_item.account-link{
  border-top: 1px solid transparent;
}

.last a {
  border-bottom: unset;
}

.menu_item:hover,.menu_item:focus,.menu_current{
  cursor:pointer;
  color:#455A64;     
}

.menu_link_text {
  margin-bottom: 2px;
}

.menu_item:hover a,.menu_item:focus a, .menu_current a{
  color:#455A64;
}

.menu_item:hover  svg path, .menu_item:focus svg path, .menu_current a svg path {
  fill: #455A64;
}

.underline-nav {
  background: #455A64;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition:all ease 0.37s;
  display: none;
}

.menu_icon_holder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  margin-right:20px;
}

.menu_item .phone-icon svg {
  fill: rgb(69, 73, 80);
  width: 24px;
  height: 24px;
}

.menu_item .phone-icon svg path {
  fill: rgb(69, 73, 80);
  width: 18px;
  height: 18px;
}

.package_menu_out_of_box .menu_link {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: var(--default-text-color, #2C2F33);
  text-decoration: none;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  align-items: center;
}

.package_menu_out_of_box .menu_link_text {
  padding-left: 5px;
  margin-bottom: 0;
}

.menu_icon {
  vertical-align: text-bottom;
  display: inline-block; 
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

.menu_icon:active,.menu_icon:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.breadcrumb {
  font-size: 13px;
  color: var(--default-text-color, #2C2F33);
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.breadcrumb > a{
    text-decoration: underline;
    color: #8c99af;
}

/* icons in header on link hover */
.icon {
    vertical-align: text-bottom;
    display: inline-block; 
    width: 1.1rem;
    height: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;  
    background-position: center;
    align-self: center;
    margin-right:9px;
}

#hotelsautocomplete-list{
  position: absolute;
  z-index: 10;
  overflow: overlay; 
  max-height: 400px;
  width:304px;
  overflow-x: hidden;
  color:#fff;
  background-color: #212529;
}

#hotelsautocomplete-list::-webkit-scrollbar { width: 6px; background: transparent;}
#hotelsautocomplete-list::-webkit-scrollbar-track { background: transparent; }
#hotelsautocomplete-list::-webkit-scrollbar-thumb { background: #DDE1E3; }
#hotelsautocomplete-list::-webkit-scrollbar-thumb:hover { background: #9c9fa1; }

#hotelsautocomplete-list div:hover {
  background-color: #494C4E;
  cursor: pointer;
}
#hotelsautocomplete-list > div{
  height: 40px;
  padding-left:10px;
  font-size: 13px;  
  font-stretch: condensed;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  vertical-align: baseline;
}

.gallery-opener.hamburguer-menu {
  width: unset !important;
  height: unset !important;
}

@keyframes blink {
    0% { opacity: .2; }
    20% { opacity: 1; }
    100% { opacity: .2; }
}
.loading{
  font-size:7px;
  height:50px;
  width:50px;  
  height:50px;
  border-radius:50%;
  border:2px solid #B9C2D3;
  text-align:center;

}
.loading span {
  display:inline-block;
    height:48px;
    line-height:48px;
    margin:0px 1px;
    vertical-align:middle;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.loading span:nth-child(2) {
    animation-delay: .2s;
}

.loading span:nth-child(3) {
    animation-delay: .4s;
}

#loadercircle {
    box-sizing: border-box;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fd4700;
    -webkit-animation: spin 1.5s linear infinite; 
    animation: spin 1.5s linear infinite;
    width: 100px;
    height: 100px;
    position: fixed;
    top:300px;
    left: calc( 50% - 50px );    
    display:none;
}
.loading-wrapper{
  margin-left:auto;
  margin-right:auto;
  margin-top:200px;
  margin-bottom:200px;
  text-align:center;
}
.loading-text{
  margin-top:20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  text-align: center;
  color: var(--default-text-color, #2C2F33);
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.text-green{
  color: #53ac2a;
}

.icon-14{
  height:14px;
  width:14px;
  object-fit:scale-down;
}

.icon-16{
  height:16px;
  width:16px;
  object-fit:contain;
}
.icon-20{
  height:20px;
  width:20px;
  object-fit:scale-down;
}


#occupancy_dropdown{
  display:none;
  z-index:12;
  padding:20px;
  overflow: overlay; 
  max-height: 530px;
  width:330px;
  margin-top: 1px;
  overflow-x: hidden; 
  scrollbar-width: thin;
  color: var(--default-text-color, #2C2F33);
  box-shadow: 0px 0px 15px #00000026;
  background: #fff;
}


.age-invalid {
  padding: 7px;
  border: 1px solid #ff0000;
  border-radius: 4px;
  background: #FFD9D9;
  margin-top: 10px;
  display: none;
}

#index .age-invalid p, .age-invalid p {
  display: flex;
  gap: 7px;
  color: #2C2F33;
  align-items: center;
  margin: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.select-child-ages-input.incorrect-age, .select-child-ages-input-clone.incorrect-age {
  border-color: #ff0000;
}

#occupancy_dropdown::-webkit-scrollbar { width: 6px; background: transparent;}
#occupancy_dropdown::-webkit-scrollbar-track { background: transparent; }
#occupancy_dropdown::-webkit-scrollbar-thumb { background: #DDE1E3; }
#occupancy_dropdown::-webkit-scrollbar-thumb:hover { background: #9c9fa1; }
.child_age{
  display: none;
}

#ad-select,#ch-select,.child_age_select{
  -webkit-appearance: none; 
  appearance: none;
  cursor: pointer; 
  border-radius: 2px;
  background-color:#fff;
  border-width: 0;
  outline: none;
  font-size: 14px;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: var(--default-text-color, #2C2F33);
  padding-left: 10px;
  width:80px;
  height:40px;
  font-family: 'Roboto', sans-serif;
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 8px;
}

select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

#ch-select[disabled]{
  background:#D2D2D3;
}

#occupancy_apply{
  -webkit-appearance: none; 
  appearance: none;
  border: none;
  border-style:solid;
  border-width:1px;
  border-radius: var(--button-border-radius-lg, 12px);
  font-size:13px;
  padding: 6px 12px;   
  min-width: 80px;
  text-decoration: none;
  display: inline-block;
  text-align:center;
  line-height: 1.15;
  font-weight: bold;  
  margin-bottom:10px;
  color: #ffffff;
  background: #455A64;
  border: 1px solid #455A64;
}

.select-room-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  font-family: 'Roboto', sans-serif;
}

.select-adults-holder, .select-child-holder {
  display: flex;
  justify-content: space-between;
}

.incorect-age-popup {
  position: absolute;
  top: -5px;
  width: 152px;
  background-color: #ff0000;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 4px;
  left: 20px;
  display: none;
  left: 50%;
  transform: translate(calc(-50% - 5px));
}

.incorect-age-popup::after {
  bottom: -13px;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(39, 50, 64, 0);
  border-top-color: rgba(39, 50, 64, 0);
  border-bottom-color: rgba(39, 50, 64, 0);
  border-top-color: #ff0202;
  border-width: 8px;
  transform: translateX(-50%);
}

.incorect-child-age {
  border: 1px solid #ff0000 !important;
}

.select-adults-holder {
  margin-bottom: 10px;
}

.select-adults-title,.select-child-title {
  font-size: 13px;
  display:flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.38;
}

.select-child-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;  
}

.select-child-title-max-age {
  font-size: 11px;
  line-height: 1.36;  
  color: #8C99AF;
  font-weight: 400;
}

.select-adults-buttons,.select-child-buttons {
  display: flex;
  justify-content: space-between;
}

.select-button {
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #2C2F33;
  outline: none;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

.select-button:disabled {
  background-color: #ffffff;
  border: 1px solid #2C2F33;
  opacity: 0.5;
}

.select-button svg line {
  transition: all 0.15s ease-in-out;
}

.select-button:focus {
  outline: none;
}

.select-button-minus span svg,.select-button-plus span svg{
  width: 26px;
  display: -webkit-inline-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

/* safari fix for buttons */
@media not all and (min-resolution:.001dpcm) {
  .select-button-minus span svg,.select-button-plus span svg { 
    left: -10px;
  }
}

.select-value {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.select-child-ages-holder {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
}

.select-child-ages-title {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.33;  
}

.select-child-ages {
  padding: 0;
}

.select-child-ages-clone {
  display: none;
}

.select-child-ages-input, .select-child-ages-input-clone {
  width: 100%;
  height: 42px;
  font-size: 13px;
  line-height: 1.38;
  padding-left: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
  padding-right: 5px;   
  cursor: pointer;
  -moz-appearance: none;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.select-child-ages-input:focus-visible, .select-child-ages-input-clone:focus-visible {
  outline: none;
}

.select-child-ages-input-clone {
  display: none;
}

.select-room-add {
  text-align: right!important;
}

.select-room-add:hover {
  cursor: pointer;
  text-decoration: underline;
}

.select-room-divider {
  background: white;
  display: none;
}

.select-remove-room,.select-room-add {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;  
}

.select-occupancy-apply {
  width: 100%;
  border: 1px solid;
  height: 52px;
  border-radius: var(--button-border-radius-lg, 12px);
  margin-top: 20px!important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0);
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0);
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0);
}

.btn-ic.select-occupancy-apply:hover, .btn-ic.select-occupancy-apply:focus {
  -webkit-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1) !important;
  box-shadow: inset 0px -5px 0px 40px rgba(0,0,0,0.1) !important;
}

.select-occupancy-apply-info {
  font-size: 11px;
  line-height: 1.36;
}

.select-remove-room {
  text-align: right!important;
}

.select-remove-room:hover {
  cursor: pointer;
  text-decoration: underline;
}

.add-room-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.add-room-title {
  display: flex;
  align-items: center;
}

.select-room-buttons {
  display: flex;
}

.as-children-age{
  display:none;
}
.as-room-title{
  display:none;
}

.as-room-dates{
  display:none;
  margin-right:20px;
}



.as-code{
  display:block;
  width:100%;
  float:none;
}
.as-codes{
  display:none;
}

.as-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style:solid;
  border-width:1px;
  border-radius:2px;
  border-color:#B9C2D3;
  outline:none;
  height: 42px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.21;
  color:#2C2F33;
  padding-left:10px;
  padding-right:10px;
  cursor:pointer;
}

.as-input:focus,.as-input:active{
  border-color:#454950;
}
.as-mb-20{
  margin-bottom:20px;
}
select.as-input{
  width:80px;
  background-repeat: no-repeat;
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowDown.svg);
  background-position-x: right;
  background-position-y: center;
  background-origin: content-box;
}
select.as-input:focus{
  background-image: url(/icons/icons_GreyDark/iconGreyDark_ArrowUp.svg);
  border-color:#454950;
}
.as-input-text,.as-room-title{
  text-transform: uppercase;
  color:#2C2F33;
  font-size:12px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.as-destination-input{           
    width:100%;
    
    background-repeat: no-repeat;
    background-image: url(/icons/icon_Search.svg);
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
}
.as-promo-input,.as-room-date-picker,.as-dates-input{
  width:176px;
}
.as-adults,.as-room-number,.as-codes-single{
  margin-right:20px;
  margin-bottom:20px;
}

.as-children,.as-children-ages{
  margin-right:10px;
  margin-bottom:20px;
}
.as-children-age{
  margin-right:10px;
}

.as-modal{
  max-width: 746px;
}

.as-room{
  overflow: auto;
}

.destination{
  position: relative;
}

.hotels_dropdown {
  width:304px;
  max-height:400px;
  z-index: 12;
  overflow: overlay; 
  position: absolute;
  color:#fff;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  overflow:auto;
  font-size: 14px;  
  display:none;
  margin-top: 1px;
  box-shadow: 0px 0px 15px #00000026;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}


.hotels_dropdown::-webkit-scrollbar { width: 4px; background: #ddd; border-radius: 4px;}
.hotels_dropdown::-webkit-scrollbar-track { background: #fff; width: 2px;}
.hotels_dropdown::-webkit-scrollbar-thumb { background: #DDE1E3; width: 5px;}
.hotels_dropdown::-webkit-scrollbar-thumb:hover { background: #DDE1E3; }


.hotels_all,.hotels_folder,.hotels_hotel{
  opacity:1;
  font-family: 'Roboto', sans-serif;
  height:40px;
  width:100%;
  height: 40px;
  padding-left:10px;
  font-size: 14px;    
  line-height: 40px;
  background-color: #FFFFFF;
  color:#2C2F33;
  font-weight: bold;
}
.hotels_all:hover,.hotels_hotel:hover,.hotels_folder:hover{
  cursor: pointer;
  background-color: #F6F7F9;
  
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 0px 50px rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0px 0px 0px 50px rgba(255,255,255,0.2);
  box-shadow: inset 0px 0px 0px 50px rgba(255,255,255,0.2); 
          
}

.hotels_all{
  font-weight: bold;
}
.hotels_folder{
  padding-left:20px;
  color:#2C2F33;
}

.hotels_hotel{
  font-weight: normal;
  padding-left:30px;
  font-size:13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}


.advanced__holder {
  padding: 30px;
}

.advanced__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: var(--default-text-color, #2C2F33);
  margin-bottom: 31px;  
}

.navigation-text-holder {
  display: none;
}



@media(max-height: 800px) {

  #occupancy_dropdown{
    max-height: 430px;
  }

}



@media(max-width: 992px) {

  .top-bar-close-icon svg {
    width: 12px;
    height: 12px;
  }

  /* .menu_gallery_link .menu_icon_holder {
    justify-content: center
  }

  .menu_gallery_link .menu_icon_holder svg {
    width: 18px;
    height: 18px;
  } */

  .loyalty-bar .top-bar-close-btn {
    right: 13px;
  }

  .loyalty-bar .container {
    padding: 0;
  }

  .loyalty-bar .col-12  {
    padding-left: 0;
  }

  body[data-has-loyalty="true"] .header-top {
    top: 50px;
  }

  .modal-open .header-top-bar {
    position: fixed;
  }

  .header-top .container {
    height: auto;
  }

  .modal-open .mobile-search-bar {
    top: 117px;
  }

  .modal-open .mobile-tool-bar {
    top: 166px;
  }

  .header-top-bar-text {
    line-height: 18px;
  }
  
  .mobile-search-bar, .mobile-search-bar-package {
    top: 43px;
  }

  .mobile-tool-bar {
    top: 92px;
  }

  .header-search-bar {
    top: 43px;
    position: fixed;
  }

  .select-room-divider {
    height: 0px!important;
    width: 0px!important;
    margin: 0px;
  }

  .select-room {
    border-bottom: 1px solid rgba(255 255 255 / 20%);
    padding: 20px 0px;
  }

  .section1 {
    height: 56px;
  }

  .section1 .row {
    width: 100%;
    margin:0;
  }
  .logo a {
    height: 100%;
  }

  .logo img {
    max-height: 46px;
    max-width: unset;
    height: 100%;
  }

  .logo {
    align-self: unset;
    padding: 10px 20px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }


  .myaccount-menu-line{
    display: block;
  }

  .menu_items{
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0px;
  }

  #menu_items {
    display: block;
    top: -5px;
    position: relative;
    z-index: 1;
  }

  .menu_item.account-link {
    border-top: 1px solid #E6E6E6;
  }

  .menu{
    display:none;
  }

  .drop_login_border {
    display: none;
  }

  .drop_lang{
    display:none;
    box-shadow:unset;
  }


  .drop_lang select {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .drop_lang_border {
    display: none
  }

  .lang_curr_border {
    display: none
  }

  .login_border{
    display: none
  } 

  .package_menu_out_of_box {
    display: none;
  }

  .hamburger-menu-holder {
    display: none;
  }

  .drop_menu {
    position: static;
    margin: 0px;
    border-radius: unset;
    padding-top: 0px;
  }

  .drops {
    display: block;
    height: auto;
    margin: 0px;
    width: 260px;
  }

  #first_div{
    padding-right: 0px;
    padding-left: 0px;
  }

  #second_div {
    padding-right: 0px;
    display: block;
  }

  #lang_curr, #login {
    display: none;
  }

  .drop_lang {
    display: none;
    border-bottom: none;
    position: unset !important;
    margin-top: 5px;
    padding: 14px 20px 20px 20px;    
    border-radius: unset;
    background-color: #F6F7F9;
  }

  .drop_login {
    display: none;
    border: 0px;
    position: unset !important;
    padding: 0px 20px;
    box-shadow:unset;
    border-radius: unset;
    background-color: #ffffff;
    margin-top: 5px;
    max-width: unset;
    width: 100vw;
    height: 100vh;
  }

  .login-buttons {
    padding-top: 20px;
  }
  .register-btn,.login-btn {
    padding: 11px 24px;
    font-size: 16px;
  }

  .drop_login::after, .drop_login::before {
    display: none
  }

  .drop_logged {
    padding: 30px 20px 20px 20px;
  }

  .menu {
    height: auto;
    background-color: #ffffff;
    width: 260px;
   /* border: 1px solid #8c99af;*/
    border-top: none;
    padding-bottom:10px;
    padding-top: 10px;
  }

  .menu_item {
    text-align: left;
    height: 46px;
    padding-left: 24px;    
    margin-left:0;
    align-items: center;
    display: flex;
  }

  .menu_item a {
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    height:auto;
    padding: 14px;
    padding-left: 0;
    margin: 0px;
    border-bottom: unset;
  }

  .menu_link_text {
    margin-bottom: 0px;
    margin-left: 13px;
  }

  .menu_icon_holder {
    width: 30px;
    height: unset;
    margin-right: 0px;
    height: 24px;
    width: 24px;
  }

  .menu_item:hover,.menu_item:focus,.menu_current {
    border-bottom: 0px;
    border-left: 2px solid #455a64;
  }

  .menu_item:hover, .menu_item:focus, .menu_current {
    padding-left: 22px;
  }

  #save_lang_curr {
    display: none;
  }

  #languages, #currencies {
    background-color: #ffffff;
  }

  #currencies {
    margin-bottom: 0px;
  }

  .mobile-flex {
    flex-direction: column;
  }

  .drop_lang::before, .drop_lang::after {
    display: none;
  }

  .mobile-icons {
    position: relative;
    display: flex;
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-right: 0px;
  }

  .green-dot-mobile {
    height: 23px;
    position: absolute;
    left: 10px;
    bottom: -2px;
    pointer-events: none;
  }

  /* .menu_icon {
    cursor: pointer;
    position: relative;
    margin-right: 13px;
  } */

  /* .mob_icon_margin{
    margin-right: 13px;
  } */

  .menu_icon[data-active="true"] path {
    fill:#455A64;
  }

  .account-icon path, .mobile_search path {
    fill: none !important;
    stroke:#273240;
  }

  .mobile_search path, .mobile_search_package path, .mobile_sandwich path {
    stroke: #273240;
  }

  .mobile_search path, .mobile_search_package path {
    stroke: #273240;
    fill: none !important;
  }

  .mobile_search[data-active="true"] path {
    stroke: #719301;
    fill: none !important;
  }

  .mobile_search, .mobile_search_package {
    margin-right: 0px;
    padding: 0;
  }

  button.menu_icon.mobile_search, button.menu_icon.mobile_search_package {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .select-occupancy-apply {
    display: none;
  }

  #autocomplete input {
    border-radius: 4px;
    padding-right: 15px;
  }

  #loyalty_code, #group_code, #Code {
    border-radius: 4px;
  }

  .mobile_sandwich, .mobile_login, .mobile_search, .mobile_search_package {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
  }

  .header-search-bar {
    display: none;
  }

  .logged-welcome-back {
    font-size: 18px;
  }

  .menu_item a {
    font-size: 13px;
    font-weight: unset;
  }

  /* .home_icon_mobile {
    margin-right: 12px;
  }

  .package_icon_mobile {
    margin-right: 17px;
  }

  .hotel_icon_mobile {
    margin-right: 17px;
  }

  .gallery_icon_mobile {
    margin-right: 15px;
  }

  .menu_icon_last {
    margin-right: 15px;
  } */

  .navigation-text-holder {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15;
    color: var(--default-text-color, #2C2F33);
  }

  .navigation-text-line {
    margin-top: 5.5px;
    margin-bottom: 4px;
  }

  .menu_current {
    border: none;
  }

  .select-child-ages-holder  { 
    display: grid;
    padding-left: 0;
    margin-top: 0;
    column-gap: 20px;
    row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .select-child-ages-holder.has-children {
    margin-top: 20px;
  }

  .select-child-ages, .select-child-ages:nth-child(3n+1), .select-child-ages:nth-child(3n+3) {
    padding: 0;
    margin: 0;
  }

  #index_form .select-child-ages-title {
    font-weight: normal !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    color: #ffffff;
    margin-bottom: 5px;
  }

  .incorect-age {
    max-width: none;
    margin-top: 5px;
  }

  .select-child-ages-input, .select-child-ages-input-clone {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    color: #8C99AF;
    padding-left: 10px;
    border: 1px solid transparent;
  }

  .select-child-ages-input.incorrect-age, .select-child-ages-input-clone.incorrect-age {
    border-color: #ff0000;
  }

  .select-child-ages-input.age-selected, .select-child-ages-input-clone.age-selected {
    color: #2C2F33;
  }

  .hotels_all {
    margin-top: 10px;
  }

  .select-value {
    color: var(--hotel-custom-text-color, #ffffff);
  }

  .select-button {
    color: var(--default-text-color, #2C2F33);
    border: 1px solid transparent;
    border-radius: 4px;
  }
  
  .select-button:disabled {
    border: 1px solid transparent;
  } 
}

@media(max-width: 576px) {

  .section1 {
    height: 56px;
  }

  .header-top .header-top-bar .container {
    padding: 10px 0;
  }

  .header-top-bar-content {
    text-align: left;
    align-items: flex-start;
    gap: 10px;
  }

  .header-top-bar-description {
    line-height: 1;
  }

  .logo img {
    max-height: 46px;
    max-width: unset;
    height: 100%;
  }

  .logo {
    align-self: unset;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }

  .menu_items{
    /* display: none; */
    width: 260px;
    align-items: flex-end;
    justify-content: center;
    padding: 0px;
    position: relative;
  }

  .drop_login_border {
    display: none;
  }

  .drop_lang select {
    margin-bottom: 20px;
  }

  .drop_lang_border {
    display: none
  }

  .lang_curr_border {
    display: none
  }

  .login_border{
    display: none
  } 

  .drops {
    display: block;
    height: auto;
    margin: 0px;
    width: 100%;
  }

  #first_div{
    padding-right: 0px;
  }

  #second_div {
    padding-right: 0px;
  }

  #lang_curr, #login {
    display: none;
  }

  .drop_lang {
    border: 1px solid #8c99af;
    border-bottom: none;
    position: unset !important;
    margin-top: 5px;
    padding: 14px 19px 20px 19px;    
  }

  .drop_login::after, .drop_login::before {
    display: none
  }

  .drop_logged {
    padding: 30px 20px 20px 20px;
  }


  .menu_item {
    text-align: unset;
    height: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .menu_item a {
    padding: 0px;
    vertical-align: super;
  }

  .menu_link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .menu_item:hover,.menu_item:focus,.menu_current {
    border-bottom: 0px;
    border-left: 2px solid #455A64;
  }

  #save_lang_curr {
    display: none;
  }

  #languages, #currencies {
    background-color: #ffffff;
  }

  #currencies {
    margin-bottom: 0px;
  }

  .mobile-flex {
    flex-direction: column;
  }

  .drop_lang::before, .drop_lang::after {
    display: none;
  }

  .mobile-icons {
    position: relative;
    display: flex;
    padding-top: 0;
    flex-direction: row;
    align-items: center;
    margin-right: 0px;
  }

  .green-dot-mobile {
    height: 23px;
    position: absolute;
    left: 10px;
    bottom: -2px;
    pointer-events: none;
  }

  .menu_icon {
    cursor: pointer;
  }

  .mobile_search path, .mobile_login path {
    stroke: #273240;
  }

  .mobile_search, .mobile_login, .mobile_sandwich {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-search-bar {
    display: none;
  }

   
}


