/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table img {
  max-width: 1200px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  min-height: 100vh;
  background: #03333C;
}

body, th, td, input, textarea, select, button {
  font-family: "proxima-nova", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #005566;
  text-decoration: none;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: -0.5px;
}

h1.main {
  font-family: "Teko", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h1.banner {
  font-family: "Teko", sans-serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
}

h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.5px;
}

h6 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.21px;
}

body {
  color: #404040;
  -webkit-font-smoothing: antialiased;
}

.body__content-product h1.main {
  font-size: 50px;
  font-weight: 600;
}

h1.main {
  color: #374459;
}

h1.banner {
  font-size: 60px;
  padding-bottom: 0;
}

h4 {
  color: black;
}

h6 {
  color: #808080;
}

.featured-heading {
  font-size: 50px;
  color: #005566;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.header {
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-top: 2px solid #000;
}

.header__container {
  position: relative;
  z-index: 40;
  height: 60px;
  -webkit-transition: z-index 0.3s;
  transition: z-index 0.3s;
  max-width: 1280px;
  margin: auto;
}

.header__logo {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__nav-toggler {
  position: absolute;
  left: 20px;
  top: 23px;
  width: 22px;
  height: 14px;
}

.header__nav-toggler__bar {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-toggler__bar:nth-child(1) {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.header__nav-toggler__bar:nth-child(2) {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.header__nav-toggler__bar:nth-child(3) {
  opacity: 1;
}

.nav-toggle:checked ~ .header__container {
  z-index: 30;
}

.nav-toggle:checked ~ .header__container .header__nav-toggler__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle:checked ~ .header__container .header__nav-toggler__bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-toggle:checked ~ .header__container .header__nav-toggler__bar:nth-child(3) {
  opacity: 0;
}

.header__user-bar {
  position: absolute;
  right: 20px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header__user-bar__item {
  float: left;
  margin-left: 20px;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
}

.header__user-bar__phone {
  font-size: 16px;
  font-weight: bold;
}

.header__user-bar__phone__link {
  color: #404040;
}

.header__user-bar__item--username {
  display: none;
}

.header__user-bar__item--login-button .button {
  position: relative;
  top: 3px;
}

.header__user-bar__settings-toggle {
  display: none;
}

.header__user-bar__settings-toggler {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-right: 15px;
  cursor: pointer;
}

.header__user-bar__settings-toggler:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  margin-top: -3px;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #92bac9 transparent;
}

.header__user-bar__cart-link {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 33px;
  background: url(../images/header/cart-link.png) no-repeat;
  background-size: 26px 20px;
}

.header__user-bar__cart-link--zero {
  background-image: url(../images/header/cart-link-zero.png);
  background-size: 25px 20px;
}

.header__user-bar__settings-list-mobile {
  list-style-type: none;
  padding: 0;
  background-color: #f2f2f2;
  padding-bottom: 29px;
}

.header__user-bar__settings-list-mobile a {
  color: #347792 !important;
}

.header__user-bar__settings-list-mobile .header__user-bar__settings-list__item {
  padding: 25px 0 0 20px;
  font-weight: bold;
}

.header__user-bar__settings-list-mobile .header__user-bar__settings-list__item a {
  color: #404040;
}

.desktop-logo {
  display: none;
}

.header-phone__icon {
  vertical-align: middle;
}

.header-phone__number {
  color: #005566;
}

.nav--header {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  background: rgba(40, 49, 65, 0.7);
  border-top: 2px solid transparent;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav__list--header {
  padding: 25px 20px;
  background: white;
}

.nav__item--header {
  margin-bottom: 40px;
}

.nav__item--header:last-child {
  margin-bottom: 0;
}

.nav__link--header {
  color: #484747;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.nav__link--header.section {
  color: #005566;
}

.nav__link--header:hover,
.nav__link--header-active {
  color: #005566;
}

.nav-toggle:checked ~ .header .nav--header {
  left: 0;
  opacity: 1;
  display: block;
}

.nav--footer {
  display: none;
}

.noMobile {
  display: none;
}

.mobile-hidden {
  display: none;
}

.body {
  position: relative;
  z-index: 20;
  background: white;
}

.body--bordered {
  border-top: 1px solid #e6e6e6;
}

.body--grey {
  background: #f2f2f2;
}

.body--light-grey {
  background: #fafafa;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
}

.body--blue {
  background: #35445C;
  color: #fff;
}

.body__banner {
  position: relative;
  padding: 0 0 1px;
  background: url(../images/body/banner.jpg) no-repeat center center;
  background-size: cover;
}

.body__banner h1 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.body__banner .body__banner__title--home {
  padding-top: 0;
  padding-bottom: 0;
}

.body__banner.body__banner--gallery .body__banner__title {
  padding-top: 90px;
  padding-bottom: 305px;
}

.body__banner.body__banner--brands .body__banner__title {
  padding-top: 90px;
  max-width: 425px;
}

.body__banner--home {
  height: 450px;
  min-height: 240px;
  background-image: url(../images/body/banner-large.jpg);
}

.body__banner--home:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 227px;
  background: url(../images/body/banner-fade.png) repeat-x;
}

.body__banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.body__banner__inner--home {
  position: relative;
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 20px;
}

.body__banner__title {
  color: white;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  padding-bottom: 54px;
  margin-bottom: 0;
}

.body__banner__title small {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
}

.body__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 20px 25px;
}

.body__content--thin {
  padding-top: 20px;
  padding-bottom: 1px;
}

.body__content--centred {
  text-align: center;
}

.form-search__exhibition-page {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.body__content--gallery h2 {
  font-weight: 600;
  font-size: 30px;
}

.body__content--gallery p {
  font-size: 18px;
}

.login-form {
  display: none;
}

.bar-toggle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bar-toggle__item {
  margin-bottom: 20px;
}

.bar-toggle__checkbox {
  display: none;
}

.bar-toggle__label {
  display: block;
  height: 75px;
  line-height: 75px;
  padding: 0 30px;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.bar-toggle__checkbox:checked ~ .bar-toggle__label {
  height: 73px;
  line-height: 73px;
  padding: 0 29px;
  background: url(../images/products/email-checkmark.png) no-repeat right 30px center;
  background-size: 30px 30px;
  border: 2px solid #d70004;
}

.back-button {
  color: #005566;
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-family: "proxima-nova", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
}

.button,
input.action {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  background: #007F98;
  color: white;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.05s;
  transition: 0.05s;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.23);
}

.button:hover,
input.action:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--blue {
  background: #35445c;
}

.button--blue:hover {
  background: #435875;
}

.button--small {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
}

.button--tiny {
  height: 27px;
  line-height: 20px;
  padding: 0 12px;
  font-size: 12px;
}

.button--mobile-plain {
  display: inline;
  height: auto;
  line-height: 1.5;
  padding: 0;
  background: transparent;
  color: #347792;
}

.button--mobile-plain:hover {
  background: transparent;
}

.button--disabled {
  opacity: 0.5;
}

.button--bordered {
  background: transparent;
  border: 2px solid #eb8581;
}

.button--bordered:hover {
  background: transparent;
}

#DealerLoginForm_DealerLoginForm {
  padding-top: 80px;
  background: url(../images/header/logo.png) no-repeat center top;
  background-size: 50px 50px;
}

.form:after {
  content: "";
  display: table;
  clear: both;
}

.form--app-search {
  padding: 20px 0 1px;
  background: rgba(242, 242, 242, 0.8);
  color: white;
}

.form--app-search a {
  color: #484747;
}

.form--app-search #rear-wheel-toggle {
  margin-top: 20px;
}

.form--app-search .form__label {
  font-weight: 500;
  color: #484747;
}

.form--app-secondary {
  padding: 30px 0 10px;
  background: #f2f2f2;
  color: #808080;
}

.form__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.form__row:after {
  content: "";
  display: table;
  clear: both;
}

.form__switches {
  display: none;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.form__switches.form__switches-email {
  display: block;
}

.form__switches__item {
  float: left;
  margin-left: 40px;
}

.form__switches__item--sub-nav {
  height: 90px;
  line-height: 90px;
}

.form__switcher {
  display: none;
}

.form__switch {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-right: 70px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__switch:before, .form__switch:after {
  content: '';
  position: absolute;
  display: block;
  cursor: pointer;
}

.form__switch:before {
  right: 0;
  top: 0;
  width: 60px;
  height: 36px;
  background: #d8d8d8;
  border-radius: 36px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

.form__switch:after {
  z-index: 10;
  right: 2px;
  top: 2px;
  margin-right: 24px;
  width: 32px;
  height: 32px;
  background: #e6e6e6 no-repeat center center;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form__switcher:checked ~ .form__switch:after {
  margin-right: 0;
  background-color: #35445c;
}

.form__switch--email:after {
  background-image: url(../images/forms/switch-icon-email.png);
  background-size: 12px 10px;
}

.form__switch--price:before {
  background-color: transparent;
  -webkit-box-shadow: 0 0 3px black inset;
          box-shadow: 0 0 3px black inset;
}

.form__switch--price:after {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../images/forms/switch-icon-price.png);
  background-size: 8px 14px;
}

.form__switcher:checked ~ .form__switch--price:after {
  background-color: #cb0000;
}

.form__fieldset {
  margin-bottom: 20px;
}

.form__field {
  clear: both;
  margin-bottom: 20px;
}

.form__field--errors {
  padding: 10px 15px;
  border: 3px solid red;
  border-radius: 5px;
  font-weight: bold;
}

.form__field--small {
  width: 280px;
}

.form__field--float {
  float: left;
  margin-right: 30px;
}

.form__field--clear {
  clear: both;
}

.form__field--left {
  float: left;
}

.form__field--right {
  float: right;
  text-align: right;
}

.form__field--inline {
  clear: none;
  float: left;
  margin-right: 10px;
  line-height: 35px;
  width: 100%;
}

.form__field--more-spacing {
  margin-right: 20px;
}

.form__field--checkbox .form__label:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.form__field--checkbox .form__checkbox {
  display: none;
}

.form__label {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 7px;
}

.form__add-link {
  padding-left: 20px;
  background: url(../images/forms/add-link.png) no-repeat left center;
  background-size: 12px 13px;
  font-size: 13px;
}

.form__label--inline {
  display: inline;
}

.form__label--sub-nav {
  height: 60px;
  line-height: 60px;
}

.form__link {
  font-size: 13px;
}

.form__input-prefix {
  font-size: 14px;
  font-weight: bold;
}

.form__text-input,
.form__textarea {
  width: 100%;
  padding: 5px;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  min-height: 34px;
}

.form__textarea {
  height: 140px;
}

.form__text-input--small {
  max-width: 280px;
}

.form__text-input--tiny {
  width: 100px;
}

.form__text-input--x-small {
  width: 49%;
}

.form__js-select {
  position: relative;
  display: inline-block;
  line-height: 33px;
  width: 100%;
}

.form__select--disabled, .form__select--disabled ~ .form__js-select__value {
  opacity: 0.5;
}

.form__select--js {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: white;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.form__select--js[disabled] {
  cursor: default;
}

.form__js-select__value--selected {
  border: 2px solid #007F98;
}

.form__js-select__value {
  display: block;
  padding: 0 42px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white url(../images/forms/custom-select.png) no-repeat right 12px center;
  background-size: 9px 13px;
  color: #404040;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.form__checkbox--disabled ~ .form__label {
  opacity: 0.5;
}

.footer {
  position: relative;
  z-index: 10;
  padding: 30px 20px 10px;
  background: #03333C;
  color: white;
  text-align: center;
  font-size: 12px;
}

.footer a {
  color: white;
}

.footer__brands {
  display: none;
}

.footer__facebook-link {
  display: inline-block;
  margin-bottom: 20px;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  background: url(../images/footer/facebook-icon.png) no-repeat left center;
  background-size: 20px 20px;
}

.footer__copyright, .footer__copyright a {
  color: #9498a0;
}

.tyre-non-search .non-search-container {
  padding-bottom: 5px;
}

.tyre-non-search .tyre-diagram {
  text-align: center;
}

.successful-email {
  background-color: #007F98;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.successful-email .successful-email__container {
  max-width: 1200px;
  margin: auto;
}

.successful-email .successful-email__container p {
  padding-top: 39px;
  padding-bottom: 39px;
  margin-bottom: 0;
}

.enquire-now__form-toggle .button-cool--primary {
  font-weight: bold;
}

.enquire-now__form-toggle input {
  display: none;
}

.product-size__email {
  display: none;
}

.product-size__email.products--email {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  position: relative;
  padding: 10px;
}

.product-size__email.products--email .products__size__email-label {
  display: block;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.product-size__email.products--email .products__size__email-checkbox {
  display: none;
}

.product-size__email.products--email .products__size__email-checkmark {
  display: block;
  margin: auto;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px dashed #007F98;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-size__email.products--email .products__size__email-checkbox:checked ~ .products__size__email-checkmark {
  background: #007F98 url("../images/products/email-checkmark.png");
  background-size: contain;
  border-width: 0;
}

.brand-banner .crumbs {
  padding-top: 58px;
  padding-bottom: 28px;
  z-index: 1;
  margin-bottom: 0;
}

.brand-banner .crumbs .crumbs__link {
  color: #fff;
}

.brand-banner .banner.body__banner__title {
  padding-top: 0;
}

.brand-background {
  background-color: #03333C;
}

.product-add {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin: -45px -20px 40px;
  padding: 0 20px 0 0;
  background: url(../images/components/product-add.png) repeat-x;
  border-bottom: 1px solid #d9d9d9;
}

.product-add .back {
  position: relative;
  overflow: hidden;
  float: left;
  width: 45px;
  background: url(../images/components/product-back.png) no-repeat center center;
  background-size: 9px 17px;
  border-right: 1px solid #d9d9d9;
  text-indent: -999px;
}

.product-add form {
  float: right;
}

.product-add form strong {
  margin: 0 5px 0 0;
}

.product-top:after {
  content: "";
  display: table;
  clear: both;
}

.product-top__gallery__large {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 64% 0 0;
  list-style-type: none;
}

.product-top__gallery__large__item {
  position: absolute;
  left: 100px;
  top: 0;
  right: 100px;
  display: none;
  text-align: center;
}

.product-top__gallery__large__item--active {
  display: block;
}

.product-top__gallery__large__item--js-active {
  z-index: 10;
}

.body__content-product .product-top h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.product-top__gallery__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 40px 0 0;
  list-style-type: none;
}

.product-top__gallery__thumbs__item {
  float: left;
  width: 14.2857%;
  margin-bottom: 10px;
  border-bottom: 2px solid white;
}

.product-top__gallery__thumbs__item a {
  display: block;
  text-align: center;
}

.product-top__gallery__thumbs__item:nth-child(7n+1) {
  clear: left;
}

.product-top__gallery__thumbs__item--active {
  border-bottom: 2px solid #007F98;
}

.product-top__sizes__table {
  width: 100%;
  margin: 0 0 48px;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  background: #dceaee;
}

.product-top__sizes__table--other {
  margin-top: 50px;
  background: #eff4f7;
}

.product-top__sizes__table--other .product-top__sizes__table__cell {
  opacity: 0.5;
}

.product-top__sizes__table--other tr:hover .product-top__sizes__table__cell {
  background: #dceaee;
  opacity: 1;
}

.product-top__sizes__table__title {
  padding: 10px;
  background: white;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dcdcdc;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  white-space: nowrap;
}

.product-top__sizes__table__title--alpha {
  border-left-width: 1px;
}

.product-top__sizes__table__title--alpha:not(:first-of-type) {
  width: 50%;
}

.product-top__sizes__table__title--omega {
  width: 100%;
  border-right-width: 1px;
}

.product-top__sizes__table__title--right-align {
  text-align: right;
}

.product-top__sizes__table__cell {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  vertical-align: top;
}

.product-top__sizes__table__cell--full-width {
  width: 100%;
}

.product-top__sizes__table__cell--nowrap {
  white-space: nowrap;
}

.product-top__sizes__table__cell--right-align {
  text-align: right;
}

.product-top__sizes__qty-input {
  width: 30px;
  padding: 0;
  text-align: center;
}

.product-top__sizes_table__cell_description {
  white-space: normal;
  font-size: 14px;
  border-bottom: 1px solid white;
  padding: 0 10px 10px;
}

.cart-notifications {
  position: fixed;
  z-index: 900;
  right: 20px;
  top: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}

.cart-notifications li {
  position: relative;
  min-width: 400px;
  margin-bottom: 20px;
  padding: 20px 20px 1px;
  background: white;
  border: 1px solid #ad0a0c;
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cart-notifications table {
  margin-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-notifications td {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  vertical-align: top;
}

.cart-notifications td p {
  margin-bottom: 10px;
}

.cart-notifications a.close {
  position: absolute;
  right: 10px;
  top: -16px;
  display: block;
  width: 32px;
  height: 32px;
  background: #ca0000;
  border-radius: 50%;
  cursor: pointer;
}

.cart-notifications a.close:before, .cart-notifications a.close:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 9px;
  display: block;
  width: 2px;
  height: 14px;
  background: white;
}

.cart-notifications a.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-notifications a.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart-notifications .image {
  width: 70px;
  margin: 0 20px 10px 0;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(transparent));
  background: linear-gradient(#f3f3f3, transparent);
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cart-notifications .image img {
  max-width: 100%;
  vertical-align: top;
  mix-blend-mode: multiply;
}

.cart-notifications .total {
  padding-left: 20px;
}

.cart-notifications .view-cart {
  text-align: right;
}

.stock-bar {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #333;
}

.stock-bar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  background: red;
}

.stock-bar--half:after {
  width: 50%;
}

.stock-bar--full:after {
  width: 100%;
}

.product-tabs {
  margin: 0px;
  padding: 0;
  list-style-type: none;
}

.products--margin {
  margin-bottom: 50px;
}

.products__panels {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products__panels:after {
  content: "";
  display: table;
  clear: both;
}

.products__panel, .brand-panel {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 48.17%;
  margin-bottom: 3.66%;
}

.brands .brand-panel, .brands .brand-panel .overlay {
  border-radius: 0px;
}

.brand-panel {
  height: 281px;
  margin-bottom: 2.66%;
  background: #222 no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
}

.brand-panel .overlay {
  background-color: rgba(0, 0, 0, 0.35);
  background-image: none;
  opacity: 1;
  margin: 0;
  border-radius: 4px;
}

.brand-panel__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: white;
  font-size: 22px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.brand-panel__logo:after {
  content: "";
  max-width: 100px;
  border-bottom: 2px solid #007F98;
  height: 2px;
  display: block;
  margin: 0px auto 0;
}

.brand-content {
  color: white;
}

.brand-content .content-clear {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-content .content-right {
  position: relative;
}

.brand-content .content-right .logo-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  margin: auto;
}

.brand-content .products {
  background-color: white;
  color: #404040;
}

.products__panel:nth-child(odd), .brand-panel:nth-child(odd) {
  clear: both;
  float: left;
  margin-right: 3.66%;
}

.brand-panel:nth-child(odd) {
  margin-right: 2.66%;
}

.products__panel:nth-child(even), .brand-panel:nth-child(even) {
  float: right;
}

.products__panel__inner {
  width: 100%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.products--email .products__panel__inner {
  border-color: #e6e6e6;
}

.products__panel__content {
  padding: 15px 0 30px;
}

.products__panel__email-label {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
}

.products--email .products__panel__email-label {
  display: block;
}

.products__panel__email-checkbox {
  display: none;
}

.products--email .products__panel__email-checkbox:checked ~ .products__panel__inner {
  background: #eff0f2;
  border-color: #007F98;
}

.products--email .products__panel__email-checkbox:checked ~ .products__panel__inner .products__panel__tags__item {
  background: #bfc0c2;
}

.products--email .products__panel__email-checkbox:checked ~ .products__panel__inner .products__panel__tags__item--toggler {
  background: transparent;
}

.products--email .products__panel__email-checkbox:checked ~ .products__panel__inner .products__panel__desc__data__title,
.products--email .products__panel__email-checkbox:checked ~ .products__panel__inner .products__panel__desc__data__item,
.products--email .products__panel__email-checkbox:checked ~ .products__panel__inner .products__panel__desc__data__foot {
  opacity: 1;
}

.products__panel__desc__data__item--is__Special {
  padding-bottom: 4px;
}

.products__panel__desc__data__item--is__Special strong {
  background-color: #007F98;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
  min-width: 60px;
  display: inline-block;
}

.products__panel__email-checkmark {
  position: relative;
  display: inline-block;
  visibility: hidden;
  width: 30px;
  height: 30px;
  border: 2px dashed #007F98;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products--email .products__panel__email-checkmark {
  visibility: visible;
}

.products__panel__email-checkbox:checked ~ .products__panel__inner .products__panel__email-checkmark {
  background: #007F98 url(../images/products/email-checkmark.png) no-repeat;
  background-size: contain;
  border-width: 0;
}

.products__panel__tags {
  position: absolute;
  top: 6px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.products__panel__tags--left {
  left: 6px;
  min-width: 130px;
}

.products__panel__tags--right {
  right: 6px;
}

.products__panel__tags--right .products__panel__tags__item {
  margin: 0 0 0 5px;
  background: transparent;
  border: 1px solid #007F98;
  color: #007F98;
}

.products__panel__tags--right .products__panel__tags__item--dark {
  background: transparent;
  border: 1px solid #34445b;
  color: #34445b;
}

.products__panel__tags--right .products__panel__tags__item--toggler {
  border: none;
}

.products__panel__tags--right .products__panel__tags__item--toggler a {
  position: relative;
  top: -24px;
  display: block;
  width: 32px;
  height: 32px;
  background: #bfbfbf;
  border-radius: 50%;
}

.products__panel__tags--right .products__panel__tags__item--toggler a:before, .products__panel__tags--right .products__panel__tags__item--toggler a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 9px;
  display: block;
  width: 2px;
  height: 14px;
  background: white;
}

.products__panel__tags--right .products__panel__tags__item--toggler a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products__panel__tags--right .products__panel__tags__item--toggler a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.products__panel__tags--right .products__panel__tags__item--toggler a:hover {
  background: #ca0000;
}

.products__panel__tags--right .products__panel__tags__item--toggler img {
  display: none;
}

.products__panel__tags__item {
  float: left;
  height: 19px;
  line-height: 19px;
  margin-right: 5px;
  padding: 0 7px;
  background: #333;
  color: white;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products--email .products__panel__tags__item {
  background: #ededed;
}

.products__panel__tags__item--product-cell {
  background: #333;
  float: none;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 10px;
}

.products__panel__tags__item--dark {
  background: #34445b;
}

.products__panel__tags__item--toggler {
  padding-top: 2px;
  background: transparent;
  cursor: pointer;
}

.products--email .products__panel__tags__item--toggler {
  background: transparent;
}

.products__panel__tags__item--toggler img {
  width: 16px;
  height: 16px;
}

.products__panel__image {
  float: left;
  width: 39.8%;
  padding: 28px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(transparent));
  background: linear-gradient(#f3f3f3, transparent);
  border-top-left-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.products--email .products__panel__image {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(transparent));
  background: linear-gradient(#f8f8f8, transparent);
}

.products__panel__image img {
  mix-blend-mode: multiply;
}

.products__panel__image--plain {
  padding-top: 60px;
  background: transparent none;
}

.products__panel__desc {
  margin-left: 39.8%;
  padding: 45px 20px 10px;
}

.products__panel__desc__data {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

.products__panel__desc__data__title {
  padding-right: 15px;
  color: #808080;
  font-size: 10px;
  text-align: left;
}

.products--email .products__panel__desc__data__title {
  opacity: 0.3;
}

.products__panel__desc__data_row--NextShipment {
  display: none;
}

.products__panel__desc__data__title--omega {
  padding-right: 0;
}

.products__panel__desc__data__row--form {
  cursor: pointer;
}

.products__panel__desc__data__row--form:hover .products__panel__desc__data__item {
  background: #f2f2f2;
}

.products__panel__desc__data__row--form .products__panel__desc__data__item--alpha {
  padding-left: 5px;
}

.products__panel__desc__data__row--form .products__panel__desc__data__item--omega {
  padding-right: 5px;
}

.products__panel__desc__data__row--form .toggle {
  display: none;
}

.products__panel__desc__data__row--form.products__panel__desc__data__row--toggled .products__panel__desc__data__item {
  background: #f2f2f2;
  border-bottom: 5px solid white;
}

.products__panel__desc__data__row--form.products__panel__desc__data__row--toggled .toggle {
  display: block;
}

.products__panel__desc__data__item {
  padding-right: 15px;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
}

.products--email .products__panel__desc__data__item {
  opacity: 0.3;
}

.products__panel__desc__data__item a {
  color: #333;
}

.products__panel__desc__data__item a:hover {
  text-decoration: underline;
}

.products__panel__desc__data__item a .highlight {
  color: #347792;
}

.products__panel__desc__data__item input.text {
  width: 25px;
  margin-right: 5px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  outline: none;
}

.products__panel__desc__data__item--price {
  text-align: center;
}

.products__panel__desc__data__item--omega {
  padding-right: 0;
}

.products__panel__desc__heading {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.products__panel__desc__heading a {
  color: #333;
}

.products__panel__desc__heading a:hover {
  color: #347792;
}

.products__panel__desc__sub-heading {
  text-transform: uppercase;
}

.products__panel__desc__data__f-r,
.products__panel__desc__data__f-r--f-only,
.products__panel__desc__data__f-r--r-only {
  position: relative;
  display: block;
  width: 34px;
}

.products__panel__desc__data__f-r:before, .products__panel__desc__data__f-r:after,
.products__panel__desc__data__f-r--f-only:before,
.products__panel__desc__data__f-r--f-only:after,
.products__panel__desc__data__f-r--r-only:before,
.products__panel__desc__data__f-r--r-only:after {
  position: absolute;
  top: 10px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -8px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.products__panel__desc__data__f-r:before,
.products__panel__desc__data__f-r--f-only:before,
.products__panel__desc__data__f-r--r-only:before {
  content: 'F';
  left: 0;
}

.products__panel__desc__data__f-r:after,
.products__panel__desc__data__f-r--f-only:after,
.products__panel__desc__data__f-r--r-only:after {
  content: 'R';
  right: 0;
}

.products__panel__desc__data__f-r--f-only:before {
  left: 50%;
  margin-left: -8px;
}

.products__panel__desc__data__f-r--f-only:after {
  display: none;
}

.products__panel__desc__data__f-r--r-only:before {
  display: none;
}

.products__panel__desc__data__f-r--r-only:after {
  left: 50%;
  right: auto;
  margin-left: -8px;
}

.products__panel__desc__data__foot {
  padding-top: 30px;
  font-size: 14px;
  text-align: left;
}

.products--email .products__panel__desc__data__foot {
  opacity: 0.3;
}

.products__panel__desc__data__foot--omega {
  text-align: right;
}

.products--email .products__panel__desc__data__foot--omega {
  opacity: 1;
}

.products__email-panel {
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #007F98;
  color: white;
}

.products__email-panel input.form__text-input,
.products__email-panel textarea {
  background-color: #4BA7B9;
  border: none;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

.products--email .products__email-panel {
  display: block;
}

.products__email-panel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: -1;
}

.products__email-panel .products__email-panel__heading {
  color: white;
  font-weight: 600;
}

.products__email-panel label {
  font-size: 18px;
}

.products__email-panel .button {
  background-color: #fff;
  color: #007F98;
  border-bottom: 4px solid #e9e9e9;
}

.products__email-panel .button:hover {
  border-bottom: 2px;
}

.products__email-panel__products-selected {
  display: block;
  padding-top: 12px;
}

.products__email-panel--compact {
  background: #007F98;
  color: white;
  height: 100px;
}

.products__email-panel--compact .form__field {
  display: none;
}

.products__email-panel--compact .products__email-panel__add-button,
.products__email-panel--compact .products__email-panel__instructions {
  display: block;
}

.products__email-panel--compact .products__email-panel__products-instructions {
  display: none;
}

.products__email-panel--compact .products__email-panel__heading {
  color: white;
}

.products__email-panel--compact .products__email-panel__heading small {
  display: none;
}

.products__email-panel--compact .products__email-panel__container {
  max-width: 1200px;
}

.products__email-panel__container {
  max-width: 514px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.products__email-panel__container .products__email-panel__add-button {
  display: none;
}

.products__email-panel__add-button {
  display: none;
  float: right;
  margin-right: 20px;
}

.products__email-panel__add-button .button {
  background-color: #fff;
  color: #007F98;
  border-bottom: 4px solid #e9e9e9;
}

.products__email-panel__add-button .button:hover {
  border-bottom: 2px solid #e9e9e9;
}

.products__email-panel__instructions {
  padding-top: 12px;
  float: right;
  display: none;
  font-size: 13px;
}

.products__email-panel__heading {
  height: 45px;
}

.products__email-panel__heading small {
  font-size: 14px;
}

.products__email-panel__cancel {
  margin-left: 40px;
  color: #fff;
}

.stock_status_with_fancy_tooltip {
  display: inline;
}

.stock_status {
  display: none;
}

.products__email-panel__container {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__email-panel__container .products__email-panel__add-button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.products__email-panel__container .products__email-panel__heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.products__email-panel__container .products__email-panel__instructions {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

.product-top__sizes .enquire-now {
  margin-bottom: 40px;
}

.product-top__sizes .enquire-now p {
  padding-right: 13px;
}

.stock_status_with_fancy_tooltip {
  position: relative;
}

.stock_status_hover_table,
.wheel_shipment_hover_table {
  display: none;
}

.brand-panel__logo,
.logo-holder {
  text-align: center;
}

.brand-panel__logo > img,
.logo-holder > img {
  max-width: 50%;
}

.product-email-success {
  padding: 20px;
  border: 2px solid #cf0000;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 2em;
}

.wheel-footer-tabs {
  clear: both;
}

.wheel-footer-tabs .cart-add-on__options {
  margin-left: 0;
  padding-left: 0;
}

.wheel-footer-tabs > div {
  padding-bottom: 15px;
}

.product-tabs ~ nav {
  float: left;
  overflow: auto;
}

.product-tabs ~ nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-tabs ~ nav ul > li {
  margin-bottom: 20px;
}

.product-tabs ~ nav ul > li > ul {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin: 20px 0 0;
}

.product-tabs ~ nav ul > li > ul > li > a {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

.product-tabs ~ nav ul > li > ul li {
  margin-bottom: 10px;
}

.product-tabs ~ nav ul > li > a {
  color: rgba(55, 68, 89, 0.6);
  font-weight: bold;
}

.product-tabs ~ nav ul > li > a:hover {
  color: #374459;
}

.product-tabs ~ nav ul > li.active > a {
  color: #374459;
}

.menu-arrows {
  display: none;
}

.brand-content-block iframe {
  width: 100%;
  max-width: 560px;
  margin: auto;
}

.button.back-button {
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: right;
}

.original-tyre .products {
  background: rgba(255, 255, 255, 0.66);
  padding: 33px 40px 0;
  border-radius: 5px;
}

.original-tyre h3 {
  font-weight: 600;
}

.tabContent {
  display: none;
}

.tabContent.active-tab {
  display: block;
}

.body__content--footer {
  padding-top: 30px;
  padding-bottom: 10px;
}

.accordion-tabs {
  padding: 0;
}

.accordion-tabs:after {
  clear: both;
  display: table;
  content: '';
}

.accordion-tabs .tab-header-and-content {
  list-style: none;
}

.accordion-tabs .tab-header-and-content .tab-link {
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 16px;
  padding-right: 0;
}

.accordion-tabs .tab-link {
  display: block;
  padding-right: 1em;
}

.accordion-tabs .is-active {
  color: #374459;
  border-bottom: 2px solid #007F98;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.accordion-tabs .tab-content {
  display: none;
  width: 100%;
}

.products__email-panel {
  padding-top: 15px;
}

.products__email-panel .products__email-panel__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__email-panel .products__email-panel__container .products__email-panel__heading {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.products__email-panel.products__email-panel--compact .products__email-panel__container {
  padding-top: 0;
}

.products__email-panel.products__email-panel--compact .products__email-panel__container .products__email-panel__heading {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.enquiry-container.is-active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 999999;
  height: 100%;
}

.enquiry-container.is-active .products__email-panel {
  display: block;
  position: static;
  margin-top: 100px;
}

.enquiry-container.is-active .products__email-panel__products-instructions {
  display: block;
  margin-bottom: 12px;
}

.enquiry-container.is-active .products__email-panel__heading {
  line-height: inherit;
  height: inherit;
}

.enquiry-container.is-active .button-cool--secondary {
  margin-top: 0;
  padding: 10px 15px;
}

.enquiry-container .button-cool--secondary {
  margin-top: 8px;
  padding: 5px 13px;
}

.dealer-combo-exclusive {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: orange;
}

.home-blurbs--panel {
  padding: 0 0 30px;
}

.home-blurbs--panel:nth-child(2) {
  padding-bottom: 0;
}

.video-embed {
  margin: 0 0 20px;
}

.video-embed__hide {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.home-panels {
  position: relative;
  text-align: center;
}

.home-panels:after {
  content: "";
  display: table;
  clear: both;
}

.home-panels__panel {
  position: relative;
  height: 335px;
  background: no-repeat center center;
  background-size: cover;
}

.home-panels__panel--light {
  color: white;
}

.home-panels__panel__link {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.home-panels__panel__content {
  padding-top: 60px;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}

.my-account__sales-panels {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05), 0 0 0 0 transparent;
          box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05), 0 0 0 0 transparent;
}

.my-account__sales-panels__panel {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 1px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.my-account__sales-panels__panel__container:last-child .my-account__sales-panels__panel {
  margin-bottom: 0;
}

.my-account__sales-panels__panel .sort-handle {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 7px;
  padding: 20px;
  background: url(../images/components/sort-handle.png) no-repeat center center;
  background-size: 16px 7px;
  cursor: move;
}

.my-account__sales-panels__panel__container {
  overflow: hidden;
}

.my-account__sales-panels__panel__label {
  color: #808080;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.my-account__sales-panels__panel__value {
  font-size: 50px;
  line-height: 60px;
}

.my-account__sub-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.my-account__sub-nav__item {
  margin-bottom: 10px;
}

.my-account__sub-nav__item a {
  color: #404040;
}

.my-account__sub-nav__item--border {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.my-account__sub-nav__item--border a {
  padding-left: 26px;
  background: url(../images/components/settings-icon.png) no-repeat left center;
  background-size: 16px 16px;
}

.dealer-notifications {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.dealer-notifications__notification {
  margin-bottom: 20px;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#efefef));
  background: linear-gradient(transparent, #efefef);
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.dealer-notifications__notification h4 {
  margin: 0 0 10px;
  padding-right: 30px;
}

.dealer-notifications__notification p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

.dealer-notifications__inner {
  position: relative;
}

.dealer-notifications__close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background: url(../images/components/dealer-notification-close.png) no-repeat;
  background-size: contain;
  text-indent: -999px;
}

.dealer-panels__panel {
  position: relative;
  margin-bottom: 10px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 20px;
}

.dealer-panels__panel h2 {
  margin: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 36px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
}

.dealer-panels__panel__top {
  position: relative;
  padding: 70px 20px 20px;
  background: url(../images/header/logo.png) no-repeat 20px 20px;
  background-size: 25px 25px;
}

.dealer-panels__panel__date {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #808080;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
}

.dealer-panels__panel__product-image {
  float: right;
}

.dealer-panels__panel__base {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 0 0 3px 3px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
}

.dealer-panels__panel__base--dark {
  background: #263141;
  color: #808080;
}

.dealer-panels__panel__base__left,
.dealer-panels__panel__base__right {
  margin-bottom: 0;
}

.dealer-panels__panel__base__left s,
.dealer-panels__panel__base__right s {
  color: #d9d9d9;
}

.dealer-panels__price-tag {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: white;
  border-radius: 3px;
  font-size: 14px;
}

.dealer-panels__price-tag:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  display: block;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}

.dealer-panels__price-tag--progress {
  background: #007F98;
}

.dealer-panels__price-tag--progress:before {
  border-right-color: #007F98;
}

.dealer-panels__price-tag--success {
  background: #00d358;
}

.dealer-panels__price-tag--success:before {
  border-right-color: #00d358;
}

.dealer-panels__price-tag--fail {
  background: #8d8d8d;
}

.dealer-panels__price-tag--fail:before {
  border-right-color: #8d8d8d;
}

.dealer-panels__progress {
  width: 100%;
  margin: 9px 0 5px;
}

.dealer-panels__progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.dealer-panels__progress[value]::-webkit-progress-bar {
  height: 10px;
  background: black;
  border-radius: 10px;
}

.dealer-panels__progress[value]::-webkit-progress-value {
  border-radius: 10px;
}

.dealer-panels__progress--progress[value]::-webkit-progress-value {
  background: #007F98 url(../images/components/progress-bar.png);
}

.dealer-panels__progress--success[value]::-webkit-progress-value {
  background: #00d358 url(../images/components/progress-bar-success.png);
}

.dealer-panels__progress--fail[value]::-webkit-progress-value {
  background: #8d8d8d url(../images/components/progress-bar-fail.png);
}

.scroll-down {
  position: absolute;
  width: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 27px;
  z-index: 10;
  -webkit-transition: bottom ease-in 0.1s;
  transition: bottom ease-in 0.1s;
}

.scroll-down:hover {
  bottom: 29px;
}

.button-cool {
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.button-cool--primary {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #007F98;
  border-color: transparent;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: inherit;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-weight: bold;
  -webkit-box-shadow: 0 4px 0 0 #005566;
          box-shadow: 0 4px 0 0 #005566;
}

.button-cool--primary_button--banner {
  padding: 13px 45px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}

.button-cool--primary_small {
  padding: 5px 10px !important;
  border: none !important;
  font-weight: bold;
}

.button-cool--secondary {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #fff;
  color: #005566;
  border: none;
  border-bottom: 5px solid #E8E8E8;
  font-weight: bold;
  letter-spacing: 0.56px;
  cursor: pointer;
  margin-bottom: 0;
}

.button-cool--secondary:focus, .button-cool--secondary:hover {
  background-color: #fff;
}

.button-fitment {
  display: block;
  font-weight: bold;
}

.crumbs {
  margin-bottom: 40px;
  color: #34445b;
  font-weight: bold;
}

.crumbs__link {
  color: #c2c7ce;
}

.crumbs__divider {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  width: 7px;
  height: 10px;
  background: url(../images/body/crumbs-divider.png) no-repeat;
  background-size: 7px 10px;
  text-indent: -999px;
}

.js-overlay {
  position: fixed;
  z-index: 400;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.js-overlay--display {
  display: block;
}

.vehicle-search {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vehicle-search:after {
  content: "";
  display: table;
  clear: both;
}

.find-that-product {
  display: none;
}

.find-that-product h3 {
  font-size: 36px;
  font-weight: 600;
}

.find-that-product label {
  color: #005566;
}

.find-that-product label input {
  display: none;
}

.vehicle-search--compact {
  height: auto !important;
}

.vehicle-search--compact .vehicle-search__image__item,
.vehicle-search--compact .vehicle-data,
.vehicle-search--compact .vehicle-search__sidebar {
  display: none;
}

.vehicle-search--compact .find-that-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vehicle-search--compact .vehicle-search__image__desc {
  position: relative;
  padding: 0;
  background: transparent;
}

.vehicle-search__image {
  position: relative;
  float: left;
  width: 73.75%;
}

.vehicle-search__image__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vehicle-search__image__item {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: 1;
}

.vehicle-search__image__item:first-child {
  position: relative;
}

.vehicle-search__image__item img {
  display: block;
  width: 100%;
}

.vehicle-search__image__item--active {
  display: block;
}

.vehicle-search__image__desc {
  position: absolute;
  z-index: 15;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 5px;
  background: rgba(242, 242, 242, 0.75);
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vehicle-search__image__desc h4, .vehicle-search__image__desc p {
  margin-bottom: 15px;
}

.vehicle-search__sidebar {
  margin-left: 73.75%;
  padding-left: 58px;
  font-size: 13px;
  line-height: 1.54;
}

.vehicle-search__sidebar p {
  font-size: 16px;
}

.vehicle-search__sidebar .vehicle-search__sidebar--bold-title {
  font-weight: bold;
}

.vehicle-search__sidebar__thumbs {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.vehicle-search__sidebar__thumb {
  position: relative;
  margin-bottom: 10px;
  opacity: 0.25;
}

.vehicle-search__sidebar__thumb img {
  display: block;
}

.vehicle-search__sidebar__thumb--active {
  opacity: 1;
  border: 3px solid #007F98;
}

.vehicle-search__sidebar__thumb--active:after {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  display: block;
  margin-top: -3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #007F98;
}

.vehicle-search__sidebar__thumb--js {
  cursor: pointer;
}

.modaal-overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  width: 3px;
  height: 18px;
  background: #354456;
  border-radius: 3px;
}

.modaal-content-container {
  padding: 30px 30px 10px;
}

.store-locator {
  margin-bottom: 20px;
}

.store-locator__dealers {
  background: #f2f2f2;
}

.store-locator__dealers__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.store-locator__dealers__list__item {
  padding: 20px 20px 1px;
  border-bottom: 1px solid #e2e4e8;
}

.store-locator__dealers__list__item--active {
  background: #fbfbfb;
}

.store-locator__map {
  display: none;
}

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery .photo {
  margin-bottom: 20px;
  width: 100%;
}

.gallery .photo a {
  display: block;
  position: relative;
}

.gallery .photo a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7) url(../images/components/plus@2x.png) no-repeat center;
  background-size: 39px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.gallery .photo a:hover:after {
  opacity: 1;
}

.gallery .photo img {
  vertical-align: bottom;
  width: 100%;
}

.bottom__bar__fam {
  background-color: #F2F2F2;
}

.bottom__bar__fam .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.bottom__bar__fam a {
  color: #023E4A;
  font-size: 20px;
  font-weight: 700;
  display: block;
  height: 80px;
  line-height: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.main-carousel {
  max-width: 1180px;
  margin: auto;
  padding: 40px 20px;
}

.carousel-cell {
  width: 100%;
}

.carousel-cell img {
  vertical-align: bottom;
  width: 100%;
}

.carousel-cell .products {
  padding: 40px 40px 0;
}

.form--app-search--small {
  padding: 20px 0 1px;
}

.overlay {
  margin: 1px;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: url("../images/components/plus@2x.png");
  background-size: 39px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.showroom-popup {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.showroom-popup__image {
  margin-bottom: 20px;
}

.showroom-popup__image img {
  width: 100%;
  vertical-align: top;
}

.showroom-modal .modaal-container {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.showroom-modal .modaal-close {
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 3px solid #d50000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.showroom-modal .modaal-close:before, .showroom-modal .modaal-close:after {
  left: 50%;
  top: 50%;
  height: 24px;
  background: #d50000;
}

.showroom-modal .modaal-close:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.showroom-modal .modaal-close:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.showroom-popup .left, .showroom-popup .right {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 330px;
  background-repeat: no-repeat;
}

.showroom-popup .left:hover, .showroom-popup .right:hover {
  cursor: pointer;
}

.showroom-popup .left {
  left: 0;
  background-image: url("../images/components/left@2x.png");
}

.showroom-popup .right {
  right: 0;
  background-image: url("../images/components/right@2x.png");
}

.vehicle-gallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vehicle-gallery:after {
  content: "";
  display: table;
  clear: both;
}

.vehicle-gallery__link {
  display: block;
  width: 290px;
  height: 190px;
  margin: 0 auto 10px;
  background: no-repeat center center;
  background-size: cover;
}

.accessories nav {
  float: left;
  width: 310px;
  overflow: auto;
}

.accessories nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.accessories nav ul > li {
  margin-bottom: 20px;
}

.accessories nav ul > li > ul {
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin: 20px 0 0;
}

.accessories nav ul > li > ul > li > a {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

.accessories nav ul > li > ul li {
  margin-bottom: 10px;
}

.accessories nav ul > li > a {
  color: rgba(55, 68, 89, 0.6);
  font-weight: bold;
}

.accessories nav ul > li > a:hover {
  color: #374459;
}

.accessories nav ul > li.active > a {
  color: #374459;
}

.accessories .menu-arrows {
  display: none;
}

.accessories .accessories__products__panel {
  display: block;
  margin-bottom: 20px;
}

.accessories .accessories__products__panel:hover {
  text-decoration: underline;
}

.accessories .accessories__products__panel--small .accessories__products__panel__image {
  background: white;
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.accessories .accessories__products__panel__image {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.accessories .accessories__products__panel__image__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  mix-blend-mode: multiply;
}

.accessories .accessories__products__panel__title {
  font-weight: 700;
}

.contact-page__container {
  padding-top: 30px;
  padding-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-description {
  padding-bottom: 20px;
  font-size: 24px;
}

.contact-page {
  background-color: #FAFAFA;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-info a {
  margin-bottom: 38px;
  font-size: 20px;
}

.contact-info a:first-of-type {
  margin-top: 20px;
}

.contact-info .contact-info__address a {
  font-size: 18px;
  display: block;
  color: #005566;
}

.contact-info .map-wrapper {
  text-align: center;
}

.sub-navigation-container {
  background: #03333C;
}

.sub-navigation {
  list-style-type: none;
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px 0;
}

.sub-navigation a {
  color: white;
  display: block;
  font-family: proxima-nova, Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  opacity: .48;
}

.sub-navigation a.section {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.sub-navigation a.section:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 7px solid #03333C;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.contact-request__form {
  padding-bottom: 50px;
}

.contact-request__form .form-field {
  margin-bottom: 15px;
}

.contact-request__form .form-field input,
.contact-request__form .form-field select,
.contact-request__form .form-field textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F2F2;
  padding: 12px;
}

.contact-request__form .form-field select {
  background-color: #F2F2F2;
  font-weight: 600;
}

.contact-request__form .form-field button {
  font-weight: bold;
}

.contact-request__form .reason {
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-request__form .contact-select {
  height: 48px;
  max-height: 48px;
}

.contact-request__form .contact-select:focus {
  outline: none;
}

.team {
  background-color: #fff;
  position: relative;
}

.team svg {
  position: absolute;
  top: -90px;
  width: 100%;
}

.team h2 {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  color: #033E4A;
  font-family: "Teko", sans-serif;
  font-size: 50px;
}

.team__container {
  padding-right: 20px;
  padding-left: 20px;
}

.team-member__holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-member {
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.team-member p {
  font-size: 24px;
  margin-bottom: 0;
}

.team-member a {
  font-size: 18px;
}

.home-services {
  background-color: #F7F4F4;
}

.home-services h2 {
  text-align: center;
  text-transform: uppercase;
}

.section-title {
  font-size: 60px;
  color: #023E4A;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
}

.home-panel__title {
  font-size: 50px;
  color: #023E4A;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  margin-bottom: 0;
}

.service-panel {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  margin-top: 40px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
}

.service-panel:last-of-type {
  padding-top: 54px;
  text-align: center;
}

.service-panel:last-of-type h3 {
  color: #005566;
  font-weight: bold;
}

.service-panel p {
  font-size: 18px;
}

.service-panel h3 {
  font-size: 30px;
  color: #484747;
  font-weight: bold;
}

.service-panel .service-panel__price {
  font-size: 25px;
  font-weight: bold;
}

.service-panel__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-services__container {
  margin: auto;
}

.home-services__overlay {
  position: relative;
  padding-bottom: 40px;
  padding-top: 100px;
  background-color: rgba(255, 255, 255, 0.75);
}

.home-services__overlay img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.home-services__overlay h2 {
  color: #005566;
}

.service-panel__book {
  font-weight: bold;
  line-height: 37.5px;
}

.tyre-check {
  background: none;
  border: none;
  color: #005566;
}

#tyre-check,
#cannot-find-car {
  display: none;
}

.modaal-outer-wrapper .modaal-inner-wrapper {
  padding: 80px 0;
}

.modaal-outer-wrapper .modaal-inner-wrapper .modaal-close:focus,
.modaal-outer-wrapper .modaal-inner-wrapper .modaal-close:hover {
  background-color: transparent;
}

.tyre-check__wrapper,
.cannot-find-car__container {
  margin: auto;
  max-width: 580px;
}

.tyre-check__wrapper h2,
.cannot-find-car__container h2 {
  font-size: 50px;
  font-family: "Teko", sans-serif;
  color: #033E4A;
  font-weight: 500;
  text-transform: uppercase;
}

.tyre-check__wrapper .form-field,
.cannot-find-car__container .form-field {
  margin-bottom: 15px;
}

.tyre-check__wrapper .form-field input,
.tyre-check__wrapper .form-field textarea,
.cannot-find-car__container .form-field input,
.cannot-find-car__container .form-field textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F2F2F2;
  padding: 12px;
}

.vehicle-data .vehicle-info__wrapper h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #484747;
}

.vehicle-data .vehicle-info__wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.vehicle-info__request-quote {
  margin-bottom: 40px;
  width: 258px;
  text-align: center;
}

.vehicle-info__request-quote label.button {
  display: block;
}

.vehicle-info__request-quote input {
  display: none;
}

.vehicle-info__request-quote.is-active {
  position: fixed;
  top: 0;
  z-index: 111;
  background: white;
  width: 100%;
  left: 0;
}

.featured {
  display: block;
}

.featured .featured-display {
  position: relative;
  background-size: cover;
  width: 100%;
  min-height: 349px;
}

.featured .featured-description {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding-left: 18px;
  padding-top: 15px;
  color: #484747;
}

.featured .featured-description h4 {
  color: #484747;
  margin-bottom: 0;
}

.non-search-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  margin: auto;
  padding-bottom: 94px;
}

.non-search-container .home-blurbs--panel {
  margin-bottom: 50px;
}

.non-search-container .home-blurbs--panel:first-of-type {
  margin-top: 75px;
}

.non-search-container .home-blurbs--panel h3 {
  font-size: 30px;
  font-weight: bold;
}

.non-search-container .cant-find-car {
  text-align: center;
}

.non-search-container .cant-find-car p {
  font-size: 20px;
  font-weight: bold;
  font-family: proxima-nova, Helvetica, Arial, Lucida Grande, sans-serif;
}

.body__banner.banner--no_fitment {
  -webkit-box-shadow: 0 20px 30px 0 rgba(50, 50, 50, 0.2);
          box-shadow: 0 20px 30px 0 rgba(50, 50, 50, 0.2);
}

.sharing-is-caring {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.sharing-is-caring h2 {
  font-weight: 600;
  font-size: 36px;
}

.sharing-is-caring .button-cool--primary {
  font-weight: bold;
  font-size: 18px;
}

.sharing-is-caring input {
  display: none;
}

.sharing-center {
  color: #005566;
  margin-top: 30px;
  font-weight: 600;
}

.sharing-center ul {
  display: inline-block;
  padding-left: 0;
}

.sharing-center li {
  display: inline-block;
}

.sharing-center li a {
  padding: 10px;
  display: block;
}

.sharing-center li a img {
  vertical-align: middle;
  width: 20px;
}

.accordion-tabs.product-tabs .tab-header-and-content .tab-link {
  margin-right: 0;
  padding-bottom: 10px;
}

.accordion-tabs.product-tabs .tab-header-and-content:first-of-type .tab-link {
  margin-left: 0;
}

.specific-search-button {
  height: 34px;
  line-height: 34px;
  margin-top: 1px;
}

.finance {
  color: white;
}

.finance h1 {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.genopay {
  background: url("../images/Pattern001.png") repeat;
  padding: 40px 20px;
}

.genopay p {
  margin-bottom: 40px;
}

.genopay a {
  display: block;
  text-align: center;
}

.genopay a img {
  max-width: 200px;
}

.finance-now {
  background: url("../images/Pattern002.png") repeat;
  padding: 40px 20px;
}

.finance-now p {
  margin-bottom: 35px;
}

.finance-intro {
  padding-top: 20px;
}

.finance-intro h1 {
  color: #023E4A;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.finance-intro p {
  margin-bottom: 10px;
}

.finance-intro .image {
  max-width: 137px;
}

.calculator-main.body__content .desktop-content {
  display: none;
}

.calculator-results {
  background: url("../images/Pattern002.png") repeat;
  color: white;
  padding: 30px 0 10px;
  text-align: center;
}

.calculator-results p {
  margin-bottom: 0;
  text-transform: uppercase;
}

.calculator-results p:first-of-type {
  font-size: 30px;
  font-weight: 700;
}

.calculator-results .result {
  border: 4px solid #004F60;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 26px;
  padding: 26px;
}

.calculator-fields label {
  display: block;
  margin-bottom: 11px;
  margin-top: 20px;
  text-transform: uppercase;
}

.calculator-fields .form-field input {
  color: #007F98;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 12px;
}

.calculator-fields .fancy-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calculator-fields .fancy-field input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.calculator-fields .icon {
  color: white;
  background-color: #007F98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  font-weight: 900;
  font-size: 18px;
}

.calculator-apply {
  padding: 40px 20px;
  text-align: center;
}

.calculator-apply .button-cool--primary {
  max-width: 270px;
  margin: auto;
  width: 100%;
}

.finance-content-block {
  background-color: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.finance-content-block h2 {
  color: #007F98;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}

.gruzo-banner {
  color: white;
  margin-bottom: 0;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  background-color: #263142;
  padding: 4px 10px;
  background-position: center;
  background-size: cover;
  display: block;
}

.gruzo-banner .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.gruzo-banner .content-container {
  width: 100%;
}

.gruzo-banner h1 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: bold;
}

.gruzo-banner .gruzo-banner_logo-wrapper {
  width: 50%;
}

.gruzo-banner .gruzo-banner_logo-wrapper img {
  vertical-align: bottom;
  max-height: 65px;
}

.gruzo-banner .gruzo-banner_right {
  text-align: right;
}

.gruzo-banner .button-wrapper {
  min-width: 200px;
}

.gruzo-banner .button-wrapper .button {
  text-align: center;
}

.gruzo-banner .gruzo-underbutton {
  font-size: 16px;
  display: none;
  margin-bottom: 0;
}

.gruzo-banner .gruzo-button {
  color: white;
  background-color: #303b4a;
  -webkit-appearance: none;
  padding: 5px 15px;
  border-radius: 50px;
  border: 2px solid #00e2bf;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.gruzo-banner .gruzo-button:hover {
  border: 2px solid #c12d6b;
}

@media (min-width: 350px) {
  .accessories .products {
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .accessories .accessories__products__panel {
    float: left;
    width: 47.75281%;
    margin-bottom: 40px;
    margin-left: 4.49438%;
  }
  .accessories .accessories__products__panel:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .accessories .accessories__products__panel--small {
    width: 21.629215%;
  }
  .accessories .accessories__products__panel--small:nth-child(2n+1) {
    clear: none;
    margin-left: 4.49438%;
  }
  .accessories .accessories__products__panel--small:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}

@media (min-width: 360px) {
  .body__banner--home {
    height: 395px;
  }
}

@media (min-width: 480px) {
  .products__email-panel__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products__email-panel.products__email-panel--compact .products__email-panel__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 500px) {
  .store-locator {
    position: relative;
    overflow: hidden;
  }
  .store-locator:before {
    content: '';
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 420px;
    height: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .store-locator:after {
    content: "";
    display: table;
    clear: both;
  }
  .store-locator__dealers {
    position: relative;
    overflow: auto;
    float: left;
    width: 420px;
    height: 620px;
  }
  .store-locator__dealers__list__item--js {
    cursor: pointer;
  }
  .store-locator__dealers__list__item--js:hover {
    background: #f7f7f7;
  }
  .store-locator__map {
    display: block;
    margin-left: 420px;
    height: 620px;
  }
}

@media (min-width: 520px) {
  .accessories .accessories__products__panel__title {
    padding-top: 20px;
  }
  .accessories .accessories__products__panel {
    width: 30.33708%;
    margin-left: 4.49438%;
  }
  .accessories .accessories__products__panel:nth-child(2n+1) {
    clear: none;
    margin-left: 4.49438%;
  }
  .accessories .accessories__products__panel:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .accessories .accessories__products__panel--small {
    width: 21.629215%;
  }
  .accessories .accessories__products__panel--small:nth-child(2n+1) {
    clear: none;
    margin-left: 4.49438%;
  }
  .accessories .accessories__products__panel--small:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}

@media (min-width: 530px) {
  .header__user-bar__phone--public {
    display: block;
  }
}

@media (min-width: 600px) {
  .handy-store-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .handy-store-navigation .crumbs {
    display: inline-block;
  }
}

@media (min-width: 680px) {
  .header__user-bar__item--username {
    position: relative;
    display: block;
    color: #347792;
  }
  .header__user-bar__settings-list {
    font-size: 16px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%;
    display: none;
    margin: 20px 0 0;
    padding: 20px 20px 10px;
    list-style-type: none;
    min-width: 200px;
    background: white;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .header__user-bar__settings-list:before, .header__user-bar__settings-list:after {
    content: '';
    position: absolute;
    display: block;
  }
  .header__user-bar__settings-list:before {
    right: 55px;
    top: -6px;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #d7d7d7 transparent;
  }
  .header__user-bar__settings-list:after {
    right: 57px;
    top: -4px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: white transparent;
  }
  .header__user-bar__settings-list .the-p {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .header__user-bar__settings-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header__user-bar__settings-list ul li {
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.24);
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 3px;
  }
  .header__user-bar__settings-list ul li a {
    color: #808080;
    display: block;
  }
  .header__user-bar__settings-list ul .active {
    background: #347792;
    border: 1px solid #347792;
    border-radius: 3px;
  }
  .header__user-bar__settings-list ul .active a {
    color: white;
    font-weight: 700;
  }
  .header__user-bar__settings-toggle:checked ~ .header__user-bar__settings-list {
    display: block;
  }
  .header__user-bar__settings-list__item {
    margin-bottom: 10px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .body__banner.body__banner--gallery .body__banner__title {
    padding-bottom: 175px;
  }
  .button--tiny {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
  .button--small {
    width: auto;
  }
  .form__switches {
    display: block;
  }
  .button--mobile-plain {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: #bf1300;
    color: white;
  }
  .button--mobile-plain:hover {
    background: #e90000;
  }
  form .field--left {
    float: left;
  }
  form .field--right {
    float: right;
  }
  .form__field--inline,
  .form__js-select {
    width: auto;
  }
  .form__text-input--x-small {
    width: 60px;
  }
  .form__text-input--medium {
    max-width: 300px;
  }
  .header__user-bar__settings-list-mobile {
    display: none;
  }
  .brand-panel {
    width: 48.17%;
  }
  .product-add {
    float: right;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 0;
  }
  .product-add .back {
    display: none;
  }
  .product-add form {
    float: none;
    text-align: right;
  }
  .product-add form strong {
    display: block;
    margin: 0 0 10px;
  }
  .stock_status_with_fancy_tooltip:hover .stock_status_hover_table {
    display: block;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    top: -182px;
    right: 0;
    z-index: 100;
    padding: 10px;
    width: 241px;
  }
  .stock_status_with_fancy_tooltip:hover .stock_status_hover_table p {
    margin-bottom: 0;
  }
  .stock_status_with_fancy_tooltip:hover .stock_status_hover_table table {
    width: 100%;
  }
  .stock_status_with_fancy_tooltip:hover .stock_status_hover_table .right {
    text-align: right;
  }
  .stock_status_with_fancy_tooltip:hover .wheel_shipment_hover_table {
    display: block;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    top: -60px;
    right: -10px;
    z-index: 100;
    padding: 10px;
    width: 241px;
  }
  .stock_status_with_fancy_tooltip:hover .wheel_shipment_hover_table p {
    margin-bottom: 0;
  }
  .stock_status_with_fancy_tooltip:hover .wheel_shipment_hover_table table {
    width: 100%;
  }
  .stock_status_with_fancy_tooltip:hover .wheel_shipment_hover_table .right {
    text-align: right;
  }
}

@media (min-width: 700px) {
  .showroom-modal .modaal-close {
    right: 50px;
    top: 50px;
  }
  .showroom-popup {
    padding: 0 40px;
  }
  .vehicle-gallery__group {
    width: 49.6%;
    height: 32%;
  }
  .showroom-popup__image {
    margin-bottom: 40px;
  }
  .vehicle-gallery__group--left {
    clear: both;
    float: left;
  }
  .vehicle-gallery__group--right {
    float: right;
  }
  .vehicle-gallery__group--large {
    position: relative;
    height: auto;
    padding-top: 32%;
  }
  .vehicle-gallery__link {
    position: relative;
    float: left;
    width: 49.16%;
    height: 0;
    margin: 0 1.68% 1.68% 0;
    padding-top: 31.4%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .vehicle-gallery__link:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.5);
  }
  .vehicle-gallery__link:hover .overlay {
    opacity: 1;
  }
  .vehicle-gallery__group .vehicle-gallery__link:nth-child(even) {
    margin-right: 0;
  }
  .vehicle-gallery__link--large {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  h1.banner {
    font-size: 80px;
  }
  .header__container {
    height: 80px;
  }
  .header__nav-toggler {
    top: 32px;
  }
  .desktop-logo {
    display: inherit;
  }
  .mobile-logo {
    display: none;
  }
  .header-phone__icon {
    display: none;
  }
  .nav--header {
    top: 80px;
  }
  .body__banner h1 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .body__banner .body__banner__title--home {
    padding-top: 0;
    padding-bottom: 0;
  }
  .body__banner--home {
    height: 450px;
  }
  .product-top__sizes__table__title--alpha:not(:first-of-type) {
    width: 30%;
  }
  @-moz-document url-prefix() {
    .products__panel {
      margin-bottom: 40px;
    }
  }
  @supports (-ms-accelerator: true) {
    .products__panel {
      margin-bottom: 40px;
    }
  }
  .content-left,
  .content-right {
    width: 50%;
  }
  .product-tabs__item {
    float: left;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
  }
  .product-tabs__item:hover {
    cursor: pointer;
  }
  .product-tabs__item--brand {
    position: relative;
    margin-left: 0;
    padding-right: 50px;
  }
  .product-tabs__item--brand img {
    max-width: 1200px;
    vertical-align: middle;
  }
  .product-tabs__item--brand:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 16px;
    background: #d4d4d4;
  }
  .product-tabs__item--brand:hover {
    cursor: auto;
  }
  .product-tabs__item--active {
    border-bottom: 2px solid #c40000;
    padding-bottom: 30px;
  }
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
  .accordion-tabs .tab-header-and-content .tab-link {
    margin-top: 0;
    margin-left: 35px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .enquiry-container.is-active {
    height: inherit;
  }
  .button-cool--primary_button--banner {
    display: inline-block;
    margin-left: 10px;
  }
  .button-cool--primary_button--banner:first-of-type {
    margin-left: 0;
  }
  .gallery .photo {
    margin-bottom: 10px;
    width: 24.25%;
  }
  .gallery .photo:nth-of-type(6n-5), .gallery .photo:nth-of-type(6n-4) {
    width: 49.5%;
  }
  .contact-page__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sub-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 20px;
  }
  .sub-navigation a {
    padding: 13px 37px;
  }
  .sub-navigation li:first-of-type a {
    padding-left: 0;
  }
  .team__container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-services__overlay {
    padding-bottom: 70px;
  }
  .non-search-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .genopay {
    padding: 40px;
  }
  .genopay .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .genopay p {
    margin-right: 30px;
  }
  .finance-now {
    padding: 40px;
  }
  .finance-intro {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calculator-main.body__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
  }
  .calculator-main.body__content .desktop-content {
    display: block;
    min-width: 440px;
    width: 440px;
    padding-left: 80px;
    padding-top: 20px;
    border-left: 1px solid #D9D9D9;
  }
  .calculator-main.body__content .desktop-content h3 {
    color: #007F98;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .calculator-main.body__content .calculator-fields {
    padding-bottom: 0;
    margin-right: 80px;
    width: 100%;
  }
  .calculator-results {
    padding-bottom: 35px;
    position: relative;
  }
  .calculator-results .body__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calculator-results .body__content .result {
    width: calc(25% - 85px);
  }
  .calculator-results:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 19px 0 19px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .calculator-fields .calculator-fields-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calculator-fields .form-field {
    width: calc(50% - 20px);
  }
  .calculator-apply {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .calculator-apply .button-cool--primary {
    max-width: 370px;
  }
  .finance-content-block {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .gruzo-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gruzo-banner .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gruzo-banner .gruzo-banner_logo-wrapper {
    width: 100%;
  }
  .gruzo-banner .gruzo-banner_right {
    text-align: center;
  }
  .gruzo-banner .gruzo-underbutton {
    display: block;
    font-size: 16px;
  }
  .gruzo-banner .gruzo-button {
    padding: 15px 30px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__user-bar {
    top: 10px;
  }
  .header__logo {
    width: 204px;
  }
}

@media (min-width: 800px) {
  .pagination {
    width: 95%;
  }
  .noMobile {
    display: inline;
  }
  .form--app-search {
    padding: 15px 0 0;
  }
  .form__label--sub-nav {
    height: 80px;
    line-height: 80px;
  }
}

@media (min-width: 860px) {
  .vehicle-info__request-quote {
    width: 21.5%;
  }
}

@media (min-width: 989px) {
  .product-top__sizes_table__cell_description {
    padding: 0 25px 10px;
  }
}

@media (min-width: 990px) and (max-width: 1040px) {
  .button {
    padding: 0 10px;
  }
}

@media (min-width: 990px) {
  .header__container {
    height: 100px;
  }
  .header__nav-toggler {
    display: none;
  }
  .header__user-bar {
    right: 40px;
  }
  .header__logo {
    left: 40px;
    top: 20px;
    width: 225px;
    height: 60px;
    -webkit-transform: none;
    transform: none;
  }
  .header__user-bar__item {
    height: 100px;
    line-height: 101px;
  }
  .header__user-bar__settings-toggler {
    height: 100px;
    line-height: 100px;
  }
  .nav--header {
    position: absolute;
    right: 150px;
    top: 0;
    bottom: auto;
    width: auto;
    background: transparent;
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .nav__list--header {
    padding: 0;
    background: transparent;
  }
  .nav__item--header {
    float: left;
    margin: 0 30px 0 0;
  }
  .nav__link--header {
    float: left;
    height: 98px;
    line-height: 100px;
  }
  .nav--footer {
    display: block;
    margin-bottom: 50px;
  }
  .nav__item--footer {
    float: left;
    margin-right: 30px;
  }
  .mobile-hidden {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .content-clear:after {
    content: "";
    display: table;
    clear: both;
  }
  .content-left {
    float: left;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content-right {
    float: right;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .body__banner {
    padding: 0;
  }
  .body__banner--home {
    max-height: 560px;
  }
  .body__banner__inner {
    padding: 0 40px;
  }
  .body__banner__inner--home {
    position: relative;
    top: 15%;
  }
  .body__banner__title {
    position: relative;
    max-width: 400px;
    padding-top: 54px;
    line-height: 1;
  }
  .body__banner__title small {
    position: absolute;
    left: 0;
    bottom: 40px;
  }
  .body__banner__title--home {
    height: auto;
    line-height: 1;
  }
  .body__banner__title--home {
    text-align: left;
  }
  .body__content {
    padding: 65px 40px 45px;
  }
  .body__content--thin {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .body__content--home {
    padding-top: 0;
    padding-bottom: 1px;
  }
  .form__container {
    padding: 0 40px;
  }
  .footer {
    padding: 50px 40px 30px;
    text-align: left;
  }
  .footer__top,
  .footer__base__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer__top:after,
  .footer__base__inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer__brands {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  .footer__brands__item {
    display: inline-block;
    margin: 0 20px 20px;
  }
  .footer__brands__item:first-child {
    margin-left: 0;
  }
  .footer__brands__item:last-child {
    margin-right: 0;
  }
  .footer__brands__img {
    vertical-align: middle;
  }
  .footer__facebook-link {
    float: right;
    margin-bottom: 50px;
  }
  .footer__base {
    padding-top: 10px;
    border-top: 1px solid #2f3847;
  }
  .footer__contact {
    clear: both;
    float: right;
  }
  .footer__copyright {
    float: left;
  }
  .product-top__sizes__table__title {
    padding: 10px 20px;
  }
  .product-top__sizes__table__cell {
    padding: 25px 20px;
  }
  .my-account:after {
    content: "";
    display: table;
    clear: both;
  }
  .my-account__left {
    margin-right: 315px;
  }
  .my-account__right {
    float: right;
    width: 270px;
  }
  .dealer-notifications__inner {
    padding-left: 68px;
    background: url(../images/components/dealer-notification.png) no-repeat left top;
    background-size: 48px 48px;
  }
  .dealer-panels {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dealer-panels__panel {
    float: left;
    width: 49.7175%;
    margin-right: 0.565%;
    padding-bottom: 95px;
  }
  .dealer-panels__panel:nth-child(even) {
    margin-right: 0;
  }
  .dealer-panels__panel h2 {
    font-size: 60px;
    line-height: 55px;
  }
  .dealer-panels__panel__base {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dealer-panels__panel__base__left {
    float: left;
  }
  .dealer-panels__panel__base__left--no-float {
    float: none;
    overflow: hidden;
  }
  .dealer-panels__panel__base__right {
    float: right;
    padding-left: 20px;
  }
  .home-blurbs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-blurbs:after {
    content: "";
    display: table;
    clear: both;
  }
  .home-blurbs--panel {
    position: relative;
    float: left;
    width: 33%;
    margin-bottom: 20px;
    padding: 45px 45px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-blurbs--panel p {
    font-size: 20px;
  }
  .home-blurbs--panel:last-of-type {
    padding-right: 0;
  }
  .home-blurbs--panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(transparent));
    background: linear-gradient(#d9d9d9, transparent);
  }
  .home-panels__panel--2 {
    float: left;
    width: 50%;
  }
  .service-panel {
    width: 370px;
  }
  .home-services__container {
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .non-search-container .home-blurbs--panel {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .nav--header {
    display: block;
  }
  .body__banner h1 {
    padding-top: 100px;
    padding-bottom: 78px;
  }
  .body__banner .body__banner__title--home {
    font-size: 120px;
    max-width: 800px;
    padding-bottom: 0;
  }
  .body__banner--home {
    height: 625px;
  }
  .tyre-non-search .tyre-diagram {
    margin-bottom: 0;
  }
  .product-top__sizes {
    float: left;
    width: 47.5%;
  }
  .product-top__gallery {
    float: right;
    width: 47.5%;
    margin-top: 165px;
  }
  .home-services {
    background: url("../images/body/our-services-bg.png") no-repeat;
    width: 100%;
    background-size: cover;
  }
  .home-services__overlay {
    padding-bottom: 150px;
  }
  .modaal-outer-wrapper .modaal-inner-wrapper {
    padding: 80px 25px;
  }
  .vehicle-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .featured {
    width: 48.5%;
  }
  .featured-vehicles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .non-search-container .home-blurbs--panel {
    margin-bottom: 20px;
  }
  .non-search-container .home-blurbs--panel:first-of-type {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .body__banner--home {
    height: 700px;
  }
  .enquiry-container.is-active .products__email-panel {
    position: fixed;
  }
  .products__email-panel--compact {
    height: 80px;
  }
  .products__email-panel--compact .products__email-panel__container {
    padding-right: 80px;
    max-width: 1120px;
  }
  .contact-page__container {
    max-width: 1280px;
    margin: auto;
  }
  .contact-requests__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-requests__wrapper .contact-info,
  .contact-requests__wrapper .contact-requests {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .contact-info .contact-info__address {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 285px;
  }
  .contact-info .contact-info__address .address {
    width: 140px;
  }
  .contact-info .map-wrapper {
    display: none;
  }
  .team__container {
    max-width: 1280px;
    margin: auto;
  }
  .team-member__holder {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1050px) {
  .header__user-bar__phone--dealer {
    display: block;
  }
}

@media (min-width: 1170px) {
  .header__user-bar__item {
    margin-left: 40px;
  }
  .nav__item--header {
    margin-right: 50px;
  }
  .product-top__sizes .enquire-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-top__sizes .enquire-now p {
    max-width: 360px;
  }
}

@media (min-width: 1200px) {
  .product-top__gallery {
    margin-top: 110px;
  }
  .product-modaal img {
    max-width: 75vw;
  }
  .brand-content-blocks {
    display: block;
  }
  .brand-content-blocks:after {
    content: "";
    display: table;
    clear: both;
  }
  .brand-content-block {
    float: left;
    width: 48%;
  }
  .brand-content-block:nth-of-type(2n-1) {
    padding-right: 4%;
  }
  .accordion-tabs .tab-link {
    display: inline-block;
  }
  .accordion-tabs .tab-content {
    float: left;
  }
  .button-cool--primary {
    -webkit-transition: -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
    transition: -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
    transition: transform .2s linear, box-shadow .2s linear;
    transition: transform .2s linear, box-shadow .2s linear, -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
  }
  .button-cool--primary:focus, .button-cool--primary:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff !important;
  }
  .button-cool--secondary {
    -webkit-transition: border-bottom 0.4s linear, -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
    transition: border-bottom 0.4s linear, -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
    transition: transform .2s linear, box-shadow .2s linear, border-bottom 0.4s linear;
    transition: transform .2s linear, box-shadow .2s linear, border-bottom 0.4s linear, -webkit-transform .2s linear, -webkit-box-shadow .2s linear;
  }
  .button-cool--secondary:focus, .button-cool--secondary:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 0;
  }
  .featured-vehicles {
    padding-left: 40px;
    padding-right: 40px;
  }
  .finance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .genopay {
    width: 50%;
    padding: 64px;
  }
  .genopay .content {
    max-width: 536px;
    margin-left: auto;
  }
  .finance-now {
    padding: 64px;
    width: 50%;
  }
  .finance-now .content {
    max-width: 536px;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .home-services__container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .body__banner--home:before {
    width: 1320px;
    height: 431px;
  }
  .products__email-panel--compact {
    height: 80px;
  }
  .products__email-panel--compact .products__email-panel__container {
    padding-right: 20px;
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .products__panel__image {
    width: 100%;
    padding: 30px 20px 1px;
    background-image: none;
    text-align: center;
  }
  .products__panel__image img {
    width: 73.75%;
  }
  .products__panel__desc {
    margin-left: 0;
    padding: 30px 20px 1px;
  }
  .products__panel__desc__data__foot {
    padding-top: 10px;
  }
}

@media (max-width: 990px) {
  h1.main {
    font-size: 36px;
  }
}

@media (max-width: 860px) {
  .fitment-first-space {
    margin-top: 0;
  }
  .vehicle-search {
    margin-bottom: 10px;
  }
  .vehicle-search__image__desc {
    position: static;
  }
  .vehicle-search__image {
    float: none;
    width: 100%;
  }
  .vehicle-search__sidebar {
    display: none;
  }
  .vehicle-search__sidebar {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .brand-panel {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .products__email-panel__heading {
    line-height: 15px;
    display: inline-block;
    float: right;
  }
  .brand-banner .crumbs {
    top: 15px;
  }
  .brand-content .content-clear {
    display: block;
  }
  .brand-content .content-right .logo-holder {
    position: relative;
  }
  .vehicle-gallery__link {
    position: relative;
  }
}

@media (max-width: 400px) {
  .products__email-panel__instructions,
  .products__email-panel__heading {
    float: left;
  }
}

@media (max-width: 767px) {
  .wheel-footer-tabs {
    margin-top: 5px;
  }
  .product-tabs ~ nav {
    float: none;
    margin-bottom: 10px;
    cursor: pointer;
    width: calc(100% + 40px);
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    height: 51px;
    margin-left: -20px;
  }
  .product-tabs ~ nav > ul > li:not(.active),
  .product-tabs ~ nav > ul > li > ul {
    display: none;
    margin-top: 0;
  }
  .product-tabs ~ nav li > a {
    display: block;
    color: rgba(55, 68, 89, 0.6);
  }
  .product-tabs ~ nav > ul {
    width: calc(100% - 66px);
    float: left;
    height: 51px;
    padding-left: 20px;
    position: absolute;
    z-index: 100;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .product-tabs ~ nav > ul > li {
    margin-left: -20px;
    margin-right: -46px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #cbcbcb;
  }
  .product-tabs ~ nav > ul > li:not([style*="display: none"]) ~ li {
    border-top: none;
  }
  .product-tabs ~ nav > ul > li > a {
    padding-left: 20px;
  }
  .product-tabs ~ nav > ul > li.active {
    display: list-item;
  }
  .product-tabs ~ nav > ul > li.active > a {
    cursor: pointer;
  }
  .product-tabs ~ nav > ul > li:first-child {
    border-top: 1px solid #cbcbcb;
  }
  .product-tabs ~ nav > ul > li:last-child {
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .product-tabs ~ nav > ul > li > ul > li {
    border-left: 1px solid #cbcbcb;
    margin-bottom: 0;
  }
  .product-tabs ~ nav > ul > li > ul > li > a {
    padding-left: 20px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .product-tabs ~ nav > ul li.active a {
    cursor: default;
    color: #374459;
  }
  .product-tabs ~ nav > ul li:not(.active) a:hover {
    background-color: #cccccc;
    cursor: pointer;
  }
  .product-tabs ~ nav > .menu-arrows {
    width: 45px;
    height: 50px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    float: right;
    z-index: 200;
    /* greater than .wheel-footer-tabs > ul */
    position: absolute;
    right: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .product-tabs ~ nav > .menu-arrows .icon::before {
    font-size: 50%;
    content: '&#9650;';
    display: block;
  }
  .product-tabs ~ nav > .menu-arrows .icon::after {
    font-size: 50%;
    content: '&#9660;';
    display: block;
  }
  .subnav-link-content:not(:first-of-type) {
    display: none;
  }
  .menu-arrows {
    display: block;
  }
  .products {
    margin-top: 70px;
  }
  .overlay {
    display: none;
  }
}

@media (max-width: 1024px) {
  .contact-info .contact-info__address {
    background-image: none !important;
  }
}

@media (max-width: 768px) {
  .header-phone__number {
    display: none;
  }
  .brand-panel {
    height: 181px;
  }
  .brand-banner .crumbs {
    top: 25px;
  }
  .product-tabs {
    margin: 0;
  }
  .product-tabs__item--brand {
    padding-right: 0;
  }
  .product-tabs__item--brand:after {
    display: none;
  }
  .product-top__sizes__table__cell--nowrap {
    white-space: normal;
  }
  .product-top__gallery__large {
    padding: 0;
  }
  .product-top__gallery__large .product-top__gallery__large__item:first-child {
    position: relative;
    left: 0;
    right: 0;
  }
  .product-top__gallery__thumbs {
    padding: 0;
  }
  .cart-notifications {
    left: 20px;
    white-space: normal;
  }
  .cart-notifications li {
    min-width: 0;
  }
  .cart-notifications table {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
  }
  .cart-notifications tr td {
    padding: 0 10px 0 0;
  }
  .cart-notifications tr td:first-child {
    padding: 0;
  }
  .cart-notifications .image {
    display: none;
  }
  .products__panels {
    display: block;
  }
  .products__panel {
    float: none !important;
    display: block;
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto;
  }
  .products__panel__inner {
    border-radius: 0;
  }
  .products__panel__desc__data__item {
    padding-right: 10px;
    white-space: normal;
  }
  .stock_status_with_fancy_tooltip {
    display: none;
  }
  .stock_status {
    display: inline;
  }
  .accessories nav {
    margin-top: -45px;
    margin-right: -20px;
    margin-left: -20px;
    float: none;
    margin-bottom: 10px;
    cursor: pointer;
    width: calc(100% + 40px);
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
  }
  .accessories nav > ul > li:not(.active),
  .accessories nav > ul > li > ul {
    display: none;
    margin-top: 0;
  }
  .accessories nav li > a {
    display: block;
    color: rgba(55, 68, 89, 0.6);
  }
  .accessories nav > ul {
    width: calc(100% - 66px);
    float: left;
    height: 50px;
    border-bottom: 1px solid #cbcbcb;
    padding-left: 20px;
    position: absolute;
    z-index: 100;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .accessories nav > ul > li {
    margin-left: -20px;
    margin-right: -46px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
  }
  .accessories nav > ul > li > a {
    padding-left: 20px;
  }
  .accessories nav > ul > li.active {
    display: list-item;
  }
  .accessories nav > ul > li.active > a {
    cursor: pointer;
  }
  .accessories nav > ul > li:last-child {
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .accessories nav > ul > li > ul > li {
    border-left: 1px solid #cbcbcb;
    margin-bottom: 0;
  }
  .accessories nav > ul > li > ul > li > a {
    padding-left: 20px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .accessories nav > ul a:not([href]) {
    cursor: initial;
    color: #374459;
  }
  .accessories nav > ul a[href]:hover {
    background-color: #cccccc;
    cursor: pointer;
  }
  .accessories nav > .menu-arrows {
    width: 45px;
    height: 50px;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    float: right;
    z-index: 200;
    /* greater than .accessories > ul */
    position: absolute;
    right: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .accessories nav > .menu-arrows .icon::before {
    font-size: 50%;
    content: '&#9650;';
    display: block;
  }
  .accessories nav > .menu-arrows .icon::after {
    font-size: 50%;
    content: '&#9660;';
    display: block;
  }
  .accessories .menu-arrows {
    display: block;
  }
  .accessories .products {
    margin-top: 70px;
  }
}

@media (max-width: 600px) {
  .handy-store-navigation {
    margin-bottom: 40px;
  }
  .handy-store-navigation .crumbs {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .featured {
    margin-bottom: 20px;
  }
}
