/**
 * FiboSearch: позиция выпадающих подсказок.
 */

#title-search,
section.menu_and_search .search {
	position: relative;
	overflow: visible;
	align-items: center;
}

/* Ряд хедера выше инпута — не даём wrapp растягиваться */
#title-search .dgwt-wcas-search-wrapp,
section.menu_and_search .search .dgwt-wcas-search-wrapp {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	min-height: 0;
	height: auto !important;
	align-self: center;
	position: relative;
	display: block;
}

#title-search .dgwt-wcas-sf-wrapp,
section.menu_and_search .search .dgwt-wcas-sf-wrapp {
	margin: 0;
	padding: 0;
	height: auto !important;
}

/* Не полагаемся на absolute относительно body (админ-бар сдвигает top) */
body .dgwt-wcas-suggestions-wrapp,
body .dgwt-wcas-details-wrapp {
	margin-top: 0 !important;
	transform: none !important;
}

.dgwt-wcas-suggestion .brandgift-fs-attr {
	font-weight: 400;
	opacity: 0.75;
	white-space: nowrap;
}

body .dgwt-wcas-suggestions-wrapp .brandgift-fs-dup {
	display: none !important;
}

@media (max-width: 640px) {
	body .dgwt-wcas-suggestions-wrapp,
	body .dgwt-wcas-details-wrapp {
		transform: none !important;
	}
}
