/*
 *  header.css v1 | http://zyrgon.com | (c) 2019
 */


.top_menu {
  display: flex;
  justify-content: space-between;
  width: 1096px;
  height: 100%;
  padding: 0px;
  position: relative; /* FIX Bug 193312: [Bug BE V4 Loyalty] Quebra do Header */
  z-index: 1;
}

.header-top-bar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 13px;
  min-height: 50px; /* FIX Bug 193312: [Bug BE V4 Loyalty] Quebra do Header */
  display: flex;
  align-items: center; /*end fix*/
}

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

.modal-open .grey-background {
  padding-top: 50px;
}

.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;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  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;
}

.modal-close-icon path {
  stroke: #ffffff;
}

.icon-stroke-white path {
  stroke: #ffffff;
  stroke-width: 2px;
  fill: transparent;
}

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

.header-top.has-loyalty {
  top: 50px;
}

.header-top.has-loyalty.top-bar-closed {
  top: 0px !important;
}

.header-top.has-loyalty.scrolled {
  top: -40px;
  z-index: 0;
}

.header-top.has-loyalty.scrolled.top-bar-closed {
  top: -90px !important;
}

.header-top {
  width:100%;
  height:90px;
  position: fixed;
  top: 0px;
  background: #fff;
  z-index: 20;
  transition: 0.3s;
}

.header-top.scrolled {
  top: -90px;
}



.section2 {
  transition: 0.3s ease-in-out;
}

.section2.header-search-bar.scrolled {
  top: 0px !important;
}

.section2.header-search-bar.scrolled.has-loyalty.scrolled {
  top: 50px !important;
}

.section2.header-search-bar.scrolled.has-loyalty.scrolled.top-bar-closed {
  top: 0px !important;
}

.section1.scrolled {
  box-shadow: none;
}

.logo {
  align-self:center;
}

.logo img , .mobile-close-hotel-search div img {
  max-height: 60px;
  /* max-width: 130px; */
}

.header-top-spacer {
  height: 168px;
  background-color: #ededed;
  transition: 0.3s ease-in-out;
}

.scrolled .header-top-spacer {
  height: 179px;
}

.mobile-icons {
  display: none;
}
.menu_items {
  display: flex;
  justify-content: flex-end;
}

#menu_items {
  display: flex;
}

.section1 {
  /*box-shadow: 0px 5px 15px #00000015;*/
  box-shadow: 0px 5px 15px #00000026;
}

.drops {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  /* margin-top: 32px; */
}

#history_div {
  padding-right: 25px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  display: flex;
  align-items: center; 
  position: relative;
}

#history {
  margin-right: 5px;
}

#history_div:hover {
  cursor: pointer;
}

.history_search_drope {
  display: none;
  position: absolute;
  left: 29px;
  background-color: #FFFFFF;
  width: 400px;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 4px;
  z-index: 3;
  display: none;
  top: 39px;
  flex-direction: column-reverse;
}

.search_history_holder {
  /* height: 70px; */
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
/*  background-image: url(/icons/search_history.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search_history_holder:hover {
  background-color: #f5f5f5;
}

.search_history_icon_background, .search_history_delete_background {
  fill: #fff!important;
}

.search_history_holder:hover .search_history_icon_background{
  fill: #f5f5f5!important;
}

.search_history_holder:hover .search_history_delete_background {
  fill: #f5f5f5!important;
}

/*.search_history_info_delete:hover .search_history_delete_background {
  fill: #fff!important;
}*/

.search_history_info_delete_button {
  width: 20px;
}

.search_history_info_delete:hover .search_history_info_delete_button {
  border-radius: 50px;
}

.search_history_info_delete:hover .search_history_delete_background{
  fill: #E6E6E6!important;
  opacity: 1;
}

.search_history_icon .b {
  fill: transparent;
  stroke-width: 1px;
}

.search_history_icon .c {
  fill: transparent;
  stroke-width: unset;
}


/*.search_history_holder::after {
  content:"";
  display: block;
  width: 365px;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0px auto;
}*/

.search_history_info_description {
  display: flex;
}

.search_history_info_delete img {
  width: 22px;
}

.search_history_info {
  display: flex;
  align-items: center;
  max-width: 365px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;  
  justify-content: space-between;  
  border-bottom: 1px solid #e6e6e6;
}

.search_history_icon {
  margin-left: 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.search_history_hotel_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  color: #273240;  
}

.search_history_details {
  font-size: 12px;
  line-height: 1.33;
  color: #273240;
}

.search_history_details span {
  color:#9c9c9c;
}

.mobile-change-language, .mobile-change-currency , .mobile-flag , .currency-header-symbol {
  display: none;
}

.no_search_info {
  top:0;
  display: none;
  left: 0;
}
.no_history_info {
  border-bottom: none;
  font-size: 12px;
  color: #273240;
  font-weight: 600;
}

#first_div {
  padding-right: 23px;
}
/* 
#first_div:hover {
  cursor: pointer;
} */

#second_div {
  height: 24px;
  display: flex;
  align-items: center;  
  margin-right: 30px;
}

.drop_menu {
  display: none;
  width: 260px;
  position: absolute;
  top: 66px;
  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;
  font-family: 'Manrope', sans-serif;
}

.menu {
    flex-direction: column;
}

.menu_item {
  height: 48px;
}

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

.menu_item a {
    cursor:pointer;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
    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;
}

.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 {
  stroke: #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;
}

.package_menu_out_of_box  { 
  height: 24px;
  display: flex;
  align-items: center;
  margin-right: 23px;
}

.package_menu_out_of_box .menu_link {
  font-size: 12px;
  color: #2C2F33;
  text-decoration: none;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}

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


.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;
}

.menu_icon svg {
  width: 24px;
  max-height: 20px;
}

/* #second_div:hover {
  cursor: pointer;
} */

#lang_curr {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #273240;
  font-weight: 600;
  background-image: url(/icons/arrow_v4.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  padding-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;  
}

#lang_curr img {
  margin-right: 6px;
}

#login {
  display: flex;
  align-items: center;
  background-image: url(/icons/arrow_v4.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  padding-right: 20px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  line-height: 1.17;    
  color: #273240;
  font-weight: 600;
  cursor: pointer;
}

.login-image {
  margin-right: 6px;
}

.mobile-login-image , .links_menu_mobile {
  display: none;
}

.drop_lang {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  width: 260px;
  height: 230px;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 4px;
  margin-top: 15px;
  z-index: 3;
  padding: 29px 20px 20px 20px;
}


.lang_curr_border {
  display: none;
}

.drop_lang_border {
  display: none;
}

.drop_login {
  display: none;
  background-color: rgb(255, 255, 255);
  width: 260px;
  box-shadow: 0px 3px 15px #00000029;
  border-radius: 4px;
  z-index: 3;
  top: 70px;
  padding: 5px 0px 5px 0px;
}

.drop_login_top {
  margin: 15px 19px 0px 15px;
  padding-bottom: 20px;
  /*border-bottom: solid 1px #dfdfdf;*/
}

.drop_login_bottom {
  margin: 5px 0px;
}

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

.welcome-msg {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  color: #273240;
  margin-bottom: 5px;
}

.drop_logged .welcome-msg {
  margin-bottom: 0px;
}

.login_border {
  display: none;
}

.drop_login_border {
  display: none;
}

.login-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.custom-welcome-message {
  letter-spacing: 0px;
  color:#273240;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
}

.register-msg {
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  text-align: left;
  letter-spacing: 0px;
  color: #454950;
  margin-bottom: 0px;
}

.register-btn {
  background-color: #fff;
  border-radius: 4px;
  width: 103px;
  height: 35px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #273240;
  transition: 0.15s ease-in-out;
  border: 1px solid #273240;
}

.register-btn.primary_button_v4 {
  border: none !important;
}

.register-btn.primary_button_v4:hover {
  border: none !important;
}

.register-btn:hover {
  background-color: #E3AC08;
}

.custom-action-text {
  font-size: 12px;
  font-family: 'Manrope', sans-serif;
  padding: 9px 18px 9px 18px;
  transition: .15s ease-in-out;
}

.login-btn {
  border: 1px solid #273240;
  border-radius: 4px;
  width: 113px;
  height: 35px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #273240;
  background-color: #fff;
}

.custom-secondary-text {
  color: #273240;
  font-size: 12px;
  padding: 9px 13px 9px 13px;
}

.drop-logged__spacer {
  width: 229px;
}

.drop-logged__details {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 17px;
  transition: 0.15s ease-in-out;
  
}

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

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

.language-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 29px;
  position: relative;
  /*position: absolute;*/
}

.language-header {
  background-image: url(/icons/arrow_v4.svg);
  background-repeat: no-repeat;
  background-position-x: 190px;
  background-position-y: center;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
  font-size: 14px;
  color: #273240;
  padding: 11px 14px 11px 16px;
  display: flex;
  align-items: center;
  width: 220px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.language-header:hover {
  border: 1px solid #273240;
}

/* .language-header:active {
  border: 1px solid #273240;
} */

.language-header img {
  padding-right: 10px;
}

.language-menu {
  display: none;
  list-style-type: none;
  padding-left: 0px;
  box-shadow: 0px 3px 15px #00000029;
  width: 220px;
  max-height: 244px;
  overflow: auto;
  z-index: 3;
  background-color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.language-menu::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.language-menu::-webkit-scrollbar-track {
    background: #E6E6E6;
    border-left: 9px solid white;
    border-right: 9px solid white;
}
 
/* Handle */
.language-menu::-webkit-scrollbar-thumb {
  background: #C5C5C5; 
  border-radius: 9px;
  border-left: 8px solid white;
  border-right: 8px solid white;
}

.language-menu-item:not(:last-child)::after {
  content:"";
  display: block;
  width: 189px;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0px auto;
}

.language-menu-item div {
  display: flex;
  padding: 12px 16px;
  font-size: 14px;
}

.language-menu-item div img {
  padding-right: 10px;
}

.language-menu-item:hover {
  background: #F5F5F5;
  cursor: pointer;
}

.language-title {
  font-size: 12px;
  font-weight: 600;
  color: rgb(39, 50, 64, 0.6);
  position: absolute;
  top: -9px;
  left: 16px;
  background-color: #fff;
  padding: 0px 5px;
}

.currency-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  /*position: relative;*/
  position: absolute;
  top: 100px;
}

.currency-header {
  background-image: url(/icons/arrow_v4.svg);
  background-repeat: no-repeat;
  background-position-x: 190px;
  background-position-y: center;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
  font-size: 14px;
  color: #273240;
  padding: 12px 14px 13px 16px;
  display: flex;
  align-items: center;
  width: 220px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.currency-header:hover {
  border: 1px solid #273240;
}

.language-currency-active {
  border: 1px solid #273240;
}

.currency-menu {
  display: none;
  list-style-type: none;
  padding-left: 0px;
  box-shadow: 0px 3px 15px #00000029;
  width: 220px;
  max-height: 244px;
  overflow: auto;
  z-index: 3;
  background-color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.currency-menu-item div {
  display: flex;
  padding: 13px 14px 14px 16px;
  align-items: center;
  font-size: 14px;
}
.currency-menu-item:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.currency-menu-item:not(:last-child)::after {
  content:"";
  display: block;
  width: 189px;
  height: 1px;
  background-color: #E6E6E6;
  margin: 0px auto;
}

.currency-header-symbol {
  padding-right: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #273240;
}

.currency-menu-symbol {
  padding-right: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #273240;
}

.currency-title {
  font-size: 12px;
  font-weight: 600;
  color: rgb(39, 50, 64, 0.6);
  position: absolute;
  top: -9px;
  left: 16px;
  background-color: #fff;
  padding: 0px 5px;
}

#save_lang_curr {
  width: 220px;
  height: 36px;
  position: absolute;
  top: 174px;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  background-color: #fec437;
  border-radius: 4px;
}

.mobile-hamburger-holder {
  width: 36px;
  height: 36px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out; */
  /* transition: .5s ease-in-out; */
  cursor: pointer;
  background-image: url('/v4/icons/mobile_burger_menu_v4.svg');
  background-repeat: no-repeat;
  background-position: center;
}

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

.mobile-hamburger-holder.hamburger-open {
  background-image: url('/v4/icons/cross_v4.svg');
}

.mobile-login-close-icon {
  background-image: url('/v4/icons/cross_v4.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  display: none;
  order: 3;
}

.mobile-calendar-close-icon {
  display: none;
  background-image: url('/v4/icons/cross_v4.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  height: 64px;
  float: right;
  cursor: pointer;
  padding: 10px;
}

.zcalendar-top > span {  
  color: #242223;
  font-size: 16px;
  font-weight: 800;
  padding: 20px 0px 20px 20px;
  display: inline-block;
  float: left;
}

.zcalendar-currency-picker {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  background-image: url(/icons/arrow_v4.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  padding-right: 15px;
}

.zcalendar-mobile-chosen-curr  {
    font-size: 10px;
    border: 2px solid #273240;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    width: 19px;
    height: 19px;
    display: inline-block;
}

#calendar-mob-curr {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  font-size: 12px;
  padding: 16px 0px;
  background-color: unset;
  color: #273240;
  width: 30px;
}

.mobile-hamburger-holder span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #273240;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-hamburger-holder span:nth-child(1) {
  top: 0px;
}

.mobile-hamburger-holder span:nth-child(2) {
  top: 7px;
}

.mobile-hamburger-holder span:nth-child(3) {
  top: 14px;
}

.mobile-hamburger-holder.hamburger-open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobile-hamburger-holder.hamburger-open span:nth-child(2) {
  opacity: 0;
  /* left: -60px; */
}

.mobile-hamburger-holder.hamburger-open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#save_lang_curr:focus {
  box-shadow: none;
}

#mobile-search-button {
  display: none;
  margin-right: 10px;
  cursor: pointer;
}

#mobile-search-button .b {
  fill: none;
}

#mob-lang , #mob-curr {
  display: none;
}

#language {
  white-space: pre-wrap;
}

.login-loyalty-level {
  font-weight: 400;
  font-size: 11px;
  background-color: #E6E6E6;
  padding: 3px 10px 4px 10px;
  border-radius: 11px;
  line-height: 15px;
  margin-left: 5px;
}

.image-span {
  display: flex;
  align-items: center;
}

@media(max-width: 1425px) {
  .drop_login {
    right: 20px;
  }
  .drop_login.drop_logged.loyalty-level-active {
    right: unset;
  }
}


/*  MOBILE */

@media (max-width: 1279px) {   


  .section1 {
     box-shadow: 0px 1px 5px #00000029;
  }

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

  .header-top-bar-description {
    padding-right: 25px;
  }

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

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

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

  .header-top.has-loyalty {
    top: unset;
  }

  .header-top.has-loyalty.top-bar-closed {
    top: 0px !important;
    z-index: 9 !important;
  }

  .top_menu {
    width: 100%;
    max-width: unset;
    padding: 0px 10px 0px 11px;
  }

  .login-image {
    display: none;
  }

  .mobile-login-image {
    display: block;
  }

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

  .mobile-close-hotel-search div img {
    max-height: 42px;
  }


  .header-top {
    height: 70px;
  }
  
  .header-top-spacer {
    height: 153px !important;
  }
  
  .header-top.scrolled {
    top: -70px;
  }

  .header-top.has-loyalty.scrolled {
    top: -70px !important;
    z-index: 0;
}

  .language-header , .currency-header {
    display: none;
  }

  #mob-lang , #mob-curr {
    display: inline-block;
  }

  .mobile-flag {
    display: block;
  }
  
  #lang_curr, #login {
    background-image: none!important;
  }

  #lang_curr {
    padding-right: 0px;
  }

  .currency-header-symbol {
    font-size: 11px;
    font-weight: 600;
    color: #273240;
    background-color: #E6E6E6B3;
    min-width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    /* padding-top: 4px; */
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #flag, #language, #currency-symbol, .login-span {
    display: none;
  }
  
  .mobile-hamburger-holder {
    display: block;
  }

  .mobile-hamburger-holder.hide {
    display: none;
  }

  .mobile-search-button-holder {
    order: 1;
  }

  #first_div {
    order: 3;
    padding-right: 0px;
  }

  .package_menu_out_of_box .menu_link {
    display: none;
  }


  #login {
    padding-right: 0px;
    width: 36px;
    /* margin-right: 16px; */
  }

  #second_div {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    align-items: flex-end;
    order: 2;
  }

  #mobile-search-button {
    display: block;
  }
  
  .drops {
    align-items: center;
    /* margin-top: 23px; */
  }

  .drop_login {
    right: -10px !important;
    width: 100vw;
    height: 100vh;
    box-shadow: none;
    border-radius: unset;
    padding: 0px 20px;
  }

  .drop_login.drop_logged.loyalty-level-active {
    right: 0px;
  }

  .login-hello, .login-loyalty-level {
    display: none;
  }

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

  .welcome-msg {
    margin-bottom: 1px;
  }

  .login-buttons {
    margin-top: 20px;
    justify-content: flex-start;
  }
  
  .register-msg {
    font-size: 13px;
  }

  .register-btn, .login-btn {
    font-size: 14px;
    width: 159px;
  }
  
  .register-btn {
    margin-right: 15px;
  }

  .drop-logged__details {
    height: 64px;
  }

  .drop_login_top {
    padding-bottom: 40px;
    margin: 31px 20px 0px 21px;
    position: relative;
  }
  
  .drop_logged .drop_login_top {
    padding-bottom: 31px;
  }

  .drop_login_top::after {
    content: "";
    position: absolute;
    top: -30.5px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: #616161;
    opacity: 0.15;
  }

  .drop_login_bottom {
    margin: 0px;
  }

  .drop-logged-my-acc, .drop-logged-my-company, .drop-logged-my-travel-agent, .drop-logged-my-res, .drop-logged-my-canc {
    padding-left: 60px;
    background-position-x: 25px;
  }

  .drop-logged-my-logout {
    padding-left: 60px;
    background-position-x: 26px;
  }

  .drop-logged-my-company {
    padding-left: 60px;
    background-position-x: 29px;
  }

  .drop_lang {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    box-shadow: unset;
    padding-top: 0px;
    border-radius: 0px;
  }

  .drop_lang::before {    
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #616161;
    opacity: 0.15;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .currency-bar {
    width: 100%;
    position: relative;
    top: unset;
  }

  .language-menu, .currency-menu {
    position: absolute;
    top: 64px;
    left: 0px;
    width: 100%;
  }

  .links_menu_mobile {
    display: block;
    font-family: 'Manrope', sans-serif;
  }

  #save_lang_curr {
    display: none;
  }


  .language-bar , .currency-bar {
    margin-bottom: 0px;
    /* display: block; */
    height: 64px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .language-header:hover, .currency-header:hover {
    border: unset;
  }

  #mob-lang , #mob-curr {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    width: 100%;
    margin-left: 10px;
    font-weight: 600;
    padding: 16px 0px;
    background-color: #fff;
  }

  .menu_item a {
    border-bottom: 0px;
    padding: 12px 0px 12px 0;
    margin: 0px 19.5px 0px 0px;
    font-size: 16px;
  }

  .menu_item.account-link{
    display:flex;
    align-items: center;
    border-top: 1px solid #e6e6e6
  }

  .account-icon{
    margin-left: 10px;
  }

  .menu_item:hover, .menu_item:focus, .menu_current {
    border-left: 0px!important;
  }





  
/*  .language-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #616161;
    opacity: 0.15;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .currency-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #616161;
    opacity: 0.15;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }*/

  .language-title, .currency-title {
    display: none;
  }

  .mobile-change-language, .mobile-change-currency {
    display: block;
    color: #0C83D9;
    font-size: 13px;
    font-weight: 600;
    transition: 0.15s ease-in-out;
    float: right;
    padding: 16px 0px;
    text-transform: lowercase;
    font-family: 'Manrope', sans-serif;
  }

  .mobile-change-language:first-letter , .mobile-change-currency:first-letter {
     text-transform:uppercase;
  }

  .mobile-change-language:hover, .mobile-change-currency:hover {
    text-decoration: underline;
  } 

  .mobile-login-close-icon.show {
    display: block;
  }

  .mobile-calendar-close-icon {
    display: block;
  }

}

@media(max-width: 768px) {
  
}

@media(max-width: 374px) {
  .zcalendar-currency-picker {
    margin-right: 0px;
    padding-right: 0px;
  }
}
