#dealer-map {width: 100%;height: 400px;}.dealers {position: relative;display: flex;flex-wrap: wrap;}.dealer-body {width: calc(100% - 380px);}.dealer-footer {width: 380px;}.dealer-loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(255,255,255,0.8);}.dealer-loader > div {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}.dealer-loader > div::after {content: "Loading…";position: absolute;top: 100%;left: 50%;transform: translateX(-50%);font-size: 18px;}.dealer-loader i {font-size: 70px;}@keyframes bounce {0% {transform: translateY(0);animation-timing-function: ease-out;}50% {transform: translateY(-20px);animation-timing-function: ease-in;}100% {transform: translateY(0);animation-timing-function: ease-out;}}

/*

DO NOT EDIT THE ABOVE LINE
EDIT or ADD BELOW THIS COMMENT

*/

#dealer-map {
	width: calc(100% - 20px);
	height: 635px;
}

.dealer-find-me-button {
	display: block;
	width: 100%;
	border-radius: 0;
	border: 1px solid #000 !important;
	background-color: #000;
	color: #fff;
	font-weight: 400;
	height: 40px;
	padding: 0;
	font-size: var(--fontsize-button);
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.dealer-find-me-button:hover {
	background-color: #fff;
	color: #000;
}

.dealers-address {
	margin-top: 5px;
	position: relative;
	display: block;
}

.dealers-address-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 45px;
	border: 1px solid #000 !important;
	border-radius: 0;
	color: #fff;
	background-color: #000;
	padding: 0;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	color: #fff;
	font-size: var(--fontsize-button);
}

.dealers-address-search:hover {
	background-color: #fff;
	color: #000;
}

#dealer-address-input {
	border: 0px solid #000;
	border-radius: 0;
	width: calc(100% - 85px);
	font-size: var(--fontsize-navigation);
	padding: 0 20px;
	color: var(--color-grey-normal);
	height: 45px;
}

.dealer-footer {
	background-color: #f5f5f5;
}

.dealer-footer h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}

.dealers-list {
	padding: 10px 0;
	height: 331px;
	overflow-y: scroll;
	background-color: #fff;
}

.dealer-footer h3 {
	text-transform: uppercase;
	margin: 10px 0 0;
	padding: 0 0 5px 10px;
	background-color: #fff;
	padding-left: 35px;
	padding-top: 25px;
	margin-top: 20px;
	font-size: var(--fontsize-heading-tertiary);
	font-weight: 800;
	position: relative;
	padding-bottom: 20px;
}

.dealer-footer h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 35px;
	width: calc(100% - 70px);
	height: 1px;
	background-color: #888888;
	box-shadow: 0px 3px 16px 17px #fff;
	z-index: 2;
	pointer-events: none;
}

.fsl-store-single {
	cursor: pointer;
	background-color: #ffffff;
	padding: 20px 35px 10px;
	transition: all 0.1s ease 0s;
	font-size: 12px;
}

.fsl-store-single h4 {
	margin: 0;
	font-size: var(--fontsize-body-normal);
	font-weight: 700;
	line-height: 1.2em;
	padding-right: 85px;
}

.fsl-store-single-content {
	position: relative;
	margin-top: 10px;
	font-size: var(--fontsize-body-small);
}

.fsl-store-single ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: var(--fontsize-body-small);
}

.fsl-store-single ul li {
	line-height: 1.2;
	margin-top: 7px;
}

.fsl-store-single-content > a:last-child {
	position: absolute;
	top: -28px;
	right: 0;
	color: var(--color-grey-normal);
	font-size: var(--fontsize-button);
	font-weight: 600;
	transition: all 0.1s ease 0s;
	z-index: 5;
}

.fsl-store-single-content > a:last-child:hover {
	color: #000;
}

.fsl-store-single:nth-child(n+2) {
/*	margin-top: 10px;*/
}

.fsl-store-single:nth-child(n+2) h4 {
	border-top: 1px solid #888888;
	padding-top: 25px;
}

.smg_sl-province-selector-wrapper {
	margin: 5px 0;
}

.dealer-loader svg {
	width: 200px;
	height: auto;
}

.dealer-loader {
	background-color: rgba(255,255,255,0.9);
	z-index: 9;
}