.main-location-wrap {
	max-width: 1180px;
    margin: 0 auto;
}
.store-locator-wrap {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;   
    box-shadow: 0 8px 28px rgba(20, 42, 65, .08);
}
.main-location-wrap h1 {
    text-align: center;
}
.store-locator-sidebar {
	width: 360px;
	max-width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.store-locator-search {
	position: relative;
	margin-bottom: 24px;
}

.store-locator-search input {
	width: 100%;
	padding: 12px 48px 12px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
}

.store-locator-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	border: 0;
	background: transparent;
	color: #666;
	cursor: pointer;
}

.store-locator-heading {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 700;
}

.store-locator-list {
	max-height: 520px;
	overflow-y: auto;
}

.store-locator-item {
	padding: 15px;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.store-locator-item:hover,
.store-locator-item.is-active {
	background-color: #f7f7f7;
}

.store-locator-item-name {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
}

.store-locator-item-address,
.store-locator-item-phone,
.store-locator-item-bio {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

.store-locator-item-phone a {
	color: inherit;
	text-decoration: none;
}

.store-locator-item-bio p:last-child {
	margin-bottom: 0;
}

.store-locator-empty {
	color: #666;
	font-size: 14px;
}

.store-locator-map {
	flex: 1;
	min-width: 300px;
	min-height: 400px;
	padding: 0 15px;
	box-sizing: border-box;
}

.store-locator-map > div {
	height: 100%;
	min-height: 400px;
	border-radius: 4px;
}

.store-locator-info-window h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #1a9b8f;
}

.store-locator-info-window p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #444;
}

.store-locator-info-window .store-info-directions a {
	color: #1a9b8f;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 991px) {
	.main-location-wrap h1, .main-location-wrap .h1 {font-size: 38px;}
	a.custom-btn {
	    height: 50px;
	    min-height: 50px;
	    padding: 0 28px;
	    font-size: 14px;
	    line-height: 50px;
	}
	.store-locator-sidebar {
    	order: 2;
	}
	.store-locator-wrap {
		flex-direction: column;
	}

	.store-locator-sidebar,
	.store-locator-map {
		width: 100%;
	}

	.store-locator-list {
		max-height: none;
		margin-bottom: 24px;
	}
}
