@font-face {
    font-family: Eina;
    src: url(/assets/fonts/eina-X33Y2xcx.otf);
    font-weight: 400;
    font-style: normal
}

.booking-widget *,
.booking-widget *:before,
.booking-widget *:after {
    box-sizing: border-box
}

.booking-widget {
    font-family: Eina,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: content-box !important;
    position: fixed !important;
    z-index: 2147480999 !important;
    transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.2s, box-shadow 0.2s linear !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    max-height: 45px !important;
    min-height: 45px !important;
    height: 45px !important;
    width: 220px !important;
    max-width: calc(100% - 44px) !important;
    border-radius: 6px !important;
    right: 22px !important;
    left: auto !important;
    bottom: 22px !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 15px !important;
	background: #ffffff;
    overflow: hidden;
}

.booking-widget.locations {
    max-height: 135px !important;
    min-height: 135px !important;
    height: 135px !important;
}

.booking-widget:has(.panel.active) {
    max-width: calc(100% - 44px) !important;
    max-height: calc(-44px + 100vh) !important;
    height: 744px !important;
    width: 488px !important;
}

.booking-widget:has(.panel.active) .button {
    display: none;
}

.booking-widget:not(.locations) .location {
    display: none;
}

.booking-widget .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.booking-widget:not(.is-touch) .button:hover .button__inner {
    opacity: .85
}

.booking-widget .button {
    position: relative;
    display: block;
    width: 100%;
    height: 45px !important;
    cursor: pointer;
    color: #ffffff;
    padding: 0;
    margin: 0;
    border: none;
    font-size: inherit;
}

.booking-widget .button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: currentColor;
    width: 100%;
    height: 100%
}

.booking-widget .button__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-left: 50px;
    padding-right: 5px;
    transition: opacity .15s ease-out
}

.booking-widget .button.location .button__inner {
    background-color: rgb(255, 255, 255);
    color: rgb(205, 156, 32);
}

.booking-widget .button__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 5px;
    height: calc(100% - 10px);
    width: 45px;
    border-right: 1px dashed rgba(255,255,255,.5)
}

.booking-widget .button.location .button__logo {
    border-right: 1px dashed rgba(205, 156, 32,.5)
 }

.booking-widget .button__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: inherit;
    white-space: nowrap;
    overflow: hidden
}

.booking-widget .panels .panel {
    display: none;
}

.booking-widget .panels .panel.active {
    display: block;
}

.booking-widget .panel .close {
	background: none;
    border: none;
	outline: none;
    position: absolute;
    padding: 0.2em;
    height: 2em;
    width: 2em;
    top: 34px;
    right: 17px;
    transform: translateY(-50%);
    color: #393939;
}

.booking-widget .panels,
.booking-widget .panels .panel,
.booking-widget .panels .panel #wahanda-online-booking-widget-iframe,
.booking-widget .panels .panel .salonized-booking,
.booking-widget .panels .panel .salonized-booking iframe {
	height: 100% !important;
	width: 100% !important;
}

@media only screen and (max-width:767px) {
    .booking-widget .button {
        font-size: 12px
    }

    .booking-widget:has(.panel.active) {
        max-height: 100% !important;
        max-width: 100% !important;
		height: 100% !important;
		width: 100% !important;
        top: 0px !important;
        bottom: auto !important;
        left: 0 !important;
    }
}