

/* Start:/points/style.css?17846614272863*/
#map {
	height: 300px;
	overflow: hidden;
}

.points-list {
	display: none;
	overflow-y: auto;
	max-height: 300px;
	margin-top: 10px;
}
.points-list.open {
	display: block;
}
.points-section {
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 25px;
	cursor: pointer;
	font-weight: 600;
}
.point {
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.point.hidden-by-filter {
  display: none;
}

.map-outer {
	position: relative;
}

.point-modal {
	display: none;
	position: fixed;
	background-color: #fff;
	padding: 2rem;
	left: 10px;
	top: 10px;
	bottom: 10px;
	width: 40%;
	min-width: 280px;
	overflow-y: auto;
	z-index: 100;
}
.point-modal.open {
	display: block;
}
.point-modal-close {
	appearance: none;
	border-radius: 999px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-color: #eee;
	border: none;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
}

.points-products {
	position: absolute;
	width: 50%;
	top: 10px;
	left: 10px;
}

.custom-select {
  position: relative;
  display: inline-block;
  min-width: 280px;
  user-select: none;
}
.custom-select-trigger {
  padding: 8px 32px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-70%) rotate(45deg);
}
.custom-select.open .custom-select-trigger::after {
  transform: translateY(-30%) rotate(-135deg);
}
.custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 280px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 50;
  margin-top: 2px;
}
.custom-select.open .custom-select-options {
  display: block;
}
.custom-select-panel {
  display: none;
  max-height: 280px;
  overflow-y: auto;
}
.custom-select-panel.active-panel {
  display: block;
}
.custom-select-option {
  padding: 8px 12px;
  cursor: pointer;
}
.custom-select-option:hover {
  background: #f0f0f0;
}
.custom-select-option.is-active {
  font-weight: 600;
  background: #eef4ff;
}
.custom-select-option--section::after {
  content: " \203A"; /* › */
  float: right;
  color: #999;
}
.custom-select-option--back {
  color: #666;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

@media (min-width: 768px) {
	#map {
		height: 600px;
	}
	.point-modal {
		position: absolute;
	}
	#product-filter {
		position: absolute;
		left: 10px;
		top: 10px;
		min-width: 50%;
	}

}
/* End */
/* /points/style.css?17846614272863 */
