.store-search-map-marker-icon {
	margin-top: 5px;
}

.global-paddding {
	padding-right: 40px;
	padding-left: 40px;
	width: calc(100% - 85px);
}

.store-search-delivery-address {
	padding: 0 5px;
	max-width: 400px;
	width: 100%;
	border-radius: 24px;
	border: 1px solid var(--theme-primary-color);;
}

.store-search-delivery-address .deli-address-label {
	margin-top: 6px;
}

.store-search-delivery-address .map-mark-icon {
	margin-top: 7px;
}

.store-search-delivery-address .dropdown-button {
	padding-top: 10px !important;
}

.store-search-delivery-address .autocomplete {
	max-height: 40px;
}

.store-search-view-search-bar .autocomplete {
	max-height: 40px;
}

.order-type-selection .deli-address-label {
	margin-top: 7px;
}

.store-search-view-search-bar .search-layout {
	height: 100%;
	margin-top: 0;
}