.store-search {
	background-color: #1639ab;
    border-radius: 1em;
    max-width: 900px;
    margin: auto;
	padding: 1rem;
	z-index: 2;
    position: relative;
	width: 80%;
}
.store-search h3 {
	color: #ffffff !important;
}