body a {
    color: #000000;
}
#lwm-wrapper{display:flex;}
#lwm-listing{
	width:100%;
}
#lwm-map {
    width: 100%;
    border-radius: 20px;
	top: 15px;
}
.lwm-card{background:#fff;padding:0px;margin-bottom:15px;cursor:pointer}
/* .lwm-card.active {
    box-shadow: 0 0 20px #00000026;
    border-radius: 20px;
} */

.price-marker {
	--motion-standard-curve-animation-timing-function: cubic-bezier(0.2, 0, 0, 1);
    background: #ffffff;
    color: #222222;
	height:28px;
	line-height:28px;
    padding: 0px 14px;
    border-radius: 50px;
    position: absolute;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18), 0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    font-size: 14px;
/* 	transition:all 0.5s ease; */
}
.price-marker:hover,
.price-marker.active {
	background:var(--e-global-color-primary);
	color:#fff;
	z-index: 1;
/* 	transition:all 0.5s ease; */
}
.lwm-pagination{text-align:center;margin:20px 0}
.lwm-page{margin:0 5px;cursor:pointer}
.loader{text-align:center;padding:40px}
.page-id-1332 .sticky {
	opacity:0;
}
.skeleton-line {
	border-radius:10px;
}
.ss_stay_card.skeleton .skeleton-img,
.ss_stay_card.skeleton .skeleton-line.title,
.ss_stay_card.skeleton .prices,
.ss_stay_card.skeleton .cancels {
	background:#ddd;
}

.ss_stay_card.skeleton .skeleton-img {
	height:235px;
	border-radius: 15px !important;
	width:100%;
	
}
.ss_stay_card.skeleton .skeleton-line.title {
	height:25px;
}
.ss_stay_card.skeleton .prices,
.ss_stay_card.skeleton .cancels {
	height:25.6px;
}
.ss_stay_card.skeleton .cancels {
	margin-top: 4px;
}
#lwm-locations {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30px;
	align-items: center;
	font-size: 15px;
}
.lwm-child {
	cursor:pointer;
}
#lwm-locations .lwm-children {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}
.lwm-child.first {
    min-width: 68px;
}
.lwm-parent.first,
.lwm-child.first {
    font-weight: 600;
}
.lwm-parent {
    position: relative;
	cursor: pointer;
}
#lwm-locations .lwm-parent:not(.first),
#lwm-locations .lwm-child:not(.first) {
    padding: 3px 15px;
    background: #e9e9e9;
    border-radius: 50px;
}
#lwm-locations .lwm-parent:not(.first):hover,
#lwm-locations .lwm-child:not(.first):hover,
#lwm-locations .lwm-parent.active,
#lwm-locations .lwm-child.active {
    background: var(--e-global-color-primary);
	color:#fff;
}
.lwm-children {
    flex: 0 0 100%;
    position: absolute;
    display: flex;
    top: 30px;
}
.filter_btn,
.map_filter{
    display: none;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 20px;
    font-weight: 600;
    font-size: 0.9rem;
	cursor:pointer;
}
.close_map {
	display:none;
}
@media(max-width:767px) {
	.filter_btn,
	.map_filter {
		display:flex;
	}
	.ss_stay_card {
		margin-bottom: 0px !important;
		margin-top: 20px;
		padding:0 !important
	}
	.map_section {
		position: fixed !important;
        left: 0;
        top: -100% !important;
		opacity:0;
		visibility:hidden;
        z-index: 111 !important;
        background: #fff;
		transition:all 0.5s ease !important;
	}
	.map_section.active {
		top: 0 !important;
		opacity:1;
		visibility:visible;
		transition:all 0.5s ease;
	}
	#lwm-map {
		height:100vh !important;
		border-radius: 0;
    	top: 0 !important;
	}
	.close_map {
		position: fixed !important;
		right: 10px;
		top: 10px;
		width: 30px;
		height: 30px;
		background: var(--e-global-color-primary);
		z-index: 111;
		border-radius: 50px;
		display: flex;
		align-items: center !important;
		justify-content: center !important;
		cursor:pointer;
	}
	.close_map svg {
		height: 10px;
		width: 10px;
	}
	.main_filters {
		position: fixed !important;
        right: -100%;
		transition:all 0.5s ease !important;
		visibility:hidden;
		opacity:0;
        top: 0;
        z-index: 99 !important;
        background: #fff;        
        height: 100vh !important;
        max-height: 100vh;
        overflow-y: auto !important;
	}
	.main_filters.active {
		right:0;
		transition:all 0.5s ease !important;
		visibility:visible;
		opacity:1;
	}
	.mobile_filter {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.filter-close svg {
		width: 15px;
		height: 15px;
	}
	.mobile_filter h3 {
		margin-top:0px;
	}
	.lwm-parent.first,
	.lwm-children .lwm-child.first {
		flex: 0 0 100%;
	}
	.lwm-children {
		position: relative;
		display: flex;
		top: inherit;
		align-items: start !important;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		padding: 15px 0;
		border-top: 1px solid #ddd;
	}
}
.map_filter {
	background:var(--e-global-color-primary);
	color:#fff;
	border-color:var(--e-global-color-primary) !important;
}
.map_filter>svg {
	height:14px;
}
.filter_btn>svg,
.map_filter>svg {
    margin-right: 5px;
}
.tab_mob_filter {
    display: flex;
    justify-content: space-between;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 20px 38px;
    transition: 0.3s ease;
    position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.card-image {
  position: relative;
}

.card-image img {
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius:20px !important;
}

.badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #fff;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	line-height: normal;
}

.card-content {
  padding: 20px 0;
}
.card-content h3 {
    font-weight: 600;
    font-size: 1.5rem;
	margin: 0;
}
.e_location {
    font-weight: 600;
    margin-bottom: 10px;
    color: #555;
    margin-top: 5px;
}
.card-content .desc {
    font-size: 0.91rem;
    margin-bottom: 15px;
}
.product-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.product-region {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.product-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-footer .price,
.exp_card .price span {
    color: #1a8f3e !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
	margin-bottom:0px !important;
}
.rating {
  color: #1a8f3e;
  font-weight: 600;
}
.card-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 20px;
}
.ss_stay_card .rating span {
    color: #000;
}
.ss_stay_card.skeleton .img,
.ss_stay_card.skeleton .text {
    background: linear-gradient(
        90deg,
        #eeeeee 25%,
        #dddddd 37%,
        #eeeeee 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}

@keyframes shimmer {
    0% { background-position: 100% 0 }
    100% { background-position: -100% 0 }
}
.map-hover-popup{
    width: 320px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.15);
    overflow:hidden;
    z-index:9999;
    transition:0.2s ease;
}

.map-hover-popup .popup-img img{
    width:100%;
    height:180px !important;
    object-fit:cover;
}

.map-hover-popup .popup-content{
    padding:15px;
}

.map-hover-popup h4 {
    font-size: 1rem;
    margin: 0;
    color: #000;
    font-weight: 600;
}
.free_cancel {
    font-size: 13px;
    color: #555555;
}
.map-hover-popup .popup-price{
    font-weight: 600;
    font-size: 13px;
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
}
.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff !important;
    border: 0;
    padding: 0 !important;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 12px !important;
    color: #000;
}
.popup-close:hover {
	color:#fff;
	background:#000 !important;
	margin-bottom: 5px;
}

.list_rating {
	color:#555;
}
.popup-content p {
    font-size: 13px;
	line-height:1.4;
	color: #525252;
	margin-bottom: 5px;
}
.popup-content .ss_rating {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 2px;
}
div#lwm-pagination>span.current, div#lwm-pagination>a.current {
    background: #4a9445;
}
div#lwm-pagination>span, div#lwm-pagination>a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50px;
    color: #fff;
}
div#lwm-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.product-card.skeleton .img {
	height:290px;
	width:100%;
	background: linear-gradient(
        90deg,
        #eeeeee 25%,
        #dddddd 37%,
        #eeeeee 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
	border-radius:20px;
}
.product-card.skeleton h3 {
	height:58px;
	background: linear-gradient(
        90deg,
        #eeeeee 25%,
        #dddddd 37%,
        #eeeeee 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
	border-radius:20px;
}
.product-card.skeleton .desc {
	height:51px;
	background: linear-gradient(
        90deg,
        #eeeeee 25%,
        #dddddd 37%,
        #eeeeee 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
	border-radius:20px;
}
.product-card.skeleton .e_location {
	height:31px;
	background: linear-gradient(
        90deg,
        #eeeeee 25%,
        #dddddd 37%,
        #eeeeee 63%
    );
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
	border-radius:20px;
	margin-bottom:10px;
}
ul.days_filter {
    display: flex;
    padding:0;
    gap: 10px;
    list-style: none;
}
.days_filter a {
    padding: 5px 15px;
    background: #e9e9e9;
    border-radius: 50px;
    font-size: 15px;
	cursor:pointer;
}
.days_filter a:hover,.days_filter a.active {
    background: var(--e-global-color-primary);
    color: #fff !important;
}
.map-hover-popup {
/*     transform: translate(-50%, -100%); */
    will-change: transform;
    position: absolute;
}