.e5_store_map {
	width: 100%;
	padding-top: 87.41811539%;
	background-repeat: no-repeat;
}

.e5_store_location {
	position: absolute;
	padding: 10px;
	transform: translate(-15px, -15px);
}

.e5_store_location::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ECAC00;
	border-radius: 50%;
	cursor: pointer;
	display: block;
}

.e5_store_location.e5_store_type_flagship::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.76mm' height='11.99mm' viewBox='0 0 30.51 33.98'%3E%3Cpolygon points='15.25 0 0 14.38 3.15 14.38 3.15 33.98 10.81 33.98 10.81 20.3 19.55 20.3 19.55 33.98 27.36 33.98 27.36 14.38 30.51 14.38 15.25 0' style='fill: %23fff'/%3E%3C/svg%3E%0A");
	background-size: 16px 16px;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-12px, -12px);
}

@media screen and (max-width: 849px) {
	.e5_store_location::after {
		width: 7px;
		height: 7px;
	}

	.e5_store_location.e5_store_type_flagship::after {
		background-size: 10px 10px;
		width: 16px;
		height: 16px;
		transform: translate(-8px, -8px);
	}
}

.tippy-box[data-theme~='brot'] {
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-size: inherit;
	line-height: 1;
	border-image-source: url('../images/bubble.svg');
	border-image-slice: 66% 20% 15% 4% fill;
	border-image-width: 30px;
	border-image-outset: 30px;
	background-color: transparent;
	margin-top: 33px;
	transform: translatex(-11px);
}

.tippy-box[data-theme~='brot'] > .tippy-arrow {
	display: none;
}

.tippy-box[data-theme~='brot'][data-placement^='left'] > .tippy-arrow::before {
	right: -9px;
}

.tippy-content {
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 25px;
}

.e5_store_location_tooltip {
	margin-top: -20px;
	margin-left: -20px;
	min-width: 150px;
}

.e5_store_location_tooltip ul {
	margin-bottom: 0;
}

.e5_store_location_tooltip a:link,
.e5_store_location_tooltip a:visited,
.e5_store_location_tooltip a:hover,
.e5_store_location_tooltip,
.e5_store_location_tooltip p {
	color: var(--primary-color) !important;
	font-size: 1.18rem !important;
}

.e5_store_location_tooltip a:link,
.e5_store_location_tooltip a:visited,
.e5_store_location_tooltip a:hover {
	text-decoration: underline;
}

.e5_store_location_tooltip a:hover {
	color: #ECAC00 !important;
}


@media screen and (max-width: 849px) {
	div[data-tippy-root] {
		width: calc(100vw - 10px);
	}

	.tippy-box[data-theme~='brot'] {
		border-image-source: url('../images/bubble_solo.svg');
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		max-width: calc(100% - 65px) !important;
		transform: none;
	}
}
