.categories_carousel_in.listing {
    margin-bottom: 35px
}

.categories_carousel_in.listing .item {
    position: relative;
    overflow: hidden;
    height: 85px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #ededed
}

.categories_carousel_in.listing .item img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.categories_carousel_in.listing .item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.categories_carousel_in.listing .item a {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: block
}

.categories_carousel_in.listing .item a h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 15px 10px 15px;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background: -moz-linear-gradient(top, transparent 5%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 5%, #000 100%);
    background: linear-gradient(to bottom, transparent 5%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

a.btn_map {
    display: block;
    background: #ccc url(../images/map_bt_bg.png) center no-repeat;
    margin-bottom: 15px;
    height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

@media (max-width: 991px) {
    a.btn_map {
        display: none !important
    }
}

a.btn_map span {
    background-color: #121921;
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

a.btn_filters {
    border: 1px solid #ededed;
    display: none;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 42px
}

a.btn_filters span {
    display: none
}

a.btn_filters i {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #444
}

@media (max-width: 991px) {
    a.btn_filters {
        float: right;
        display: block !important;
        margin: -7px 0 0 5px;
        background: none
    }
}

.type_delivery {
    display: inline-block
}

.type_delivery ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0 0 15px 0
}

@media (max-width: 991px) {
    .type_delivery ul li {
        display: inline-block
    }
}

@media (max-width: 991px) {
    .type_delivery ul li:first-child {
        margin-right: 10px
    }
}

.filter_col {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .filter_col {
        overflow: auto;
        transform: translateX(-200%);
        top: 0;
        left: -100%;
        bottom: 0;
        width: 45%;
        height: 100%;
        position: fixed !important;
        background-color: #fff;
        z-index: 999999999 !important;
        padding: 0 10px;
        margin: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1)
    }

    .filter_col.show {
        transform: translateX(0);
        left: 0;
        border: 0
    }
}

@media (max-width: 767px) {
    .filter_col {
        width: 100%
    }
}

.filter_col .inner_bt {
    text-align: center;
    display: none;
    font-weight: 500;
    padding: 10px;
    position: relative;
    font-size: 16px;
    font-size: 1rem
}

.filter_col .inner_bt a.open_filters {
    position: absolute;
    right: -5px;
    top: 3px;
    border: 0;
    padding: 0
}

@media (max-width: 991px) {
    .filter_col .inner_bt {
        display: block
    }
}

.filter_col .inner_bt i {
    font-size: 36px;
    font-size: 2.25rem;
    color: #999
}

.filter_col .inner_bt i:hover {
    color: #111
}

.filter_type {
    border-top: 1px solid #ededed;
    padding: 15px 0 0 0
}

.filter_type.last {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px
}

.filter_type label {
    font-weight: 400
}

.filter_type label small {
    float: right;
    color: #777;
    padding-top: 3px
}

.filter_type ul {
    list-style: none;
    padding: 0 5px 0 5px
}

.filter_type h4 a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #444;
    padding: 8px 10px;
    margin: -5px -5px 0 -5px;
    line-height: 1;
    position: relative
}

.filter_type h4 a:after {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'ElegantIcons';
    font-size: 26px;
    font-size: 1.625rem;
    position: absolute;
    right: 3px;
    top: 2px
}

.filter_type h4 a.opened:after {
    content: "\33";
    transform: rotate(180deg)
}

.filter_type h4 a.closed:after {
    content: "\33";
    transform: rotate(0)
}

.filters_full {
    padding-top: 15px;
    border-bottom: 1px solid #ededed
}

.filters_full .type_delivery ul {
    padding: 12px 0 0 0;
    margin: 0
}

.filters_full .type_delivery ul li {
    display: inline-block;
    margin-right: 15px
}

.filters_full .sort_select {
    max-width: 220px;
    float: left
}

.filters_full a.btn_filters {
    display: block;
    float: right;
    margin: 0 0 0 5px;
    background: none
}

.filters_2 {
    border-bottom: 1px solid #ededed
}

.filters_2 .filter_type {
    border-top: none;
    padding: 0
}

.map_view .page_header {
    margin: 0 -15px 0 -15px;
    padding: 20px 15px
}

@media (max-width: 767px) {
    .map_view .page_header.sticky {
        margin: 0
    }
}

.map_view .page_header h1 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem
}

.map_view .filters_full {
    margin: 3px -20px 0 -20px;
    border-bottom: none
}

.map_view .margin_detail {
    padding-top: 10px;
    margin: 0px -15px 0 -15px
}

.full-height {
    height: 100%
}

@media (max-width: 991px) {
    .full-height {
        height: auto
    }
}

.row-height {
    height: 100%;
    min-height: 100%;
    padding-top: 58px
}

@media (max-width: 991px) {
    .row-height {
        height: auto;
        padding-top: 48px
    }
}

.map-right {
    height: 100%;
    min-height: 100%;
    padding: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2
}

@media (max-width: 991px) {
    .map-right {
        height: 400px;
        position: static
    }
}

.map_right_listing {
    height: 100%;
    width: calc(100%-400px);
    margin-left: 400px
}

@media (max-width: 991px) {
    .map_right_listing {
        width: 100%;
        margin-left: 0
    }
}

.content-left {
    width: 400px;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 99
}

@media (max-width: 991px) {
    .content-left {
        width: 100%;
        padding-top: 0
    }
}

a.address {
    display: inline-block;
    font-weight: 500;
    color: #999;
    line-height: 1
}

a.address:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    margin-right: 5px;
    display: inline-block
}

a.address:hover {
    color: #e91e63
}

@media (max-width: 991px) {
    a.address {
        display: none
    }
}

.sort_select {
    width: auto;
    overflow: hidden;
    height: 42px;
    line-height: 22px;
    border: none;
    position: relative;
    padding: 0 27px 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

@media (max-width: 991px) {
    .sort_select {
        padding: 0 27px 0 10px;
        max-width: 220px;
        float: left;
        width: inherit;
        font-size: 13px;
        font-size: 0.8125rem
    }
}

.sort_select:after {
    content: "\2a";
    font-family: 'ElegantIcons';
    position: absolute;
    color: #444;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-size: 1.125rem
}

.sort_select select {
    background: transparent;
    width: 110%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 42px;
    margin: 0;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    color: #444
}

.sort_select select:focus {
    color: #444;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sort_select select::-ms-expand {
    display: none
}

.distance {
    margin-bottom: 15px
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.rangeslider {
    background: #e6e6e6;
    position: relative
}

.rangeslider--horizontal {
    height: 8px;
    width: 100%
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4
}

.rangeslider__fill {
    background: #e91e63;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}

.rangeslider__handle {
    background: white;
    border: 4px solid #e91e63;
    cursor: pointer;
    display: inline-block;
    width: 23px;
    height: 23px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%
}

.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9)
}

.cluster img {
    display: none !important
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #e91e63 !important;
    background-image: none !important
}

.cluster-visible:before {
    border: 7px solid #e91e63;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #e91e63;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite
}

@keyframes cluster-animation {

    0%,
    100% {
        transform: scale(1.3) rotate(0deg)
    }

    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

.map {
    width: 100%;
    height: 500px;
    border-top: 1px solid #d2d8dd
}

.map.map_single {
    height: 400px
}

.infoBox {
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
    padding-right: 50px
}

.infoBox>img {
    position: absolute !important;
    right: 60px !important;
    top: 10px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.marker_info {
    width: 240px;
    height: 270px;
    border-radius: 5px;
    text-align: left;
    background: #000;
    background: #fff;
    position: relative;
    z-index: 999;
    font-family: "Poppins", Helvetica, sans-serif;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12)
}

.marker_info img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.marker_info h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3px;
    color: #444
}

.marker_info em {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    font-style: normal
}

.marker_info span {
    display: block;
    padding: 15px 20px 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: #fff;
    position: relative
}

.marker_info span strong {
    display: block;
    font-weight: 500
}

.marker_info:after {
    right: 100%;
    top: 56%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px
}

a.btn_infobox_detail {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px
}

a.btn_infobox_detail:before,
.btn_infobox_get_directions:before,
a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: normal;
    font-family: "ElegantIcons";
    font-size: 20px;
    font-size: 1.25rem;
    cursor: pointer
}

a.btn_infobox_detail:before {
    content: "\70";
    color: #ccc
}

a.btn_infobox_detail:before:hover {
    color: #e91e63
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #e91e63;
    background: none;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    outline: none
}

.btn_infobox_get_directions:focus,
a.btn_infobox_phone:focus {
    outline: none
}

.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover {
    color: #333
}

.btn_infobox_get_directions:before {
    font-size: 14px;
    font-size: 0.875rem;
    content: "\e080";
    position: absolute;
    left: 0;
    top: 0
}

a.btn_infobox_phone:before {
    font-size: 14px;
    content: "\e090";
    position: absolute;
    left: 0;
    top: -2px
}

span.infobox_rate {
    display: inline-block;
    margin: -44px 0 0 -20px;
    float: left;
    background-color: #f3723b;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem
}

.distance {
    font-size: 16px;
}

.leaflet-popup-content-wrapper {
    height: 228px !important;
}

/*============================================================================================*/
/* DARK THEME - Listing, Filters, Map & Carousel Styles */
/* Ergänzung zum data-bs-theme="dark" Block */
/*============================================================================================*/

/*-------- Categories Carousel Listing --------*/
[data-bs-theme="dark"] .categories_carousel_in.listing .item {
  background-color: #2a2a2a;
}

[data-bs-theme="dark"] .categories_carousel_in.listing .item a h3 {
  color: #fff;
  background: -moz-linear-gradient(top, transparent 5%, #000 100%);
  background: -webkit-linear-gradient(top, transparent 5%, #000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000 100%);
}

/*-------- Button Map --------*/
[data-bs-theme="dark"] a.btn_map {
  background: #2a2a2a url(../images/map_bt_bg_dark.png) center no-repeat;
  border: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] a.btn_map span {
  background-color: #1e1e1e;
  color: #e1e1e1;
}

/*-------- Button Filters --------*/
[data-bs-theme="dark"] a.btn_filters {
  border: 1px solid #3a3a3a;
  background-color: #2a2a2a;
}

[data-bs-theme="dark"] a.btn_filters i {
  color: #c9c9c9;
}

[data-bs-theme="dark"] a.btn_filters:hover {
  background-color: #3a3a3a;
}

[data-bs-theme="dark"] a.btn_filters:hover i {
  color: #e1e1e1;
}

/*-------- Type Delivery --------*/
[data-bs-theme="dark"] .type_delivery ul {
  color: #c9c9c9;
}

/*-------- Filter Column --------*/
@media (max-width: 991px) {
  [data-bs-theme="dark"] .filter_col {
    background-color: #121212;
  }
}

[data-bs-theme="dark"] .filter_col .inner_bt {
  color: #e1e1e1;
  background-color: #1e1e1e;
}

[data-bs-theme="dark"] .filter_col .inner_bt i {
  color: #888888;
}

[data-bs-theme="dark"] .filter_col .inner_bt i:hover {
  color: #e1e1e1;
}

/*-------- Filter Type --------*/
[data-bs-theme="dark"] .filter_type {
  border-top: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .filter_type.last {
  border-bottom: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .filter_type label {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .filter_type label small {
  color: #888888;
}

[data-bs-theme="dark"] .filter_type h4 a {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .filter_type h4 a:hover {
  color: #e1e1e1;
}

/*-------- Filters Full --------*/
[data-bs-theme="dark"] .filters_full {
  border-bottom: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .filters_2 {
  border-bottom: 1px solid #3a3a3a;
}

[data-bs-theme="dark"] .filters_2 .filter_type {
  border-top: none;
}

/*-------- Map View --------*/
[data-bs-theme="dark"] .map_view .page_header {
  background-color: #1a1a1a;
}

[data-bs-theme="dark"] .map_view .filters_full {
  border-bottom: none;
}

/*-------- Content Left (Map Sidebar) --------*/
[data-bs-theme="dark"] .content-left {
  background-color: #121212;
}

/*-------- Address Link --------*/
[data-bs-theme="dark"] a.address {
  color: #888888;
}

[data-bs-theme="dark"] a.address:hover {
  color: #e91e63;
}

/*-------- Sort Select --------*/
[data-bs-theme="dark"] .sort_select {
  border: 1px solid #3a3a3a;
  background-color: #2a2a2a;
}

[data-bs-theme="dark"] .sort_select:after {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .sort_select select {
  color: #c9c9c9;
  background: transparent;
}

[data-bs-theme="dark"] .sort_select select:focus {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .sort_select select option {
  background-color: #1e1e1e;
  color: #e1e1e1;
}

/*-------- Distance --------*/
[data-bs-theme="dark"] .distance {
  color: #c9c9c9;
}

/*-------- Range Slider --------*/
[data-bs-theme="dark"] .rangeslider {
  background: #3a3a3a;
}

[data-bs-theme="dark"] .rangeslider__fill {
  background: #e91e63;
}

[data-bs-theme="dark"] .rangeslider__handle {
  background: #2a2a2a;
  border: 4px solid #e91e63;
}

/*-------- Map --------*/
[data-bs-theme="dark"] .map {
  border-top: 1px solid #3a3a3a;
}

/*-------- Marker Info (Map Popup) --------*/
[data-bs-theme="dark"] .marker_info {
  background: #1e1e1e;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="dark"] .marker_info h3 {
  color: #e1e1e1;
}

[data-bs-theme="dark"] .marker_info em {
  color: #888888;
}

[data-bs-theme="dark"] .marker_info span {
  color: #c9c9c9;
}

[data-bs-theme="dark"] .marker_info:after {
  border-right-color: #1e1e1e;
}

/*-------- Infobox Buttons --------*/
[data-bs-theme="dark"] a.btn_infobox_detail:before {
  color: #666666;
}

[data-bs-theme="dark"] a.btn_infobox_detail:hover:before {
  color: #e91e63;
}

[data-bs-theme="dark"] .btn_infobox_get_directions,
[data-bs-theme="dark"] a.btn_infobox_phone {
  color: #f48fb1;
}

[data-bs-theme="dark"] .btn_infobox_get_directions:hover,
[data-bs-theme="dark"] a.btn_infobox_phone:hover {
  color: #e1e1e1;
}

/*-------- Infobox Rate --------*/
[data-bs-theme="dark"] span.infobox_rate {
  background-color: #e91e63;
  color: #fff;
}

/*-------- Cluster (Map Markers) --------*/
[data-bs-theme="dark"] .cluster-visible {
  background-color: #e91e63 !important;
  color: #fff !important;
}

[data-bs-theme="dark"] .cluster-visible:before {
  border: 7px solid #e91e63;
  box-shadow: inset 0 0 0 4px #e91e63;
}

/*-------- Leaflet Popup --------*/
[data-bs-theme="dark"] .leaflet-popup-content-wrapper {
  background-color: #1e1e1e;
  color: #e1e1e1;
}

[data-bs-theme="dark"] .leaflet-popup-tip {
  background-color: #1e1e1e;
}

[data-bs-theme="dark"] .leaflet-container {
  background-color: #121212;
}

/*-------- Leaflet Controls --------*/
[data-bs-theme="dark"] .leaflet-control-zoom a {
  background-color: #2a2a2a;
  color: #c9c9c9;
  border-color: #3a3a3a;
}

[data-bs-theme="dark"] .leaflet-control-zoom a:hover {
  background-color: #3a3a3a;
  color: #e1e1e1;
}

[data-bs-theme="dark"] .leaflet-control-attribution {
  background-color: rgba(30, 30, 30, 0.8);
  color: #888888;
}

[data-bs-theme="dark"] .leaflet-control-attribution a {
  color: #f48fb1;
}

/*-------- InfoBox (Google Maps Style) --------*/
[data-bs-theme="dark"] .infoBox {
  background-color: transparent;
}

[data-bs-theme="dark"] .infoBox > img {
  filter: invert(1);
}