.typeahead__container {
    position: relative;
    font-family: AvenirLTStd-Light;
}
[id^=form-product_v2] .typeahead__search-icon {
    padding: 0 1.25rem;
    /*width: 16px;
    height: 16px;*/
    background: none;
	color: #ffffff;
}
[id^=form-product_v2] .typeahead__container button {
    background-color: #dfae71;
}
[id^=form-product_v2] .typeahead__container button:hover {
    color: #fff;
    background-color: #55473e;
}
.typeahead__container.result .typeahead__list {
    z-index: 105;
}
.typeahead__dropdown .typeahead__dropdown-item>a, .typeahead__list .typeahead__item>a {
    background-color: #fff;
}