/* B&W Quote Basket header icon */
#page-header .l-subheader-cell.at_right {
  align-items: center;
}
#page-header .bw-quote-basket-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-left: 0.65rem;
  color: var(--color-header-middle-text, #262626);
  text-decoration: none;
  line-height: 1;
}
#page-header .bw-quote-basket-link:hover,
#page-header .bw-quote-basket-link:focus {
  color: #02B0F0;
  text-decoration: none;
}
#page-header .bw-quote-basket-icon,
#page-header .bw-quote-basket-icon svg {
  display: block;
}
#page-header .bw-quote-basket-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
#page-header .bw-quote-basket-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #02B0F0;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
}
#page-header .bw-quote-basket-count.is-empty {
  background: #262626;
  opacity: 0.65;
}
@media (max-width: 700px) {
  #page-header .bw-quote-basket-link {
    width: 38px;
    height: 38px;
    margin-left: 0.5rem;
  }
  #page-header .bw-quote-basket-icon svg {
    width: 23px;
    height: 23px;
  }
}

/* B&W ProvenExpert seal: keep right after cookie consent */
.pe-pro-seal,
.pe-pro-seal.pe-pro-seal-position-left,
.pe-pro-seal.pe-pro-seal-position-right {
  inset: auto 0 121px auto !important;
  top: auto !important;
  right: 0 !important;
  bottom: 121px !important;
  left: auto !important;
  transform-origin: right bottom !important;
}
@media (max-width: 767px) {
  .pe-pro-seal,
  .pe-pro-seal.pe-pro-seal-position-left,
  .pe-pro-seal.pe-pro-seal-position-right {
    inset: auto 0 88px auto !important;
    top: auto !important;
    right: 0 !important;
    bottom: 88px !important;
    left: auto !important;
  }
}