.epakshfo-map-container.active {
	display: block !important;
}

.pointMap {
	position: relative;
}
.pointMap .centered-button {
	transform: translateX(-50%);
}
.pointMap .suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 200px;
	overflow-y: auto;
	color: #000;
}
.pointMap .suggestions div {
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.pointMap .suggestions div:hover {
	background: #f0f0f0;
}
.pointMap .search-control {
	display: flex;
	align-items: center;
}
.leaflet-popup button {
	color: #fff;
	padding: 10px;
	cursor: pointer;
}
.pointMap .search-control input {
	padding: 1rem 0;
	width: 200px;
	margin: 0;
	height: 39.47px;
}
.pointMap hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.pointMap .leaflet-touch .leaflet-bar a {
	text-decoration: none;
}
.pointMap .search-control input[type="text"] {
	max-height: 2.5rem;
	padding: 0.5rem;
	min-height: auto;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 0.8rem;
	background: #fff;
	color: #000;
}
.pointMap .search-control .btn {
	border-radius: 3px;
	max-height: 2.5rem;
	padding: 0.5rem 1rem;
	min-height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pointMap .search-control .btn:focus {
	box-shadow: none !important;
}

.epakshfo-disabled-checkout-submit {
	opacity: 0.7 !important;
	cursor: not-allowed;
	position: relative;
	z-index: 1;
}

/*# sourceMappingURL=epaka.css.map */
