/* DaData suggestions — без логотипа, в стиле чекаута BakerStore */
.suggestions-promo,
.suggestions-promo a,
.suggestions-wrapper .suggestions-promo {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.suggestions-wrapper {
	z-index: 10050 !important;
}

.suggestions-suggestions {
	border: 1px solid #e8e8e8 !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12) !important;
	background: #fff !important;
	margin-top: 4px !important;
	padding: 6px 0 !important;
	overflow: hidden !important;
	font-family: inherit !important;
}

.suggestions-suggestion {
	padding: 10px 14px !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	color: #333 !important;
	border: none !important;
	border-bottom: 1px solid #f3f3f3 !important;
	transition: background 0.12s ease;
}

.suggestions-suggestion:last-child {
	border-bottom: none !important;
}

.suggestions-suggestion:hover,
.suggestions-suggestion.suggestions-selected {
	background: #fff5f9 !important;
	color: #ed2178 !important;
}

.suggestions-suggestion .suggestions-subtext,
.suggestions-suggestion .suggestions-value {
	font-size: 13px !important;
}

.suggestions-hint {
	color: #999 !important;
	padding: 8px 14px !important;
	font-size: 12px !important;
}

/* чуть мягче само поле адреса */
#shipping_addres_dos.suggestions-input,
input[name="shipping[addres_dos]"].suggestions-input {
	background-image: none !important;
}
