/***
General reset
***/
body {
    font-size: 15px;
    line-height: 15px;
    height: 100vh;
}
a {
    text-decoration: none;
}
/***
Header
 */
header {
    position: sticky;
    top: 0;
}
.site-logo--image {
    max-width: 220px;
    max-height: 70px;
}
.site-logo--image img {
    max-height: inherit;
}
.site-logo--image-wrapper span {
    flex: auto;
    font-size: 0.8em;
    text-align: center;
}
/* preheader */
.additional-shop-info>li:not(:last-child) {
    margin-right: 0.8em;
}
/* langs block */
.langs-block {
    position: relative;
}
.langs-block .fa {
    margin-right: 0;
}
.langs-block-others-wrapper {
    position: absolute;
    right: 0;
    z-index: 99999;
    padding-top: 1em;
}
.langs-block-others {
    display: none;
    position: relative;
    z-index: 9999;
    width: 70px;
    padding: 10px 10px 2px;
    background-color: white;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.langs-block-others:after {
    top: -8px;
    width: 0;
    height: 0;
    right: 8px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 8px solid var(--light-grey-color);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.langs-block:hover .langs-block-others {
    display: block;
}
.langs-block-others a {
    display: block;
    margin-bottom: 8px;
}
.langs-block-others a span.flag-icon {
    border: 1px solid var(--light-grey-color);
    width:22px;
}
.langs-block-others a:hover {
    zoom: 1.1;
}
/* top cart block */
.top-cart-content .scroller {overflow:auto !important;}
.header .top-cart-block {
    position: relative;
    z-index: 9999999;
}
.ecommerce .header .mobi-toggler {
    margin-top: 30px;
}
.ecommerce .reduce-header .mobi-toggler,
.reduce-header .top-cart-block {
    margin-top: 19px;
}
.top-cart-info a {
    color: var(--default-color);
}
.top-cart-info-count {
    float: left;
}
.top-cart-info-value {
    border-left: 1px solid white;
    margin-left: 5px;
    padding-left: 5px;
}
.top-cart-content-wrapper{
    position: absolute;
    z-index: 999999;
    max-width: 434px;
}
.top-cart-content {
    padding: 0.4em;
    background: #fff;
    border: solid 1px var(--medium-grey-color);
    max-width: 35vw;
    margin-top: 12px;
    color: var(--default-color);
    display: none;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.top-cart-content > ul {
    max-height: 25vh;
    overflow-y: auto;
}
.top-cart-content:after {
    top: 5px;
    width: 0;
    height: 0;
    left: 8px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 8px solid var(--medium-grey-color);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.top-cart-block:hover .top-cart-content,
.top-cart-content-wrapper:hover .top-cart-content {
    display: block;
}
.top-cart-content p {
    margin: 7px 0 5px;
}
.top-cart-content ul {
    margin: 0;
    padding: 0 8px;
}
.top-cart-content .scroller {
    overflow: hidden;
}
.top-cart-content li {
    list-style: none;
    margin: 0;
    padding: 9px 0;
    border-bottom: solid 1px var(--medium-grey-color);
    overflow: hidden;
}
.top-cart-content img,
.top-cart-content em,
.top-cart-content strong,
.top-cart-content span,
.top-cart-content .del-goods,
.top-cart-content .add-goods {
    float: left;
}
.top-cart-content img {
    border: solid 2px #fff;
    margin-right: 4px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.top-cart-content span,
.top-cart-content strong,
.top-cart-content em {
    margin-right: 10px;
    overflow: hidden;
    text-align: right;
}
.top-cart-content span {
    width: 26px;
}
.top-cart-content small.cart-content--inner-title {
    flex-grow: 1;
}
.top-cart-content strong a {
    color: var(--default-color);
}
.top-cart-content em {
    width: 175px;
    font-style: normal;
    text-align: right;
}
.add-goods {
    background: #7bdd00 url(../../assets/themes/frontend/layout/img/icons/add-goods.png) no-repeat 50% 50%;
}
.add-goods:hover {
    background: #E94D1C url(../../assets/themes/frontend/layout/img/icons/add-goods.png) no-repeat 50% 50%;
}
.top-cart-content .text-right {
    margin-right: 8px;
    padding-top: 10px;
}
.top-cart-content .btn {
    font-size: 11px;
    padding: 8px 12px 7px;
}
.top-cart-content .btn-default {
    color: #fff;
    border: 1px solid #c1cad3;
    background: #c1cad3;
    margin-right: 4px;
}
.top-cart-content .btn-default:hover {
    border: 1px solid #A8AEB3;
    color: #fff;
    background: #A8AEB3;
}
.ecommerce .page-slider {
    margin-top: -23px;
}
/** cart item list */
.scroller {
    max-height: 250px;
}
/** categories menu */
.calendar-wrap {
    height: 35px;
    min-width: 120px;
}
.main-navigation-wrapper {
    display: flex;
    flex-direction: row;
    height: 42px;
    width: 100%;
    overflow: hidden;
}
.navigation > li {
    min-width: fit-content;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
}
.navigation > li > a, .btn-filter {
    display: block;
    padding: 0.6em;
    text-decoration: none;
}
a.nav-link, a.nav-link:hover {
    color: unset;
}
.navigation > li > a:not(:last-child) {
    padding-right: 0;
    margin-right: 0.7em;
}
.nav-item-category:hover .dropdown-menu {
    display: block;
    position: fixed;
    border: none;
    border-radius: 0;
    padding: 0.4em 0 0 0;
    max-height: 40vh;
    overflow-y: auto;
    background: white;
}
.nav-item-category:hover .dropdown-menu li {
    padding: 0.4em;
    background: white;
}
.btn-filter, .navigation > li > a.btn-link {
    border: 1px solid;
    border-radius: 1em;
    cursor: pointer;
}
.btn-check:disabled+.btn-filter,
.btn-check[disabled]+.btn-filter {
    pointer-events: none;
    filter: none;
    opacity: .65;
    background-color: var(--light-grey-color);
    border-color: var(--light-grey-color);
    color: white;
}
.nav-link, .btn {
    transition: none;
}
#active-filters-wrapper > div {
    flex:0 0 auto;
}
.category-wrap.disabled .btn-check:active+.btn-default-outline,
.category-wrap.disabled .btn-check:checked+.btn-default-outline,
.category-wrap.disabled .btn-filter-checked-label {
    background: var(--light-grey-color);
    border-color: var(--light-grey-color);
    color: var(--medium-grey-color);
    pointer-events: none;
    cursor: not-allowed;
}
/**
Main content
 */
.main {
    margin: 1.4em 0;
}
.main > .main-container {
    height: calc(100vh - (130px + 4em));
    overflow-y: auto;
}
.main-content {
    background-color: rgb(255 255 255 / 80%);
}
.main-content h3 {
    padding-top: .6em;
    padding-bottom: .3em;
}
/** landing page */
.product-item  {
    display: flex;
    flex-direction: row;
    border-bottom:1px dashed var(--light-grey-color);
}
.product-item:last-child {
    border:none;
}
.product-item--service-image {
    flex: 0 0 13vw;
    width: 13vw;
    height: 19vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid white;
}
.product-item--service-info {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
.product-item--service-description-wrapper {
    flex-grow: 1;
}
.product-item--service-description {
    overflow: hidden;
    max-height: 13vh;
    padding-right: 10px;
    overflow-wrap: anywhere;

    -webkit-transition: max-height 10s ease-in-out 1s;
    -moz-transition: max-height 10s ease-in-out 1s;
    -ms-transition: max-height 10s ease-in-out 1s;
    -o-transition: max-height 10s ease-in-out 1s;
    transition: max-height 10s ease-in-out 1s;
}
.product-item--service-description * {
    background-color: unset;
    line-height: 20px;
}
.product-item--service-description-open {
    height: auto;
}
.product-item--service-description-button {
    cursor: pointer;
}
.product-item--service-book-area {
    display: flex;
    flex: 0 0 12vw;
    border-left: 1px dashed var(--light-grey-color);
    padding-left: 1em;
}

.product-relevant-item--service-book-area {
    flex: 0 0 10vw;
    border-left: 1px dashed var(--light-grey-color);
    padding-left: 1em;
}

.pi-price {
    text-align: right;
    font-size: 1.3em;
    line-height: 1.3em;
}
.pi-price s, .pi-price strong {
    float: right;
}
.pi-price s,
.pi-price strong {
    margin-left: 0.5rem;
}
/** service - option selection page */
.product-page--slot-selection {
    background-color: white;
}
.product-page--events-wrapper {
    flex-grow: 1;
}
.accordion-item {
    border: none;
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    display: block;
    box-shadow: none;
    margin-bottom: .2em;
    border-radius: 4px;
    text-align: center;
    font-size: 0.7em;
}
.accordion-button .fa {
    float: right;
    padding: 0.6em;
}
.accordion-button:not(.collapsed) .fa {
    transform: rotate(180deg)
}
.offer-badge {
    position: absolute;
    top: -2px;
    right: 5px;
    background-color: darkred;
    border-radius: 0 0 0.6em 0.6em;
    color: white;
    line-height: 1em;
}
.offer-price {
    font-size: 1.1em;
}
.product-page--events-wrapper .accordion-body {
    flex-flow: wrap;
}
.product-page--events-wrapper .accordion-body .btn {
    width: calc(25% - 1em);
    padding: 1em 0.5em;
    margin: 0.5em;
}

.product-page--events-wrapper .accordion-body .btn-event {
    position: relative;
}
.product-page--events-wrapper .accordion-body .btn:nth-child(4n+4) {
    margin-right: 0;
}
.product-page--events-wrapper .accordion-body .btn:nth-child(4n+1) {
    margin-left: 0em;
}
.product-page--service-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-page--slot-selection {
    display: flex;
    flex-direction: row;
}
.datepicker-days table {
    width: 100%;
}
.nav-tabs {
    border-color: var(--light-grey-color);
}
.nav-tabs .nav-link {
    background-color: white;
    color: var(--medium-grey-color);
    border-bottom-color: var(--light-grey-color);
}
.nav-tabs .nav-link:hover {
    background-color:var(--light-grey-color);
}
.reservation-page--details-wrapper {
    display: flex;
    flex-direction: column;
}
.reservation-page--details-wrapper-information {
    display: flex;
    flex-direction: row;
}
.reservation-page--image-wrapper-details {
    padding: 1em;
}
.reservation-page--button-wrapper > button {
    margin-left: 0.3em;
}
.masonry {
    display: flex;
    flex-flow: row;
    width: 100%;
    height: 45vh;
    overflow: hidden;
}
.masonry > div {
    width: 30%;
}
.masonry-brick {
    margin: 0 0 2px 0;
    cursor: pointer;
}
.masonry-img--div {
    background-size: cover;
    background-position: center;
}
.masonry-brick--iframe-topper {
    position: absolute;
}
.carousel-item img,
.carousel-item iframe {
    width: 100%;
    height: 100%;
}
.carousel-item iframe {
    min-height: 50vh;
}
.masonry-brick--100 {
    width: 100%!important;
}
.masonry-brick--100 .masonry-brick,
.masonry-brick--100 .masonry-brick > div {
    height: 100%;
    cursor: unset;
}
.masonry-brick--70 {
    width: 70%!important;
    border:1px solid white;
    display: inline-block;
}
.masonry-brick--70 img {
    display:block;
}
.masonry-brick--30 {
    width: 30%;
    border:1px solid white;
    display: inline-block;
}
.masonry-brick--30 img {
    display:block;
}
.product-page--service-image-carousel .carousel-inner {
    height: 30em;
}
.product-page--service-image-carousel img {
    margin-top: -18%;
}
.product-page--service-extra-info-container {
    display: flex;
    flex-direction: row;
}
.product-page--service-reviews {
    flex-shrink: 0;
    align-self: center;
}
.product-page--service-extra-info-map {
    flex: 1 0 500px;
    margin-left: 1em;
}
/** reservation page */
.reservation-page--image-wrapper {
    flex: 0 0 25vw;
    margin-right: 2em;

    text-align: right;
}
.reservation-page--details {
    flex-grow: 1;
}
#voucher-submit, #giftvoucher-submit {
    border-radius: 0 !important;
}
#voucher-clear, #giftvoucher-clear {
    border-radius: 0 4px 4px 0 !important;
    z-index: 2;
}
#voucher-clear i {
    line-height: 24px;
}
.disabledClass, .display-none {
    display: none;
}
.caretup {
    transform: rotate(180deg);
}
#divdropdown,
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.select2-selection__rendered {
    list-style: none;
}
.select2-search::after {
    float: left;
    opacity: 0.6;
    content: attr(data-after);
}

.select2-search__field,
.select2-selection__rendered input:focus,
.select2-selection__rendered input:focus-visible,
.select2-selection__rendered input:focus-within {
    border-width: 0;
    outline: none;
}
#extrasDropDown {
    display: block;
    z-index: 3;
    width: 100%;
}
#extrasDropDown .select2-container {
    width: 85%;
    max-width: 700px;
    background-color: white;
    max-height: 40vh;
    overflow-y: auto;
}
#extrasDropDown .select2-container li {
    cursor: pointer;
    padding: 0.5em;
}
.dropdown-price {
    padding-left: 1em;
}
#extrasDropDown .select2-container li:hover,
#extrasDropDown .select2-container li:nth-child(odd):hover {
    background-color: var(--light-green);
}
#extrasDropDown .select2-container li:nth-child(odd) {
    background-color: var(--light-grey-color);
}
.select2-results__options {
    list-style: none;
    padding-left: 0;
}
.select2-results__option[aria-selected=true] {
    display: none;
}
.select2-selection__choice {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.3em;
    border-bottom: 1px solid var(--light-grey-color);
    margin-bottom: 0.6em;
    align-items: center;
}
.select2-selection__rendered:nth-last-child(2) {
    border-bottom: 0px;
}
.select2-selection__choice__remove {
    font-size: 22px;
    color: var(--danger-color);
    padding-right: 0.5em;
    cursor: pointer;
}
.selected-text {
    text-align: left;
}
.selected-price {
    float: right;
    padding-left: 0.5em;
}
.extra-quantity {
    max-width: 80px;
}
.dropdown-menu .extra:nth-child(2n+1) {
    background-color: var(--light-grey-color);
}
li.extra .flex-row label {
    width: 60%;
}
li.extra .flex-row span {
    width: fit-content;
}
li.extra .flex-row select,
li.extra .flex-row input {
    width: fit-content;
}
.dropdown-text {
    max-width: 75%;
}
.map {
    cursor: pointer;
}
.selected-info,
.selected-map,
.selected-quantity {
    min-width: fit-content;
    align-items: center;
}
/** gift voucher page */
#giftVoucherFields>.flex-column {
    flex-grow: 1;
    max-width: 60%;
}
.gift-voucher--wrapper,
.manage-reservation--wrapper {
    max-width: 600px;
    margin: 1em auto;
}
.gift-voucher--image-wrapper {
    max-width: 32%;
    height: fit-content;
    align-self: center;
    margin: 0 auto;
}
/** checkout page */
.checkout-page--wrapper {
    display: flex;
    flex-direction: row;
}
.checkout-page--contact-details {
    flex: 0 0 25vw;
    margin-right: 2em;
}
.checkout-page--reservation-details {
    flex-grow: 1;
}
/** manage reservation page */
.manage-reservation-details--image-wrapper {
    width: 150px;
}
.manage-reservation-details--price-wrapper {
    width: 100px;
}
/** review page */
.product-page--review div.service-description {
    flex: 1 0 50%;
    padding-right: 2em;
}
.product-page--review form {
    flex: 1 0 45%;
    height: fit-content;
}
@media (max-width: 575.98px) {
    .flex-row.product-page--review {
        flex-direction: column !important;
    }
}
/**
Integrations
 */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-width: 50vw;
    padding: 6pt;
    background-color: white;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
    list-style: none;
    padding: 4pt 2pt;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:hover {
    background-color: var(--light-grey-color);
}
.integration-search-result-wrapper {
    display: flex;
    flex-direction: column;
}
#integration-search-form {
    justify-content: space-evenly;
}
#integration-search-form > div:not(:last-child) {
    padding-right: 1rem;
}
#integration-search-form .form-control {
    height: 42px;
}
.integration-search-result {
    position: relative;
    border-bottom: 1px solid var(--light-grey-color);
    padding-bottom: 20px;
    margin-bottom: 18px;
    opacity: 1;
}
.integration-search-result.disabled {
    position: relative;
    border-bottom: 1px solid var(--light-grey-color);
    padding-bottom: 20px;
    margin-bottom: 18px;
    opacity: .6;
}
.integration-search-result > div:first-child {
    margin-right: 1.5rem;
}
.integration-search-result > div:nth-child(3) {
    flex-grow: 1;
}
.integration-search-result-image-wrapper {
    width: 300px;
    background: white;
}
.integration-search-result-supplier-logo {
    max-height: 3rem;
    margin: 0.2rem;
}
.integration-search-result-details {
    width: auto;
    line-height: 2rem;
}
.integration-search-result-details img {
    max-width: 1.2rem;
    max-height: 1.2rem;
    line-height: 1.2rem;
    margin: 0 .3rem .3rem;
}
.integration-search-result .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
}
.integration-search-result-btn {
    max-width: 100%;
    align-self: flex-end;
}
.ui-helper-hidden-accessible {
    display: none;
}
/**
Footer
 */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.9em;
}
footer > .container,
footer > .container > span {
    display: flex;
}
.company_phone {
    margin-left: auto;
}
/***
Customized Bootstrap Modal
***/
.modal {
    z-index: 10050;
    outline: none;
    overflow-y: auto !important;
}
.modal .modal-header {
    position:relative;
    border-bottom: 1px solid #EFEFEF;
}
.modal .modal-header h3 {
    font-weight: 300;
}
.modal .modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
}
.modal .modal-header i {
    font-size: 1.6em;
}
.modal .modal-dialog {
    z-index: 10051;
}
.modal > .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}
.modal.in .page-loading {
    display: none;
}
.modal-open {
    overflow-y: auto !important;
}
.modal-open-noscroll {
    overflow-y: hidden !important;
}
.modal-backdrop {
    border: 0;
    outline: none;
    z-index: 10049;
}
.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #333 !important;
}
/* Full width modal */
.modal-full.modal-dialog {
    width: 99%;
}
@media (max-width: 768px) {
    .modal-full.modal-dialog {
        width: auto;
    }
}
/***
Customized Bootstrap Carousel
***/
.carousel button {
    width: 8%;
}
/**
Loader
 */
.loading {
    position: relative;
    min-height: 250px;
}
.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.8;
    display: block;
    z-index: 1050;
}
.loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0 0 -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    border-color: #999;
    border-style: solid;
    border-width: 0 0 0 1px;
    box-shadow: 0 0 0 1px transparent;
    visibility: visible;
    z-index: 1051;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/**
Customized date picker
 */
.datepicker-inline {
    min-width: 220px;
    width: auto;
    padding-right: 1em;
    padding-left: 0;
    margin-right: 1em;
    border-right: 1px solid var(--medium-grey-color);
    border-radius: 0;
}
.datepicker td, .datepicker th {
    padding: 0.8em;
    border: 1px solid white;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.month.active.focused,
.datepicker table tr td span.month.active.focused:hover {
    background-image: linear-gradient(to bottom,var(--default-color),var(--default-color));
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom,var(--secondary-color),var(--secondary-color));
    color: white;
}
.datepicker table tr td.day,
.datepicker table tr td.day:hover,
.datepicker table tr td span.month,
.datepicker table tr td span.month:hover {
    background-color: var(--light-green);
    border-radius: 0 !important;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.month.focused,
.datepicker table tr td span.month:hover {
    background-color: var(--light-green);
    opacity: 0.8;
}
.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td.new:hover,
.datepicker table tr td.old:hover {
    background-color: var(--light-grey-color);
    color: var(--default-color);
}
.datepicker table tr td.new:not(.disabled):hover,
.datepicker table tr tdld:not(.disabled):hover {
    opacity: 0.6;
}
.datepicker table tr td.disabled,
.datepicker table tr td.old.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.old.disabled:hover,
.datepicker table tr td span.month.disabled {
    background-color: var(--light-grey-color);
    color: var(--medium-grey-color);
    cursor: not-allowed;
}
/** table */
.table>:not(:first-child),
.table tbody, td, tfoot, th, thead, tr{
    border: none;
    vertical-align: middle;
}
/** forms */
textarea.form-control {
    height: 150px !important;
}
.form-control {
    border-radius: 4px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-group .flex-column {
    width: 48%;
}
.flex-wrap .form-floating {
    flex: 0 0 49%;
}
.form-floating label {
    color: var(--medium-grey-color);
}
#stripeContainer .form-floating label {
    padding-top: .45rem;
}
.input-double-button .btn {
    line-height: 2.6em;
}
#static-contact-telephone .form-floating label {
    left: 40px;
}
.form-select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    background-position: right 0.5rem center;
}
/**
Tablet UI
 */
@media only screen and (max-width: 993px) {
    .site-logo--image img {
        max-height: 7vh;
    }
    .top-cart-info {
        position: relative;
        padding-right: 0.5rem;
    }
    .top-cart-info-count-mobile {
        position: absolute;
        left: 3vw;
        top: -1vh;
        border-radius: 1rem;
    }
    .main-navigation-wrapper {
        flex-direction: column;
        height: auto;
    }
    .main-navigation-wrapper--inner {
        height: 35px;
        overflow: hidden;
    }
    .main-navigation-wrapper--inner .nav {
        flex-wrap: unset;
        overflow-x: scroll;
    }
    .navigation > li > a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .nav-item-category:hover .dropdown-menu {
        display: none;
        position: unset;
    }
    .main {
        margin: 0.4em 0;
    }
    .main > .main-container {
        height: calc(100vh - (130px + 2.7em));
    }
    .main-content {
        background-color: unset;
    }
    .main-content h3 {
        background-color: rgb(255 255 255 / 80%);
    }
    .main-content h3.product-page--service-details-title {
        padding-left: 0.5rem;
    }
    .product-item {
        flex-direction: column;
        background-color: rgb(255 255 255 / 80%);
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
    }
    .product-item--service-description-wrapper {
        text-align: right;
    }
    .product-item--service-title h4 {
        font-size: 1.1em;
    }
    .product-item--service-title, .pi-price {
        font-weight: 600;
        font-size: calc(1.275rem + .1vw);
    }
    .pi-price {
        font-size: 1.1em;
    }
    .pi-price s {
        font-weight: normal;
    }
    .product-item--service-image {
        flex: 0 0 35vw;
        width: 50%;
    }
    .product-item--service-book-area {
        border-left: none;
        padding-left: 0;
    }
    .product-page--events-wrapper .accordion-body .btn {
        width: calc(50% - 1em);
        padding: 1em;
    }
    .product-page--events-wrapper .accordion-body .btn:nth-child(4n+1) {
        margin-left: 0.5em;
    }
    .product-page--service-details {
        flex-direction: column;
    }
    .product-page--service-details .product-page--service-reviews {
        align-self: flex-end;
    }
    .product-page--calendar .datepicker-inline {
        border: none;
        padding: 0;
        margin: 0;
    }
    .product-page--slot-selection {
        flex-direction: column;
    }
    .product-page--events-wrapper {
        padding-top: 1em;
    }
    .nav-tabs {
        padding-left:2px;
        padding-right:2px;
    }
    .nav-tabs li {
        width:100%;
        margin:0px;
    }
    .nav-tabs li.active {
        border-bottom:1px solid #ddd!important;
        margin: 0px;
    }
    .masonry-brick--30:before {
        left: -1px;
    }
    .product-page--service-extra-info-container {
        flex-direction: column;
    }
    .product-item {
        cursor: pointer;
    }
    .product-item:hover {
        background-color: white;
    }
    .product-item--service-description-wrapper {
        padding-left: 0.25em;
    }
    .product-item--service-description-wrapper .product-page--service-reviews {
        align-self: flex-end;
    }
    .product-item--service-description-wrapper .pi-price {
        margin-top: auto!important;
    }
    .product-page--service-extra-info-map {
        margin: 1em;
    }
    .btn-default.add2cart {
        float: right;
    }
    .product-item:not(:last-child) .product-item--service-book-area {
        border-bottom: 1px solid var(--medium-grey-color);
    }
    .product-page--service-details .product-page--service-reviews {
        align-self: flex-start;
    }
    .reservation-page--details-wrapper {
        flex-direction: row;
    }
    .reservation-page--image-wrapper {
        flex: 0 0 5vw;
        margin-right: 0;
    }
    .reservation-page--details-wrapper-information {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    #extrasDropDown .select2-container {
        width: 70%;
    }
    #contact-details,
    .reservation-page--button-wrapper {
        display: block;
    }
    .flex-wrap .form-floating {
        flex: 0 0 100%;
    }
    .reservation-page--button-wrapper > button {
        width: 100%;
        margin-bottom: 0.3em;
        margin-left: 0em;
    }
    .truncate-90-mobile {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .checkout-page--wrapper {
        display: flex;
        flex-direction: column;
    }
    .top-cart-content-wrapper {
        right: 0;
        left: 0;
    }
    .top-cart-content {
        width: 100vw;
        max-width: 100vw;
    }
    .top-cart-content:after {
        right: 28vw;
        left: unset;
    }
    .checkout-page--contact-details {
        background-color: white;
    }
    .list-group-item-text li {
        padding: 0.35em 0;
    }
    .panel-footer {
        margin-top: 0.7em;
    }
    .checkout-page--reservation-details-payment-methods .list-group-item-payment {
        padding: 1em;
    }
    .localcredit-buttons-group .btn {
        flex: 0 0 33vw;
    }
    .stripe-50 {
        flex: 0 0 60vw;
    }
    .stripe-45 {
        flex: 0 0 17vw;
    }
    header {
        position: relative;
    }
    .integration-content-wrapper {
        background: rgba(255, 255, 255, 0.8);
        margin-right: 0;
        margin-left: 0;
    }
    #integration-search-form {
        flex-direction: column;
    }
    #integration-search-form label {
        margin-top: 1rem;
    }
    #integration-search-form > div {
        padding-right: 0;
    }
    .integration-search-result {
         flex-direction: column;
     }
    .integration-search-result > div:first-child {
         margin-right: 0;
     }
    .integration-search-result-image-wrapper {
        width: 100%;
    }
    .integration-search-result-details {
        width: 40vw;
    }
    .integration-search-result-btn {
        margin-top: 1rem;
    }
    footer > .container,
    footer > .container > span {
        display: block;
    }
    footer .container > span {
        display: inline-block;
        padding: 0.4em 0;
    }
    footer .company_phone {
        padding: 1em 0;
    }
}

/* Hide arrows from number fields */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.showPassport,
.showIdentity,
.showDrivinglicense {
    display: flex;
}
.showPassport.flex-row > .form-floating,
.showIdentity.flex-row > .form-floating,
.showDrivinglicense.flex-row > .form-floating,
.check-in-fields > div:not(.w-100),
.check-in-fields:not(.flex-column) > div {
    width: 49%;
}
.check-in-fields.flex-column > div {
    width: 100%;
}
.spinner-wrapper {
    background-color: #ffffffba;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.spinner-wrapper .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
}
.form-control.vue-datepicker.dp__main {
    padding-top: 18px;
    padding-left: 0;
}
.datepicker-form-floating label {
    z-index: 1;
    top: -13px;
    font-size: 13px;
    opacity: .65;
}
.form-control.vue-datepicker .dp__input {
    border: none;
    color: #212529;
}
