.map-info-card {
	display: flex;
	width: 335px;
	max-width: 100%;
}

.map-info-card.supplierCard {
	width: 381px;
}

.map-info-card .sm-card__pic {
	flex-shrink: 0;
	width: 75px;
	height: 75px;
	margin-right: 16px;
}

.map-info-card .sm-card__pic img {
	object-fit: contain;
}

.map-info-card .sm-card__details .list-unstyled {
	font-size: 13px;
	line-height: 138%;
}

.map-info-card .sm-card__details .list-unstyled li:first-child {
	font-weight: 700;
	margin-bottom: 8px;
}

.map-info-card .sm-card__details .list-unstyled li {
	margin-bottom: 4px;
}

.gm-style-iw.gm-style-iw-c {
	border-radius: 4px !important;
	max-width: 90vw !important;
}

.choices {
	min-height: 40px;
	height: 50px;
	border: 1px solid #75b861;
	border-radius: 4px;
	background: #f8fff6
}

.choices[data-type*=select-one]:after {
	content: url(/assets/static/img/arrow-up.svg) !important;
	height: initial !important;
	width: initial !important;
	border: 0 !important;
	position: absolute !important;
	right: 16px !important;
	top: 50% !important;
	-webkit-transform: translate(0, -50%) !important;
	-ms-transform: translate(0, -50%) !important;
	transform: translate(0, -50%) !important;
	margin-top: 0 !important;
	pointer-events: none !important;
	-webkit-transition: all ease .3s !important;
	-o-transition: all ease .3s !important;
	transition: all ease .3s !important;
}

.choices.is-open[data-type*=select-one]:after {
	-webkit-transform: translate(0, -50%) scaleY(-1) !important;
	-ms-transform: translate(0, -50%) scaleY(-1) !important;
	transform: translate(0, -50%) scaleY(-1) !important;
}

.choices .choices__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7px 48px 7px 16px;
    opacity: 1 !important;
}

.choices,
.choices .choices__item div + div,
.choices__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.choices .choices__item div + div {
	margin-left: 16px;
	white-space: nowrap
}

.choices .choices__item.is-highlighted {
	background: #f0f3f3
}

.choices .choices__item.is-selected {
	background: #75b861 !important;
	color: #fff !important;
	position: relative
}

.choices .choices__item.is-selected::after {
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PGRlZnMvPjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xIDdsNi4yMyA2TDE3LjYxNCAxIi8+PC9zdmc+);
	opacity: 1 !important;
	margin-right: 4px
}

.choices__inner {
    outline: none !important;
	height: 100%;
	padding: 0;
	font-size: 16px;
	background: white !important;
	border-radius: 4px;
	min-height: initial;
    display: flex !important;
	border: 0 !important;
}

.choices__list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 4px 4px
}

.choices__list.is-active {
	border: 1px solid #c2c2c2
}
