/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 10:13:34 */
.custom-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 785px;
    background: #fff;
    margin: 0 auto;
    border-radius: 100px;
	font-family: "Poppins", Sans-serif;box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.single-block span {
    font-weight: 600;
}
.custom-filter > .solo-div {
    width: 100%;
    max-width: 312px;
	position: relative;
	z-index: 99;    cursor: pointer;
}
.custom-filter > .solo-div > .single-block {
    padding: 13px 34px;
	position: relative;
}
.custom-filter > .solo-div > .single-block input, 
.custom-filter > .solo-div > .single-block .input-div {
    width: 100%;
    height: 28px;
    background: transparent;
    border: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
	color: #838383;
	display: flex;
	align-items: center;
}
.custom-filter >  .book-now {
    padding: 12px;
	position: relative;
	z-index:9;
}
.custom-filter > .book-now button {
    background: #b37444;
    color: #fff;
    height: 54px;
    border-radius: 100px;
    padding: 10px 30px;
	border:none;
}
.single-block.center-one {
	position: relative;
}
/* .single-block.center-one::after {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background: #ccc;
} */
.solo-div:nth-child(3) .single-block::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background: #ccc;
}
.recent-searches {
    position: absolute;
    left: 0;
    top: 96px;
    background: #fff;
    border-radius: 30px;z-index: 9;
    padding: 22px;
    width: 100%;
    min-width: 450px;box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.recent-searches .search-title {
    font-size: 14px;
}
.recent-searches ul {
    padding: 0;
    margin-top: 20px;
}
.recent-searches ul > li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 0;
}
.recent-searches ul > li:first-child {
	padding-top: 0px;
}
.recent-searches ul > li:last-child {
	padding-bottom: 0px;
}
.recent-searches ul > li .icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.recent-searches ul > li .info h5 {
    margin: 0;
    font-size: 16px;
}
.recent-searches ul > li .info p {
	 margin: 5px 0 0 0;
    font-size: 14px;
	color: #838383;
}
.recent-searches ul > li .left-part {
    display: flex;
    align-items: center;
    gap: 15px;
	width: 100%;
}
.recent-searches ul > li .quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
}
.recent-searches ul > li .quantity p {
    margin: 0;
    font-size: 20px;
}
.recent-searches ul > li .quantity button {
    border-radius: 100px;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #5c5a5a;
    border-color: #5c5a5a;
    background: transparent;
}


.recent-searches ul > li:nth-child(5n + 1) .icon {
  background: #F0FFE8;
  color: #39A400;
}
.recent-searches ul > li:nth-child(5n + 2) .icon {
  background: #FFF4E8;
  color: #F48F21;
}
.recent-searches ul > li:nth-child(5n + 3) .icon {
  background: #E8F5FF;
  color: #1499FF;
}
.recent-searches ul > li:nth-child(5n + 4) .icon {
  background: #F8E8FF;
  color: #C34DF6;
}
.recent-searches ul > li:nth-child(5n) .icon {
  background: #FFE8F2;
  color: #FF3F92;
}

.recent-searches ul.guests-info > li {
    border-top: 1px solid #cccccc;
    padding: 20px 0;
}
.recent-searches ul.guests-info > li:first-child {
    border: none;
	padding-top: 0px;
}
.solo-div .show-data {
    display: none;
}


/* datepicker css */

.daterangepicker {
    margin-top: 31px;
    border: none;
    border-radius: 30px;
}
.daterangepicker .drp-calendar {
    max-width: 100%;
}
.daterangepicker .calendar-table {
    padding: 0 !important;
    border: none !important;
}
.daterangepicker .calendar-table table thead th {
    border: none !important;
	font-size: 14px;
}

.daterangepicker .drp-calendar.left {
    padding: 18px 9px 18px 18px;
}
.daterangepicker .drp-calendar.right {
    padding: 18px 18px 18px 9px;
}
.daterangepicker .calendar-table td {
    font-size: 14px;
	line-height:12px;
}
/* .daterangepicker .calendar-table tr:nth-child(odd) td,
.daterangepicker .calendar-table tr:hover td{
    background: transparent;
}
.daterangepicker td.in-range {
	background-color:#f0fff9 !important;
} */
/* .daterangepicker td.active, .daterangepicker td.active:hover {
	background-color:#135b40 !important;
} */
.daterangepicker .drp-buttons {
    padding: 12px !important;
}
.daterangepicker .drp-buttons span.drp-selected {
    font-size: 16px;
}
.daterangepicker .drp-buttons button {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 9px 30px !important;
    border-radius: 100px;
    border: none;
	color: #000 !important;
	background: #EBEBEB;
}
.daterangepicker .drp-buttons button.applyBtn {
    background: #0C5C40;
    color: #fff !important;
}

.custom-filter > .solo-div.active .single-block {
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.custom-filter > .solo-div:nth-child(3).active .single-block {
	background: transparent;
	box-shadow: none;
}
.custom-filter.parent-active {
    background: #EEE;
}
.custom-filter.parent-active .single-block::before {
	display:none;
}

/* .custom-filter > .solo-div.active:nth-child(3) {
    z-index: 1;
}
.custom-filter > .solo-div.active:nth-child(3)::before {
    content: "";
    background: #EEE;
    left: -2px;
    top: 0;
    bottom: 0;
    width: 2px;
    position: absolute;
    box-shadow: none;
    z-index: -1;
} */

.daterangepicker {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.custom-filter > .solo-div.active .show-data {
    display: block;
}

p.count {
    color: #000;
}
.custom-filter > .solo-div.active + .book-now::after {
    content: "";
    position: absolute;
    left: -312px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff !important;
    border-radius: 100px;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.custom-filter > .solo-div:not(.active):hover .single-block {
    background: #dbdbdb;
    border-radius: 100px;
}
.custom-filter > .solo-div:hover .single-block::before,
.custom-filter > .solo-div:hover + .solo-div .single-block::before{
	display: none;
}
.custom-filter > .solo-div:hover + .book-now::after,
.custom-filter > .book-now:hover::after{
	content: "";
    position: absolute;
    left: -312px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dbdbdb;
    border-radius: 100px;
    z-index: -1;
}
.plus.disabled{
 opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

@media (max-width: 1024px) {

.custom-filter {
    flex-wrap: wrap;
    border-radius: 5px;
	padding: 12px;       
	margin: 0 auto;
	width: 95%;
}
	.custom-filter > .solo-div {
		max-width: 100%;
	}
.custom-filter > .solo-div > .single-block {
    padding: 8px 12px;
    border: 1px solid #ccc;
	margin: 0;
	border-radius: 5px;
}
	.custom-filter > .solo-div + .solo-div > .single-block {
		margin-top: 10px;
	}
.single-block.center-one::before,
.single-block.center-one::after,
.solo-div:nth-child(3) .single-block::before,
.custom-filter > .solo-div.active + .book-now::after,
.custom-filter > .solo-div:hover + .book-now::after, 
.custom-filter > .book-now:hover::after {
   display:none;
}
.custom-filter > .solo-div:not(.active):hover .single-block {
    background: #fff;
    border-radius: 5px;
}
.custom-filter > .solo-div:nth-child(3).active .single-block {
	background: #fff;
	box-shadow: none;
}
.custom-filter > .book-now {
    padding: 12px 0 0 0;
    width: 100%;
}
.custom-filter > .book-now button {
    width: 100%;
}
.custom-filter > .solo-div.active .single-block {
    border-radius: 0;
    box-shadow: none;
}
	.recent-searches {
		min-width: 315px;
		border-radius: 5px;
		top: 80px;
	}
	.daterangepicker {
		width: 95%;
		left: 14px !important;
	}
.daterangepicker .drp-calendar.right,
	.daterangepicker .drp-calendar.left {
		width: 100%;
	}
	
}