.footer-brand-logo {
    max-width: 200px;
    max-height: 60px;
}
.footer-content-wrap {
	font-size: 1.4rem;
	background-color: #181819;
	/*background-color: #111;
    color: rgb(36, 36, 53);
	border-top: 1px solid #d7d4d4;*/
    padding-bottom: 50px;
}
.footer-content-wrap, .checkout-booking {
    padding-bottom: 20px;
}
.footer-row {
    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;*/
}
/*.footer-row-base {
	-webkit-box-align: end;
	-ms-flex-pack: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}*/
.footer-col {
	color: #FFF;
    font-size: 1.36rem;
    font-weight: 400;
    line-height: 1.575;
}
.footer-row-border {
	/*border-top: 1px solid #c6c6c6;
    margin-top: 40px;*/
    padding: 20px 0;
	text-align: center;
}
.footer-row .footer-grow {
	flex-grow: 1;
    -webkit-flex-grow: 1;
}
.footer-row .footer-grow:not(:last-child) {
	padding-right: 40px;
}
.footer-row .footer-col-first {
	padding-right: 84px;
}
.footer-row h4 {
	margin-top: 0;
    margin-bottom: 20px;
    position: relative;
	color: #FFF;
    font-size: 1.45rem;
    line-height: 1.275;
    font-weight: 600;
    letter-spacing: 0.08rem;
}
/*.footer-addr-show {
	color: #FFF;
	font-weight: 400;
	font-size: 1.36rem;
    line-height: 1.575;
}*/
.footer-addr-show {
    max-width: 85%;
}
.footer-addr-show p {
	margin-bottom: 0;
}
.footer-col ul {
    margin-bottom: 0;
}
.footer-col ul > li:not(:last-child) {
	margin-bottom: 10px;
}
.footer-col ul > li > a {
    display: block;
	color: #FFF;
	/*font-size: 1.36rem;
	font-weight: 400;
    line-height: 1.575;*/
}
.footer-col ul > li:last-child > a {
    margin-bottom: 0;
}
.footer-media ul, .footer-options ul {
    margin: 0;
	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;*/
}
.footer-media li {
	padding-left: 0;
    padding-right: 0;
}
.footer-media li:not(:last-child) {
    margin-right: 40px;
}
.footer-media.payment-typ li:not(:last-child) {
    margin-right: 8px;
}
.footer-options li {
    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;
}
.footer-options li {
	margin-bottom: 0 !important;
}
.footer-options li:not(:last-child) {
	padding-right: 40px;
    padding-left: 0;
}
/*.footer-social-icn {
    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;
}*/
.footer-social-icn {
    /*width: 32px;
    height: 32px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background-color: #FFF;
    border: 1px solid #c3c3c3;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;*/
	color: rgb(36, 36, 53);
}
.footer-social-icn .fa {
	font-size: 2.8rem;
}
.footer-selector-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;
}
.footer-selector-btn {
	padding: 0;
	/*color: #FFF;
	font-weight: 400;
	font-size: 1.36rem;*/
    line-height: 1.275;
	white-space: nowrap;
	border: none;
    background-color: transparent;
}
.copyright-caption {
    font-size: 1.2rem;
	color: #CCC;
}
/*.fixed-curr__panel {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	margin: auto;
    text-align: initial;
    z-index: 100;
    border-radius: 24px 24px 0 0;
	-webkit-border-radius: 24px 24px 0 0;
    max-height: calc(100% - 3rem);
	width: 100%;
	box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px;
	-webkit-box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px;
}
.curr-panel__heading {
    position: sticky;
    top: 0;
    padding: 16px 30px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.curr-panel__title {
	margin: 0;
    font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}
.curr__panel {
    height: 100%;
    overflow: auto;
    position: relative;
}
.curr-panel__contain {
	height: 100%;
    overflow: auto;
    position: relative;
    border-top: 1px solid rgb(235, 235, 235);
}
.curr-panel__footer {
	display: block;
    padding: 16px 30px 24px;
}*/
.footer-selector__reveal {
    font-size: 14px;
    line-height: 18px;
    padding: 16px;
}
.footer-selector__options {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.footer-selector__item {
    display: inline-block;
    padding: 8px;
    width: calc(50% - 8px);
    vertical-align: top;
}
.footer-selector-val {
    outline: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    margin: 0px;
    text-align: inherit;
    text-decoration: none;
    user-select: auto;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 8px;
	-webkit-border-radius: 8px;
    color: rgb(36, 36, 53);
    display: block;
    padding: 8px 12px;
    width: 100%;
}
.footer-selector-val.selected {
    border: 1px solid #333;
}
.footer-selector-val:hover {
    background-color: #f5f5f5;
}
.footer-selector-val.disabled {
    cursor: default;
}
.footer-selector-btxt {
    color: rgb(113, 113, 113);
}
.footer-toast__wrapper {
    font-size: 14px;
    color: #111;
    padding: 28px 24px;
    position: fixed;
    bottom: 1rem;
    left: 1em;
    width: auto;
    max-width: 500px;
    max-height: calc(100vh - 5rem);
	border: 1px solid #efeeee;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    background-color: #fff;
    outline: none;
    z-index: 1999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-x: hidden;
    -webkit-overflow-y: auto;
}
.footer-toast__wrapper {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer-toast__wrapper {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.footer-toast__wrapper {
    /* left: calc(57% - 492px); */
}
.footer-toast__text {
	font-size: 14px;
    line-height: 26px;
	margin: 0;
    padding: 0 20px 12px 15px;
    width: 100%;
	color: rgb(72, 72, 72);
}
.footer-toast__text h4 {
	margin-top: 0;
	font-size: 15px;
	color: rgb(34, 34, 34);
	font-weight: 600;
}
.footer-toast__close {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
.footer-addr-show {
    max-width: 100%;
}
.footer-row .footer-col {
    padding-right: 0 !important;
	width: 50%;
}
/*.footer-row-border {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}*/
.footer-row .footer-grow {
    flex-grow: unset;
    -webkit-flex-grow: unset;
}
}
@media only screen and (max-width: 600px) {
.footer-row .footer-col {
	width: 100%;
}
/*.footer-row-border .footer-col {
	width: 50%;
}*/
}