.directorist-category-extender-wrapper {
    font-size: 14px;
    font-weight: 400;
}

.directorist-category-extender-wrapper .directorist-category-extender-title {
    text-align: center;
    margin: 0 0 15px;
    font-size: 30px;
    color: #1a1b29;
}

.directorist-category-extender-wrapper .rating,
#map .map-info-wrapper .map-info-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.directorist-category-extender-wrapper .rating .theme-rating,
#map .map-info-wrapper .map-info-rating .theme-rating {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-right: 5px;
    list-style: none;
}
#map .map-info-wrapper .map-info-rating .theme-rating {
    padding: 0;
    margin: 0;
}
.directorist-category-extender-wrapper .rating .theme-rating .rating-icon,
#map .map-info-wrapper .map-info-rating .theme-rating .rating-icon {
    margin: 0;
}
.directorist-category-extender-wrapper .rating .theme-rating .rating-icon::before,
#map .map-info-wrapper .map-info-rating .theme-rating .rating-icon::before {
    display: none;
}
.directorist-category-extender-wrapper .rating .theme-rating .rating-icon i,
#map .map-info-wrapper .map-info-rating .theme-rating .rating-icon i {
    color: #fa8b0c;
}
.directorist-category-extender-wrapper .rating .theme-rating .rating-icon .directorist-icon-mask:after,
#map .map-info-wrapper .map-info-rating .theme-rating .rating-icon .directorist-icon-mask:after {
    width: 14px;
    height: 14px;
    background-color: #fa8b0c;
}

.directorist-category-extender-wrapper .rating .theme-rating.one li:first-child:before,
.directorist-category-extender-wrapper .rating .theme-rating.two li:first-child:before,
.directorist-category-extender-wrapper .rating .theme-rating.two li:nth-child(2):before,
.directorist-category-extender-wrapper .rating .theme-rating.three li:first-child:before,
.directorist-category-extender-wrapper .rating .theme-rating.three li:nth-child(2):before,
.directorist-category-extender-wrapper .rating .theme-rating.three li:nth-child(3):before,
.directorist-category-extender-wrapper .rating .theme-rating.four li:first-child:before,
.directorist-category-extender-wrapper .rating .theme-rating.four li:nth-child(2):before,
.directorist-category-extender-wrapper .rating .theme-rating.four li:nth-child(3):before,
.directorist-category-extender-wrapper .rating .theme-rating.four li:nth-child(4):before,
.directorist-category-extender-wrapper .rating .theme-rating.five li:first-child:before,
.directorist-category-extender-wrapper .rating .theme-rating.five li:nth-child(2):before,
.directorist-category-extender-wrapper .rating .theme-rating.five li:nth-child(3):before,
.directorist-category-extender-wrapper .rating .theme-rating.five li:nth-child(4):before,
.directorist-category-extender-wrapper .rating .theme-rating.five li:nth-child(5):before,
#map .map-info-wrapper .map-info-rating .theme-rating.one li:first-child:before,
#map .map-info-wrapper .map-info-rating .theme-rating.two li:first-child:before,
#map .map-info-wrapper .map-info-rating .theme-rating.two li:nth-child(2):before,
#map .map-info-wrapper .map-info-rating .theme-rating.three li:first-child:before,
#map .map-info-wrapper .map-info-rating .theme-rating.three li:nth-child(2):before,
#map .map-info-wrapper .map-info-rating .theme-rating.three li:nth-child(3):before,
#map .map-info-wrapper .map-info-rating .theme-rating.four li:first-child:before,
#map .map-info-wrapper .map-info-rating .theme-rating.four li:nth-child(2):before,
#map .map-info-wrapper .map-info-rating .theme-rating.four li:nth-child(3):before,
#map .map-info-wrapper .map-info-rating .theme-rating.four li:nth-child(4):before,
#map .map-info-wrapper .map-info-rating .theme-rating.five li:first-child:before,
#map .map-info-wrapper .map-info-rating .theme-rating.five li:nth-child(2):before,
#map .map-info-wrapper .map-info-rating .theme-rating.five li:nth-child(3):before,
#map .map-info-wrapper .map-info-rating .theme-rating.five li:nth-child(4):before,
#map .map-info-wrapper .map-info-rating .theme-rating.five li:nth-child(5):before {
    font-weight: 600;
}

.directorist-category-extender-wrapper .rating .theme-rating.one-n-half li:nth-child(2):before,
.directorist-category-extender-wrapper .rating .theme-rating.two-n-half li:nth-child(3):before,
.directorist-category-extender-wrapper .rating .theme-rating.three-n-half li:nth-child(4):before,
.directorist-category-extender-wrapper .rating .theme-rating.four-n-half li:nth-child(5):before,
#map .map-info-wrapper .map-info-rating .theme-rating.one-n-half li:nth-child(2):before,
#map .map-info-wrapper .map-info-rating .theme-rating.two-n-half li:nth-child(3):before,
#map .map-info-wrapper .map-info-rating .theme-rating.three-n-half li:nth-child(4):before,
#map .map-info-wrapper .map-info-rating .theme-rating.four-n-half li:nth-child(5):before {
    content: "\f5c0";
    font-weight: 900;
}

.directorist-category-extender-wrapper .rating .review-count,
#map .map-info-wrapper .map-info-rating  .review-count {
    font-weight: 600;
    line-height: 1;
}

.directorist-category-extender-wrapper .address-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.directorist-category-extender-wrapper .address-part .site-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 15px;
}
.directorist-category-extender-wrapper .address-part .site-address .address {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.directorist-category-extender-wrapper .address-part .site-address i {
    margin-right: 5px;
}
.directorist-category-extender-wrapper .address-part .site-url {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.directorist-category-extender-wrapper .address-part .site-url a {
    text-decoration: none;
}
.directorist-category-extender-wrapper .address-part .site-url i {
    margin-right: 5px;
}


.directorist-category-extender-wrapper .category-desc-features {
    display: flex;
    margin-bottom: 30px;
    padding: 0 15px;
}

.directorist-category-extender-wrapper .category-desc {
    flex: 0 0 65%;
    padding-right: 100px;
    margin-top: 27px;
}

.directorist-category-extender-wrapper .category-desc p {
    margin: 0;
}

.directorist-category-extender-wrapper .repeater-fields  {
    flex: 1;
    margin-top: 27px;
}

.directorist-category-extender-wrapper .repeater-fields .cat-title {
    margin: 0 0 15px;
}

.directorist-category-extender-wrapper .repeater-fields .social-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.directorist-category-extender-wrapper .repeater-fields .social-fields li {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1;
}

.directorist-category-extender-wrapper .repeater-fields .social-fields li:last-child {
    margin: 0;
}

.directorist-category-extender-wrapper .repeater-fields .social-fields li a {
    text-decoration: none;
}
.directorist-category-extender-wrapper .repeater-fields .social-fields li i {
    margin-right: 5px;
}



/* Swiper Slider CSS */
.theme-single-listing-slider-wrap {
    max-width: 100%;
}
.theme-single-listing-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden; 
    list-style: none;
    padding: 0;
    z-index: 1; 
}
.theme-single-listing-slider__item {
    text-align: center;
}
.theme-single-listing-slider__item img {
    margin: 0 auto;
    border-radius: 5px;
}

.theme-swiper-navigation .swiper-button-prev,
.theme-swiper-navigation .swiper-button-next {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    transition: all ease 0.3s;
}
.theme-swiper-navigation .swiper-button-prev:hover,
.theme-swiper-navigation .swiper-button-next:hover {
    background: #000;
}

.theme-swiper-navigation .swiper-button-prev::after,
.theme-swiper-navigation .swiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #fff;
}

/* Search Form CSS */
.directorist-category-extender-wrapper .dte-booking-field {
    max-width: 450px;
    text-align: center;
    position: relative;
    bottom: -155px;
    margin: 0 auto;

}
.directorist-category-extender-wrapper .category-desc .cat-title {
    margin-bottom: 20px;
}
.directorist-category-extender-wrapper .directorist-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    padding-right: 10px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e1e4ec;
    box-shadow: 0 2px 4px rgba(159,142,154,0.20);
}
.directorist-category-extender-wrapper .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data {
    height: auto;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    background: transparent;
}
.directorist-category-extender-wrapper .directorist-search-form .directorist-advanced-filter__advanced--element {
    padding: 0;
    margin: 0;
    margin-right: 10px;
    border: none;
}
.directorist-category-extender-wrapper .directorist-search-form .directorist-search-form-action__submit {
    width: auto;
}
.directorist-category-extender-wrapper .directorist-search-form .directorist-search-form-action__submit .directorist-btn {
    min-height: unset;
    padding: 0;
    border: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}


.directorist-category-extender-wrapper .directorist-search-form .directorist-search-form-action__submit .directorist-btn .directorist-icon-mask:after {
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.myDivIcon {
    text-align: center;
    /* Horizontally center the text (icon) */
    line-height: 20px;
    /* Vertically center the text (icon) */
}

.directorist-taxonomy-map-view .directorist-type-nav::after,
.directorist-type-nav .directorist-type-nav__list li.current .directorist-type-nav__link:after {
    display: none;
}

.directorist-taxonomy-map-view .directorist-type-nav .directorist-type-nav__list {
    width: fit-content;
    margin: 0 auto 30px;
    padding: 0;
    border-radius: 22px;
    background-color: #f2f2f2;
}
.directorist-taxonomy-map-view  .directorist-type-nav .directorist-type-nav__list .directorist-type-nav__link {
    display: flex;
    align-items: center;
    min-height: 34px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    margin: 5px;
    transition: 0s;
    color: #000;
}

.directorist-taxonomy-map-view  .directorist-type-nav .directorist-type-nav__list li.current .directorist-type-nav__link{
    background-color: #FF385C;
    color: #fff;
    border-radius: 18px;
}

/* Map Section CSS */
.leaflet-marker-icon .icon-part {
    display: inline-block;
    position: relative;
}
.leaflet-marker-icon .icon-part::before {
    content: "";
    position: absolute;
    border-top: 15px solid #FF385C;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
} 
.leaflet-marker-icon i {
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    color: #FF385C;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #FF385C;
}
.leaflet-marker-icon .directorist-icon-mask::after {
    background-color: #FF385C;
}

/* Map Popup CSS */
#map {
    border-radius: 5px;
}
#map .gm-style .gm-style-iw-c {
    padding: 0;
    width: 220px;
    overflow: visible;
    max-height: unset !important;
}
#map .gm-style .gm-style-iw-a,
#map .leaflet-pane.leaflet-popup-pane .leaflet-popup {
    margin-bottom: 25px;
}
#map .gm-style .gm-ui-hover-effect {
    position: absolute;
    background: #FF385C !important;
    border: none !important;
    border-radius: 50%;
    color: #fff;
    right: -10px !important;
    top: -10px !important;
    transition: 0.3s ease;
    padding: 0 !important;
    opacity: 1 !important;
}
#map .gm-style .gm-ui-hover-effect span {
    background-color: #fff;
}
#map .leaflet-pane.leaflet-popup-pane .leaflet-popup .leaflet-popup-close-button {
    right: -10px !important;
    top: -10px !important;
}
#map .leaflet-pane.leaflet-popup-pane .leaflet-popup .leaflet-popup-tip-container {
    margin-left: -5px !important;
}
#map .gm-style .gm-style-iw-d,
#map .leaflet-pane.leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 5px;
    border: 15px solid #fff;
    overflow: hidden !important;
    max-height: unset !important;
}
#map .map-info-wrapper .map-info-img img {
    width: 100%;
    height: 140px;
    border-radius: 10px;
}
#map .map-info-wrapper .map-info-details {
    padding: 15px 0 !important;
    text-align: center;
    font-family: 'Inter', sans-serif;
}
#map .map-info-wrapper .map-info-details .map-info-title {
    font-size: 20px;
}
#map .map-info-wrapper .map-info-details .map-info-title a {
    color:#1a1b29;
}
#map .map-info-wrapper .map-info-details .map-info-title a:hover {
    color:#FF385C;
}
#map .map-info-wrapper .map-info-details .map-info-address {
    color: #282222;
}
#map .map-info-wrapper .map-info-details .map-info-address:hover {
    color: #FF385C;
}



/* Responsive CSS */
@media only screen and (max-width: 1599px) {
    
}
@media only screen and (max-width: 1399px) {
    
}

@media only screen and (max-width: 1199px) {
    .directorist-category-extender-wrapper .category-desc {
        flex: 0 0 55%;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .directorist-category-extender-wrapper .directorist-category-extender-title {
        font-size: 27px;
    }
    .directorist-category-extender-wrapper .category-desc-features {
        display: block;
        text-align: center;
    }
    .directorist-category-extender-wrapper .category-desc {
        padding-right: 0;
    }
    .directorist-category-extender-wrapper .repeater-fields .social-fields li {
        flex: 0 0 33%;
    }
    .directorist-category-extender-wrapper .dte-booking-field {
        position: unset;
        margin: 0 auto 30px;
    }
    .directorist-category-extender-wrapper .category-desc .cat-title {
        font-size: 17px;
        margin: 25px 0 15px;
    }
    
    .directorist-category-extender-wrapper .repeater-fields .cat-title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .directorist-category-extender-wrapper .directorist-category-extender-title {
        font-size: 25px;
    }
    .directorist-category-extender-wrapper .repeater-fields .social-fields {
        margin: 0 auto;
    }   
    .directorist-category-extender-wrapper .repeater-fields .social-fields li {
        flex: 0 0 50%;
    }
    
    
}

@media only screen and (max-width: 575px) {
    .directorist-category-extender-wrapper .directorist-category-extender-title {
        font-size: 23px;
    }
    
}

@media only screen and (max-width: 480px) {
    .directorist-category-extender-wrapper .directorist-category-extender-title {
        font-size: 22px;
    }
    .directorist-category-extender-wrapper .repeater-fields .social-fields li {
        flex: 0 0 100%;
    }
    .directorist-category-extender-wrapper .category-desc .cat-title,    
    .directorist-category-extender-wrapper .repeater-fields .cat-title {
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 375px) {
    .directorist-category-extender-wrapper .directorist-search-form .directorist-advanced-filter__advanced--element {
        margin-right: 0;
    }
}