@charset "UTF-8";
/* normally 1024px */
.orange {
  color: darkorange;
  font-weight: bold; }

.currency-bar {
  background: #4b3144;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px; }

.currency-bar label {
  font-weight: bold; }

@media (max-width: 600px) {
  .currency-bar {
    padding-left: 0;
    padding-right: 0;
    justify-content: center; }

  .currency-bar label {
    display: none; }

  .currency-bar select {
    max-width: 98%;
    font-size: 0.8rem;
    padding: initial; } }
.currency-bar select {
  padding: 6px 10px;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  /*min-width: 150px;*/
  cursor: pointer;
  width: auto;
  background-color: #fff; }

.currency-bar select:focus {
  outline: 2px solid #0055aa; }

.price-gbp,
.price-alt {
  font-size: 1rem; }

.price-gbp.original,
.price-alt.original {
  text-decoration: line-through;
  color: #888;
  margin-right: 0.5em; }

.price-gbp.sale,
.price-alt.sale {
  color: #d00;
  font-weight: bold; }

.discount {
  color: #090;
  font-size: 0.9rem;
  margin-left: 0.5em; }

.reduced-price-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 150%;
  width: 100% !important;
  float: none; }

.reduction {
  width: auto; }

.percentage-arrow {
  display: inline-flex;
  align-items: center;
  background-color: red;
  color: white;
  padding: 0.5em 0 0.5em 0.5em;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  border-radius: 0.5em 0 0 0.5em;
  white-space: nowrap; }

.percentage-arrow::after {
  content: "";
  position: absolute;
  right: -1em;
  /* controls how far out the arrow sticks */
  top: 0;
  width: 0;
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-left: 1em solid red; }

.price-alt-currency, .price-alt-currency-explanation {
  width: 100% !important;
  float: none !important;
  text-align: center !important; }

/* Responsive tweak */
@media (max-width: 600px) {
  .percentage-arrow {
    font-size: 0.875rem;
    padding: 0.4em 0.8em; }

  .percentage-arrow::after {
    right: -0.75em;
    border-top: 1.175em solid transparent;
    border-bottom: 1.175em solid transparent;
    border-left: 0.8em solid red; } }
.reduced-price {
  width: auto;
  margin-left: 20px; }

.reduced-price-container .vat {
  width: auto;
  font-size: 50%;
  line-height: normal; }

.regular-price {
  width: auto;
  text-decoration: line-through;
  font-size: 70%;
  color: darkgrey; }

/* Modified for the top-suggestion feature */
.top-suggestions-list .reduced-price-container {
  justify-content: flex-start;
  margin-top: 0; }

.top-suggestions-list .reduction .percentage-arrow {
  margin-right: 20px;
  padding: 0.5em 0 0.3em 0.6em; }

.top-suggestions-list .reduced-price {
  margin-left: 0; }

.top-suggestions-list a .reduced-price-container .reduced-price, .top-suggestions-list a .reduced-price-container .vat {
  color: #000; }

span.discounted {
  color: #757575;
  text-decoration: line-through;
  text-decoration-color: #ed1c24;
  margin-right: 10px; }

html, body {
  background-color: #f3f2f1;
  margin: 0;
  font-family: "gill-sans-nova", sans-serif;
  line-height: 1.5;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /*border-top: 5px solid $octanePurple;*/
  height: 100%;
  color: #141414;
  scroll-behavior: smooth; }

body[data-overlay] {
  overflow: hidden;
  margin: 0;
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%; }

body.noscroll {
  overflow: hidden; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.clr {
  clear: both; }

.center {
  display: block;
  text-align: center; }

/* responsively embed video */
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.video-container::after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: ''; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* text and fonts */
img, object, embed, video {
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; }

h1 {
  display: inline-block;
  font-size: 150%;
  font-weight: bolder;
  margin: 0 auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: table; }

/*h1:not(.no-decoration)::before, h1:not(.no-decoration)::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #ccc;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
    animation-name: flash_h1;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
*/
h2 {
  display: inline-block;
  font-size: 300%;
  margin: 0 auto 0 auto; }

/*
h2:not(.no-decoration)::before, h2:not(.no-decoration)::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #ccc;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
*/
@keyframes flash_h1 {
  0% {
    border-top-color: #ccc; }
  50% {
    border-top-color: #ff3200; }
  100% {
    border-top-color: #ccc; } }
@-webkit-keyframes flash_h1 {
  0% {
    border-top-color: #ccc; }
  50% {
    border-top-color: #ff3200; }
  100% {
    border-top-color: #ccc; } }
@-moz-keyframes flash_h1 {
  0% {
    border-top-color: #ccc; }
  50% {
    border-top-color: #ff3200; }
  100% {
    border-top-color: #ccc; } }
@media only screen and (max-width: 800px) {
  .hide-mobile {
    display: none; } }
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 340%;
    font-weight: bold; }

  h1.decorate::before, h1.decorate::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #ccc;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
    animation-name: flash_h1;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

  h2.decorate::before, h2.decorate::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid #ccc;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem); } }
h1 + h3 {
  margin-top: 0; }

.loading {
  color: #4b3144;
  margin-top: 15px;
  margin-bottom: 50px; }

.loading h2, .loading p {
  margin: 0; }

p {
  font-size: 105%; }

.spacerblock {
  height: 5vh;
  width: 100%; }

.stock-yes, .txtGreen {
  color: #74BD3C; }

.stock-no {
  color: #f7941d; }

.primaryButton {
  width: 100%;
  background-color: #141414;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  padding: 13px 48px 13px 48px;
  transition: all .12s ease-in;
  border-radius: 2px;
  text-wrap: nowrap; }

.primaryButton:hover, .primaryButton:active, .primaryButton:focus {
  background-color: #5a554e;
  border-radius: 4px; }

a.primaryButton {
  text-decoration: none; }

@media only screen and (max-width: 1024px) {
  .primaryButton {
    padding: 13px 24px 13px 24px; } }
/* ---------- Breadcrumb (drop under your <h1>) ---------- */
:root {
  --crumb-text: #6b7280;
  /* neutral-500 */
  --crumb-active: #111827;
  /* neutral-900 */
  --crumb-hover-bg: rgba(107,114,128,.12);
  --crumb-sep: rgba(107,114,128,.5);
  --crumb-gap: .375rem;
  --crumb-pad-y: .125rem;
  --crumb-pad-x: .5rem;
  --crumb-radius: 999px; }

.breadcrumb {
  font-size: clamp(0.8rem, calc(.78rem + .3vw), 0.95rem);
  color: var(--crumb-text);
  display: flex;
  justify-content: center; }

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  gap: var(--crumb-gap, 0.375rem);
  padding: 0;
  margin: 0 0 48px 0;
  justify-content: center; }

/* Each crumb is a flex item; allow truncation */
.breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  /* enable ellipsis in child */ }

/* Chevron separator */
.breadcrumb li + li::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-right: 2px solid var(--crumb-sep);
  border-bottom: 2px solid var(--crumb-sep);
  transform: rotate(-45deg);
  margin: 0 .35rem; }

/* Links */
.breadcrumb a,
.breadcrumb span[aria-current="page"] {
  display: inline-block;
  max-width: 35ch;
  /* prevent ultra-long labels */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  padding: var(--crumb-pad-y) var(--crumb-pad-x);
  border-radius: var(--crumb-radius); }

/* Hover / focus */
.breadcrumb a:hover {
  background: var(--crumb-hover-bg); }

.breadcrumb a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px; }

/* Current page (works whether you use <span aria-current="page"> or keep last <a>) */
.breadcrumb [aria-current="page"],
.breadcrumb li:last-child a {
  color: var(--crumb-active);
  font-weight: 600;
  pointer-events: none;
  /* don’t “click” current */ }

/* Optional: subtle dark-mode tune */
@media (prefers-color-scheme: dark) {
  :root {
    --crumb-text: #9ca3af;
    --crumb-active: #e5e7eb;
    --crumb-hover-bg: rgba(156,163,175,.15);
    --crumb-sep: rgba(156,163,175,.65); } }
/* Optional: when space is tight, collapse middle crumbs */
@media (max-width: 420px) {
  .breadcrumb li:not(:first-child):not(:last-child) {
    display: none; } }
/* layout */
.fixedwidth {
  max-width: 1632px;
  margin: 0 auto;
  text-align: center; }

.sub-link {
  margin: 0 0 20px 0; }

.link-link {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #ff3200;
  color: #5a554e;
  transition: all .12s ease-in; }

.link-link:hover, .link-link:active {
  color: #ff3200;
  border-bottom-color: #5a554e; }

.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1632px;
  margin: 0 auto 30px auto; }

.parent > div {
  grid-area: auto; }

@media only screen and (max-width: 800px) {
  .parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(1, 1fr); } }
header {
  /*background: url("https://octanedistribution.com/images/header.bg.jpg") no-repeat 10% 80%;
  background-size: cover;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  grid-row: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1632px;
  margin: 16px auto 0 auto; }

@media only screen and (min-width: 800px) {
  header {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 20px auto 0 auto; }

  #octane-logo {
    grid-area: 1 / 1 / 2 / 2; }

  #basket {
    grid-area: 1 / 3 / 2 / 4; }

  #menu {
    grid-area: 2 / 1 / 3 / 4; } }
@media only screen and (min-width: 1024px) {
  header {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto 40px auto; } }
@media only screen and (max-width: 800px) {
  #octane-logo img {
    max-width: 90% !important;
    margin-bottom: 10px !important; }

  #search {
    grid-area: 2 / 1 / 3 / 4;
    width: 90vw !important; } }
#octane-logo {
  text-align: left;
  padding: 0;
  justify-self: left;
  align-self: center; }

#octane-logo img {
  max-width: 90%;
  max-height: 70px;
  padding: 10px;
  margin: 0 0 0 10px; }

@media only screen and (min-width: 1024px) {
  #octane-logo {
    padding: 20px 40px 0 0; }

  #octane-logo img {
    max-height: 90px;
    max-width: auto;
    margin: 0; } }
#search {
  justify-self: center;
  align-self: center;
  position: relative;
  width: 100%;
  min-height: 50px; }

#search-input {
  width: 100%;
  padding: 13px 8px 14px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-align: left;
  line-height: 1;
  text-indent: 15px !important;
  border: 1px solid transparent;
  outline: 1px solid #6f6f6f;
  border-radius: 2px;
  transition: border-radius .12s linear,border-color .12s linear, outline .12s;
  position: absolute;
  background-color: #fff; }

#search-input:active, #search-input:focus, #search-input:hover {
  border-radius: 4px;
  border: 1px solid #333;
  outline: 1px solid #333; }

#search-input::placeholder {
  text-align: center; }

#search-input:focus::placeholder {
  color: transparent; }

#search-submit {
  position: absolute;
  left: 0;
  top: 10px;
  min-width: 32px;
  cursor: pointer; }

#basket {
  justify-self: right;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: center; }

#basket .signin {
  display: none;
  align-self: right; }

#basket .profile {
  grid-area: 1 / 1 / 2 / 2;
  align-self: right; }

#basket .wishlist {
  grid-area: 1 / 2 / 2 / 3;
  display: none;
  align-self: right; }

#basket .shop {
  grid-area: 1 / 2 / 2 / 3;
  align-self: right; }

#basket .hamburger {
  grid-area: 1 / 3 / 2 / 4;
  align-self: right;
  height: 56px; }

#basket .hamburger a img {
  position: absolute;
  transition: opacity 0.1s linear;
  z-index: 99999; }

#basket .shop a {
  position: relative; }

.basket-amount-icon {
  align-items: center;
  background: #141414;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  height: 16px;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 16px;
  z-index: 1;
  top: calc(50% - 18px);
  right: calc(50% - 18px); }

@media only screen and (max-width: 1024px) {
  .basket-amount-icon {
    top: -44px;
    right: -36px; } }
#basket-item-count {
  display: none; }

.hide {
  opacity: 0;
  z-index: 0; }

.show {
  opacity: 1;
  z-index: 1; }

.cssfilter:hover, .cssfilter:active {
  filter: contrast(50%);
  transition: all linear .1s; }

#basket .signin a, #basket .signin a:link {
  color: #333;
  text-decoration: none; }

#basket .signin a:active, #basket .signin a:hover {
  text-decoration: underline; }

#basket > div > a > img {
  width: 56px;
  padding: 10px; }

@media only screen and (min-width: 1024px) {
  #basket {
    justify-self: right;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center; }

  #basket .signin {
    display: block;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: right; }

  #basket .profile {
    grid-area: 1 / 2 / 2 / 3; }

  #basket .wishlist {
    display: block;
    grid-area: 1 / 3 / 2 / 4; }

  #basket .shop {
    grid-area: 1 / 4 / 2 / 5; }

  #basket .hamburger {
    display: none; }

  #basket > div > a > img {
    width: 65px;
    padding: 16px; } }
/* Mobile Menu */
#sm-menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-top: 20px;
  display: none; }

#sm-menu-container {
  grid-area: 1 / 1 / 2 / 2;
  padding: 20px;
  background: #fff;
  /*height: calc(100vh - 80px);*/ }

#mega-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #f3f2f1;
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: hidden;
  z-index: 100; }

#mega-menu-container.visible {
  visibility: visible;
  /*pointer-events: none;*/ }

#mega-menu-container #mmc-sub-container {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  padding: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
  flex-direction: column; }

#mega-menu-container .heading h2 {
  font-weight: bold;
  font-size: 160%; }

#mmc-sub-container .menu-ul, #mmc-sub-container .menu-ul ul {
  margin: 0 0 24px 0;
  padding: 0; }

#mmc-sub-container .menu-ul ul li {
  /**/
  list-style: none;
  margin: 10px 24px;
  padding: 0;
  font-size: 110%; }

#mmc-sub-container .menu-ul li a {
  text-decoration: none;
  color: #000; }

/* END: Mobile Menu */
/* Main Menu */
#menu {
  justify-self: center; }

/* main menu */
#menu ul {
  margin: 0;
  padding: 0; }

#menu ul li {
  list-style: none;
  display: inline-block;
  text-transform: none;
  font-family: GothamPro;
  font-size: 0.95rem;
  transition: all linear .1s;
  color: #555; }

#menu ul li a, #menu ul li a:visited {
  color: #000;
  padding: 0 0 8px 0;
  margin: 0 8px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  transition: all linear .1s;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* remove tap colour on mobiles */ }

#menu ul li a.brandlink {
  font-weight: 700; }

#menu ul li a.blueprint {
  border-bottom-color: #002873; }

#menu ul li a.blueprint:hover, #menu ul li a.blueprint:active {
  color: #002873;
  border-bottom-color: #8bb3ff; }

#menu ul li a.probite {
  border-bottom-color: #35003a; }

#menu ul li a.probite:hover, #menu ul li a.probite:active {
  color: #35003a;
  border-bottom-color: #00f783; }

#menu ul li a.powerflex {
  border-bottom-color: #6e1287; }

#menu ul li a.powerflex:hover, #menu ul li a.powerflex:active {
  color: #6e1287;
  border-bottom-color: #f1c621; }

#menu ul li a.superpro {
  border-bottom-color: #004990; }

#menu ul li a.superpro:hover, #menu ul li a.superpro:active {
  color: #004990;
  border-bottom-color: #f1c621; }

#menu ul li a.bilstein {
  border-bottom-color: #0068a6; }

#menu ul li a.bilstein:hover, #menu ul li a.bilstein:active {
  color: #0068a6;
  border-bottom-color: #ffdd00; }

#menu ul li a.eibach {
  border-bottom-color: #ed1c24; }

#menu ul li a.eibach:hover, #menu ul li a.eibach:active {
  color: #ed1c24;
  border-bottom-color: #000; }

#menu ul li a.febi {
  border-bottom-color: #e3101c; }

#menu ul li a.febi:hover, #menu ul li a.febi:active {
  color: #e3101c;
  border-bottom-color: #980009; }

#menu ul li a.fram {
  border-bottom-color: #F26122; }

#menu ul li a.fram:hover, #menu ul li a.fram:active {
  color: #F26122;
  border-bottom-color: #912c00; }

#menu ul li a.gfb {
  border-bottom-color: #f8b328; }

#menu ul li a.gfb:hover, #menu ul li a.gfb:active {
  color: #f8b328;
  border-bottom-color: #000; }

#menu ul li a.handr {
  border-bottom-color: #004c86; }

#menu ul li a.handr:hover, #menu ul li a.handr:active {
  color: #004c86;
  border-bottom-color: #3b82f6; }

#menu ul li a.motul {
  border-bottom-color: #ec2027; }

#menu ul li a.motul:hover, #menu ul li a.motul:active {
  color: #ec2027; }

#menu ul li a.itg {
  border-bottom-color: #0b6fc7; }

#menu ul li a.itg:hover, #menu ul li a.itg:active {
  color: #0b6fc7; }

#menu ul li a.motul {
  border-bottom-color: #ec2027; }

#menu ul li a.motul:hover, #menu ul li a.motul:active {
  color: #ec2027;
  border-bottom-color: #333; }

#menu ul li a.milltek {
  border-bottom-color: #ec2828; }

#menu ul li a.milltek:hover, #menu ul li a.milltek:active {
  color: #ec2828;
  border-bottom-color: #555; }

#menu ul li a.febest {
  border-bottom-color: #f93822; }

#menu ul li a.febest:hover, #menu ul li a.febest:active {
  color: #f93822; }

#menu ul li a.clearance {
  animation: color-change 1.7s infinite; }

@keyframes color-change {
  0% {
    color: #000; }
  50% {
    color: green; }
  100% {
    color: #000; } }
/* END: Main Menu */
.overall-content-container {
  max-width: 100vw;
  margin: 0 auto 30px auto;
  margin-top: 20px;
  position: relative; }

.product-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  /*grid-template-rows: 1fr 1fr 1fr;*/
  gap: 10px 0px;
  grid-template-areas: "intro" "basket" "media" "details"; }

.feature-banner {
  background: white;
  margin-bottom: 20px; }

@media only screen and (min-width: 1024px) {
  .product-container {
    max-width: 1632px;
    display: grid;
    grid-template-columns: 1.3333fr 0.6666fr;
    grid-template-rows: min-content min-content;
    gap: 0 20px;
    grid-auto-flow: row;
    grid-template-areas: "intro basket" "media ." "details ."; }

  .basket {
    position: sticky !important;
    top: 0;
    align-self: start;
    text-align: center;
    grid-row-end: none !important; } }
.basket {
  grid-area: basket;
  text-align: center; }

.basket img {
  margin: 0; }

.intro {
  grid-area: intro; }

.media {
  grid-area: media; }

.details {
  grid-area: details; }

.basket, .intro, .media, .details {
  padding: 0;
  /*border: 1px solid red;*/
  background-color: #fff; }

.basket h3 {
  font-weight: 400;
  font-size: 150%;
  border-bottom: 3px solid #ff3200;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 0; }

@media only screen and (min-width: 1024px) {
  .hide-on-large {
    display: none; }

  .show-on-large {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .hide-on-small {
    display: none; }

  .show-on-small {
    display: block; } }
/* For presentation only, no need to copy the code below */
.product-container * {
  position: relative; }

/*.product-container *:after {
  content:attr(class);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

/* list of brands */
#brands-container .brand-list {
  padding: 30px 20px 10px 20px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*grid-auto-rows: 1fr;*/
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  justify-content: center; }

#brands-container .brand-list div {
  background-color: #fff;
  text-align: center;
  justify-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  align-self: center;
  justify-content: center;
  display: flex;
  align-self: normal; }

#brands-container .brand-list div img {
  padding: 30px;
  aspect-ratio: 16/9;
  object-fit: contain; }

@media only screen and (max-width: 1024px) {
  body {
    /*font-size: 180%;*/ }

  #brands-container .brand-list {
    grid-template-columns: repeat(2, 1fr);
    /*grid-auto-rows: 1fr;*/
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-rows: max-content; }

  #brands-container .brand-list div {
    grid-auto-rows: max-content;
    align-self: stretch; }

  #brands-container .brand-list div img {
    padding: 20px; } }
/* END: list of brands */
/* FOOTER */
#footer-container {
  background-color: transparent;
  margin-top: -1px;
  padding-bottom: 30vh;
  z-index: 500;
  background-image: url("https://octanedistribution.com/images/C12-Front-with-Holes.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  text-align: left;
  position: static;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 10vh; }

#footer-container a, #footer-container a:visited {
  color: #4b3144;
  text-decoration: none;
  transition: all 0.1s linear 0s; }

#footer-container a:hover, #footer-container a:active {
  color: #ff3200; }

.footer-column-section {
  margin: 0 20px;
  float: left;
  text-align: left; }

.footer-column-section, .footer-column-section h3 {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  color: #4b3144; }

.footer-column-section h3 {
  font-weight: 700;
  font-size: larger;
  padding-bottom: 2px;
  /*border-bottom: 1px solid #2892f8;*/
  display: inline-block;
  margin: 0 0 15px 0;
  color: #4b3144; }

.footer-column-section {
  font-weight: 400;
  /*font-size: 200%;*/ }

.footer-column-section:first-child {
  margin-top: 30px; }

.footer-column-section:last-child {
  margin-bottom: 20px; }

.footer-column-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0; }

.footer-column-section ul li {
  margin-bottom: 0px;
  margin-left: 15px;
  line-height: 2; }

.footer-column-section ul li::before {
  display: inline-block;
  content: "";
  border-top: 0.1rem solid #ff3200;
  width: 0.5rem;
  margin: 0 0.5rem;
  transform: translateY(-0.25rem); }

#footer-divider {
  clear: both;
  width: 80%;
  margin: 20px 10% 10px 10%;
  height: 1px;
  /*background-color: #2e717f;*/ }

#footer-social-container {
  /*width: 100%;*/
  margin: 20px 20px; }

.social-icon {
  float: left;
  width: 25%;
  margin-right: 10px; }

.w3w {
  text-decoration: none; }

.w3w span {
  color: #e11f26; }

#copyright-container {
  margin: 10px 10px;
  /*font-size: 120%;*/
  color: #4b3144;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1;
  text-align: left; }

#back-to-top {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 1000; }

#back-to-top a {
  background: url("https://www.trade.superproeurope.com/images/icons/backtotop.png") no-repeat scroll center 49% #4b3144;
  border: none;
  border-radius: 100px;
  display: block;
  height: 41px;
  text-indent: -9999px;
  transition: all 0.2s linear 0s;
  width: 41px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* remove tap colour on mobiles */ }

#back-to-top a:hover, #back-to-top a:active {
  background-color: #ff3200; }

@media only screen and (min-width: 1024px) {
  #footer-container {
    padding-top: 20px;
    margin: 10vh 0 0 0;
    padding-left: 20px;
    padding-bottom: 0; }

  .footer-column-section {
    width: 22%;
    margin: 0 0;
    font-size: 100%; }

  .footer-column-section:first-child {
    margin-top: 0; }

  .footer-column-section:last-child {
    margin-bottom: 0; }

  #copyright-container {
    width: 100%;
    margin: 0;
    text-align: left; }

  #footer-social-container {
    width: 100%;
    margin: 40px 0; }

  .social-icon {
    width: auto; } }
/* END: FOOTER */
/* SEARCH */
#search-background {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  z-index: 9; }

#search-container {
  height: 48px;
  background: #fff;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 9999;
  margin: 0;
  border: 0;
  font: inherit;
  outline: none; }

.search-results {
  position: absolute;
  display: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  min-width: 300px;
  width: 100vw;
  left: 50%;
  /*top: initial !important;*/
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 10; }

@media only screen and (min-width: 1024px) {
  .search-results {
    width: 50vw; } }
.search-results-typeahead {
  /*padding: 5vh 5vw;*/ }

.btn-search {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  line-height: inherit;
  border: none;
  cursor: pointer;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  color: #ff3200;
  font-size: 26px;
  text-align: right; }

#container-basket {
  text-align: center; }

.g72-trolley {
  position: relative;
  color: #000;
  font-size: 300%; }

/* TYPEAHEAD SEARCH */
.twitter-typeahead {
  display: block !important; }

.tt-menu {
  max-width: 100%;
  margin: 12px 0;
  padding: 0;
  overflow-x: hidden;
  text-align: left; }

.tt-hint {
  display: none; }

.tt-suggestion {
  padding: 3px 5px;
  /*font-size: 18px;*/
  line-height: 40px;
  width: 100%;
  max-width: 100%;
  transition: all .3s ease; }

.tt-suggestion:hover {
  cursor: pointer;
  background: #fff; }

.empty-message, .suggestion {
  font-family: arial; }

.empty-message {
  color: #777;
  margin: 2.5vh 5vw; }

.suggestion {
  color: #333;
  font-size: 90%;
  min-width: 100%;
  display: flex;
  align-items: center; }

.suggestion-left {
  margin-left: 5vw;
  margin-right: 2.5vw;
  width: 60px;
  text-align: center; }

.suggestion-right {
  flex-grow: 1;
  line-height: 1;
  margin-right: 5vw; }

.suggestion img {
  display: inline-block;
  margin-right: 5px;
  max-width: 60px;
  outline: none; }

.noshow {
  display: none; }

.search-top-suggestions-container {
  padding: 2.5vh 2.5vw; }

ul.top-suggestions-list {
  list-style: none;
  padding: 0;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px; }

ul.top-suggestions-list li {
  display: grid; }

.search-top-suggestions-container h3 {
  color: #757575;
  font-weight: bold;
  grid-area: 1 / 1 / 2 / 3;
  margin: 0 0 -10px 0;
  padding: 0; }

.top-suggestions-list a .suggestion-row {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  justify-self: center;
  justify-content: center;
  width: -webkit-fill-available; }

.top-suggestions-list a .suggestion-row:first-child {
  grid-area: 1 / 1 / 2 / 2; }

.top-suggestions-list a .suggestion-row:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2; }

.top-suggestions-list a .suggestion-row:nth-child(3) {
  grid-area: 3 / 1 / 4 / 2; }

.top-suggestions-list a .suggestion-row:nth-child(4) {
  grid-area: 4 / 1 / 5 / 2; }

.top-suggestions-list a .suggestion-pic {
  grid-area: 1 / 1 / 2 / 2;
  justify-items: stretch; }

.top-suggestions-list a .suggestion-pic img {
  aspect-ratio: 16/9;
  object-fit: contain; }

.top-suggestions-list .suggestion-text {
  grid-area: 1 / 2 / 2 / 3;
  font-size: 100%;
  line-height: 1.714285714285714; }

.top-suggestions-list a, .top-suggestions-list a:link, .top-suggestions-list a:hover, .top-suggestions-list a:visited {
  text-decoration: none; }

.suggestion-text .search-mfr-logo img {
  max-height: 40px;
  width: auto;
  margin-bottom: 10px; }

.top-suggestions-list a .suggestion-text h4 {
  color: #000;
  line-height: normal; }

.top-suggestions-list a .suggestion-text h4, .top-suggestions-list a .suggestion-text h5 {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.top-suggestions-list a .suggestion-text h5 {
  color: #333;
  font-weight: normal; }

.top-suggestions-list a .suggestion-text h5 .price {
  font-weight: bold; }

.top-suggestions-list a .suggestion-text h5 .price.discounted {
  margin-right: 10px;
  color: #757575;
  text-decoration: line-through;
  text-decoration-color: #ed1c24; }

@media only screen and (min-width: 800px) {
  ul.top-suggestions-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 30px;
    grid-row-gap: 10px; }

  .top-suggestions-list a .suggestion-row:first-child {
    grid-area: 2 / 1 / 3 / 2; }

  .top-suggestions-list a .suggestion-row:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3; }

  .top-suggestions-list a .suggestion-row:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2; }

  .top-suggestions-list a .suggestion-row:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3; } }
@media only screen and (min-width: 800px) {
  #search-background {
    display: none !important; }

  #search-container {
    display: none !important; }

  .search-results {
    width: 80vw; }

  .top-suggestions-list a .suggestion-row {
    align-items: center; }

  .top-suggestions-list li a .suggestion-pic {
    text-align: center; } }
@media only screen and (min-width: 1368px) {
  body[data-overlay] {
    overflow: initial;
    margin: intial;
    /*position: fixed;*/
    top: initial;
    right: initial;
    left: initial;
    bottom: initial;
    height: initial; }

  #search-background {
    display: none !important; }

  #search-container {
    display: none !important; }

  .search-results {
    width: 70vw;
    margin-top: 100px;
    padding-top: 10px;
    height: auto !important;
    border-top: 2px solid #6f6f6f;
    -webkit-box-shadow: -3px 3px 8px -3px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: -3px 3px 8px -3px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.38); }

  .btn-search-mobile {
    left: 9px; }

  .suggestion-left {
    margin-left: 5vw; }

  .search-top-suggestions-container {
    padding: 5vh 2.5vw; } }
/* END: SEARCH */
