/*--------------------------------------------------------------
# Authorization form
--------------------------------------------------------------*/
.auth-fixed-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	z-index: -1;
}
.auth-navbar {
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.auth-navbar .quick-close {
	right: 32px;
}
.auth-navbar svg {
	height: 32px; 
	width: 32px;
}
.auth--bg {
    background: #fff;
    direction: ltr;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
}
.auth-main-section {
    width: 600px;
    margin: auto;
}
.auth-inner-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.auth-inner-section {
	margin: 10px 0 65px;
}
.auth-content-section {
	width: 100%;
    max-width: 560px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
	background-color: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.auth-content-section.new--account {
	padding: 10px 0 30px;
}
.auth-inputs {
    margin: 0 30px;
}
.auth--contents, .auth--contents .form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.auth--contents, .auth--contents .form-row {
    width: 100%;
}
.auth--contents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.auth--contents .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-row--split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.auth--contents .control-field {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
}
.form-row--split .control-field {
    width: calc(50% - 8px);
}
.auth--head {
    margin: 30px 0 20px;
    text-align: center;
}
.auth--title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .2px;
	text-align: center;
}
.auth--title small {
    display: block;
    width: 80%;
	margin-top: 5px;
	margin-right: auto;
    margin-left: auto;
	font-size: 14px;
    line-height: 20px;
	font-weight: 400;
}
.auth--title.remargin {
    margin: -5px 30px 16px;
}
.auth-subtext {
	font-size: 1.45rem;
	color: #333;
	text-align: center;
}
.auth-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 30px;
}
.auth-options .button-social {
	display: -webkit-inline-box
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: min-content;
    white-space: nowrap;
    text-decoration: none;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
    color: inherit;
    cursor: pointer;
    height: 48px;
	padding: 0.5rem 1rem;
	width: 100%;
}
.auth-options .button-social {
	background-color: #fff;
	color: #333;
	box-shadow: rgb(0 0 0 / 25%) 0px 1px 5px -1px;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 1px 5px -1px;
}
/*.auth-options .button-social.facebook {
	background-color: #3b5997;
    color: #FFF;
}
.auth-options .button-social.google {
	background-color: #dd4b39;
    color: #FFF;
}*/
.auth-options .button-social .fa {
    font-size: 24px;
}
/*.auth-options .button-social:hover.facebook {
    color: #1877f2;
}
.auth-options .button-social:hover.google {
    color: #ea4335;
}*/
.auth-options .button-social__txt {
	margin-left: 8px;
	font-weight: 600;
}
.auth-options .button-social__txt a {
	color: #333;
}
.auth-options > *+* {
    margin: 0 0 0 10px;
}
.auth-label-decorator {
    border-bottom: 1px solid #d9dee2;
    line-height: .1em;
    margin: 2.25rem 30px;
    text-align: center;
}
.registration__label-or {
    padding: 0 1.375rem;
    background-color: #FFF;
}
.password-recover-text {
    display: block;
    font-size: 16px;
    line-height: 24px;
	color: #74787c;
	text-align: center;
    margin: 8px 0;
    text-decoration: none;
    transition: color .2s;
	-webkit-transition: color .2s;
}
.auth-error {
    color: #f00;
    font-size: 13px;
    margin: 5px 0;
    text-align: center;
}
.form--field-alert {
    color: #999;
    text-align: left;
    margin: 10px 0 0;
    line-height: 20px;
    padding: 0;
    display: block;
    font-size: 14px;
}
.auth-link {
	margin-bottom: 30px;
	font-size: 14px;
    line-height: 24px;
	font-weight: 500;
    text-align: center;
}
.registration-acceptance {
    margin-top: 20px;
}
.registration-acceptance .checkboxui {
    font-size: 13px;
}
/*--------------------------------------------------------------
# Search form section vertical
--------------------------------------------------------------*/
.banner-home__wrapper {
	position: relative;
    min-height: 540px;
	margin-top: -1%;
	margin-bottom: 70px;
}
.banner-image__section {
	position: relative;
    height: 100%;
    width: 65%;
	float: right;
}
.banner-image__section:after {
    /*border-bottom-left-radius: 16px;*/
    content: "";
    height: 100%;
    right: 0;
	bottom: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
}
.banner-image__section:after {
    background-image: linear-gradient(0deg,#000 14%,transparent 68%);
}
.banner-searchbox__section {
    background: #f5f3f3;
	/*background: #f7f7f7;
	height: calc(100% - 24px);
	border-right: 1px solid #ebebeb;*/
	height: 100%;
	border-bottom: 1px solid #ebebeb;
}
.banner-searchbox__section {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
	/*border-bottom-right-radius: 8px;*/
}
.banner-image__section_img {
    height: 540px;
	width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    /*border-bottom-left-radius: 16px;*/
}
.banner-image__section_texts {
	position: absolute;
	top: 20%;
	right: 20%;
	left: 30%;
    max-width: 600px;
    min-width: 400px;
	color: #fff;
	text-align: center;
    z-index: 1;
}
.banner-image__section_texts .banner-text__title h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 4.5rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
	-webkit-text-shadow: 0px 1px 2px rgb(0 11 38 / 80%);
	text-shadow: 0px 1px 2px rgb(0 11 38 / 80%);
    /*text-shadow: 2px 2px 5px black;*/
}
.banner-image__section_texts .banner-text__subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    display: block;
    margin-top: 30px;
    color: #fff;
    /*text-shadow: 2px 2px 5px black;*/
}
.banner-image__section_texts .login__link {
    color: #fff;
}
.search_vbox--default {
    top: 9%;
    width: 60%;
	right: 10%;
	padding: 0;
	border-radius: 0;
	width: 100%;
	max-width: 410px;
    min-height: 300px;
    position: absolute;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.search_vbox--default .input-box {
    margin: 0;
}
/*--------------------------------------------------------------
# Search form section hoz
--------------------------------------------------------------*/
/*.welcome--picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.welcome--picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}*/
.welcome-sch__wrapper {
    /*background-color: rgba(0,0,0,.4);
    width: 100%;
    padding: 30px 0 20px;
    position: absolute;
    top: 0;
    z-index: 1;*/
	bottom: -50px;
    position: absolute;
    left: 0;
    right: 0;
	width: 100%;
	z-index: 1;
}
.welcome-sch__wrap {
    width: 100%;
	max-width: 860px;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
	-webkit-border-radius: 6px;
    padding: 20px 18px 10px;
	box-shadow: 0 0 30px #002a3a80;
	-webkit-box-shadow: 0 0 30px #002a3a80;
}
/*------------------------------------------------------------*/
.product-search__widget {
    position: absolute;
	z-index: 1;
    top: 50%;
    left: 0;
	width: 100%;
    transform: translateY(-50%); 
}
.welcome-travel-search {
    position: relative;
    /*margin: 46px 0 80px;
    padding: 34px 0 0;*/
	margin: 60px 0 130px;
    padding: 0;
    z-index: 1;
}
.home-search__widget {
	margin: 0;
}
.home-search__widget h1 {
	margin: 0 0 40px;
	font-size: 4rem;
	line-height: 1.2;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 .25rem .625rem rgba(0, 0, 0, .25);
}
.welcome-travel-search.search--only {
    margin: 80px 0;
    /*padding: 0;*/
}
.search-authenticated {
    z-index: 1120 !important;
}
/*.welcome-travel-search:before {
    position: absolute;
    display: block;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(255,255,255,0)));
    background: linear-gradient(rgba(0,0,0,.2),rgba(255,255,255,0));
    z-index: 1;
    background-color: rgba(0,0,0, 0.2);
}*/

/*.fsearch-svg {
    position: absolute;
	z-index: -1;
}
.fsearch-svg__1 {
    left: 8%;
    top: -12px;
}
.fsearch-svg__2 {
    right: 8%;
    top: 6px;
}*/
.form-header-text {
	display: block;
	text-align: center;
	font-size: 4.575rem;
    line-height: 4.5625rem;
	font-weight: 600;
	margin: 0 4px 34px;
}
/*.form-footer-text {
	display: none;
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	color: #74787c;
	margin: 12px 4px 0;
}
.form-footer-promo {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 12px 4px 8px;
}*/
.welcome-search {
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: transparent;*/
	padding: 0px !important;
}
.welcome-search .input-box {
    /*border: 1px solid #dfe1e5;*/
	padding: 0 !important;
}
/*.welcome-search .input-box.goingTo:hover {
    border: 1px solid #eee;
	-webkit-box-shadow: 0 0 15px rgb(21 27 38 / 10%);
    box-shadow: 0 0 15px rgb(21 27 38 / 10%);
}*/
/*.welcome-search .input-box.searchAction {
    background-color: #FFF !important;
    border-color: #dfe1e5 !important;
}
.welcome-search .searchAction .searchTxt {
    color: #6f6f6f !important;
    font-weight: 400 !important;
}
.welcome-search .searchAction .searchTxt {
    font-weight: 400 !important;
}
*/
/*--------------------------------------------------------------*/
.search-form__landing {
	position: relative;
	height: 100%;
    width: 100%;
	/*overflow: hidden;*/
	background-color: #f5f3f3;
}
/*.search-form__landing:before {
	background-color: #f5f6f8;
    content: "";
    height: 100%;
    left: 0;
	max-height: 356px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/
/*.search-form__landing:before {
    background-image: url(../../../../../../images/3864x2576.webp);
    background-position: center 10px;
    background-repeat: no-repeat;
	background-color: #121213;
    content: "";
    height: 100%;
    left: 0;
    max-height: 406px;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.search-form__landing:before {
	position: absolute;
    top: 30px;
	left: 62%;
	opacity: .5;
	content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(236, 239, 242);
    background-attachment: scroll;
    background-image: url(../../../../../../images/home-hotel-banner.jpg);
    height: 100%;
    width: 100%;
	border-radius: 9999px 0px 0px 9999px;
	-webkit-border-radius: 9999px 0px 0px 9999px;
}*/
.search-form__landing:before {
	position: absolute;
    bottom: 0;
	right: 0;
	content: "";
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(236, 239, 242);
    background-attachment: scroll;
    background-image: url(../../../../../../images/hero-round-banner.jpg);
	height: 100%;
    width: 100%;
	max-height: 506px;
	max-width: 430px;
	border-radius: 9999px 0px 0px 9999px;
	-webkit-border-radius: 9999px 0px 0px 9999px;
}
/*--------------------------------------------------------------*/
.nav-fixed-top {
	position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 49;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
/*.header-wrapper {
	position: fixed;
	height: 96px;
    left: 0;
    top: 0;
    width: 100%;
	box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
	-webkit-box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03),0 1px 2px 0 rgba(0,0,0,.03);
}*/
.header-wrapper {
	position: relative;
    width: 100%;
	color: rgb(36, 36, 53);
	background-color: #FFF;	
	/*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);*/
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
}
/*.nav-fixed-top {
	background-color: transparent !important;
}*/
.header-wrapper--unsetcolor {
    background-color: transparent;
}
/*.header--scrolled {
    height: 78px;
}*/
.reveal--rooms {
    height: 0 !important;
	margin-top: -15px;
}
/*.header__shadow {
    height: 96px;
    visibility: hidden;
}*/
.header__shadow {
    height: auto;
    visibility: hidden;
}
/*.header-shadow--unauthenticated {
	height: 78px;
}*/
/*.header-wrapper--unsetcolor > .header__ {
    transition: background-color 1s ease;
    transition-delay: .5s;
    background-color: transparent;
}
.header-wrapper--unsetcolor > .header__main {
    padding: 2rem 1.5rem;
}*/
.header__main {
    width: 100%;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: visible;
	transition: height .4s ease-out;
    -webkit-transition: height .4s ease-out;
    /*z-index: 1100;*/
}
.header__main {
	margin: 0;
	padding: 16px 0;
	height: 82px;
	background-color: transparent;
}
/*.header--scrolled .header__main {
	height: 78px;
}*/
.reveal--rooms .header__main {
    height: 0;
	margin-top: -15px;
}
/*.checkout__select {
    height: 72px !important;
}*/
.header-wrapper--active {
    z-index: 1200 !important;
}
.header-wrapper--cherry {
    background-color: #fff2ea;
}
.header-overlay {
    position: fixed;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 1099;
}
.header-overlay--active {
	bottom: 0;
    /*background-color: hsla(0,0%,4%,.45);*/
	background: rgb(36, 36, 53);
    background-color: rgba(0,0,0,.5);
}
/*.header__side {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}*/
.header__col {
	/*-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
    max-width: 33.33333%;*/
}
.header__side--left {
	-webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    /*max-width: 280px;*/
}
.header__navigation {
	-webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.checkout__select .header__navigation {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	text-align: left;
}
.header__side--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	line-height: 1;
    min-width: 0;
}
/*.checkout__select .header__side--left, .checkout__select .header__side--right {
	display: none;
}
.checkout__select .header__col {
    -webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
    max-width: unset;
}
.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    outline: none;
}*/
.header__logo {
    margin-right: 6vw;
}
.header__logo__anchor {
	display: inline-block;
}
.logotype-image {
    max-height: 65px;
	/*max-width: 220px;*/
    transition: 200ms;
    transition-timing-function: ease;*/
	transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header__navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-left: 0;
}
.header__navigation__list > li {
    list-style: none;
    position: unset;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}
.header__navigation__list > li {
    padding-left: .75rem;
    padding-right: .75rem;
}
.header__button {
    padding: 0 .5rem 0 .15rem;
}
.header__button {
    display: inline-block;
    max-width: 100%;
    border: 2px solid transparent;
    background-color: transparent;
    font-weight: 600;
    white-space: nowrap;
    outline: none;
    text-decoration: none;
    letter-spacing: unset;
    cursor: pointer;
}
.header__button--menu svg {
	min-width: 2.375rem;
    vertical-align: middle;
}
/*.nav-fixed-top .header__button--menu svg {
	fill: #ddd;
}*/
.header__button-text {
    font-size: 15px;
    color: rgb(36, 36, 53);
	text-transform: uppercase;
    margin: 0 .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*.nav-fixed-top .header__button-text {
    color: #ddd;
}*/
/*.nav-fixed-top .header__button--menu:hover, .nav-fixed-top .header__button--active {
    border-color: #ddd;
}*/
.header__btn {
    font-size: 14px;
	line-height: 18px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    outline: none;
    border: 1px solid #dddcdc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
    letter-spacing: unset;
    cursor: pointer;
    background-color: #FFF;
    color: #333;
    padding: 0px;
    max-width: 100%;
}
.btn-txt__wrap {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: inherit;
    height: 100%;
}
.btn-txt__wrap .style--icon {
	display: inline-block;
    margin: 0.14rem 0.55rem 0 1.15rem;
}
.btn-txt__wrap .style--icon svg {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    fill: #615f5f;
}
.header-btn__txt {
	margin-top: 1rem;
    margin-bottom: 1rem;
	margin-right: 1.5rem;
	max-width: 7em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.currencies__toggle, .shopping__kart, .lang--switcher {
    margin-left: 1.5rem;
}
/*.shopping__kart {
    margin-left: 0.32rem;
}
.kart-has-items {
    height: 16px;
    width: 16px;
    background-color: #444;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: -9px;
    top: -8px;
    border: 1px solid #fff;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 500;
    line-height: 1.2;
}*/
.kart-has-items {
	height: 18px !important;
    width: 18px;
    background-color: #04bd99;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 11px;
    border: 1px solid transparent;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: 500;
    line-height: 1;
    padding-top: 3px;
    padding-left: 2px;
}
.menu__toggle {
    margin-left: 0.5rem;
}
.menu__toggle-btn, .currencies__toggle-btn, .shopping__kart-btn {
	/*display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    width: 48px;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    color: rgb(36, 36, 53);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px; 
    border-radius: 24px;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
}
/*.currencies__toggle-btn {
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    width: 48px;
	padding: 0;
	border: 1px solid transparent;
	background-color: transparent;
	color: #2a2a2a;
}*/
/*.nav-fixed-top .currencies__toggle-btn {
    color: #ddd;
}*/
/*.menu__toggle-btn {
    max-width: 100%;
	height: 48px;
    width: 48px;
    border: 1px solid transparent;
    background-color: transparent;
	padding: 0;
}
.shopping__kart-btn {
	height: 48px;
    width: 48px;
	padding: 0;
	border: 1px solid transparent;
    background-color: transparent;
}
.shopping__kart-btn .cart-icon {
	margin-top: -4px;
	fill: #333;
}*/
/*.nav-fixed-top .shopping__kart-btn .cart-icon {
	fill: #ddd;
}*/
/*.nav-fixed-top .currencies__toggle-btn:hover,.nav-fixed-top .menu__toggle-btn:hover,.nav-fixed-top .shopping__kart-btn:hover {
    border-color: #ddd;
}*/
.menu--icon {
    fill: #FFF;
}
/*--------------------------------------------------------------
# Abandoned search kart
--------------------------------------------------------------*/
.abandoned-cart-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1102;
}
.abandoned-cart-container {
    left: auto;
    left: initial;
}
.abandoned-cart {
    margin: 16px;
    padding: 15px;
    font-size: 14px;
    color: rgb(36, 36, 53);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: #FFF;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.abandoned-cart {
    width: 360px;
    margin-right: 40px;
}
.abandoned-cart-header {
    font-size: 18px;
    font-weight: 400;
}
.abandoned-cart-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.abandoned-cart-left {
    padding-right: 12px;
}
.abandoned-cart-right {
    width: 100%;
    margin-right: 36px;
}
.abandoned-cart-image {
    width: 47px;
    height: 45px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.abandoned-cart-info-row {
    margin-top: 4px;
}
.abandoned-cart-info-row:first-of-type {
    margin-top: 0;
}
.abandoned-cart h3, .abandoned-cart p {
    margin: 0;
}
.abandoned-cart-date {
    display: inline-block;
    line-height: 20px;
}
.abandoned-cart-occupancy {
    margin-top: 4px;
}
.abandoned-cart-date {
    display: inline-block;
    line-height: 20px;
}
.abandoned-cart-price {
    font-size: 20px;
    color: #4f4d4d;
    font-weight: 700;
}
.abandoned-cart-warning {
    color: #BF360C;
}
.abandoned-cart-time {
    vertical-align: text-top;
}
.abandoned-cart-x {
    position: absolute;
    top: 10px;
    right: 10px;
}
/*--------------------------------------------------------------
# Dropdown menu section
--------------------------------------------------------------*/
.nav-ddown-container {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	overflow: hidden auto;
	background-color: #fff2ea;
	z-index: 1045;
}
.nav-ddown-reveal {
	padding: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nav-ddown-body {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    position: relative;
    text-align: left;
}
.nav-ddown-option {
	width: 66.66666667%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav-ddown-promo {
	width: 33.33333333%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav-ddown-header {
	padding-left: 24px;
}
.nav-ddown-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 24px;
	padding-left: 24px;
	height: 100%;
}
.nav-ddown-content .menu--innerwrap {
	padding: 40px 0 20px;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.nav-ddown-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.nav-ddown-footer {
	padding: 20px 24px;
}
.nav-ddown-footer-portable {
	display: none;
}
.nav-ddown-bg {
    background-position: 50%;
    background-size: cover;
    height: 100%;
}
.nav-ddown-bg-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #FFF;
    height: 100%;
    min-height: 50vh;
    padding: 45px 45px 10px;
	background-color: rgba(26, 26, 26, .6);
    width: 100%;
	text-align: center;
}
.nav-ddown-bg-text h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
}
.nav-ddown-bg-text p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.675;
}
.nav-ddown-contact {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.nav-ddown-contact {
    min-height: 50vh;
    padding: 30px 55px;
	color: #FFF;
    overflow: auto;
    padding: 55px;
	background-color: #3f5443;
}
.nav-ddown-form .form-line-1 {
	font-size: 1.5rem;
    line-height: 1.2;
	font-weight: 500;
	text-align: center;
	color: hsla(0, 0%, 100%, .6);
	text-transform: uppercase;
}
.nav-ddown-form .form-line-2 {
	margin-bottom: 20px;
	font-size: 2.8rem;
    line-height: 1.4;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.nav-ddown-form form input:not([type=submit]), .nav-ddown-form form textarea {
    background: transparent;
    border: 0;
    border: 1px solid hsla(0, 0%, 100%, .4);
    color: #FFF;
    height: 51px;
    padding: 10px;
    width: 100%;
}
.nav-ddown-form .ctrl-label-font {
	margin-bottom: 4px;
}
.nav-ddown-form .form-submit-message {
	display: block;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #008234;
	text-align: center;
}
/*------------------------------------------------------------*/
.menu--cherry {
    background-color: #fff2ea;
}
.menu--unsetcolor {
    background-color: transparent;
    transition: background-color 1s cubic-bezier(0,1,0,1);
    transition-delay: .5s;
    -webkit-transition: background-color 1s cubic-bezier(0,1,0,1);
    -webkit-transition-delay: .5s;
	-webkit-box-shadow: 0 1rem 1rem rgb(0 0 0 / 20%);
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 20%);
}
.menu__collapse {
    transition: height .4s ease-out,box-shadow .4s ease-out, background-color .4s ease-out;
    -webkit-ttransition: height .4s ease-out,box-shadow .4s ease-out, background-color .4s ease-out;
}
.menu--dropdown {
    position: absolute;
    height: auto;
	/*max-height: calc(100vh - 80px);*/
	display: none;
    left: 0;
    right: 0;
    /*top: 80px;*/
	top: 100%;
	/*overflow-y: auto;*/
	-webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /*z-index: 1002;*/
	z-index: 10;
	/*z-index: 1100;*/
}
.menu--active {
	display: block;
    -webkit-box-shadow: 0 1.5rem 1rem rgb(0 0 0 / 19%);
	box-shadow: 0 1.5rem 1rem rgb(0 0 0 / 19%);
}
.menu--innerwrap {
	padding: 50px 10px;
}
.menu--basic ul {
	margin: 0;
}
.menu--basic ul li a {
	position: relative;
	font-size: 26px;
    line-height: 1.275;
    font-weight: 600;
    color: rgb(36, 36, 53);
	padding: 15px;
	letter-spacing: 0.06rem;
	/*text-transform: uppercase;*/
}
.menu--basic ul li a.expanded-list {
	padding: 1.5rem 1.5rem 0;
}
.menu--basic ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
}
/*.menu--basic ul li a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1.5rem;
    font-size: 32px;
}
.menu--basic ul li a.expanded-list::before {
    -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transform 0.25s linear;
	transition: transform 0.25s linear;
}
.menu--basic ul li a.closed-list::before {
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-webkit-transition: transform 0.25s linear;
	transition: transform 0.25s linear;
}*/
.menu--basic ul li a:not(.expanded-list):hover, .menu--basic ul li a.selected  {
	background: #f7e1d2;
	cursor: pointer;
}
/*.menu--options > :first-child {
    border-top: 1px solid rgb(152, 150, 147);
}
.menu--options > :nth-child(n) {
    border-bottom: 1px solid rgb(152, 150, 147);
}*/
.menu--options > li {
    border-top: 1px solid #404040;
}
.menu-expander-wrapper {
	display: block;
	padding: 1.5rem 0;
	/*margin-bottom: 2rem;*/
}
.menu-expander-list {
    padding: 0;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.menu-expander-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.menu-expander-item {
	width: 46.5%;
    list-style-type: none;
    padding: 0;
	/*border-bottom: 1px solid #d6d4d3;*/
}
.menu-expander-item-anchor {
	font-size: 20px !important;
	font-weight: 400 !important;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Login section
--------------------------------------------------------------*/
/*.account-user-login {
    display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	justify-content: center;
    background-image: none;
    border: none;
    background: #F5F5F5;
    box-shadow: none;
    height: 48px;
    width: 48px;
    padding: 8px;
    margin: 0;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    color: #007aff;
}
.account-user-img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
    margin: 0;
}
.account-user-img.__image{
    width: 80px;
    height: 80px;
}*/
.header__popup {
	display: block;
	position: absolute;
	min-height: 140px;
    max-height: -webkit-calc(100vh - 62px - 100px);
    max-height: calc(100vh - 62px - 100px);
	min-width: 290px;
	overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-y: auto;
    -webkit-overflow-x: hidden;
}
.header__popup {
	z-index: 991;
    line-height: normal;
    outline: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header__popup {
    background: #fff;
    border: 1px solid transparent;
    color: #333;
	/*-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	border: 2px solid rgba(18,18,19,.2);
    box-shadow: 0 4px 8px -4px rgb(18 18 19 / 20%);
	-webkit-box-shadow: 0 4px 8px -4px rgb(18 18 19 / 20%);
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 40%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 40%);*/
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    outline: none;
    right: 0;
    top: 84%;
    -webkit-user-select: text;
}
.header__popup-inner {
    padding: 0;
    white-space: normal;
	position: relative;
}
.header__popup-inner .quick-close {
	position: absolute;
    top: 12px;
	right: 12px;
}
/*--------------------------------------------------------------
# Kart summary section
--------------------------------------------------------------*/
.kart-header__summary {
    width: 100%;
}
.kart-header__summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.kart-header__top {
	padding: 8px 10px;
}
.kart-header__heading {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
}
.kart-header__basetxt {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
}
.kart-header__price {
    font-size: 1.75rem;
    line-height: 1.2;
	font-weight: 600;
}
.kart-header__smlprice {
	font-size: 1.55rem;
    line-height: 1.3;
	font-weight: 600;
}
.kart-header__content {
	min-height: 160px;
    overflow-y: auto;
    -webkit-overflow-y: auto;
	-webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    max-height: calc(100vh - 420px);
}
.kart-header__item {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.kart-header__item {
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #e7e7e7;
}
.kart-header__item-pic {
	-webkit-box-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
}
.kart-header__item-cont {
	padding-left: 12px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.kart-header__name {
	font-size: 1.45rem;
    line-height: 1.3;
    font-weight: 600;
}
.kart-header__text {
	font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 400;
}
.kart-header__item-actn {
    margin: -12px 8px 0 0;
    text-align: right;
}
.kart-header__item-rmv {
    color: rgb(255, 255, 255);
    position: relative;
    background: rgb(0, 0, 0);
    padding: 0.45em 0.5em;
    border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}
.kart-header__item-rmv:before {
	content: "\f057";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    top: 0px;
    left: 1px;
    color: #fff;
}
.kart-header__item-rmv::after {
    content: "";
    display: block;
    position: absolute;
    right: 108%;
    top: 54.5%;
	-webkit-transform: translateY(-51.5%);
    transform: translateY(-51.5%);
    height: 0px;
    width: 0px;
    border-top: 0.6em solid transparent;
    border-right: 0.6em solid rgb(0, 0, 0);
    border-bottom: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
}
.kart-header-view-edit {
	margin-top: 0.5rem;
	padding: 0.5rem;
	border-top: 1px solid #e7e7e7;
}
.kart-header__button {
	height: auto;
    font-size: 1.4rem;
}
.kart-header-empty__message {
    display: block;
    font-size: 1.45rem;
    padding: 35px 0 20px;
    text-align: center;
}
/*--------------------------------------------------------------
# Lang section
--------------------------------------------------------------*/
.lang--switcher {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.lang-switcher__toggle {
	display: block;
	position: relative;
	/*margin-left: 0.3rem;*/
    padding-left: 1.42rem;
	cursor: pointer;
	border-color: transparent;
    box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}
/*.nav-fixed-top .lang-switcher__toggle .dropdown-toggle__arrow {
    color: #ddd;
}*/
.lang--switcher__flag {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lang--switcher__flag.reformat {
    left: 0.375rem;
}
.lang--switcher__text {
    display: none;
    text-transform: capitalize;
}
.dropdown-toggle__arrow {
	margin-top: 2px;
    margin-left: 14px;
    font-size: 20px!important;
}
.dropdown-lang__toggle {
	position: absolute;
    right: 0;
    top: 84%;
    display: none;
    float: left;
    min-width: 13rem;
    padding: 4px;
    margin: 0;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	z-index: 11;
}
.dropdown-lang__toggle {
	border: 1px solid #f3f3f3;
    box-shadow: 0 4px 8px -4px rgb(18 18 19 / 20%);
	-webkit-box-shadow: 0 4px 8px -4px rgb(18 18 19 / 20%);
	border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
	transition: padding-top .2s ease;
	-webkit-transition: padding-top .2s ease;
}
.dropdown-lang__toggle.show {
    display: block;
}
.dropdown-lang__option {
	position: relative;
    display: block;
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 4.25rem;
    clear: both;
    font-size: 15px;
    font-weight: 400;
    color: #333;
	text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
	text-transform: capitalize;
}
/*--------------------------------------------------------------
# Currency/Profile section
--------------------------------------------------------------*/
.currencies__list,.profile-summary__list,.myaccount-header__dropdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.currencies__list,.profile-summary__list,.myaccount-header__dropdown {
	width: 96%;
	padding: 30px 20px;
}
.myaccount-header__title {
	display: inline-block;
    padding-left: 0;
	font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(36, 36, 53);
}
.myaccount-header__dropdown ul {
    margin: 10px 0 16px;
	padding-left: 16px;
	list-style-type: disc;
}
.myaccount-header__dropdown ul > li{
	margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
}
.myaccount-header__actn {
    margin-top: 24px;
}
.myaccount-link__item {
	display: block;
	font-size: 14px;
	color: #1F1F1F;
	padding: 0 20px;
}
.currencies__option, .profile-summary__option {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.5rem;
	color: #18191b;
    padding: 1rem 0 1rem 0.75rem;
    text-decoration: none;
	background-color: transparent;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.currencies__option:hover, .profile-summary__option:hover {
    background-color: #e2f3fe;
}
.currencies__option-code {
    margin-right: 14px;
    width: 34px;
	font-size: 1.45rem;
}
.currencies__option-label {
    color: #6c6f72;
}
/*------------------------------------------------------------*/
.profile-summary__option {
    position: relative;
    padding: 14px 16px;
	padding-left: 40px;
	line-height: 1;
    text-decoration: none;
}
.profile-summary__option::before {
    position: absolute;
    top: 12px;
    left: 9px;
    font-size: 1.65rem;
    font-family: 'FontAwesome';
}
.profile-summary__option.profile::before {
    content: "\f007";
	color: #5168a1;
}
.profile-summary__option.plan::before {
    content: "\f016";
	color: #f9c909;
}
.profile-summary__option.saved::before {
    content: "\f097";
	color: #9c27b0;
}
.profile-summary__option.extras::before {
    content: "\f06b";
	color: #525f7f;
}
.profile-summary__option.bookings::before {
    content: "\f145";
	color: rgb(0,170,0);
}
.profile-summary__option.login::before {
    content: "\f090";
	color: #00a680;
}
.profile-summary__option.sign-out::before {
    content: "\f08b";
	color: #ff6565;
}
.profile-summary__option.sign-up::before {
    content: "\f096";
	color: #0063fb;
}
/*--------------------------------------------------------------
# Signout section
--------------------------------------------------------------*/
.login-image-section {
	display: block;
	position: relative;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
}
.account-user-img svg {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    fill: #615f5f;
}
.signout-name-section {
    display: block;
    vertical-align: top;
    text-align: center;
}
.signout-email-section {
	margin-top: 10px;
    color: #5f6368;
    font: 400 14px/19px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    letter-spacing: normal;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.signout-action-section {
    border-top: 1px solid #e8eaed;
    padding: 0 20px;
    text-align: center;
}
.signout-action,.edit-action {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font: 500 14px/16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    letter-spacing: .15px;
    margin: 16px 8px;
    outline: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
	cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
.header-btn__txt {
    display: none;
}
.btn-txt__wrap .style--icon {
    margin: 0.5rem 1rem;
}
.gd-top-bg {
	background-color: #fff!important;
}
.welcome-sch__wrapper {
	padding: 40px 16px 30px !important;
    position: relative !important;
	bottom: auto;
    left: auto;
    right: auto;
    background-color: #fff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
	/*border-bottom: 1px solid #e2e0e0;*/
}
.welcome-sch__wrap {
	padding: 0;
    width: 100%!important;
	background-color: transparent !important;
    border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.banner-home__wrapper {
    min-height: auto;
    margin-top: -1%;
}
.banner-image__section {
    float: none;
	display: none;
}
.banner-searchbox__section {
    border-radius: 0;
	-webkit-border-radius: 0;
    position: relative;
    width: 100%;
}
.search_vbox--default {
    top: unset;
    right: unset;
    padding: 6% 4%;
    border-radius: 0;
	-webkit-border-radius: 0;
    width: 100%;
	max-width: 100%;
    min-height: unset;
    position: relative;
    background: transparent;
    box-shadow: none;
	-webkit-box-shadow: none;
}
/*.welcome-search .input-box.goingTo {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.welcome-search .input-box.goingTo:hover {
	-webkit-box-shadow: 0 0 15px rgb(21 27 38 / 10%) !important;
    box-shadow: 0 0 15px rgb(21 27 38 / 10%) !important;
}*/
/*.landing-page__scope {
    margin-top: -100px;
    margin-right: 0;
}
.page-banner__pic {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}*/
}
@media only screen and (max-width: 991.98px) {
.nav-ddown-body {
    display: block;
}
.nav-ddown-option, .nav-ddown-promo {
	width: 100%;
}
.nav-ddown-footer-desktop {
	display: none;
}
.nav-ddown-footer-portable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-ddown-bg-text, .nav-ddown-contact {
	padding: 50px;
}
}
@media only screen and (max-width: 767.98px) {
.nav-fixed-top {
    position: relative !important;
    top: auto !important;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
}
/*.lang--switcher {
	margin-left: 8px;
}*/
/*.welcome-travel-search {
    margin-top: 16px;
}
.welcome-travel-search.search--only {
    margin: 60px 0;
}
*/
.nav-ddown-header {
    padding-left: 20px;
}
.nav-ddown-content {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-ddown-bg-text, .nav-ddown-contact {
	padding: 50px 20px;
}
.nav-ddown-footer {
    padding: 20px;
}
.kart-has-items {
	left: 11px;
    top: -2px;
}
.product-search__widget {
    position: relative;
    top: auto;
    left: auto;
    transform: unset; 
}
.home-search__widget h1 {
	margin: 0 0 30px;
    font-size: 3rem;
    color: #212121;
	text-shadow: none;
	text-align: left;
}
.welcome-travel-search {
    margin: 50px 0 60px;
}
.search-form__landing:before {
    display: none;
}
.banner-home__wrapper {
    margin-bottom: 0;
}
.form-header-text {
    font-size: 3.5rem;
    line-height: 4rem;
	text-align: left;
}
/*.welcome-travel-search {
    z-index: 1130;
}*/
/*.header__button {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__button {
	padding: 0 1.5rem;
}
.header__button-text {
	font-size: 14px;
    text-transform: unset;
	margin-top: -0.35rem;
}*/
/*.header__logo {
    margin-right: 2rem;
    max-width: 210px;
}*/
/*.header__navigation__list>li {
    padding: 0;
}
.header__navigation__list>li:first-child {
    padding-right: 2rem;
	margin-left: -10px;
}*/
.header__button {
	padding: 0;
}
.header__button-text {
	display: none;
}
.header__btn {
	border: none;
	background-color: transparent;
}
.currencies__toggle-btn {
	height: auto;
    width: auto;
}
.shopping__kart-btn {
    height: 30px;
    width: auto;
}
.btn-txt__wrap .style--icon {
	margin: 0;
}
.btn-txt__wrap .style--icon svg {
    fill: rgb(36, 36, 53);
}
/*.menu--innerwrap {
    padding: 40px 0 60px;
}*/
.menu-expander-list {
	display: block;
}
.menu-expander-item {
	width: 100%;
}
.auth-main-section {
    width: 100%;
}
.auth-navbar {
    margin-top: 8px;
}
.auth-navbar #logo {
	display: none;
}
.auth-navbar .quick-close {
	top: 10px;
	right: 24px;
}
.auth-navbar .quick-close svg {
	height: 24px; 
	width: 24px;
}
.auth-inner-section {
    margin: 0 30px;
}
.auth-content-section {
	padding: 35px 0 40px !important;
    max-width: 100%;
	border: none;
	border-radius: unset;
	background-color: transparent;
}
.auth--head {
    margin: 10px 0 20px;
}
.auth-options {
    margin: 20px 0 0;
}
.auth-link {
    margin-top: 30px;
	margin-bottom: 0;
}
.auth-label-decorator {
    margin: 2.75rem 0 1.85rem;
}
.registration__label-or {
    background-color: #fafafa;
}
.auth--title.remargin {
    margin: 0 0 16px;
}
.auth-inputs {
    margin: 0;
}
}
@media only screen and (max-width: 600px) {
.header__popup {
    width: 100%;
}
.form-footer-text {
    margin: 24px 4px 0;
}
.auth-inner-section {
    margin: 20px;
}
.menu--basic ul li a {
    font-size: 20px;
}
/*.menu-expander-wrapper {
    margin-bottom: 3rem;
}*/
.menu-expander-item-anchor {
    font-size: 16px !important;
}
}
@media (min-width: 600px) {
.col-xs-auto {
    -webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
    /*width: auto;
    max-width: 100%;*/
}
}
@media (min-width: 768px) {
.header__button--menu:hover, .header__button--active {
    border-color: rgb(36, 36, 53);
}
.currencies__toggle-btn:hover, .menu__toggle-btn:hover, .shopping__kart-btn:hover {
    border-color: #d9dee2;
}
/*.header__navigation {
    -webkit-flex-basis: calc(100% - 38rem);
    flex-basis: calc(100% - 38rem);
}*/
}
@media (min-width: 1200px) {
.welcome-travel-search {
    margin: 80px 0 150px;
}
.nav-ddown-header {
	padding-left: 7vw;
}
.nav-ddown-content, .nav-ddown-footer {
    padding-right: 40px;
    padding-left: 40px;
}
/*.header__main {
	padding: 0 70px;
}
.menu--innerwrap {
	padding: 50px 70px;
}*/
.landing-page__scope {
    margin-right: 80px;
	max-width: calc(100% - (100% - 1600px) / 2);
}
.welcome-sch__wrap {
    max-width: 868px;
}
}