.navbar .button .label {
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 2px 5px;
}

.contact-request {
	position: absolute;
	bottom: -45px;
	right: 0;
	width: 175px;
	padding: 0 10px;
}
.contact-request a {
	color: white;
}
.contact-request span {
	font-size: 18px;
}

.wrapper footer {
	padding-right: 200px;
}

.supplier-selector input:checked + span.radio-label {
	font-weight: bold;
}

table.search-results thead th, table.search-results tbody td {
	padding: 2px;
}
table.search-results tbody td, table.search-results tbody td div, table.search-results tbody td a {
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2.3em;
	font-size: 13px;
	max-width: 200px;
	overflow: hidden;
}
table.search-results tbody td.tirelabel, table.search-results tbody td.tirelabel div, table.search-results tbody td.tirelabel a {
	white-space: normal;
}
table.search-results tbody td div.popover, table.search-results tbody td div.popover div {
	max-width: 400px;
} 
table.search-results tbody td.supplier i {
	margin: 6px 2px 0;
	font-size: 18px;
	opacity: 0.8;
}
table.search-results tr.supplier-external {
	font-style: italic;
}
table.search-results tbody td.season i.tire {
	margin-bottom: -8px;
}
table.search-results td.cart i.fa-shopping-basket {
	color: green;
}

table.search-results tr.promo {
	background-color: #fff8f1;
	font-weight: bold;
}
table.search-results th.promo, table.search-results td.promo {
	position: relative;
}
table.search-results tr.promo td {
	padding-top: 27px;
	overflow: visible;
}
table.search-results tr.promo td.promo {
	border-left: 4px solid #12a1da;
}
table.search-results tr.promo td.promo div.promo-container {
	position: relative;
	overflow: visible;
}
table.search-results tr.promo td.promo div.promo-line {
	position: absolute;
	top: -25px;
	left: 0;
	margin-left: 6px;
	
	display: flex;
	gap: 8px;
	align-items: center;
	
	min-width: max-content;
}
table.search-results tr.promo span.promo-text {
	font-weight: normal;
}

table.search-results tr.special {
	background-color: lightgreen;
}

.btn-season {
	padding: 4px 4px 0px 4px;
}

i.tire {
	display: inline-block;
	width: 25px;
	height: 25px;
}

i.tire-summer {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/type_summer-ver-9690B9DE1E955C749C4CBB0664D64068.png') center center no-repeat;
}

i.tire-winter {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/type_winter-ver-575933123FD4E0106D807D23F279B113.png') center center no-repeat;
}

i.tire-allseason {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/type_allseason-ver-9A88AE7CA2F565F51F18CBE37BB35DCF.png') center center no-repeat;
}

i.eprel-label {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/label-ver-C6CD1BE289A0EDBB580F363DEA962237.png') center center no-repeat;
	background-size: 10px 17px;
}

i.ship, span.ship {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
	margin-right: 5px;
}

i.ship-dpd, span.ship-dpd {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/ship_dpd-ver-C386514632C4FAF881C5B4EEA84A4859.png') center center no-repeat;
}
i.ship-gls, span.ship-gls {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/ship_gls-ver-2A79B1860E20BFC941C678CE642A98AA.png') center center no-repeat;
}
i.ship-dmt, span.ship-dmt {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/ship_dmt-ver-F25FA4794988D23564D73ECD61F59932.png') center center no-repeat;
}
i.ship-stb, span.ship-stb {
	background: url('/wicket/resource/eu.deldo.online.frontend.pages.StandardLayout/assets/images/ship_stb-ver-0CDDC16A9DAB638F7D710E914A22BA6E.png') center center no-repeat;
}

a.btn > i.ship {
	margin-bottom: -2px;
	margin-right: 4px;
}