.leaflet-container {
	height: 600px;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

#map .leaflet-popup-content, #map .leaflet-popup-content p {
	margin: 0;
}

.leaflet-popup-tip-container {
	width: 27px;
	height: 27px;
	margin-left: -13px;
}

.leaflet-popup-tip {
	transform: unset;
	margin: 0;
	background: transparent !important;
	border-left: 13.5px solid transparent;
	border-top: 22px solid #000;
	border-right: 12.5px solid transparent;
	border-bottom: 12px solid transparent;
	padding: 0;
	box-shadow: unset;
}

.leaflet-popup-content-wrapper:hover + .leaflet-popup-tip-container .leaflet-popup-tip {
	border-top-color: red;
}

#map .leaflet-top, #map .leaflet-bottom {
	z-index: 998;
}

.hip-hide-close-btn #map.leaflet-container  a.leaflet-popup-close-button {
	display: none;
}

#map .leaflet-popup-tip, #map .leaflet-popup-content-wrapper {
	transition: all .3s;
}