.categories_carousel_in.listing {
    /* margin-bottom: 35px; */
    position: relative;
    z-index: 1;
    display: block;
}
@media screen and (min-width: 576px) {
    .item.bordo.icone-ricerca:hover {
    background-color: var(--primario);
   /* transition: 0.7s;
     border: 5px solid var(--grigio-body); */
}
.item.bordo.icone-ricerca:hover span {
    color: var(--primarioArancio);
    background-color: var(--primario);
    
}
}
@media (max-width: 767px) and (min-width: 265px) {
    .categories_carousel_in.listing .item img {
        position: absolute;
        left: 50%;
        bottom: -120px;
        top: 65%;
        -webkit-transform: translate(-50%, -50%) scale(0.6) !important;
        -moz-transform: translate(-50%, -50%) scale(0.6) !important;
        -ms-transform: translate(-50%, -50%) scale(0.6) !important;
        -o-transform: translate(-50%, -50%) scale(0.6) !important;
        transform: translate(-50%, -50%) scale(0.6) !important;
        -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;
        filter: brightness(10);
        width: 190px;
    }
.categories_carousel_in.listing .item {
    overflow: hidden;
    height: 110px !important;
    background-color: var(--icone-ricerca);
    position: relative;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
    margin-bottom: 6px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.icone-ricerca :checked + label img {
    filter: saturate(1.5) brightness(0.96) !important;
    z-index: 10;
    top: 55% !important;
    position: relative;
}
.icone-ricerca :checked + label {
  
 
    overflow: hidden;
    width: 100% !important;
    height: 110px!important;
    background-color: var(--grigio-body);
    position: absolute;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     top: -10px;
    left:-10px;
    border: 1px solid var(--primarioArancio);
}
}

.categories_carousel_in.listing .item {
    overflow: hidden;
    height: 160px;
    /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; */
    background-color: var(--icone-ricerca);
    position: relative;
    /* margin-left: 3px; */
    /* margin-right: 3px; */
    margin-bottom: 6px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     -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-old .item img {
    position: absolute;
    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;
}

.d-none.d-md-block h1 {
    font-size: 16px;
}

.categories_carousel_in.listing .item img {
    position: absolute;
    left: 50%;
    /* bottom: -110px; */
    top: 226%;
    -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(0.7);
    -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;
    filter: brightness(10);
    width: 160px;
}


/* .categories_carousel_in.listing .item img {
    position: absolute;
    left: 50%;
    bottom: -120px;
    
    -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(0.7);
    -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;
    filter: brightness(10);
    width: 190px;
} */



.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%, black 100%);
    background: -webkit-linear-gradient(top, transparent 5%, black 100%);
    background: linear-gradient(to bottom, transparent 5%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

a.btn_map {
    display: block;
    background: #ccc url(../img/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 var(--primarioArancio);
    display: none;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
}

.filters_full a.btn_filters:hover {
    display: block;
    float: right;
    margin: 0 0 0 5px;
    background: var(--primarioArancio);
}

a.btn_filters:hover {
    border: 1px solid var(--primario);
    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: var(--primarioArancio);
}

a.btn_filters:hover i {
    font-size: 21px;
    font-size: 1.3125rem;
    color: var(--primario);
}

@media (max-width: 991px) {
    a.btn_filters {
        float: right;
        display: block !important;
        margin: -7px 0 0 5px;
        background: none;
    }
    h2.title_small.margin_0_20 {
        text-align: center;
        font-weight: 700;
        font-size: 29px;
        border-top: 1px solid red;
        width: 50%;
        margin: 0 auto;
        padding-top: 10px;
    }
}

ul.ul-inline {
    list-style: none;
    padding: 0 2px;
    display: inline-flex;
}

label.check {
    display: inline-block;
}

label.container_radio {
    padding: 0 28px;
    margin-left: 0px;
}

.tipo-filtro {
    margin-top: -11px;
}

ul.ul-inline li label.container_check {
    /* display: none; */
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 0;
    margin-top: 17px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.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 width */

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

.filters_full .type_delivery ul {
    padding: 0px 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;
}


/* Lsiting Map */

.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 -15px 0 -15px;
    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: #e54750;
}

@media (max-width: 991px) {
    a.address {
        display: none;
    }
}
@media (max-width: 3000px) and (min-width: 768px) {

    .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); */
    filter: saturate(1.5) brightness(0.96) !important;
}
}
.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;
}


/*============================================================================================*/


/* RangeSlider */


/*============================================================================================*/

.distance {
    margin-bottom: 25px;
    padding: 0px 5px;
}

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

.rangeslider--horizontal {
    height: 5px;
    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: #e54750;
    position: absolute;
}

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

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

.rangeslider__handle {
    background: white;
    border: 2px solid #e54750;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -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);
}


/*-------- Map styles --------*/


/* Cluster styles */

.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: #e54750 !important;
    background-image: none !important;
}

.cluster-visible:before {
    border: 7px solid #e54750;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #e54750;
    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: white;
    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: white;
    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: #e54750;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #e54750;
    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;
}