.product-list {
	padding: 30px 0;
}

.product-list .member-slider>.row {
	row-gap: 20px;
}

.form-search-room {
	display: grid;
	grid-template-columns: auto 23% 20% 100px;
	gap: 5px;
	max-width: 1220px;
	margin: 0 auto 20px;
}

.form-search-room .input-wrap {
	position: relative;
}

.form-search-room .input-wrap svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.form-search-room input,
.form-search-room select {
	border: 1px solid #ededed;
	border-radius: 4px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px 5px 40px;
	width: 100%;
}

.form-search-room select {
	background-color: #fff;
	padding: 5px 15px 5px 15px;

}

.form-search-room button {
	background: linear-gradient(to right, #5da43f, #185b33);
	color: #FFF;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
}

.product-image__for .wrap-img {
	padding-bottom: 75%;
}

.product-image__nav img {
	height: 89px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.form-search-room {
		grid-template-columns: auto;

	}
}