.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 th.cart,
table.search-results td.cart {
	position: sticky;
	right: 0;
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	background-color: #fff;
	z-index: 2;
}
table.search-results thead th:nth-last-child(2),
table.search-results tbody td:nth-last-child(2) {
	padding-right: 10px;
}
table.search-results th.cart::before,
table.search-results td.cart::before {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0;
	width: 1px;
	background-color: #eee;
	pointer-events: none;
}
table.search-results th.cart {
	z-index: 3;
}
table.search-results td.cart {
	font-style: normal;
	font-weight: normal;
}
table.search-results.table-hover > tbody > tr:hover td.cart {
	background-color: #fafbfc;
}
table.search-results td.cart input {
	width: 35px !important; 
	text-align: right;
	padding: 2px 4px 2px 4px;
	height: 25px;
}
table.search-results td.cart form.form-inline {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	vertical-align: middle;
	gap: 2px;
	margin: 0;
}
table.search-results td.cart input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}
table.search-results td.cart input[type="number"]::-webkit-outer-spin-button,
table.search-results td.cart input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
table.search-results td.cart i.fa-shopping-basket {
	color: #12a1da;
}

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;
}

.tire-rating {
  display:inline-flex;
  width:fit-content;
  align-items:center;
  line-height:1;
  font-style:normal;
  border:1px solid #ccc;
  border-radius:2px;
  overflow:hidden;
  background-color:#fff;
  font-weight:700;
}

table.search-results tbody td .tire-rating {
	line-height: 1;
	vertical-align: middle;
}

.tire-rating .metric {
  display:inline-flex;
  align-items:center;
  gap:.35em;
  padding:.25em .3em;
}

.tire-rating .metric + .metric { border-left:1px solid #ccc; }

.tire-rating .icon { width:14px; height:14px; color:#aaa; }
.tire-rating .grade { color:#555; min-width:0.75em; }
.tire-rating .db { color:#555; }

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;
}
