#mainContainer {
	background: #fff;
}

.contentBodyContainer {
	background-color: #fff;
}

.breadcrumbs {
	display: block;
	max-width: 1360px;
	margin: 0 auto;
}

.cluster {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cluster > div {
	font-size: 14px;
	margin-bottom: 10px;
	color: white;
}

.banner-image {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.banner-image .inner {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	text-align: right;
}

.contentBody a:not(.button):not([type='button']) {
	color: #00349f;
	text-decoration: none;
	border-bottom: 1px solid #00349f;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}

.contentBody a:not(.button):not([type='button']):focus {
	color: #00349f;
	border-bottom: 1px dashed #00349f;
	outline: none;
}

/*.contentBody a:not(.button):not([type='button']):visited {
	color: #00349f;
	border-color: #00349f;
}
*/
.contentBody a:not(.button):not([type='button']):hover {
	color: #7266a2;
	border-color: #7266a2;
	border-bottom: 1px solid transparent;
}

.contentBody a:not(.button):not([type='button']):active {
	color: #ffe600;
	border-color: #ffe600;
}

.contentBody {
	max-width: 1360px;
	margin: 48px auto;
}

.paragraph {
	margin: 48px auto;
	padding: 0 120px 0 0;
}

.paragraph h3 {
	padding-right: 250px;
}

.gb-inner {
	max-width: 1920px;
	margin: 0 auto;
}

.retailer-form .full-view{
	display: flex;
	flex-direction: row;
}

.retailer-form.form .width-3{
	display: none;
}

.retailer-form .full-view > .col {
	vertical-align: top;
}

.retailer-form.mobile-view .full-view > h3,
.retailer-form.mobile-view .full-view > p {
	display: none;
}

.search-container {
	position: relative;
	
}

.retailer-form.form {
	pointer-events: all;
	background-color: #ffff;
	padding: 36px 0 0;
}

.retailer-form .inner {
	width: auto;
	width: 980px;	
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-container a:not(.button):not([type='button']):focus,
.filter-container a:not(.button):not([type='button']):hover,
.filter-container a:not(.button):not([type='button']):visited,
.filter-container a:not(.button):not([type='button']),
.retailer-form a:not(.button):not([type='button']).toggle {
	text-decoration: none;
	color: #000;
	border: none;
}

.retailer-form a:not(.button):not([type='button']):focus-visible.toggle {
	border: 2px dotted #949494;
	padding: 10px;
}

.filter-container a {
	position: relative
}

.filter-container button .icon {
	opacity: 0;
}

.filter-container button.loading .icon {
	opacity: 1;
	margin-right: 5px;
	transition: all 0.2s;
	animation: spin 2s linear infinite;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.filter-container.collapse .row {
	transform: translateY(100%);
	opacity: 0;
	display: none;
}

.filter-container a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f106";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 50%;
	right: -25px;
	width: 20px;
	margin-top: -8px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

.filter-container.collapse a::after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.filter-container button{
	width: 100%;
}

.retailer-form a.toggle .switch {
	position: relative;
	display: inline-block;
	height: 29px;
	width: 52px;
	margin-left: 8px;
	background: #fff;
	border: solid 2px #262626;
	border-radius: 50px;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.25);
	vertical-align: middle;
	box-sizing: border-box;
	border-color: #000;
	transition: all 250ms;
	transition: all 250ms;
}

	.retailer-form a.toggle .switch::after {
		content: '';
		position: absolute;
		top: -4px;
		left: -5px;
		height: 33px;
		width: 33px;
		background: #fff;
		border: solid 2px #262626;
		border-radius: 50px;
		box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
		box-sizing: border-box;
	}


	.retailer-form a.toggle.active .switch {
		background: #000;		
	}

		.retailer-form a.toggle.active .switch::after {
			left: 22px;
		}


.retailer-form .col {
	display: inline-block;
	vertical-align: middle;
	padding-left: 16px;
}

.retailer-form .col.first {
	padding-left: 0;
}

.retailer-form .label,
.retailer-form label {
	display: block;
	line-height: 40px;
	font-weight: 600;
}

.retailer-form .checkbox-as-buttons label {
	display: inline-block;
}



.retailer-form .col input[type='text'] {
	min-width: 150px;
	padding: 12px;
	background: #fff;
	border: solid 2px #949494;
	vertical-align: bottom;
	color: #646569;
	font-size: 16px;
	line-height: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	height: 52px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.retailer-form .col input[type='text']:focus {
	border-width: 2px;
	outline-style: dotted;
	outline-color: #949494;
}

.retailer-form .col a.button:focus {
	border-width: 2px;
	outline-style: dotted;
	outline-color: #949494;
}

.retailer-form .col .find-me {
	position: relative;
}

.retailer-form .col .find-me span {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: none;
	border: none;
	text-align: center;
	color: #8a8a8d;
	font-size: 22px;
	line-height: 48px;
}

.retailer-form .col.first.error input[type='text'] {
	border: solid 1px #b00020;
}

.retailer-form .col select {
	height: 52px;
	border: solid 2px #bdbbbb;
	border-radius: 4px;
	padding: 12px;
	width: 120px;
}

.retailer-form .col a.button {
	display: inline-block;
	min-width: 200px;
	padding: 5px 28px 5px 12px;
	background: #fff;
	border: solid 2px #949494;
	border-radius: 4px;
	vertical-align: middle;
	text-align: left;
	line-height: 34px;
	font-weight: 500;
	color: #000;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	cursor: pointer;
}

.retailer-form .col a.button:after{
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	line-height: 34px;
	color: #000;
    font-size: 20px;
	font-weight: 500;
	position: absolute;
	right: 10px;
}

.retailer-form .col a.button.open:after {
    transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.retailer-form.form .inner {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
}

.retailer-form.form .inner-left {
	flex-grow: 1;
}

.retailer-form.form .inner-right {
	margin-top: 54px;
}

.retailer-form.form button {
	top: 21px;
}

.retailer-form .col .find-me {
	position: relative;
}

.locate-repairer-form .col.first .find-me {
	position: relative;
}

.retailer-form .col .find-me button {
	position: absolute;
	top: 2px;
	right: 0;
	width: 48px;
	height: 48px;
	background: none;
	border: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 48px;
	border: 1px solid transparent;	
}
	.retailer-form .col .find-me button:focus {		
		outline: dotted 2px #949494;
	}


.speciality-list {
	position: absolute;
	left: 178px;
	right: 0;
	top: 100%;
	padding: 20px 20px 10px 20px;
	margin-top: 12px;
	background: #fff;
	border: solid 1px #9D9D9D;
	max-width: 200px;
}

	.speciality-list:before {
		content: '';
		position: absolute;
		top: -8px;
		left: 150px;
		border: solid #9D9D9D;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 7px;
		background-color: #fff;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}	

	.speciality-list input[type="checkbox"].special {
		position: absolute;
		left: -99999px;
	}

	.speciality-list label.checkbox.special {
		position: relative;
		display: inline-block;
		border: solid 2px #949494;
		padding: 14px 14px 14px 40px;
		border-radius: 4px;
		background: #fff;
		min-height: 28px;
		line-height: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



		.speciality-list label.checkbox.special span.checkbox {
			position: absolute;
			top: 5px;
			left: 0;
			width: 18px;
			height: 18px;
			border-radius: 2px;
			/* margin-right: 5px; */
			background: #fff;
			border: solid 2px #949494;
			vertical-align: middle;
			-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
		}

		.speciality-list label.checkbox.special:hover > span.checkbox,
		.speciality-list input[type="checkbox"].special:focus + span.checkbox {
			border-color: #787878;
		}

	.speciality-list input[type="checkbox"].special:checked + span.checkbox {
		background: #000;
		border-color: #000;
		color: #fff;
	}

		.speciality-list input[type="checkbox"].special:checked + span.checkbox:after {
			font-family: 'Font Awesome 5 Pro';
			content: "\f00c";
			position: absolute;
			left: 1px;
			top: -5px;			
			line-height: 30px;
			font-size: 18px;
			color: #fff;
		}

	.retailer-form .col label.checkbox.special.checked {
		color: #fff;
		background: #000
	}

.speciality-list input[type="checkbox"].special:checked + span.checkbox {
	background: #fff;
}

.lt-ie9 .speciality-list input[type="checkbox"].special {
	position: static
}

.lt-ie9 .speciality-list label.checkbox.special span.checkbox {
	display: none !important;
}

.speciality-list {
	position: relative;
	padding: 0;
	margin-top: 0;
	display: block;
	background: none;
	border: none;
	left: 0;
	max-width: 100%;
}

	.speciality-list:before {
		display: none;
	}

	.speciality-list > .col {
		float: none;
		width: auto;
		padding: 0;
	}

	.speciality-list label.checkbox.special {
		float: left;
		min-height: 32px;
		margin-left: 10px;
	}

	.speciality-list label.checkbox.special:first-child {
		margin-left: 0;
	}

		.speciality-list label.checkbox.special span.checkbox {
			left: 5px;
			top: 12px;
			width: 20px;
			height: 20px;
		}

	.speciality-list
	input[type='checkbox'].special:checked + span.checkbox:after {
		color: #000;
	}


/* Close button info box */
/*.gm-ui-hover-effect {
	margin: 10px 10px 2px 2px !important;
}*/

#ShopsSidebar .dynamic-place-details .extra-items {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

#ShopsSidebar .dynamic-place-details .title.extra{
	padding: 0 15px;
}

#ShopsSidebar .dynamic-place-details .extra-items .item-line {
	margin-bottom: 8px;
	margin-left: 15px;
}

#ShopsSidebar .dynamic-place-details img.extra-icon,
#ShopsSidebar .results .place img.extra-icon {
	max-width: 24px;
	float: left;
	margin-right: 10px;
}

#ShopsSidebar .dynamic-place-details .more-info {
	position: relative;
	padding: 5px 25px 5px 15px;
	background: #9F2242;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}

.retailer-form .inner-right .col:first-child{
	display: none;
}

.retailer-form.footer {
	display: flex;
}

.retailer-form.footer .col {
	min-width: 30%;
	margin-left: 0;
}

.retailers-map-container {
	position: relative;
	max-width: 1360px;
	margin: 40px auto 40px auto;
}

.legend-bar {
	padding: 15px 20px;
	background-color: #E8E2D3;
	margin-top: 36px;
}

	.legend-bar .label {
		font-weight: 600;
		line-height: 28px;
	}

	.legend-bar .legend-item {
		margin-left: 20px;
	}

	.legend-bar .legend-item.short {
			min-width: 80px;
		}

		.legend-bar .legend-item.medium {
			min-width: 120px;
		}

	.legend-bar img {
		max-width: 30px;
		margin-right: 5px;
	}

#ajaxLoader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}
#ajaxLoader img {
	position: absolute;
	top: 50%;
}

#ShopsSidebar {
	position: relative;
	z-index: 2;
	float: left;
	width: 410px;
	height: 700px;
	height: 70vh;
	background: #fff;
	border: 1px solid #dddee0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#ShopsSidebar.hide-overflow {
	overflow: hidden;
}
#ShopsSidebar .photo img{
	max-width: 410px;
}

#ShopsSidebar hr{
	display: none;
	border: 2px solid #bdbbbb;
    border-radius: 5px;
    width: 80px;
}

#mapContainer {
	position: relative;
	z-index: 1;
	float: left;
	width: calc(100% - 410px);
	height: 700px;
	height: 70vh;
	background: #f7f7f7;
	touch-action: none;
}

.map-info-box .title-wrapper {
	display: flex;
	margin-bottom: 10px;
	max-width: 250px;
}

.map-info-box .title-wrapper img {
	width: 58px;
	margin-right: 14px;
	margin-top: 3px;
}


.map-info-box .title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	flex-grow: 1;
	margin-right: 20px;
}

.map-info-box .label {
	font-weight: 600;
}

.map-info-box .details {
	line-height: 16px;
	padding: 12px 0;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	border-top: 1px solid #000;
}

.map-info-box .plug-grid{
	display: flex;
	line-height: 40px;
}

.map-info-box .plug-grid.first{
	border-top: 1px solid #000;
}

.map-info-box .plug-grid .grid-middle{
	flex-grow: 1;
}

.map-info-box .plug-grid .grid-middle img{
	width: 40px;
}

.map-info-box .plug-grid .grid-first{
	width: 70px;
}

.map-info-box .plug-grid .red{
	color: red;
}

.map-info-box .plug-grid .green{
	color: green;
}


.map-info-box .details .plug-grid .grid-middle{
	flex-grow: 1;
}

.map-info-box .details span:first-child{
	min-width: 72px;
}

.map-info-box a.button {
    height: 46px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    min-width: 100%;
}

.map-info-box a {
	line-height: 24px;
}

#ShopsSidebar .results-header,
#ShopsSidebar a.back-to-results {
	position: relative;
	display: block;
	background: #F9F7F4;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ShopsSidebar a.back-to-results {
	padding: 15px 25px 15px 18px;
}


#ShopsSidebar .results-header .right {
	display: none;
}

#ShopsSidebar a.back-to-results {
	/*position: absolute;*/
	color: #00349f;
	text-decoration: none !important;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 45px;
	color: #00349f;
	background: #f9f7f4;
	z-index: 10;
}
#ShopsSidebar a.back-to-results:focus,
#ShopsSidebar a.back-to-results:hover {
	background: #63666a;
	border-color: #63666a;
	color: #fff;
}
#ShopsSidebar .results-header span,
#ShopsSidebar a.back-to-results span {
	display: block;
	font-size: 13px;
}
#ShopsSidebar a.back-to-results span.icon {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -14px;
	font-size: 12px;
	line-height: 28px;
}

/*#ShopsSidebar .results-container {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
*/

#ShopsSidebar .results-container .results-container-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 16px 0;
	background-color: #ffe600;
	display: flex;
	align-items: center;
	margin-top: 48px;
}

#ShopsSidebar .results-container .results-container-footer .icon {
	font-size: 24px;
	margin-left: 24px;
}
#ShopsSidebar .results-container .results-container-footer .results-footer-body {
	margin-left: 20px;
    font-weight: bold;
	flex-grow: 1;
}

#ShopsSidebar .results-container .results-container-footer:after {
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f105';
	font-weight: 500;
	margin-right: 24px;
}


#ShopsSidebar .results-container .results-container-footer .results-footer-body a {
	font-weight: normal;
}

#ShopsSidebar .results .place:first-child {
	border-top: 1px solid #d9d9d9;
}

#ShopsSidebar .results .place {
	padding: 10px 15px;
	background: #fff;
	border: 2px solid transparent;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	flex-direction: row;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	color: #000;
}
#ShopsSidebar .results .place:hover {
	position: relative;
	border-color: #000;
	border-bottom: solid 2px #000;
}
#ShopsSidebar .results .place:focus{
	border-width: 2px;
	outline-style: dotted;
	outline-color: #949494;
}

#ShopsSidebar .results .place .summary-details {
	width: 100%;
}
#ShopsSidebar .results .place .member-saving img {
	width: 30px;
	height: 30px;
	margin-top: 50%;
	margin-right: 0;
}

#ShopsSidebar .results .place .summary-details {
	display: flex;
	align-items: center;
	padding: 7px 0;
	cursor: pointer;
}

#ShopsSidebar .results .place .title {
	margin: 5px 0 13px 0;
	padding-right: 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

#ShopsSidebar .results-header .left {
	cursor: pointer;
}

#ShopsSidebar .results .place .left{
	flex-grow: 1;
}

/*#ShopsSidebar .results .place .summary-details:after {
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f105';
	font-weight: 500;
	margin-left: 10px;
	font-size: 24px;
}
*/
#ShopsSidebar .results .place .address,
#ShopsSidebar .results .place .phone,
#ShopsSidebar .results .place .open-time {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 7px;.paragraph
}

#ShopsSidebar .results .place:hover .address,
#ShopsSidebar .results .place.hover .address {
	color: #000;
}

#ShopsSidebar .dynamic-place-details .label,
#ShopsSidebar .results .place .summary-details .left .label {
	font-weight: 600;
}

#ShopsSidebar .results .place .left {
	float: left;
	width: 100%;
	margin-right: 10px;
}

#ShopsSidebar .results .place .right {
	float: right;
	width: 20%;
	text-align: right;
	padding: 10px;
	margin-top: -15px;
	border-radius: 4px;
}

	#ShopsSidebar .results .place .right img {
		width: 28px;
	}
	
	#ShopsSidebar .results .place .right img.raa-site {
		width: 58px;
	}

#ShopsSidebar .results .place .update-at {
	color: #555555;
	font-size: 12px;
}


#ShopsSidebar .results .place .price {
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
}

#ShopsSidebar .results .place .right.cheapest {
	background-color: #48a800;
}

#ShopsSidebar .results .place .right.cheapest .update-at {
    color: #000;
}

#ShopsSidebar .dynamic-place-details {
	display: block;
	z-index: 10;
	left: 695px;
	width: 410px;
	background: #fff;
}
#ShopsSidebar .dynamic-place-details .summary-details {
	display: none !important;
}
#ShopsSidebar .dynamic-place-details .result {
	height: 100%;
	overflow: hidden;
}
#ShopsSidebar .dynamic-place-details .full-details {
	position: relative;
	display: block !important;
	height: calc(100% - 52px);
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

#ShopsSidebar .dynamic-place-details .full-details .content-area .address,
#ShopsSidebar .dynamic-place-details .full-details .content-area .phone,
#ShopsSidebar .dynamic-place-details .full-details .content-area .hours-grid .hours{
	display: flex;
	flex-direction: row;
}

#ShopsSidebar .dynamic-place-details .full-details .content-area .label{
	min-width: 85px;
}



#ShopsSidebar .dynamic-place-details .full-details .content-area .address a {
    line-height: 18px;
}

#ShopsSidebar .dynamic-place-details .full-details .content-area .hours-grid .hours span.label{
	width: 70px;
}

#ShopsSidebar .dynamic-place-details .full-details .content-area .hours-grid .hours span.middle{
	width: 100px;
	margin-left: 5px;
}

#ShopsSidebar .dynamic-place-details .content-area .phone a{
    margin-left: 25px;
}

#ShopsSidebar .dynamic-place-details .content-area {
	background: #fff;
	margin-top: 20px;	
    padding: 0 25px 0 15px;
}



#ShopsSidebar .dynamic-place-details .full-details .call-to-actions{
	padding: 10px 15px;
}

#ShopsSidebar .dynamic-place-details .full-details .call-to-actions a{
	border-bottom: none;
    position: relative;
    align-items: center;
	height: 46px;
    line-height: 42px;
    font-size: 16px;
	min-width: 180px;
    width: 180px;
    height: 36px;
    line-height: 32px;
    font-weight: 500;
}

#ShopsSidebar .results .place .summary-details .call-to-actions a .icons,
#ShopsSidebar .dynamic-place-details .full-details .call-to-actions a .icons{
	background-color: #FFE600;
    border-radius: 50px;
    padding: 12px;
	font-size: 22px;
	color: #000;
	display: block;
	margin-bottom: 3px;
	margin-right: 5px;
}


#ShopsSidebar .results-container .fa.fa-phone {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#ShopsSidebar .dynamic-place-details .title {
	font-size: 16px;
	line-height: 18px;	
	margin-top: 14px;
	padding: 0 25px 0 15px;
	display: flex;	
}

#ShopsSidebar .dynamic-place-details .content-area li {
        border-top: 1px solid #000;
	    padding: 15px 0;
    }

#ShopsSidebar .dynamic-place-details .title .brand-name {
	font-weight: bold;
	margin-bottom: 5px;
}

#ShopsSidebar .dynamic-place-details .title img {
	width: 68px;
	margin-top: 3px;	
}

#ShopsSidebar .dynamic-place-details .grid-middle img {
	width: 58px;	
}

#ShopsSidebar .dynamic-place-details .title .left{
	    margin-right: 18px;
    		flex-shrink: 0;
}

#ShopsSidebar .dynamic-place-details .title > span {
	padding: 4px 12px 0 0;
	flex-grow: 1;
}
#ShopsSidebar .dynamic-place-details .title span.fa {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #000;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}



#ShopsSidebar .dynamic-place-details .right {
	float: right;
	width: 20%;
	background: #f9f7f4;
	padding: 10px;
	margin-top: -15px;
	border-radius: 4px;
}

#ShopsSidebar .dynamic-place-details .update-at {
	color: #555555;
	font-size: 12px;
}

#ShopsSidebar .dynamic-place-details .price {
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
}

#ShopsSidebar .dynamic-place-details img.logo {
	display: block;
	margin: 30px 0 20px 0;
}

#ShopsSidebar .dynamic-place-details .address,
#ShopsSidebar .dynamic-place-details .email-address,
#ShopsSidebar .dynamic-place-details .phone-number,
#ShopsSidebar .dynamic-place-details .opening-hours {
	position: relative;
	font-size: 16px;
	line-height: 18px;
}

#ShopsSidebar .dynamic-place-details .plug-grid{
	display: flex;
	flex-direction: row;	
	line-height: 40px;
}

#ShopsSidebar .dynamic-place-details .plug-grid .grid-middle img{
	width: 40px;
}

#ShopsSidebar .dynamic-place-details .grid-middle {
	    flex-grow: 1;

}


#ShopsSidebar .dynamic-place-details .phone-number {
	width: 40%;
	display: inline-block;
}

#ShopsSidebar .dynamic-place-details .accordion-item {
	border-top: solid 2px #bdbbbb;
}
#ShopsSidebar .dynamic-place-details .accordion-title {
	position: relative;
	padding: 12px 30px 12px 15px;
	background: #fff;
	color: #000;
	font-size: 17px;
	line-height: 21px;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	cursor: pointer;
}
#ShopsSidebar .dynamic-place-details .accordion-title:hover {
	background: #dddee0;
}
#ShopsSidebar
	.dynamic-place-details
	.accordion-item.open
	.accordion-title {
	background: #000;
	color: #fff;
}
#ShopsSidebar .dynamic-place-details .accordion-title:after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	margin-top: -10px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}
#ShopsSidebar
	.dynamic-place-details
	.accordion-item.open
	.accordion-title:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#ShopsSidebar .dynamic-place-details .accordion-list {
	clear: both;
	padding: 20px 0 0 0;
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 30px;
}

#ShopsSidebar .dynamic-place-details .accordion-list .col {
	padding: 15px 0;
}

#ShopsSidebar .dynamic-place-details .large-text {
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
}

#ShopsSidebar .dynamic-place-details .large-text.header {
	margin-bottom: 20px;
	padding-left: 0;
}

#ShopsSidebar .dynamic-place-details .accordion-content {
	display: flex;
	padding: 5px 0;
	line-height: 19px;
	border-top: solid 1px #d9d9d9;
	align-items: center;
}

#ShopsSidebar
	.dynamic-place-details
	.accordion-content.active
	.icon:before {
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f00c';
	font-size: 24px;
	color: #63b9af;
	margin-right: 5px;
}

#ShopsSidebar .dynamic-place-details .button {
	width: 100%;
	margin-bottom: 30px;
}

#ShopsSidebar .dynamic-place-details .report-link {
	margin-bottom: 30px;
}

#ShopsSidebar .dynamic-place-details .accordion-content .col {
	flex: 1 1px;
}

#SearchInstructorContainer .search {
	position: relative;
	float: right;
}

.col.first.error input[type='text'] {
	border: solid 2px #b00020;
}

.speciality-list.error label.checkbox.special span.checkbox {
	border: solid 2px #b00020;
}

.accordion-item .review-item {
	margin-top: 15px;
	line-height: 20px;
}

span.fa.fa-star {
	color: #ebe8e3;
}

span.fa.fa-star.rate {
	color: #70bf41;
}

.styledDropdown {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 16px top 50%;
	background-size: 0.65em auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* begin labels*/

.labels {
	overflow: visible !important;
	background: #fff;
	border: 2px solid #d9d9d9;
	display: block;
	width: 42px;
	height: 42px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 2px 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 15px;
	font-weight: bold;
	font-size: 11px;
}

.labels:before {
	position: absolute;
	content: '';
	width: 32.5px; /* 42px * 0.707 */
	height: 32.5px;
	transform: translateY(1px) translate(-50%, -50%) rotate(45deg);
	top: 100%;
	left: 50%;
	z-index: -1;
	border-radius: 8px;
	box-sizing: border-box;
	background: #fff;
	border-right: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
}

.labels.cheapest,
.labels.cheapest::before {
	background: #48a800;
}

.labels.active,
.labels.active::before {
	border-color: #000;
}

.labels:after {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	top: calc(100% - 6px);
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	background-image: url('/assets/svgs/fuel-pricing/placeholder_station.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* end labels*/

.labels.brand2:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_2.svg');
}

.labels.brand5:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_5.svg');
}

.labels.brand16:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_16.svg');
}

.labels.brand20:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_20.svg');
}

.labels.brand23:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_23.svg');
}

.labels.brand86:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_86.svg');
}

.labels.brand87:after {
    background-image: url('/assets/svgs/fuel-pricing/brand_87.svg');
}

.labels.brand111:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_111.svg');
}

.labels.brand112:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_112.svg');
}

.labels.brand169:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_169.svg');
}

.labels.brand4896:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_4896.svg');
}

.labels.brand2031031:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_2031031.svg');
}

.labels.brand3421028:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_3421028.svg');
}

.labels.brand3421066:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_3421066.svg');
}

.labels.brand3421074:after {
	background-image: url('/assets/svgs/fuel-pricing/brand_3421074.svg');
}

.shield {
	background: #48a800;
	border: 2px solid rgba(72, 168, 0, 0.4);
	border-color: rgba(72, 168, 0, 0.4);
	display: block;
	width: 42px;
	height: 40px;
	text-align: center;
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.shield:before,
.shield:after {
	position: absolute;
	content: '';
	border-radius: 10px;
	width: 42px;
	height: 42px;
	top: 100%;
	left: 50%;
	z-index: -1;
}

.shield > div {
	width: 100%;
	padding-top: 20px;
}

.shield:before {
	background: #48a800;
	border-right: 3px solid #51c200;
	border-bottom: 3px solid #51c200;
}

.shield:after {
	transform: translate(-50%, -50%) scale(0.707);
}
.shield:before {
	transform: translate(-50%, -50%) rotate(45deg) scale(0.707);
}

/*jquery auto complete*/
.ui-menu {
	overflow: auto;
	box-shadow: none;
}
.ui-menu.ui-corner-all {
	border-radius: 0;
}

.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-menu .ui-menu-item a:hover {
	background: #000;
	color: #fff;
}
.ui-menu .ui-menu-item:nth-child(odd) {
	background: #efefef;
	background: rgba(0, 0, 0, 0.05);
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 0px;
}
/*end jquery auto complete*/

.page-info-header.navy-bg {
	background-color: #007064;
	color: #fff;
}

.page-info-header.navy-bg.sticky{
	position: fixed;
    top: 0;
    z-index: 99;
    max-width: 100%;
    width: 100%;
}

/*#ShopsSidebar .results .place .summary-details .right {
	display: none;
}*/


.map-info-box .details .open-day,
#ShopsSidebar .open-day {
	color: #178038;
}

.retailer-form .col.first .fa.fa-search {
	font-weight: normal;
	top: -32px;
	left: 10px;
	position: relative;
	font-size: 18px;
	color: #8A8A8D;
	display:none;
}

.label-marker {
	font-size: 12px;
	text-align: center;
	color: #000;
	font-weight: 600;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.figure__image {
	display: none;
}

.map-info-box a.link-click {
	display: none;
}

.filter-container {
	margin: 12px 10px;	
}

.filter-container a img{
	width: 30px;
	margin-bottom: 2px;
}

.filter-container .row{
	margin: 12px 0;
}

.filter-container .row .label{
	font-weight: bold;
}

.filter-container .checkbox-with-icon input[type='checkbox'] + label {
	width: 100%;
	margin: 5px 0;
}

.retailers-map-container .filter-container {
	display: block;
	margin: 0;
}


.bar-wrapper {
	display: flex;
	background: #434343;
	padding: 10px 38px 10px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.retailers-map-container .filter-container .bar-wrapper .inner-right {
	padding-top: 5px;
}



.filter-container .bar-wrapper a:not(.button):not([type='button']) {
	color: #fff;
}

.bar-wrapper .inner-left {
	flex-grow: 1;
}

.filter-container a img {
	filter: invert(1);
}

.retailers-map-container .filter-container .row {
	padding: 0px 10px;
}

@media screen and (max-width: 1370px) {
	
	#ShopsSidebar .photo img{
		display:none;
	}
}

@media screen and (max-width: 1232px) {
	.retailer-form .col input[type='text'] {
		width: 250px;
	}

	.retailer-form .col.first {
		min-width: 210px;
		position:relative;
	}

}


@media screen and (max-width: 979px) {
	.contentBody {
		width: auto;
	}

	.speciality-list.second {
		left: 0;
	}	

	.search-container {
		position: relative;
		margin-top: 0;
		left: 0;
		right: 0;
		z-index: 999
	}

	.retailer-form.form {
		box-shadow: none;
		padding: 0;
		margin-left: 0;
	}

	.retailer-form.form .col.first .find-me button {
		top: 5px;
		right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px
	}
	
	.retailer-form .full-view {
		display: block;
		padding: 15px 7px 7px 7px;		
	}

	#ShopsSidebar {
		width: 300px;
	}

	#ShopsSidebar .photo img {
		max-width: 300px;
	}

	#ShopsSidebar .dynamic-place-details {
		width: 300px;
	}

	#mapContainer {
		width: calc(100% - 300px);
	}

	#ShopsSidebar .dynamic-place-details .content-area {		
		padding: 0 5px 0 15px;
	}
	
}

@media (max-width: 840px) {
	h1 {
		margin-bottom: 10px;
		font-size: 32px;
	}

	.retailer-form.form .inner {
		display: block;
		padding: 0;
	}

	.retailer-form.form .inner-right .col {
		border-top: solid 1px #D9D9D9;
		vertical-align: top;
		width: calc(50% - 24px);
		padding-top: 12px;
		text-align: right;
		margin-left: 24px;
	}

	.retailer-form .inner-right .col:first-child {
		display: inline-block;
		padding-left: 0;
		padding-top: 5px;
		text-align: left;
		margin-left: 0;
	}

	

	.retailer-form.form .inner-right {
		margin-top: 24px;
	}

	.legend-bar {
		margin-top: 10px;
	}

	#ShopsSidebar .dynamic-place-details .full-details .content-area .label {
		min-width: 90px;
	}

	.map-info-box a,
	#ShopsSidebar .dynamic-place-details .full-details .content-area .address a {
		line-height: 28px;
	}


	
}

@media screen and (max-width: 760px) {
	.locate-repairer-form .col {
		margin-left: 0;
	}
}

@media screen and (max-width: 695px) {


	.retailers-map-container .row .button {
		margin-bottom: 24px;
	}

	.content-intro {
		padding: 0 12px;
	}

	.checkbox-as-buttons input[type='checkbox'] + label {
		font-size: 16px;
	}

	html {
		background: #F9F7F4 !important;
	}

	.retailer-form.form .width-3 {
		display: block;
	}

	.form .row .checkbox-as-buttons.checkbox-as-buttons--separated input[type='checkbox'] + label {
		max-width: calc(50% - 16px);
	}

	#ShopsSidebar .results .place .open-time .label {
		display: none;
	}

	.retailer-form label {
		font-size: 16px;
	}

	.retailer-form.form .col.first .find-me button{
		right: 8px;
	}

	.retailer-form.form button {
		margin-left: 0;
		margin-bottom: 42px;
		width: 100%;
	}

	.retailer-form .col input[type='text'] {
		padding: 12px;
	}

	.map-info-box a.link-click {
		display: none;
	}

	.figure__image {
		display: block;
	}

	#ShopsSidebar .results-header,
	#ShopsSidebar a.back-to-results{
		display: block;
	}

	.paragraph {
		padding: 0 10px;
	}

	.retailer-form .full-view {
		margin-bottom: -20px;
	}

	#txtSuburbPostcode {
		width: 100%;
		min-width: 100%;
	}

	#ShopsSidebar hr {
		display: block;
	}

	#ShopsSidebar .photo {
		height: 160px;
		overflow: hidden;
	}

	#ShopsSidebar .photo.full-view {
		height: auto;
	}

	#ShopsSidebar .photo img {
		 max-width: 100%; 
	}

	#ShopsSidebar .dynamic-place-details .full-details .call-to-actions a{
		font-size: 14px;
	}

	#ShopsSidebar .results .place .summary-details .right {
		display: block;
		padding: 0 15px;
		margin-top: 0;
		background: #fff;
	}

	#ShopsSidebar .results .place .summary-details .call-to-actions{
		margin: 0;		
	}

	#ShopsSidebar .dynamic-place-details .content-area {
		padding: 0 15px;
	}

	#ShopsSidebar .dynamic-place-details .full-details .content-area .label {
		min-width: 100px;
	}

	
	
	#ShopsSidebar .results .place .summary-details .call-to-actions, #ShopsSidebar .dynamic-place-details .full-details .call-to-actions{
		padding-left: 10px;
	}

	/*#ShopsSidebar .results .place .address,*/
	#ShopsSidebar .results .place .phone {
		display: none;
	}

	#ShopsSidebar .results-header {
		background: #F9F7F4;
		color: #000;
		font-weight: 600;
		font-size: 19px;
		text-align: left;
		padding: 0;
	}	

	.retailer-form .col.first .fa.fa-search {
		display: inline-block;
	}

	.paragraph h3,
	.paragraph p {
		padding-right: 20px;
	}

	.legend-bar {
		overflow-x: auto;
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
	}

		.legend-bar .legend-item {
			display: flex;
			flex-direction: row;
			min-width: 100px;
			align-items: center;
		}

			.legend-bar .legend-item.short {
				min-width: 80px;
			}

			.legend-bar .legend-item.medium {
				min-width: 220px;
			}

			.legend-bar .legend-item.long {
				min-width: 250px;
			}

	h1 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.retailer-form.form .inner {
		padding: 0;
	}

	.retailer-form.form .inner-left {
		padding: 0 10px;
	}

	.retailer-form.form .inner-right {
		margin-top: 24px;
		display: flex;
		flex-flow: column-reverse;
	}

		.retailer-form.form .inner-left .col.first {
			width: 60%;
			margin-right: 12px;
		}

	.retailer-form.form .inner-left .col.last {
		width: 100%;
	}

	.retailer-form.form .inner-right .col{
		width: 100%;
	}

	.retailer-form.form .inner-right .col {
		text-align: left;
		margin-left: 0;
		padding-left: 12px;
	}

	.retailer-form.form .inner-right .col:first-child {
		padding-left: 0;
	}

	.retailer-form a.toggle .switch{
		float: right;
		margin-right: 24px;
	}

	.contentBody {
		padding: 0;
		background: #fff;
	}

	.quicklink-buttons {
		margin-bottom: 40px;
	}

	#ShopsSidebar .results .place .title{
		padding-right: 0;
	}

	#ShopsSidebar .results .place .summary-details .call-to-actions a .icons {
		padding: 12px;
		font-size: 18px;
	}

	#ShopsSidebar .results .place .summary-details:after{
		content:'';
	}

	.quicklink-buttons a {
		float: none;
		padding: 10px 15px;
		font-size: 15px;
	}

	.quicklink-buttons.count4 a,
	.quicklink-buttons.count3 a {
		width: 100%;
		margin-right: 0;
	}

	.locate-repairer-form {
		padding: 16px 0 16px 0;
	}

	.locate-repairer-form .inner {
		width: auto;
		padding: 0 16px;
	}

	.locate-repairer-form h1 {
		margin-bottom: 5px;
	}

	.locate-repairer-form .col {
		display: block;
		margin-left: 0;
		margin-bottom: 16px;
	}

	.locate-repairer-form .col.first {
		width: 100%;
	}

	.locate-repairer-form .col label.radioFauxButton {
		margin-bottom: 4px;
		padding: 9px 6px;
		font-size: 14px;
	}

	.locate-repairer-form .col label.radioFauxButton,
	.locate-repairer-form .col label.radioFauxButton.longer {
		min-width: 49%;
	}

	.locate-repairer-form .col label.radioFauxButton span.fa {
		width: 20px;
		height: 20px;
		margin-right: 3px;
		font-size: 12px;
		line-height: 20px;
	}

	.locate-repairer-form .col label.radioFauxButton span.fa-car:before {
		left: 0;
	}

	.locate-repairer-form .col label.radioFauxButton span.fa.more-arrow {
		font-size: 20px;
		line-height: 34px;
	}

	.locate-repairer-form button.submit {
		float: none;
		margin: 0;
		width: 100%;
	}

	.speciality-list label.checkbox.special {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		min-height: 32px;
		margin-left: 0;
	}

	.retailer-form .col{
		padding-left: 0;
	}

	.contentBodyContainer {
		/*max-width: 390px;*/
		margin: 0 auto;
	}

	.retailers-map-container {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	#ShopsSidebar,
	#mapContainer {
		float: none;		
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.gm-style-iw-chr button {
		width: 38px !important;
		height: 28px !important;
	}

	.map-info-box .title {
		margin-bottom: 4px;
	}


	#mapContainer {
		height: calc(100vh - 121px);
	}

	.map-info-box .title-wrapper img {
		width: 36px;
		margin-top: 5px;
	}

	.map-info-box .title-wrapper {
		max-width: 300px;
	}

	.map-info-box .plug-grid .grid-first {
		width: 50px;
	}

	.map-info-box .plug-grid .grid-middle img{
		width: 30px;
	}

	.mobile-hide{
		display: none;
	}

	.map-info-box .plug-grid {
		line-height: 32px;
	}

	.map-info-box .details {
		line-height: 16px;
		padding: 10px 0;
	}

	.map-info-box .details span:first-child {
		min-width: 50px;
	}

	#ShopsSidebar {
		border: none;
	}

	#ShopsSidebar .dynamic-place-details .result {
		box-shadow: 0 4px 2px -2px #e8e8e8;
	}

	#ShopsSidebar .dynamic-place-details .accordion-item:last-child {
		border-bottom: solid 2px #bdbbbb;
	}

	/* remove height/overflow restrictions */
	#ShopsSidebar {
		height: auto !important;
	}

	#ShopsSidebar.hide-overflow {
		overflow: visible !important;
	}

	#ShopsSidebar .results-container .results-container-footer {
		position: relative;
		padding: 8px 0;
	}

	#ShopsSidebar .dynamic-place-details {
		width: 100%;
		bottom: auto;
	}
	img.full-width {
		width: 100%;
	}

	.retailer-form .col {
		margin-left: 0;
		margin-top: 15px;
		width: calc(40% - 16px);
	}

	.retailer-form.footer {
		display: block;
	}

	.retailer-form.footer .col + .col {
		margin-top: 40px;
	}

	#ShopsSidebar .results-header .left {
		background: #434343;
		color: #fff;
		padding: 10px;
		text-transform: initial;
		font-size: 16px;
	}

	.retailer-form .col select {
		width: 100%;
	}

	#ShopsSidebar .results-header .right {
		display: flex;
	}

	#ShopsSidebar .results-header .right span {
		display: inline-block;
		font-size: 19px;
		width: 50%;
		text-align: center;
		padding: 15px 0;
	}

		#ShopsSidebar .results-header .right span.active {
			border: 2px solid #00349F;
		}

	#mapContainer {
		display: none;
		overflow: hidden;
	}

	#mapContainer.first-order {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.page-info-header {
		display: flex;
		align-items: center;
		text-align: left;
		padding: 13px 0;
		line-height: 1.25
	}

	.page-info-header .icon {
		margin: 0 14px;
	}

	#ShopsSidebar .dynamic-place-details .brand-name {
		margin-left: 0;
	}

	#ShopsSidebar .dynamic-place-details .title{
		padding: 0 15px;
	}	
}

@media screen and (max-width: 360px) {
	.locate-repairer-form .col label.radioFauxButton {
		padding: 7px 4px;
		font-size: 11px;
	}

	#ShopsSidebar .dynamic-place-details .button {
		padding: 10px 38px;
	}

	#ShopsSidebar .dynamic-place-details .button:first-child {
		padding: 10px 44px;
	}
}

img.icon {
	width: 1em;
	height: 1em;
}

.form .row.row {
	padding: 0;
	margin-top: 14px;
}
