#header .header_search {
	float: right;
	width: 45%;
	max-width: 480px;
	margin-bottom: 12px;
}

.md-search {
	position: relative;
	width: 100%;
	text-align: left;
}

.md-search__input {
	width: 100%;
	height: 44px;
	padding: 0 60px 0 16px;
	border: 1px solid #d7dbdb;
	border-radius: 3px;
	background: #fff;
	color: #282727;
	font: 14px 'latoregular', sans-serif;
}

.md-search__input:focus {
	outline: none;
	border-color: #676c75;
}

.md-search .btn.md-search__btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0 3px 3px 0;
	background: #970000 !important;
	color: #fff;
	font-size: 17px;
	line-height: 44px;
}

.md-search .btn.md-search__btn:hover,
.md-search .btn.md-search__btn:focus {
	background: #7a0000 !important;
	color: #fff;
}

.md-search__results {
	display: none;
	position: absolute;
	z-index: 1050;
	top: 46px;
	left: auto;
	right: 0;
	width: 100%;
	min-width: 480px;
	max-height: 80vh;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	text-align: left;
}

.md-search__results.is-open {
	display: block;
}

.md-search__results li {
	float: none;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
}

.md-search__results li:last-child {
	border-bottom: 0;
}

.md-search__results li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 14px;
	color: #282727;
	text-transform: none;
	text-decoration: none;
}

.md-search__results li a:hover,
.md-search__results li.is-active a {
	background: #f5f5f5;
	color: #676c75;
}

.md-search__results img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 104px;
	height: 80px;
	margin-right: 16px;
	object-fit: contain;
}

.md-search__name {
	display: block;
	min-width: 0;
	font: 15px/1.35 'latoblack', sans-serif;
}

/* "Ver X productos mas" gomb a lista aljan */
.md-search__results li.md-search__more a {
	display: block;
	padding: 12px 14px;
	background: #f7f7f7;
	color: #970000 !important;
	font: 14px 'latoblack', sans-serif;
	text-align: center;
}

.md-search__results li.md-search__more a:hover,
.md-search__results li.md-search__more.is-active a {
	background: #970000 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	/* Mobilon a kosar (.right_menu) abszolut pozicioval a logo alatti sorban ul, ezert a kereso
	   a menu sora (#nav) utan, a fejlec aljara kerul, kulonben a kosar ralogna */
	#header .header_bot .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#header .header_bot .container:before,
	#header .header_bot .container:after {
		display: none;
	}

	#header .header_search {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		float: none;
		width: auto;
		max-width: none;
		margin-bottom: 0;
		padding-top: 10px;
	}

	.md-search__results {
		left: 0;
		min-width: 0;
	}
}
