.search-form {
	position: absolute;
	right: 0px;
	top: -4px;
}

.search-field {
	background-color: transparent;
	background-image: url("../i/search3.svg");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 34px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	z-index: 5000;
}

.search-field:focus {
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.search-form-2024 {
	position: relative;
}
.search-form-2024 label {
	position: relative;
	display: inline-block;
	
    width: 95%;
}
.search-form-2024 .search-submit {
	position: absolute;
    right: -10px;
	top: 60%;
	transform: translateY(-50%);
	background: transparent;
	background-image: url("../i/search.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	width: 44px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.search-field-2024 {
	-webkit-appearance: none;
	border: 1px solid #ddd;
	padding: 20px 30px;
	border-radius: 30px;
	margin-top: 15px;
    width: 100%;
	background: #fff;
}
.search-form-2024 {
    width: 90%;
} 
#row3 .search-form-2024 {
    width: 50%;
    margin: 0 auto;
}

/* Search item equal heights */
.search-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-item > * {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-item .box_new,
.search-item .box_product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-item .box_new > *,
.search-item .box_product > * {
    flex: 1;
}

@media (max-width: 700px){
	#row3 .search-form-2024 {
		width: 100%;
		margin: 0 auto;
	}

	.search-field-2024 { 
    	width: 80%;
	}
	.search-form-2024 .search-submit {
    	right: 30px;
	}
}