<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tab-content-shops .teaser-to-shop {
	text-align: center;
	width: 100%;
}
#tab-content-shops .countrySelector{
	float:left;
	padding:5px;
	margin-bottom:10px;
	z-index:1000;
}
#tab-content-shops .packagetypeSelector {
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	z-index: 1000;
	height: 40px;
	font-size: 10px;
	line-height: 20px;
	width: Auto;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#tab-content-shops div.blur{
	opacity:50%
}
#tab-content-shops .teaser-to-shop .logo img {
	width: auto;
	height: auto;
}

#tab-content-shops .teaser-to-shop .buy {
	margin-top: 10px;
}

#tab-content-shops .teaser-to-shop a {
	width: 100%;
}

@media ( max-width : 768px) {
	#tab-content-shops .teaser-to-shop a {
		width: 95%;
	}
}

#modalShops .modal-dialog .modal-content {
	padding: 20px;
}

#modalShops .modal-dialog .modal-content .modal-header {
	border: none;
}

#modalShops .modal-dialog {
	width: 800px;
}

@media ( max-width : 768px) {
	#modalShops .modal-dialog {
		width: auto;
	}
}

.teaser-to-shop {
	padding: 30px 30px;
	cursor: pointer;
	background-color: #FFF;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

@media ( max-width : 768px) {
	.teaser-to-shop {
		padding: 10px 5px;
	}

	

}
.repsonsiveclearfix{
	display: none;
}
@media ( max-width : 822px) {
	.nonrepsonsiveclearfix{
			display: none;
	}
	.repsonsiveclearfix{
		display: block;
	}	
}
.teaser-to-shop--hover {
	background-color: #F5F6F8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*MAP*/
.google-map {
	position: relative;
	height: 415px;
}

.btn.btn-find {
	min-height: 34px;
}

.wtb-local-new .wtb-local {
	padding-left: 0;
	padding-right: 0;
}

@media ( max-width : 764px) {
	[class*='col-'] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wtb-box-ct {
	max-width: 800px;
	min-height: 560px;
	background: #fff;
	font-family: PT-Sans, Helvetica, sans-serif;
}

.wtb-box-ct .tabs-container .tab-wrapper .tab-list {
	left: 0 !important;
	right: 0 !important;
	min-width: auto !important;
}

.wtb-title-ct {
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 24px;
	color: #f60;
}

.wtb-online-ct .model-logo {
	margin-bottom: 15px;
}

.wtb-online-ct .retailers-online {
	position: relative;
}

.wtb-online-ct .retailers-online&gt;div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wtb-online-ct .retailers-online .retailer-block {
	width: 160px;
	height: 150px;
	padding: 20px;
	text-align: center;
}

/* ## google maps 'find locally' */
.googleMap {
	position: relative;
	height: 415px;
}

.btn-ct {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-ct {
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 10px;
	background: #f60;
	color: #fff;
}

.input-group-btn&gt;.btn-ct {
	position: relative;
}

input[type="text"]:disabled, button:disabled {
	opacity: .4;
}

.find-dealer-list {
	margin: 1.5em 0;
}

.find-dealer-list dl {
	margin: 1.2em 0;
	position: relative;
}

.find-dealer-list address {
	margin: 0;
	line-height: 1.5;
}

.find-dealer-list address .icon-link-b {
	margin-top: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
.find-dealer-list address .icon-link-b .ms-icon_link {
	top: -11px;
}

.find-dealer-list dd {
	margin: 1ex 0;
	width: 75%;
}

.find-dealer-list dt {
	line-height: 1.2;
}

.find-dealer-goto-map {
	
}

.find-dealer-goto-map a.link-btn {
	padding: 6px 10px;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 0;
}

/* spinner  */
.find-dealer-loading {
	text-align: center;
}

.loader {
	display: inline-block;
	border: 3px solid rgba(255, 102, 0, 0.2);
	border-top: 3px solid rgba(255, 102, 0, 1);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: 1.5em;
	animation: spin 2s linear infinite;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.more{
	margin-bottom:10px;
}

@keyframes spin { 
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
 .image-container {
    position: relative;
    display: inline-block;
  }

  #previewImage {
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid #ddd;
  }

  .preview-box {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 100;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  .image-container:hover .preview-box {
    display: block;
  }

  .preview-box img {
    width: 200px;
    height: auto;
  }
  
  @media (max-width: 768px) {
	#tab-content-shops .shop, #tab-content-online .shop,
		#tab-content-wholesaler .shop, #tab-content-garage .shop {
		width: 100% !important;
		max-width: 100% !important;
		display: block;
		float: none;
		clear: both;
	}
	.teaser-to-shop .buy a.link-btn {
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}
	.teaser-to-shop .logo {
		text-align: center;
		margin-bottom: 10px;
	}
	.teaser-to-shop .logo img {
		max-width: 100%;
		height: auto;
	}
	#tab-content-shops .clearfix, #tab-content-online .clearfix,
		#tab-content-wholesaler .clearfix, #tab-content-garage .clearfix {
		display: none !important;
	}
	@media ( max-width : 767px) {
		.tabs-container .tab-list li a {
			font-size: 12px;
		}
	}
	.image-container .preview-box {
		display: none;
		position: absolute;
		left: 0;
		width: 90vw; /* Use most of the screen width */
		max-width: 120px;
		background: #fff;
		border: 1px solid #ccc;
		padding: 8px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
		z-index: 9999;
		border-radius: 6px;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.image-container .preview-box img {
		width: 100%;
		height: auto;
		max-height: 240px;
		object-fit: contain;
		display: block;
		margin: 0 auto;
	}}
@media (max-width: 420px) {
	#tab-content-shops .packagetypeSelector {
		width: calc(100% - 50px);
		max-width: 100%;
		font-size: 11px;
	}
	#tab-content-shops .image-container {
		width: 45px;
		float: right;
		margin-left: 5px;
	}
	.wtb-title-ct {
		font-size: 18px;
		text-align: center;
		word-break: break-word;
		line-height: 1.3;
	}
	ul.nav-tabs&gt;li&gt;a {
		font-size: 12px !important;
		padding: 4px 6px !important;
		white-space: normal !important;
		word-break: break-word !important;
	}
	#modalShops .modal-dialog .modal-content {
		padding: 10px;
	}
	#modalShops .modal-dialog {
		width: 100% !important;
		margin: auto;
	}
	.image-container {
		position: relative;
	}
	.image-container .preview-box {
		display: none;
		position: absolute;
		left: 0;
		width: 90vw;
		max-width: 120px;
		background: #fff;
		border: 1px solid #ccc;
		padding: 8px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
		z-index: 9999;
		border-radius: 6px;
		top: 100%;
		left: 10%;
		transform: translateX(-50%);
	}
	.image-container .preview-box img {
		width: 100%;
		height: auto;
		max-height: 240px;
		object-fit: contain;
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 360px) {
	#tab-content-shops .packagetypeSelector {
		width: calc(100% - 50px);
		max-width: 100%;
		font-size: 11px;
	}
	#tab-content-shops .image-container {
		width: 45px;
		float: right;
		margin-left: 5px;
	}
	.wtb-title-ct {
		font-size: 18px;
		text-align: center;
		word-break: break-word;
		line-height: 1.3;
	}
	ul.nav-tabs&gt;li&gt;a {
		font-size: 10.5px !important;
		padding: 4px 6px !important;
		white-space: normal !important;
		word-break: break-word !important;
	}
	#modalShops .modal-dialog .modal-content {
		padding: 10px;
	}
	#modalShops .modal-dialog {
		width: 100% !important;
		margin: auto;
	}

	.image-container .preview-box {
		width: 92vw;
		max-width: 120px;
	}

	.image-container .preview-box img {
		max-height: 200px;
	}
}
</pre></body></html>