
.search-date-drop {
	display: none;
    background:#F1F1F1;
    left:0;
	position:absolute;
	width:100%;
	border-radius:8px;
	border-top-left-radius: 0;	
	border-top-right-radius: 0;
	top: 119px;
    box-shadow: 0 12px 14px rgba(0,0,0,.3);
    z-index: 7;
	font-size: 1.1em;
}
@media (max-device-width: 480px) and (min-device-width: 320px){
.search-date-drop {
    display: none;
    background:#F1F1F1;
    left:0;
	position:absolute;
	width:100%;
	border-radius:8px;
	border-top-left-radius: 0;	
	border-top-right-radius: 0;
	top: 260px !important;
    box-shadow: 0 12px 14px rgba(0,0,0,.3);
    z-index: 7;
	font-size: 1.1em;
}
}
.search-date-drop .box {
    text-align: center;
    padding: 15px 0;
    color: #84B942;
	font-weight:500;
	letter-spacing: .03em;
}
.search-date-drop .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
	background:#84B942;
	color:#ffffff;
}
.search-date-drop .pignose-calendar .pignose-calendar-unit a {
	color:var(--spot-1);
}
.search-date-drop .pignose-calendar {
	box-shadow:none;
}
.cnt-slider [class^="icon-"]:before,
.cnt-slider [class*=" icon-"]:before,
.cnt-slider .collapsible li.date i.arw-dwn::before {
	font-family: 'pignose-calendar-icon' !important;

}