/*برای نوروزی  */
.s-search {
    border: none !important;
    display: flex !important;
  
    flex-wrap: wrap !important;
	gap:20px;
}
.s-search input::placeholder {
    text-align: right;
}
#seoof-suggestions-one li , select#seoof-filter-two {
	font-size:14px;
}

input#seoof-filter-one {
    width: 48% !important;
	border-radius:8px !important;
	 text-align: right;
}
.s-search select {
    width: 48% !important;
	border-radius:8px;
}
button#seoof-filter-submit {
    background: #FBB80E !important;
    width: 100% !important;
    padding: 11px !important;
	color:black;
}
.s-search {
    padding: 0;
    background: transparent !important;
}

@media(max-width:767px){
	input#seoof-filter-one {
    width: 47.2% !important;
		
}
	.s-search{
gap:20px 10px;
	}
		.s-search input{
	font-size:12px;
	}
	.s-search select {
    width: 47.2% !important;
 
}
	
	select#seoof-filter-two {
    font-size: 14px;
}
	
}


/*  */
ul#seoof-suggestions-one {
    right: 0px;
    top: 45px;
    padding: 10px !important;
    width:47% !important;
    border-radius: 0 8px 0 0;
		background:rgb(255,255,255,1) !important;
}


.s-search input{
	padding:11px !important;
}
.s-search{
	display:flex;
	width:100%;
	max-width:500px;
border: 1px solid #8e8e8e;
    border-radius: 25px;
  
}
input#seoof-filter-one {
    border-bottom: none;
	text-align:right !important;
	
	
}


button#seoof-filter-submit {
	border:none !important;
    background: transparent ;
    color: black ;
}
select#seoof-filter-two {
    
    padding: 0px 7px;
	border-right: 1px solid #e7e7e7 !important;
	border-left: 1px solid #e7e7e7 !important;
	border-bottom: 0;
    border-top: 0;
	text-align:right;
}
.custom-select {
    position: relative;
    cursor: pointer;
}
li.suggestion-item {
    cursor: pointer;
}
.custom-select .options {
    display: none; /* همیشه مخفی */
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 99;
	cursor:pointer;
}

.custom-select .options li {
    padding: 8px;
    cursor: pointer;
}

.custom-select .options li:hover {
    background: #eee;
}


.custom-select:hover .options {
    display: none !important;
}
.seoof-select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #fff; 
    border: 1px solid #ccc;
    border-radius: 5px; 
    padding: 8px 30px 8px 10px; 
    font-size: 14px;
    color: #333;
    width: 200px; 
    cursor: pointer;
    transition: border 0.2s, box-shadow 0.2s;
}

.seoof-select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0,115,170,0.5);
    outline: none;
	content:'';
}


.seoof-select::-ms-expand {
    display: none;
}

.seoof-select-wrapper {
    position: relative;
    display: inline-block;
}

.seoof-select-wrapper::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 10px;
    pointer-events: none;
    transform: translateY(-50%);
    color: #0073aa;
    font-size: 12px;
}
.seoof-select option {
    padding: 5px 10px;
    background: #fff;
    color: #333;
}


.seoof-select option:hover {
    background: #0073aa;
    color: #fff;
}