.dur-stores-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 20px 0;
}

.dur-stores-sidebar {
	padding: 0 10px;
	flex: 1 1 250px;
}

.dur-stores-map-container {
	flex: 3 1 600px;
}

.dur-stores-map {
	width: 100%;
	height: 450px;
	background: #eee;
}

.dur-store-item {
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.dur-store-item:hover {
	background: #fafafa;
}