

i.fa.fa-facebook.fa-stack-1x.fa-inverse {
    padding-top: 1px;
}
:root {
    --primary-color: #e7e7e7;
}

.container {
    max-width: 1850px;
}

body {
    font-family: DM Sans, arial, sans-serif;
}



#box-show-all-brands {
    margin-top: 10px;
    background: white;
    padding: 0;
    height: 31px;
    display: none;
}

#box-show-all-brands button.btn-black {
    width: 100%;
}

#box-contact-us {
    margin-top: 10px;
    background: var(--primary-color);
    padding: 15px;
    height: 65px;
}

#box-contact-us p {
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    color: #000;
    line-height: 1.15;
    font-size: 14px;
}

#box-contact-us a {
    display: block;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

#box-contact-us a:hover {
    background: #f0f0f0;
}

#footer {
    margin-top: 10px;
}

#map-wrapper {
    border: 1px solid #000;
    padding: 3px;
    height: 100%;
    max-height: 100vh;
}

.col-30 {
    width: 35%;
}

.col-70 {
    width: 65%;
}

#map {
    height: 100%;
}

#main {
    max-height: calc(100vh - 540px);
    position: relative;
    overflow: hidden;
    height: 560px;
    min-height: 560px;
    display: flex;
    flex-direction: row;
}

#main > .col-map {
    width: 65%;
    padding-left: 20px;
}

#main > .col-side {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#results-view {
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

#main > .col-side.active-show-all-brands #results-view {
    height: calc(100% - 111px);
}

#main > .col-side.active-show-all-brands #box-show-all-brands {
    display: block;
}

#results-view form {
    margin-bottom: 10px;
    width: 100%;
}

#results-view form input {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
}

#results-view form input:active,
#results-view form input:focus {
    box-shadow: none;
    border: 1px solid #000;
    outline: none;
}

#results-view form input::placeholder {
    text-transform: uppercase;
    font-weight: lighter;
}

.scrollable-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100%;
    -ms-overflow-style: none;
    /*noinspection CssUnknownProperty*/
    scrollbar-width: none;
}

.scrollable-wrapper::-webkit-scrollbar {
    display: none;
}

ul.filters {
    margin: 0;
    padding: 0 25px 0 0;
    list-style: none;
}

ul.filters > li {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #000;
    padding: 10px 0 20px 20px;
}

ul.filters > li:not(.active) {
    padding-bottom: 10px;
}

ul.filters > li:not(.active) > .products-list,
ul.filters > li:not(.active) > .salons-list {
    display: none;
}

li.brand-filter > h5 {
    height: 30px;
    padding-right: 40px;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

li.brand-filter > img {
 
    width: auto;
    max-width: 300px;
    padding-right: 40px;
    margin: 0;
}

li.brand-filter ul.products-list {
    display: flex;
    margin: 10px -10px -10px -10px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

li.brand-filter ul.products-list > li {
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fancy-checkbox {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fancy-checkbox > span:not(.fancy-checkmark) {
    line-height: 1.15;
    font-size: 12px;
	cursor: default;
    font-weight: lighter;
    text-transform: uppercase;
    margin-left: 10px;
}

.fancy-checkbox > input {
    visibility: hidden;
    position: fixed;
    top: -1000px;
    left: -1000px;
}

.fancy-checkbox > .fancy-checkmark {
    display: inline-block;
    width: 20px;
	cursor: default;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: 1px solid #000;
    background: #fff;
    position: relative;
}

.fancy-checkbox > .fancy-checkmark::before {
    content: " ";
    display: none;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: var(--primary-color);
    position: absolute;
}

.fancy-checkbox:hover > input:not(:checked) ~ .fancy-checkmark::before {
    display: block;
    opacity: 0.3;
    background: var(--primary-color);
}

.fancy-checkbox > input:checked ~ .fancy-checkmark::before {
    display: block;
}

li > button.toggle-li {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

li > button.toggle-li:hover {
    opacity: 0.7;
}

li > button.toggle-li i.fa[data-when-opened] {
    display: none;
}

li > button.toggle-li i.fa[data-when-closed] {
    display: flex;
}

li.active > button.toggle-li i.fa[data-when-opened] {
    display: flex;
}

li.active > button.toggle-li i.fa[data-when-closed] {
    display: none;
}

.simplebar-track.simplebar-vertical {
    width: 15px;
    border: 1px solid #000;
    background: #fff;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    border-radius: 0;
    opacity: 1;
    top: 2px;
    height: calc(100% - 6px);
}

ul.salons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.salons-list > li {
    margin-bottom: 10px;
    padding: 10px 0;
    line-height: 1;
}

ul.salons-list > li:not(:last-of-type):not([data-if-empty]):not([data-if-nearby-searching]) {
    border-bottom: 1px solid #000;
}

ul.salons-list > li > table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

ul.salons-list > li > table tr {
    padding: 0;
}

ul.salons-list > li > table td {
    padding: 0;
    vertical-align: top;
}

ul.salons-list > li > table td:not(:first-child) {
    padding-left: 3px;
}

ul.salons-list > li > table td:not(:last-child) {
    padding-right: 3px;
}

ul.salons-list > li > table td.td-featured {
    width: 84px;
}

ul.salons-list > li > table td.td-name {

}

ul.salons-list > li > table td.td-distance {
    width: 50px;
    text-align: right;
    font-weight: bold;
    color: #888;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 16px;
    padding-right: 8px;
}

ul.salons-list > li > table td.td-link {
    width: 1%;
}

ul.salons-list > li img {
    max-width: 100%;
    max-height: 50px;
}

ul.salons-list > li h6 {
    margin: 0 0 2px 0;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

ul.salons-list > li small {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    line-height: 1.3;
}

ul.salons-list > li a.google-link {
    text-decoration: none;
    outline: none;
    background: #000;
    padding: 8px 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    float: right;
}

ul.salons-list > li a.google-link:hover {
    opacity: 0.8;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.leaflet-tooltip {
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 0;
}

.leaflet-tooltip::before {
    display: none;
}

.leaflet-popup-content {
    margin: 0;
}

.marker-box {
    position: relative;
    white-space: normal;
    min-width: 300px;
    max-width: 500px;
}

.marker-box-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.marker-box-tip {
    background: #fff;
    color: #333;
    width: 14px;
    height: 14px;
    margin: -10px auto 0;
    padding: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 rgb(0, 0, 0);
    pointer-events: none;
}

.marker-cluster {
    position: relative;
    white-space: normal;
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 15px;
    width: 170px;
    margin-left: -25px;
    margin-top: -80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.marker-cluster.marker-cluster-large {
    width: 200px;
    margin-left: -100px;
}

.marker-cluster strong {
    font-size: 42px;
}

.marker-cluster span {
    font-size: 14px;
    line-height: 1.0;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 5px;
}

.marker-cluster .marker-box-tip-container {
    top: 100%;
    left: 25px;
}

.leaflet-div-icon {
    background: transparent !important;
    border: none !important;
}

.marker-box .marker-box-header {
    position: relative;
    padding: 8px 15px;
    background: var(--primary-color);
    font-size: 12px;
    line-height: 1.05;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #000;
}

.marker-box .marker-box-header img {
    position: absolute;
    top: -26px;
    height: 64px;
}

.marker-box .marker-box-header span {
    display: inline-block;
    padding-left: 55px;
}

.marker-box .marker-row {
    padding: 15px;
    display: flex;
    flex-direction: row;
}

.marker-box .marker-box-left {
    margin-right: 15px;
    width: 66%;
}

.marker-box .marker-box-left.marker-box-full {
    width: 100%;
    margin-right: 0;
}

.marker-box .marker-box-right {
    width: 33%;
    text-align: right;
}

.marker-box .marker-box-right img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

.marker-box .marker-box-left h6 {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    width: auto;
    line-height: 1.15;
    padding-bottom: 2px;
}

.marker-box .marker-box-left small {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 20px;
    display: block;
    line-height: 1.15;
}

.marker-box .marker-box-left small[data-salon-distance] {
    font-weight: bold;
    color: #888;
    margin: 0 0 2px 0;
    font-size: 10px;
}

.marker-box .marker-box-left button {
    text-decoration: none;
    outline: none;
    background: #000;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    border: none;
    font-weight: bold;
}

.marker-box .marker-box-left button:hover {
    opacity: 0.8;
}

#single-entries-view {
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

#single-entries-view .single-entry {
    padding: 0 25px 0 0;
}

#single-entries-view img {
}

#single-entries-view label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

#single-entries-view p {
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.3;
}

#single-entries-view h6 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;
    margin-top: 18px;
}

#single-entries-view .phone-booking a {
    margin-bottom: 10px;
}

#single-entries-view .salon-brands .salon-brand {
    margin-bottom: 15px;
}

#single-entries-view .salon-brands .salon-brand img {
    max-height: 80px;
}

#single-entries-view .salon-brands .salon-brand h5 {
    margin: 0;
}

#single-entries-view .salon-brands .salon-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#single-entries-view .salon-brands .salon-brand ul > li {
    margin-bottom: 5px;
}

#single-entries-view .salon-brands .salon-brand label {
    margin: 0;
	cursor: default;
    display: flex;
}

#single-entries-view .salon-brands .salon-brand .row > .col-xl-4,
#single-entries-view .salon-brands .salon-brand .row > .col-xl-8 {
    display: flex;
    align-items: center;
}

#single-entries-view .btn-booking {
    font-size: 12px;
    height: 32px;
    line-height: 22px;
}

#single-entries-view .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

#single-entries-view .social-icons li {
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

#single-entries-view .social-icons li .btn-black {
    width: 32px;
    height: 32px;
}

#single-entries-view label {
    display: block;
}

.btn-black {
    text-decoration: none;
    outline: none;
    background: #000;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: none;
    font-weight: bold;
}

.btn-black:hover {
    opacity: 0.8;
    color: #fff;
}

.burger-trigger {
    display: none;
}

@media all and (max-width: 1200px) {
    #results-view form input {
        font-size: 14px;
    }
}

@media all and (max-width: 1200px) {
    #main {
        flex-direction: column-reverse;
        height: auto;
        min-height: unset;
        overflow: auto;
        max-height: unset;
    }

    #single-entries-view .single-entry {
        padding: 0;
    }

    .hidden-1200 {
        display: none !important;
    }

    #map-wrapper {
        height: 400px;
    }

    #main > .col-map {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-bottom: 10px;
    }

    #main > .col-side {
        width: 100%;
        display: block;
    }

    body {
        padding: 15px;
    }

    ul.filters {
        padding: 0;
    }

    .row-contact-us .col-30 {
        width: 100%;
    }

    .row-contact-us .second-column {
        justify-content: flex-end !important;
    }

    #footer .row-addresses {
        display: flex;
        flex-direction: column;
    }

    #footer .row-addresses .col {
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    #footer .row-addresses .col .empty-strong {
        display: none;
    }

    #footer .row-addresses .col .logo {
        margin-top: 10px;
        max-width: 100%;
    }

    #footer .row-footer-menu > .col {
        justify-content: center !important;
    }

    #footer .row-footer-menu ul > li > a {
        font-size: 16px;
        margin: 0 15px;
    }

    #header img.logo {
        max-width: 100%;
        height: auto;
        max-height: 60px;
    }

    #single-entries-view h6 {
        margin: 15px 0;
    }

    #single-entries-view img.featured-img {
        margin: 15px 0 0 0;
    }

    #main > .col-side {
        overflow: hidden;
    }

    ul.salons-list > li > .row {
        align-items: center;
    }

    ul.salons-list small {
        max-width: 50vw;
        display: inline-block;
    }

    .marker-cluster {
        padding: 10px;
        width: 140px;
        margin-top: -50px;
        height: 50px;
    }

    .marker-cluster.marker-cluster-large {
        width: 160px;
        margin-left: -80px;
    }

    .marker-cluster strong {
        font-size: 28px;
    }

    .marker-cluster span {
        font-size: 11px;
    }
}

@media all and (max-width: 991px) {
    #header img.logo {
        max-width: 240px;
    }

    #header .burger-trigger {
        display: block;
        font-size: 22px;
        color: #000;
    }

    #header .burger-trigger:hover {
        opacity: 0.75;
    }

    #header:not(.active) nav {
        display: none;
    }

    #header {
        position: relative;
    }

    #header nav {
        display: block;
        background: #fff;
        position: absolute;
        top: 130%;
        left: 0;
        width: 100%;
        z-index: 99999999;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    }

    #header ul:not(.social) {
        flex-direction: column;
        margin-bottom: 10px;
    }

    #header ul:not(.social) > li > a {
        margin: 0;
        padding: 10px;
        display: block;
    }

    #header ul.social {
        justify-content: center;
    }

    #header ul.social > li {
        justify-content: center;
        margin: 0 5px;
    }

    #header ul > li > a {
        font-size: 22px;
    }

    #header ul > li > a > .fa-stack {
        font-size: 30px;
    }
}

@media all and (max-width: 575px) {
    ul.salons-list > li img {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 400px) {
    #header img.logo {
        max-width: 180px;
    }
}

@media all and (max-width: 300px) {
    #header img.logo {
        max-width: 150px;
    }
}

.toggle-li-onclick {
    cursor: pointer;
}