.favourite-container[sub-category-c120] {
    position: absolute;
    top: 15px;
    right: 15px
}

.favourite-container[sub-category-c120] fa-icon[sub-category-c120] {
    color: #d35757;
    font-size: 22px
}

.favourite-container[sub-category-c120] fa-icon[sub-category-c120]:hover {
    cursor: pointer
}

.favourite-container[sub-category-c120] fa-icon.loading[sub-category-c120] {
    color: gray;
    cursor: wait
}

.favourite-container[sub-category-c120] .only-on-hover[sub-category-c120] {
    position: absolute;
    top: 0;
    left: 0
}

h6.my-0.text-small {
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .favourite-container[sub-category-c120] .only-on-hover[sub-category-c120]:hover {
        opacity: 1
    }
}

.mk-map-view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.mk-map-view.mk-dragging-annotation {
    cursor: none
}

.mk-map-view.mk-disable-all-gestures {
    touch-action: none
}

.mk-map-view.mk-disable-pinch-gestures {
    touch-action: pan-x pan-y
}

.mk-map-view.mk-disable-zoom-gestures {
    touch-action: manipulation
}

.mk-map-view.mk-disable-pan-gestures {
    touch-action: none;
    touch-action: pinch-zoom
}

div.mk-map-view.mk-map-view img,
div.mk-map-view.mk-map-view svg {
    margin: 0;
    padding: 0
}

.mk-annotation-container,
.mk-map-view {
    z-index: 0
}

.mk-map-view > * {
    position: absolute;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none
}

.mk-map-view .rt-root {
    letter-spacing: initial
}

.mk-map-view .mk-font-size-detector {
    position: absolute;
    height: 1em;
    visibility: hidden;
    left: -100%;
    -webkit-text-size-adjust: none
}

.mk-controls-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none
}

.mk-map-view .mk-annotation-container,
.mk-map-view .mk-controls-container {
    -ms-user-select: text
}

.mk-map-view.mk-panning ::selection {
    background: 0 0
}

.mk-map-view.mk-dragging-cursor {
    cursor: pointer;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.mk-map-view > iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    border: 0
}


@media (inverted-colors) {

    :host(.mk-controls) img,
    :host(.mk-controls-container) img {
        filter: initial
    }
}

:host(.mk-controls-container) * {
    box-sizing: content-box
}

:host(.mk-controls-container) ::selection {
    background: 0 0
}

.mk-error-message {
    font-family: "-apple-system-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(100% * 13 / var(--font-size-default));
    width: 200px;
    padding: 10px;
    pointer-events: auto
}

.mk-error-support {
    white-space: nowrap
}

:host(.mk-controls) :focus,
:host(.mk-controls-container) :focus {
    outline: 0
}

.mk-logo-control .mk-logo {
    vertical-align: bottom;
    width: auto
}

:host(.mk-controls-container) .mk-bottom-left-controls-container {
    --logo-width: 101px;
    --logo-height: 24px;
    --logo-xmin: 0;
    --logo-xmax: 1;
    font: 16px sans-serif;
    --font-size-default: 16
}

:host(.mk-controls-container.mk-text-zoom) .mk-bottom-left-controls-container {
    font: initial
}

@supports (font:-apple-system-body) and (-webkit-touch-callout:default) {
    :host(.mk-controls-container.mk-text-zoom) .mk-bottom-left-controls-container {
        font: -apple-system-body;
        --font-size-default: 17
    }
}

:host(.mk-controls-container) .mk-bottom-left-controls-container.mk-controls-container-controls-larger {
    --logo-width: 126.25px;
    --logo-height: 30px
}

:host(.mk-controls-container) .mk-bottom-left-controls-container.mk-autonavi {
    --logo-width: 68px;
    --logo-height: 45px
}

:host(.mk-controls-container) .mk-bottom-left-controls-container.mk-autonavi.mk-controls-container-controls-larger {
    --logo-width: 85px;
    --logo-height: 56.25px
}

:host(.mk-controls-container) div.mk-logo-control img.mk-logo {
    width: var(--logo-width);
    height: var(--logo-height);
    margin: 0;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

.mk-legal {
    height: calc(1em * 16 / var(--font-size-default));
    padding: 0 6px;
    margin: 2px 4px;
    border-radius: 5px;
    pointer-events: auto;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: calc(100% * 12 / var(--font-size-default));
    cursor: pointer;
    transition: left .3s ease-in-out
}

.mk-legal .mk-legal-label {
    display: inline-block;
    font-size: calc(100% * 9 / var(--font-size-default));
    font-family: "-apple-system-font", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: underline;
    white-space: nowrap
}

:host(.mk-controls-container) .mk-bottom-right-controls-container {
    font: 16px sans-serif;
    --font-size-default: 16
}

:host(.mk-controls-container.mk-text-zoom) .mk-bottom-right-controls-container {
    font: initial
}

@supports (font:-apple-system-body) and (-webkit-touch-callout:default) {
    :host(.mk-controls-container.mk-text-zoom) .mk-bottom-right-controls-container {
        font: -apple-system-body;
        --font-size-default: 17
    }
}

.mk-zoom-controls {
    width: 48px;
    height: 24px;
    border-radius: 25%/50%;
    pointer-events: auto;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

.mk-controls-container-controls-larger .mk-zoom-controls {
    width: 60px;
    height: 30px
}

.mk-zoom-controls .mk-zoom-in .mk-icon,
.mk-zoom-controls .mk-zoom-out .mk-icon {
    pointer-events: none;
    display: block;
    opacity: .55
}

.mk-zoom-controls .mk-zoom-in.mk-pressed .mk-icon,
.mk-zoom-controls .mk-zoom-in:focus .mk-icon,
.mk-zoom-controls .mk-zoom-out.mk-pressed .mk-icon,
.mk-zoom-controls .mk-zoom-out:focus .mk-icon {
    opacity: .85
}

@media not all and (hover: none) {

    .mk-zoom-controls .mk-zoom-in:hover .mk-icon,
    .mk-zoom-controls .mk-zoom-out:hover .mk-icon {
        opacity: .85
    }
}

.mk-zoom-controls .mk-zoom-in.mk-disabled .mk-icon,
.mk-zoom-controls .mk-zoom-out.mk-disabled .mk-icon {
    opacity: .2
}

.mk-zoom-controls .mk-zoom-in,
.mk-zoom-controls .mk-zoom-out {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    cursor: pointer
}

.mk-zoom-controls .mk-divider {
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    box-sizing: border-box;
    z-index: 100
}

:host(.mk-controls-container) .mk-top-left-controls-container {
    font: 16px sans-serif;
    --font-size-default: 16
}

:host(.mk-controls-container.mk-text-zoom) .mk-top-left-controls-container {
    font: initial
}

@supports (font:-apple-system-body) and (-webkit-touch-callout:default) {
    :host(.mk-controls-container.mk-text-zoom) .mk-top-left-controls-container {
        font: -apple-system-body;
        --font-size-default: 17
    }
}

.mk-top-right-controls-container {
    position: relative;
    width: 0;
    height: 24px;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

:host(.mk-controls-container) .mk-top-right-controls-container {
    font: 16px sans-serif;
    --font-size-default: 16
}

:host(.mk-controls-container.mk-text-zoom) .mk-top-right-controls-container {
    font: initial
}

@supports (font:-apple-system-body) and (-webkit-touch-callout:default) {
    :host(.mk-controls-container.mk-text-zoom) .mk-top-right-controls-container {
        font: -apple-system-body;
        --font-size-default: 17
    }
}

.mk-controls-container-controls-larger.mk-top-right-controls-container {
    height: 30px
}

.mk-top-right-controls-container-children-one {
    width: 45px;
    border-radius: 20%/37.5%
}

.mk-controls-container-controls-larger.mk-top-right-controls-container-children-one {
    width: 56.25px
}

.mk-top-right-controls-container-children-two {
    width: 90px;
    border-radius: 10%/37.5%
}

.mk-controls-container-controls-larger.mk-top-right-controls-container-children-two {
    width: 112.5px
}

:host(.mk-controls-container) .mk-map-type-control,
:host(.mk-controls-container) .mk-user-location-control {
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 24px;
    cursor: pointer;
    pointer-events: auto;
    transition: width .3s ease-in-out, height .3s ease-in-out
}

:host(.mk-controls-container) .mk-user-location-control {
    left: 0
}

:host(.mk-controls-container.mk-rtl) .mk-user-location-control {
    left: auto;
    right: 0
}

:host(.mk-controls-container) .mk-map-type-control {
    right: 0
}

:host(.mk-controls-container.mk-rtl) .mk-map-type-control {
    left: 0;
    right: auto
}

:host(.mk-controls-container) .mk-controls-container-controls-larger .mk-map-type-control,
:host(.mk-controls-container) .mk-controls-container-controls-larger .mk-user-location-control {
    width: 56.25px;
    height: 30px
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    transition: transform .2s ease-in-out
}

:host(.mk-controls-container) .mk-user-location-control .mk-scaled-out {
    transform: scale(0)
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect {
    animation: .8s infinite mk-spinner
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(2) {
    animation-delay: -.1s
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(3) {
    animation-delay: -.2s
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(4) {
    animation-delay: -.3s
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(5) {
    animation-delay: -.4s
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(6) {
    animation-delay: -.5s
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(7) {
    animation-delay: -.6s
}

:host(.mk-controls-container) .mk-user-location-control .mk-icon.mk-icon-waiting rect:nth-child(8) {
    animation-delay: -.7s
}

@keyframes mk-spinner {
    0% {
        opacity: 1
    }

    88% {
        opacity: .15
    }
}

:host(.mk-controls-container) .mk-map-type-control .mk-icon,
:host(.mk-controls-container) .mk-user-location-control .mk-icon {
    pointer-events: none;
    display: block;
    opacity: .55
}

:host(.mk-controls-container) .mk-map-type-control.mk-pressed .mk-icon,
:host(.mk-controls-container) .mk-map-type-control:focus .mk-icon,
:host(.mk-controls-container) .mk-map-type-control:hover .mk-icon,
:host(.mk-controls-container) .mk-user-location-control.mk-pressed .mk-icon,
:host(.mk-controls-container) .mk-user-location-control:focus .mk-icon,
:host(.mk-controls-container) .mk-user-location-control:hover .mk-icon {
    opacity: .85
}

@media (hover: none) {

    :host(.mk-controls-container) .mk-map-type-control:hover:not(.mk-pressed):not(:focus) .mk-icon,
    :host(.mk-controls-container) .mk-user-location-control:hover:not(.mk-pressed):not(:focus) .mk-icon {
        opacity: .55
    }
}

:host(.mk-controls-container) .mk-popover {
    visibility: hidden;
    transform: scale(.5);
    opacity: 0;
    border-radius: 10px;
    transition: .2s opacity cubic-bezier(.25, .1, .25, 1), .2s visibility step-end, .2s transform step-end;
    will-change: transform, opacity, visibility;
    border-width: 1px;
    border-style: solid;
    cursor: default
}

:host(.mk-controls-container) .mk-popover.mk-shown {
    visibility: visible;
    pointer-events: auto;
    transform: none;
    opacity: 1;
    transition: .2s transform cubic-bezier(.25, .1, .25, 1.3), .2s opacity cubic-bezier(.25, .1, .25, 1.3)
}

:host(.mk-controls-container) .mk-popover-arrow path {
    stroke-width: 1px
}

:host(.mk-controls-container) .mk-map-type-popover {
    width: 241px;
    padding: 20px 20px 0 20px
}

:host(.mk-controls-container) .mk-map-type-popover > div {
    width: 67px;
    display: inline-block
}

:host(.mk-controls-container) .mk-map-type-label {
    margin-top: 10px;
    margin-bottom: 17px;
    text-align: center;
    font-size: calc(100% * 13 / var(--font-size-default));
    line-height: calc(16 / 13 * 100%);
    font-family: "-apple-system-font", HelveticaNeue-Medium, Helvetica, Arial, sans-serif
}

.mk-map-type-button {
    position: relative;
    display: block;
    cursor: pointer;
    width: 65px;
    height: 52px
}

.mk-map-type-button input {
    appearance: none;
    padding: 0;
    margin: 0
}

.mk-map-type-button img,
.mk-map-type-button input,
.mk-map-type-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 52px;
    border-radius: 8px
}

.mk-map-type-button::after {
    content: ""
}

:host(.mk-controls-container) .mk-map-type-button img.mk-dark-icon,
:host(.mk-controls-container.mk-color-scheme-dark) .mk-map-type-button img.mk-light-icon {
    display: none
}

:host(.mk-controls-container.mk-color-scheme-dark) .mk-map-type-button img.mk-dark-icon {
    display: block
}

.mk-style-helper {
    opacity: 0;
    pointer-events: none
}

.mk-compass,
.mk-rotation-control {
    width: 48px;
    height: 48px;
    pointer-events: auto;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    transition: opacity .1s cubic-bezier(.19, 1, .22, 1)
}

.mk-rotation-control {
    cursor: -webkit-grab;
    cursor: grab
}

.mk-rotation-control.mk-pressed {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@supports ((backdrop-filter:blur(30px)) or (-webkit-backdrop-filter:blur(30px))) {

    .mk-compass,
    .mk-focus .mk-zoom-in,
    .mk-focus .mk-zoom-out,
    .mk-legal:focus-visible,
    .mk-pill-focus .mk-map-type-control,
    .mk-pill-focus .mk-user-location-control,
    .mk-pill-pressed .mk-map-type-control,
    .mk-pill-pressed .mk-user-location-control,
    .mk-pill-pressed .mk-zoom-in,
    .mk-pill-pressed .mk-zoom-out,
    .mk-rotation-control,
    .mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
    .mk-zoom-controls:not(.mk-pill-pressed):not(.mk-focus) {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }
}

.mk-compass > .mk-compass-wrapper,
.mk-rotation-control > .mk-rotation-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform;
    overflow: hidden;
    pointer-events: none
}

.mk-compass > .mk-compass-wrapper > img,
.mk-rotation-control > .mk-rotation-wrapper > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    pointer-events: none
}

.mk-compass:active > .mk-compass-wrapper > img,
.mk-compass:hover > .mk-compass-wrapper > img,
.mk-rotation-control.mk-focus > .mk-rotation-wrapper > img,
.mk-rotation-control.mk-pressed > .mk-rotation-wrapper > img,
.mk-rotation-control:hover > .mk-rotation-wrapper > img {
    left: -100%
}

.mk-compass:has(:focus-visible) > .mk-compass-wrapper > img {
    left: -100%
}

@media (hover: none) {
    .mk-rotation-control:hover:not(.mk-focus):not(.mk-pressed) > .mk-rotation-wrapper > img {
        left: 0
    }

    .mk-compass:hover:not(:has(:focus-visible)):not(:active) > .mk-compass-wrapper > img {
        left: 0
    }
}

:host(.mk-dark-mode) .mk-compass > .mk-compass-wrapper > img,
:host(.mk-dark-mode) .mk-rotation-control > .mk-rotation-wrapper > img {
    top: -100%
}

.mk-compass .mk-compass-heading,
.mk-rotation-control .mk-heading {
    font: 15.5px "-apple-system-font", HelveticaNeue-Medium, Helvetica, Arial, sans-serif;
    font-weight: 500;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: clip;
    text-align: center;
    opacity: .55;
    pointer-events: none
}

.mk-compass .mk-compass-heading {
    top: 0;
    line-height: 48px
}

.mk-rotation-control .mk-heading {
    top: calc(50% - 1em / 15.5 * 10.5);
    line-height: 19px
}

.mk-compass:active .mk-compass-heading,
.mk-compass:hover .mk-compass-heading,
.mk-rotation-control.mk-focus .mk-heading,
.mk-rotation-control.mk-pressed .mk-heading,
.mk-rotation-control:hover .mk-heading {
    opacity: .85
}

.mk-compass:has(:focus-visible) .mk-compass-heading {
    opacity: .85
}

@media (hover: none) {
    .mk-rotation-control:not(.mk-focus):not(.mk-pressed):hover .mk-heading {
        opacity: .55
    }

    .mk-compass:not(:has(:focus-visible)):not(:active):hover .mk-compass-heading {
        opacity: .55
    }
}

.mk-rotation-control .mk-rotation-slider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    top: -30px
}

.mk-compass-slider {
    all: initial;
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 24px;
    margin: 0;
    padding: 0;
    cursor: grab
}

.mk-compass-slider:active {
    cursor: grabbing
}

.mk-compass-slider::-webkit-slider-runnable-track,
.mk-compass-slider::-webkit-slider-thumb {
    all: initial;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mk-compass-slider::-moz-range-progress,
.mk-compass-slider::-moz-range-thumb,
.mk-compass-slider::-moz-range-track {
    all: initial;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%
}

:host(.mk-controls-container.mk-dragging-annotation) .mk-legal,
:host(.mk-controls-container.mk-dragging-annotation) .mk-map-type-control,
:host(.mk-controls-container.mk-dragging-annotation) .mk-rotation-control,
:host(.mk-controls-container.mk-dragging-annotation) .mk-rotation-control input,
:host(.mk-controls-container.mk-dragging-annotation) .mk-user-location-control,
:host(.mk-controls-container.mk-dragging-annotation) .mk-zoom-in,
:host(.mk-controls-container.mk-dragging-annotation) .mk-zoom-out {
    cursor: none
}

.mk-compass,
.mk-rotation-control,
.mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
.mk-zoom-controls {
    box-shadow: 0 0 0 .5px rgba(0, 0, 0, .05)
}

.mk-compass,
.mk-focus .mk-zoom-in,
.mk-focus .mk-zoom-out,
.mk-pill-focus .mk-map-type-control,
.mk-pill-focus .mk-user-location-control,
.mk-pill-pressed .mk-map-type-control,
.mk-pill-pressed .mk-user-location-control,
.mk-pill-pressed .mk-zoom-in,
.mk-pill-pressed .mk-zoom-out,
.mk-rotation-control,
.mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
.mk-zoom-controls:not(.mk-pill-pressed):not(.mk-focus) {
    background-color: #fff
}

.mk-compass:active,
.mk-map-type-control.mk-pressed,
.mk-rotation-control.mk-pressed,
.mk-user-location-control.mk-pressed,
.mk-zoom-controls .mk-zoom-in.mk-pressed:not(.mk-disabled),
.mk-zoom-controls .mk-zoom-out.mk-pressed:not(.mk-disabled) {
    background-color: #e5e5e5
}

.mk-legal:focus-visible,
.mk-map-type-control:focus,
.mk-rotation-control.mk-focus,
.mk-user-location-control:focus,
.mk-zoom-controls.mk-focus .mk-zoom-in:focus,
.mk-zoom-controls.mk-focus .mk-zoom-out:focus {
    background-color: #cce5ff
}

.mk-legal:focus-visible,
.mk-map-type-control:focus,
.mk-pill-focus .mk-map-type-control,
.mk-pill-focus .mk-user-location-control,
.mk-rotation-control.mk-focus,
.mk-user-location-control:focus,
.mk-zoom-controls.mk-focus {
    box-shadow: 0 0 0 2px #007cff
}

.mk-compass:has(:focus-visible) {
    background-color: #cce5ff;
    box-shadow: 0 0 0 2px #007cff
}

.mk-map-type-control.mk-focus.mk-pressed,
.mk-rotation-control.mk-focus.mk-pressed,
.mk-user-location-control.mk-focus.mk-pressed,
.mk-zoom-controls.mk-focus .mk-zoom-in.mk-pressed:focus,
.mk-zoom-controls.mk-focus .mk-zoom-out.mk-pressed:focus {
    background-color: #7fbdff
}

.mk-compass:has(:focus-visible):active {
    background-color: #7fbdff
}

.mk-zoom-controls.mk-focus .mk-divider {
    border-left: 2px solid #007cff
}

.mk-map-type-control .mk-icon,
.mk-user-location-control .mk-icon,
.mk-zoom-controls .mk-icon {
    fill: #000
}

:host(.mk-controls-container) .mk-popover {
    background-color: #efefef;
    color: #000;
    border-color: transparent;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

:host(.mk-controls-container) .mk-popover-arrow {
    fill: #efefef
}

.mk-error-message {
    color: #333
}

.mk-error-message a {
    color: #007aff
}

.mk-error-message a:visited {
    color: #af52de
}

.mk-legal .mk-legal-label {
    color: rgba(0, 0, 0, .7);
    text-shadow: 0 0 1px rgba(255, 255, 255, .85)
}

.mk-compass .mk-compass-heading,
.mk-rotation-control .mk-heading {
    color: #000
}

.mk-popover .mk-map-type-button input {
    box-shadow: 0 0 0 .5px rgb(0, 0, 0, .14)
}

.mk-popover .mk-map-type-button input:checked {
    box-shadow: 0 0 0 2px #007cff
}

.mk-popover .mk-map-type-button input:focus-visible {
    box-shadow: 0 0 0 4px rgba(0, 124, 255, .4)
}

.mk-popover .mk-map-type-button input:checked:focus-visible {
    box-shadow: 0 0 0 2px #007cff, 0 0 0 4px rgba(0, 124, 255, .4)
}

.mk-map-type-button:active::after {
    background-color: rgba(0, 0, 0, .25)
}

@supports ((backdrop-filter:blur(30px)) or (-webkit-backdrop-filter:blur(30px))) {

    .mk-compass,
    .mk-focus .mk-zoom-in,
    .mk-focus .mk-zoom-out,
    .mk-pill-focus .mk-map-type-control,
    .mk-pill-focus .mk-user-location-control,
    .mk-pill-pressed .mk-map-type-control,
    .mk-pill-pressed .mk-user-location-control,
    .mk-pill-pressed .mk-zoom-in,
    .mk-pill-pressed .mk-zoom-out,
    .mk-rotation-control,
    .mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
    .mk-zoom-controls:not(.mk-pill-pressed):not(.mk-focus) {
        background-color: rgba(255, 255, 255, .75)
    }

    .mk-compass:active,
    .mk-map-type-control.mk-pressed,
    .mk-rotation-control.mk-pressed,
    .mk-user-location-control.mk-pressed,
    .mk-zoom-controls .mk-zoom-in.mk-pressed:not(.mk-disabled),
    .mk-zoom-controls .mk-zoom-out.mk-pressed:not(.mk-disabled) {
        background-color: rgba(229, 229, 229, .6)
    }

    .mk-legal:focus-visible,
    .mk-map-type-control.mk-focus,
    .mk-rotation-control.mk-focus,
    .mk-user-location-control.mk-focus,
    .mk-zoom-controls.mk-focus .mk-zoom-in:focus,
    .mk-zoom-controls.mk-focus .mk-zoom-out:focus {
        background-color: rgba(204, 229, 255, .6)
    }

    .mk-compass:has(:focus-visible) {
        background-color: rgba(204, 229, 255, .6)
    }

    .mk-map-type-control.mk-focus.mk-pressed,
    .mk-rotation-control.mk-focus.mk-pressed,
    .mk-user-location-control.mk-focus.mk-pressed,
    .mk-zoom-controls.mk-focus .mk-zoom-in.mk-pressed:focus,
    .mk-zoom-controls.mk-focus .mk-zoom-out.mk-pressed:focus {
        background-color: rgb(127, 189, 255, .6)
    }

    .mk-compass:has(:focus-visible):active {
        background-color: rgb(127, 189, 255, .6)
    }
}

:host(.mk-dark-mode) .mk-compass,
:host(.mk-dark-mode) .mk-rotation-control,
:host(.mk-dark-mode) .mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
:host(.mk-dark-mode) .mk-zoom-controls {
    box-shadow: 0 0 0 .5px rgba(255, 255, 255, .05)
}

:host(.mk-dark-mode) .mk-compass,
:host(.mk-dark-mode) .mk-focus .mk-zoom-in,
:host(.mk-dark-mode) .mk-focus .mk-zoom-out,
:host(.mk-dark-mode) .mk-pill-focus .mk-map-type-control,
:host(.mk-dark-mode) .mk-pill-focus .mk-user-location-control,
:host(.mk-dark-mode) .mk-pill-pressed .mk-map-type-control,
:host(.mk-dark-mode) .mk-pill-pressed .mk-user-location-control,
:host(.mk-dark-mode) .mk-pill-pressed .mk-zoom-in,
:host(.mk-dark-mode) .mk-pill-pressed .mk-zoom-out,
:host(.mk-dark-mode) .mk-rotation-control,
:host(.mk-dark-mode) .mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
:host(.mk-dark-mode) .mk-zoom-controls:not(.mk-pill-pressed):not(.mk-focus) {
    background-color: #121212
}

:host(.mk-dark-mode) .mk-map-type-control.mk-pressed,
:host(.mk-dark-mode) .mk-user-location-control.mk-pressed,
:host(.mk-dark-mode) .mk-zoom-controls .mk-zoom-in.mk-pressed:not(.mk-disabled),
:host(.mk-dark-mode) .mk-zoom-controls .mk-zoom-out.mk-pressed:not(.mk-disabled) {
    background-color: #2a2a2a
}

:host(.mk-dark-mode) .mk-legal:focus-visible,
:host(.mk-dark-mode) .mk-map-type-control.mk-focus,
:host(.mk-dark-mode) .mk-rotation-control.mk-focus,
:host(.mk-dark-mode) .mk-user-location-control.mk-focus,
:host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-in:focus,
:host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-out:focus {
    background-color: #0c3159
}

:host(.mk-dark-mode) .mk-legal:focus-visible,
:host(.mk-dark-mode) .mk-map-type-control:focus,
:host(.mk-dark-mode) .mk-pill-focus .mk-map-type-control,
:host(.mk-dark-mode) .mk-pill-focus .mk-user-location-control,
:host(.mk-dark-mode) .mk-rotation-control.mk-focus,
:host(.mk-dark-mode) .mk-user-location-control:focus,
:host(.mk-dark-mode) .mk-zoom-controls.mk-focus {
    box-shadow: 0 0 0 2px #007cff
}

:host(.mk-dark-mode) .mk-compass:has(:focus-visible) {
    background-color: #0c3159;
    box-shadow: 0 0 0 2px #007cff
}

:host(.mk-dark-mode) .mk-map-type-control.mk-focus.mk-pressed,
:host(.mk-dark-mode) .mk-rotation-control.mk-focus.mk-pressed,
:host(.mk-dark-mode) .mk-user-location-control.mk-focus.mk-pressed,
:host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-in.mk-pressed:focus,
:host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-out.mk-pressed:focus {
    background-color: #0366cf
}

:host(.mk-dark-mode) .mk-compass:has(:focus-visible):active {
    background-color: #0366cf
}

:host(.mk-dark-mode) .mk-map-type-control .mk-icon,
:host(.mk-dark-mode) .mk-user-location-control .mk-icon,
:host(.mk-dark-mode) .mk-zoom-controls .mk-icon {
    fill: #fff
}

:host(.mk-controls-container.mk-dark-mode) .mk-popover {
    background-color: #363636;
    color: #fff;
    border-color: #5a5c64
}

:host(.mk-controls-container.mk-dark-mode) .mk-popover-arrow {
    fill: #363636
}

:host(.mk-controls-container.mk-dark-mode) .mk-popover-arrow path {
    stroke: #5a5c64
}

:host(.mk-dark-mode) .mk-error-message {
    color: rgba(255, 255, 255, .85)
}

:host(.mk-dark-mode) .mk-error-message a {
    color: #0a84ff
}

:host(.mk-dark-mode) .mk-error-message a:visited {
    color: #bf5af2
}

:host(.mk-dark-mode) .mk-legal .mk-legal-label {
    color: rgba(255, 255, 255, .9);
    text-shadow: 0 0 1px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, 1)
}

:host(.mk-dark-mode) .mk-compass .mk-compass-heading,
:host(.mk-dark-mode) .mk-rotation-control .mk-heading {
    color: #fff
}

:host(.mk-dark-mode) .mk-popover .mk-map-type-button input:not(:checked):not(:focus-visible) {
    box-shadow: 0 0 0 .5px rgb(255, 255, 255, .3)
}

@supports ((backdrop-filter:blur(30px)) or (-webkit-backdrop-filter:blur(30px))) {

    :host(.mk-dark-mode) .mk-compass,
    :host(.mk-dark-mode) .mk-focus .mk-zoom-in,
    :host(.mk-dark-mode) .mk-focus .mk-zoom-out,
    :host(.mk-dark-mode) .mk-pill-focus .mk-map-type-control,
    :host(.mk-dark-mode) .mk-pill-focus .mk-user-location-control,
    :host(.mk-dark-mode) .mk-pill-pressed .mk-map-type-control,
    :host(.mk-dark-mode) .mk-pill-pressed .mk-user-location-control,
    :host(.mk-dark-mode) .mk-pill-pressed .mk-zoom-in,
    :host(.mk-dark-mode) .mk-pill-pressed .mk-zoom-out,
    :host(.mk-dark-mode) .mk-rotation-control,
    :host(.mk-dark-mode) .mk-top-right-controls-container:not(.mk-pill-pressed):not(.mk-pill-focus):not(:empty),
    :host(.mk-dark-mode) .mk-zoom-controls:not(.mk-pill-pressed):not(.mk-focus) {
        background-color: rgba(18, 18, 18, .6)
    }

    :host(.mk-dark-mode) .mk-compass:active,
    :host(.mk-dark-mode) .mk-map-type-control.mk-pressed,
    :host(.mk-dark-mode) .mk-rotation-control.mk-pressed,
    :host(.mk-dark-mode) .mk-type-control.mk-pressed,
    :host(.mk-dark-mode) .mk-user-location-control.mk-pressed,
    :host(.mk-dark-mode) .mk-zoom-controls .mk-zoom-in.mk-pressed:not(.mk-disabled),
    :host(.mk-dark-mode) .mk-zoom-controls .mk-zoom-out.mk-pressed:not(.mk-disabled) {
        background-color: rgba(42, 42, 42, .6)
    }

    :host(.mk-dark-mode) .mk-legal:focus-visible,
    :host(.mk-dark-mode) .mk-map-type-control.mk-focus,
    :host(.mk-dark-mode) .mk-rotation-control.mk-focus,
    :host(.mk-dark-mode) .mk-user-location-control.mk-focus,
    :host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-in:focus,
    :host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-out:focus {
        background-color: rgba(12, 49, 89, .6)
    }

    :host(.mk-dark-mode) .mk-compass:has(:focus-visible) {
        background-color: rgba(12, 49, 89, .6)
    }

    :host(.mk-dark-mode) .mk-map-type-control.mk-focus.mk-pressed,
    :host(.mk-dark-mode) .mk-rotation-control.mk-focus.mk-pressed,
    :host(.mk-dark-mode) .mk-user-location-control.mk-focus.mk-pressed,
    :host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-in.mk-pressed:focus,
    :host(.mk-dark-mode) .mk-zoom-controls.mk-focus .mk-zoom-out.mk-pressed:focus {
        background-color: rgb(3, 102, 207, .6)
    }

    :host(.mk-dark-mode) .mk-compass:has(:focus-visible):active {
        background-color: rgb(3, 102, 207, .6)
    }
}

.mk-scale {
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top
}

:host(.mk-rtl) .mk-scale {
    direction: rtl
}

:host(.mk-controls-container) .mk-popover {
    position: absolute;
    top: 38px;
    right: -1px
}

:host(.mk-controls-container) .mk-popover-arrow {
    position: absolute;
    top: -13px
}

.mk-top-right-controls-container {
    position: absolute;
    top: 9px;
    right: 9px;
    direction: ltr
}

:host(.mk-controls-container:not(.mk-rtl)) .mk-top-right-controls-container > .mk-control:first-child {
    border-top-left-radius: 20% 37.5%;
    border-bottom-left-radius: 20% 37.5%
}

:host(.mk-controls-container:not(.mk-rtl)) .mk-top-right-controls-container > .mk-control:nth-last-child(2) {
    border-top-right-radius: 20% 37.5%;
    border-bottom-right-radius: 20% 37.5%
}

:host(.mk-controls-container) .mk-popover.mk-user-location-error-popover {
    transform-origin: calc(100% - 69px) -12.416px
}

:host(.mk-controls-container) .mk-popover.mk-map-type-popover,
:host(.mk-controls-container) .mk-popover.mk-user-location-error-popover:last-child {
    transform-origin: calc(100% - 24px) -12.416px
}

:host(.mk-controls-container) .mk-popover.mk-user-location-error-popover > .mk-popover-arrow {
    right: 52.5px
}

:host(.mk-controls-container) .mk-popover.mk-map-type-popover > .mk-popover-arrow,
:host(.mk-controls-container) .mk-popover.mk-user-location-error-popover:last-child > .mk-popover-arrow {
    right: 10px
}

:host(.mk-controls-container) .mk-map-type-popover > div:not(:last-child) {
    margin-right: 20px
}

:host(.mk-controls-container) .mk-controls-container-controls-larger .mk-popover {
    top: 44px
}

:host(.mk-controls-container) .mk-controls-container-controls-larger .mk-popover.mk-user-location-error-popover > .mk-popover-arrow {
    right: 65px
}

:host(.mk-rtl) .mk-top-right-controls-container {
    left: 9px;
    right: auto;
    direction: rtl
}

:host(.mk-controls-container.mk-rtl) .mk-top-right-controls-container > .mk-control:first-child {
    border-top-right-radius: 20% 37.5%;
    border-bottom-right-radius: 20% 37.5%
}

:host(.mk-controls-container.mk-rtl) .mk-top-right-controls-container > .mk-control:nth-last-child(2) {
    border-top-left-radius: 20% 37.5%;
    border-bottom-left-radius: 20% 37.5%
}

:host(.mk-controls-container.mk-rtl) .mk-popover {
    right: auto;
    left: -1px
}

:host(.mk-controls-container.mk-rtl) .mk-popover.mk-user-location-error-popover {
    transform-origin: 69px -12.416px
}

:host(.mk-controls-container.mk-rtl) .mk-popover.mk-map-type-popover,
:host(.mk-controls-container.mk-rtl) .mk-popover.mk-user-location-error-popover:last-child {
    transform-origin: 24px -12.416px
}

:host(.mk-controls-container.mk-rtl) .mk-popover.mk-user-location-error-popover > .mk-popover-arrow {
    right: auto;
    left: 52.5px
}

:host(.mk-controls-container) .mk-controls-container-controls-larger .mk-popover.mk-map-type-popover > .mk-popover-arrow {
    right: 12px
}

:host(.mk-controls-container.mk-rtl) .mk-popover.mk-map-type-popover > .mk-popover-arrow,
:host(.mk-controls-container.mk-rtl) .mk-popover.mk-user-location-error-popover:last-child > .mk-popover-arrow {
    right: auto;
    left: 10px
}

:host(.mk-controls-container.mk-rtl) .mk-controls-container-controls-larger .mk-popover.mk-user-location-error-popover > .mk-popover-arrow {
    right: auto;
    left: 69.75px
}

:host(.mk-controls-container) .mk-controls-container-controls-larger .mk-popover.mk-user-location-error-popover:last-child > .mk-popover-arrow {
    right: 12px
}

:host(.mk-controls-container.mk-rtl) .mk-controls-container-controls-larger .mk-popover.mk-map-type-popover > .mk-popover-arrow,
:host(.mk-controls-container.mk-rtl) .mk-controls-container-controls-larger .mk-popover.mk-user-location-error-popover:last-child > .mk-popover-arrow {
    right: auto;
    left: 13.25px
}

:host(.mk-controls-container.mk-rtl) .mk-map-type-popover > div:not(:last-child) {
    margin-left: 20px;
    margin-right: 0
}

.mk-bottom-left-controls-container,
.mk-bottom-right-controls-container {
    position: absolute;
    bottom: 9px
}

.mk-rotation-control,
.mk-zoom-controls {
    position: absolute;
    bottom: 0
}

.mk-compass {
    position: absolute;
    bottom: 42px
}

.mk-legal,
.mk-logo-control {
    position: absolute
}

.mk-logo-control,
:host(.mk-controls-container) .mk-legal {
    bottom: -4px
}

:host(.mk-controls) .mk-legal {
    bottom: 9px
}

.mk-bottom-right-controls-container {
    right: 9px
}

.mk-bottom-left-controls-container {
    left: 9px
}

:host(.mk-reduce-margin) .mk-bottom-right-controls-container {
    right: 0
}

:host(.mk-reduce-margin) .mk-bottom-left-controls-container {
    left: 4px
}

.mk-logo-control {
    left: 0
}

:host(.mk-controls-container) div.mk-logo-control img.mk-logo.mk-logo-autonavi.mk-logo-autonavi {
    margin: 0 0 -6px -9px
}

.mk-rotation-control,
.mk-zoom-controls,
:host(.mk-controls-container) .mk-legal {
    right: 0;
    left: auto
}

:host(:not(.mk-rtl)) > .mk-compass {
    right: 9px
}

:host(.mk-controls-container) .mk-legal {
    right: auto;
    left: 0
}

:host(.mk-controls:not(.mk-rtl)) > .mk-legal {
    right: 0
}

.mk-zoom-controls .mk-zoom-in {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    right: 0
}

.mk-zoom-controls .mk-zoom-out {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    left: 0
}

.mk-rotation-control ~ .mk-zoom-controls {
    right: 57px;
    left: auto
}

:host(.mk-controls-container) .mk-legal:nth-child(2) {
    left: calc(var(--logo-width) * var(--logo-xmax))
}

:host(.mk-rtl) .mk-bottom-right-controls-container {
    left: 9px;
    right: auto
}

:host(.mk-rtl) .mk-bottom-left-controls-container {
    left: auto;
    right: 9px
}

:host(.mk-rtl.mk-reduce-margin) .mk-bottom-right-controls-container {
    left: 0;
    right: auto
}

:host(.mk-rtl.mk-reduce-margin) .mk-bottom-left-controls-container {
    left: auto;
    right: 4px
}

:host(.mk-rtl) .mk-logo-control {
    left: auto;
    right: 0
}

:host(.mk-rtl.mk-controls-container) div.mk-logo-control img.mk-logo.mk-logo-autonavi.mk-logo-autonavi {
    margin: 0 -9px -6px 0
}

:host(.mk-rtl) .mk-zoom-controls .mk-zoom-in {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: auto;
    left: 0
}

:host(.mk-rtl) .mk-zoom-controls .mk-zoom-out {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 0;
    left: auto
}

:host(.mk-controls-container.mk-rtl) .mk-legal,
:host(.mk-rtl) .mk-rotation-control,
:host(.mk-rtl) .mk-zoom-controls {
    left: 0;
    right: auto
}

:host(.mk-rtl) > .mk-compass {
    left: 9px
}

:host(.mk-controls.mk-rtl) > .mk-legal {
    left: 0
}

:host(.mk-controls-container.mk-rtl) .mk-legal {
    left: auto;
    right: 0
}

:host(.mk-rtl) .mk-rotation-control ~ .mk-zoom-controls {
    left: 57px;
    right: auto
}

:host(.mk-controls-container) .mk-autonavi .mk-legal:nth-child(2) {
    left: calc(var(--logo-width) * var(--logo-xmax) - 9px)
}

:host(.mk-controls-container.mk-rtl) .mk-legal:nth-child(2) {
    right: calc(var(--logo-width) * (1 - var(--logo-xmin)))
}

:host(.mk-controls-container.mk-rtl) .mk-autonavi .mk-legal:nth-child(2) {
    left: auto;
    right: calc(var(--logo-width) * (1 - var(--logo-xmin)) - 9px)
}

.loading-box[sub-category-c179] {
    height: 234px
}

.loading-box[sub-category-c179] .img-placeholder[sub-category-c179] {
    border-radius: 6px
}

.loading-box[sub-category-c179] span[sub-category-c179] {
    background-color: #ddd;
    margin: 0;
    width: 100%;
    border-radius: 4px
}

.loading-box[sub-category-c179] span.light[sub-category-c179] {
    background-color: #ececec
}

.loading-box[sub-category-c179] .gradient[sub-category-c179] {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: linear-gradient(to right, #fafafa 18%, #d8d8d8 68%, #fafafa 94%);
    background-size: 1000px 640px;
    position: relative
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

em[sub-category-c179] {
    font-style: normal
}

.gallery[sub-category-c179] .loading-box[sub-category-c179] {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.gallery[sub-category-c179] .loading-box[sub-category-c179] span[sub-category-c179] {
    display: flex;
    width: 100%
}

.new-badge-cont[sub-category-c179] {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffff;
    box-shadow: 0 0 4px #848484;
    padding: 2px 8px;
    border-radius: 2px;
    color: #434e58;
    font-size: 12px
}

.images-thumbnails[sub-category-c179] {
    position: relative;
    margin: 0 -5px
}

.gallery[sub-category-c179] img[sub-category-c179] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.btn-float[sub-category-c179] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    display: flex;
    opacity: .8
}

.gallery-item[sub-category-c179] {
    border-radius: 8px;
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: black;
    display: flex;
    align-items: center
}

.gallery-item[sub-category-c179] .playVideoIconCont[sub-category-c179] {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 15px);
    font-size: 30px;
    color: #cc181e;
    z-index: 10
}

.salon-image[sub-category-c179] {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 575px) {
    .btn-float[sub-category-c179] {
        position: absolute;
        right: 0px;
        left: auto;
        height: 100%
    }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    .btn-float[sub-category-c179] {
        position: absolute;
        right: 0px;
        left: auto;
        height: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-float[sub-category-c179] {
        left: -16.6666666667%
    }
}

@media only screen and (min-width: 991px) {
    .btn-float[sub-category-c179] {
        left: -16.6666666667%
    }
}

.word-break[sub-category-c181] {
    word-break: break-word
}

em[sub-category-c181] {
    font-style: normal
}

.bookables[sub-category-c181] .category-list[sub-category-c181] .item[sub-category-c181] p[sub-category-c181] {
    margin-bottom: 0
}

.bookables[sub-category-c181] .category-list[sub-category-c181] .item[sub-category-c181] {
    border-bottom: 1px solid #f0f2f4;
    transition: .2s
}

.addToCart[sub-category-c181] {
    white-space: nowrap;
    min-width: 170px
}

.addToCart[sub-category-c181] a[sub-category-c181] {
    color: #fff !important;
    font-size: 14px
}

.addToCart[sub-category-c181] .fad.fa-phone[sub-category-c181] {
    margin-right: 6px
}

.mobile[sub-category-c181] .card[sub-category-c181] {
    border: 0
}

.bookables[sub-category-c181] .category-list[sub-category-c181] > .item.active[sub-category-c181] {
    color: #e88565;
    transition: ease-in .2s
}

.bookables[sub-category-c181] .category-list[sub-category-c181] > .item.active.widget[sub-category-c181] {
    color: #434e58;
    background: #f1f1f1
}

.bookables[sub-category-c181] .category-list[sub-category-c181] > .item[sub-category-c181]:hover {
    color: #e88565;
    cursor: pointer
}

.bookables[sub-category-c181] .category-list[sub-category-c181] > .item[sub-category-c181]:hover.widget {
    color: #434e58;
    background: #f8f9fa
}

.bookables[sub-category-c181] .services-list[sub-category-c181] .item[sub-category-c181] {
    border-bottom: 1px solid #f0f2f4
}

.bookables[sub-category-c181] .services-list[sub-category-c181] .item[sub-category-c181] .service-description[sub-category-c181] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    min-width: 50px;
    font-size: 12px
}

.bookables[sub-category-c181] .services-list[sub-category-c181] .item[sub-category-c181] .service-description.open[sub-category-c181] {
    word-break: keep-all !important;
    white-space: pre-wrap !important
}

.bookables[sub-category-c181] .item.highlight[sub-category-c181]:hover {
    background-color: #f0f2f4
}

.bookables[sub-category-c181] .services-list[sub-category-c181] .item[sub-category-c181] p[sub-category-c181] {
    margin-bottom: 0;
    word-break: break-word
}

.bookables[sub-category-c181] .btn-primary[sub-category-c181] {
    background-color: #f0f2f4;
    color: #434e58;
    border: none
}

.bookables[sub-category-c181] .btn-primary[sub-category-c181]:hover {
    background-color: #6dbab5b3;
    color: #fff
}

.bookables[sub-category-c181] .btn-primary[sub-category-c181]:not(:disabled):not(.disabled):active {
    background-color: #6dbab5
}

.bookables[sub-category-c181] .btn-primary[sub-category-c181]:focus {
    box-shadow: 0 0 0 .2rem #f0f2f4
}

.general[sub-category-c181] {
    width: 100%;
    padding: 1rem;
    background-color: #f0f2f4;
    display: flex;
    align-items: stretch;
    gap: 1rem;
    overflow-x: auto;
    border-radius: 15px
}

@media screen and (max-width: 575px) {
    .general[sub-category-c181] {
        padding: .5rem;
        gap: .5rem
    }
}

.general[sub-category-c181] .category[sub-category-c181] {
    cursor: pointer;
    background: #fff;
    padding: 12px 4px;
    border-radius: 8px;
    transition: ease-in .4s;
    border: 2px solid #fff;
    min-height: 130px;
    width: 100px;
    min-width: 85px;
    text-align: center;
    opacity: .7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.general[sub-category-c181] .category[sub-category-c181] .icon-list[sub-category-c181] {
    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center
}

.general[sub-category-c181] .category[sub-category-c181] .icon-list[sub-category-c181] fa-icon[sub-category-c181] {
    font-size: 36px;
    color: #434e58 !important
}

.general[sub-category-c181] .category[sub-category-c181] img[sub-category-c181] {
    width: 50px
}

.general[sub-category-c181] .category[sub-category-c181] h6[sub-category-c181] {
    flex-grow: 1;
    color: #434e58 !important
}

.general[sub-category-c181] .category.active[sub-category-c181] {
    opacity: 1
}

.chevron-right-animated[sub-category-c181] {
    transition: .4s ease-in;
    transform: rotate(0)
}

.chevron-right-animated.active[sub-category-c181] {
    transform: rotate(90deg)
}

.general[sub-category-c181] .category[sub-category-c181]:hover,
.general[sub-category-c181] .category.active[sub-category-c181] {
    border: 2px solid #6c757d
}

.general[sub-category-c181] .category[sub-category-c181] h6[sub-category-c181] {
    -webkit-hyphens: auto;
    hyphens: auto
}

@media only screen and (max-width: 575px) {
    .addToCart[sub-category-c181] {
        min-width: 117px
    }

    .bookables[sub-category-c181] .category-list[sub-category-c181] > .item.category[sub-category-c181] {
        background-color: #f1f2f4;
        border-radius: 6px;
        border: 1px solid #eaeaea;
        margin-top: 5px
    }
}

@media only screen and (max-width: 575px) and (max-width: 767px) {
    .addToCart[sub-category-c181] {
        min-width: 117px
    }

    .bookables[sub-category-c181] .category-list[sub-category-c181] > .item.category[sub-category-c181] {
        background-color: #f1f2f4;
        border-radius: 6px;
        border: 1px solid #eaeaea;
        margin-top: 5px
    }
}

@media (max-width: 768px) {
    .basket-wrapper {
        width: 100% !important;
    }
}

/* Sebetin əsas konteyneri */
.basket-wrapper {
    width: 75%; /* Ekranın 75% eni */
    max-width: 800px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
    padding: 15px;
    z-index: 999;
    transition: all 0.3s ease;
    position: fixed;
}

/* Seçimlər bölməsinin konteyneri */
.service-container {
    padding: 10px 0;
}

.service-item {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 5px;
}

/* "X" düyməsinin stili */
.btn-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
}

.btn-remove:hover {
    background-color: darkred;
}

/* 3 kolonlu düzülüş */
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-4 {
    width: 33.33%;
    padding: 0 10px;
}

/* Seçimlər arasında margin */
.service-item + .service-item {
    margin-top: 10px;
}

button.btn-remove {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category {
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.category.active {
    background-color: #e88565;
    color: #fff;
}

.tab-content {
    margin-top: 20px;
}

.sub-items {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.sub-items:hover {
    background-color: #f0f8ff;
    cursor: pointer;
}

.opacity-1 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}
