@charset "UTF-8";
/*
Theme Name: Tessellate Core
Theme URI: https://tessellate.co.uk/
Author: Tessellate Design Studio
Author URI: https://tessellate.co.uk/
Description: Required base theme, do not delete.
Version: 4.0
Text Domain: tessellate
*/
/************ Normalize ************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0.0625rem dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
}

/********** Accessibility **********/
.says, .screen-reader-text {
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  overflow: hidden;
  position: absolute !important;
  width: 0.0625rem;
  word-wrap: normal !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 0.375rem;
  top: 0.4375rem;
  width: auto;
  z-index: 100000;
}

/********** Media Queries **********/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.frm_verify, .frm_hidden, .frm_screen_reader {
  display: none;
}

.frm_none_container .frm_primary_label {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .container .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .container .row.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xscenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xstop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xsaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xsevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xsstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xsstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xsstretch.xsleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xsstretch.xscenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsstretch.xsright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xsstretch.xstop {
    align-content: flex-start;
  }
  .container .row.xsstretch.xstop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsstretch.xsmiddle {
    align-content: center;
  }
  .container .row.xsstretch.xsmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsstretch.xsbottom {
    align-content: flex-end;
  }
  .container .row.xsstretch.xsbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .container .row .col.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xscenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xstop {
    align-self: flex-start;
  }
  .container .row .col.xsmiddle {
    align-self: center;
  }
  .container .row .col.xsbottom {
    align-self: flex-end;
  }
  .container .row .col.xsstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xsstretch.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xsstretch.xscenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsstretch.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xsstretch.xstop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xsstretch.xsmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xsstretch.xsbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xsorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xspush0 {
    margin-left: 0%;
  }
  .container .row .col.xsorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xspush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xsorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xspush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xsorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xspush3 {
    margin-left: 25%;
  }
  .container .row .col.xsorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xspush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xsorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xspush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xsorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xspush6 {
    margin-left: 50%;
  }
  .container .row .col.xsorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xspush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xsorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xspush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xsorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xspush9 {
    margin-left: 75%;
  }
  .container .row .col.xsorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xspush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xsorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xspush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xsorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xspush12 {
    margin-left: 100%;
  }
  .container .row .col.xs1 {
    width: 8.3333333333%;
  }
  .container .row .col.xs2 {
    width: 16.6666666667%;
  }
  .container .row .col.xs3 {
    width: 25%;
  }
  .container .row .col.xs4 {
    width: 33.3333333333%;
  }
  .container .row .col.xs5 {
    width: 41.6666666667%;
  }
  .container .row .col.xs6 {
    width: 50%;
  }
  .container .row .col.xs7 {
    width: 58.3333333333%;
  }
  .container .row .col.xs8 {
    width: 66.6666666667%;
  }
  .container .row .col.xs9 {
    width: 75%;
  }
  .container .row .col.xs10 {
    width: 83.3333333333%;
  }
  .container .row .col.xs11 {
    width: 91.6666666667%;
  }
  .container .row .col.xs12 {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .container .row .col.xshide, .container .row .col.xs0 {
    display: none;
  }
  .xshide, .xs0 {
    display: none;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .container .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .container .row.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.smaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.smevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.smstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.smstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.smstretch.smleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smstretch.smcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smstretch.smright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smstretch.smtop {
    align-content: flex-start;
  }
  .container .row.smstretch.smtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smstretch.smmiddle {
    align-content: center;
  }
  .container .row.smstretch.smmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smstretch.smbottom {
    align-content: flex-end;
  }
  .container .row.smstretch.smbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .container .row .col.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smtop {
    align-self: flex-start;
  }
  .container .row .col.smmiddle {
    align-self: center;
  }
  .container .row .col.smbottom {
    align-self: flex-end;
  }
  .container .row .col.smstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.smstretch.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smstretch.smcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smstretch.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smstretch.smtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.smstretch.smmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.smstretch.smbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.smorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.smpush0 {
    margin-left: 0%;
  }
  .container .row .col.smorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.smpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.smorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.smpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.smorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.smpush3 {
    margin-left: 25%;
  }
  .container .row .col.smorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.smpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.smorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.smpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.smorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.smpush6 {
    margin-left: 50%;
  }
  .container .row .col.smorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.smpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.smorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.smpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.smorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.smpush9 {
    margin-left: 75%;
  }
  .container .row .col.smorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.smpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.smorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.smpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.smorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.smpush12 {
    margin-left: 100%;
  }
  .container .row .col.sm1 {
    width: 8.3333333333%;
  }
  .container .row .col.sm2 {
    width: 16.6666666667%;
  }
  .container .row .col.sm3 {
    width: 25%;
  }
  .container .row .col.sm4 {
    width: 33.3333333333%;
  }
  .container .row .col.sm5 {
    width: 41.6666666667%;
  }
  .container .row .col.sm6 {
    width: 50%;
  }
  .container .row .col.sm7 {
    width: 58.3333333333%;
  }
  .container .row .col.sm8 {
    width: 66.6666666667%;
  }
  .container .row .col.sm9 {
    width: 75%;
  }
  .container .row .col.sm10 {
    width: 83.3333333333%;
  }
  .container .row .col.sm11 {
    width: 91.6666666667%;
  }
  .container .row .col.sm12 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container .row .col.smhide, .container .row .col.sm0 {
    display: none;
  }
  .smhide, .sm0 {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .container .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .container .row.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.mdaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.mdevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.mdstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.mdstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.mdstretch.mdleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdstretch.mdcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdstretch.mdright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdstretch.mdtop {
    align-content: flex-start;
  }
  .container .row.mdstretch.mdtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdstretch.mdmiddle {
    align-content: center;
  }
  .container .row.mdstretch.mdmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdstretch.mdbottom {
    align-content: flex-end;
  }
  .container .row.mdstretch.mdbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .container .row .col.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdtop {
    align-self: flex-start;
  }
  .container .row .col.mdmiddle {
    align-self: center;
  }
  .container .row .col.mdbottom {
    align-self: flex-end;
  }
  .container .row .col.mdstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.mdstretch.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdstretch.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdstretch.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdstretch.mdtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.mdstretch.mdmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.mdstretch.mdbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.mdorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.mdpush0 {
    margin-left: 0%;
  }
  .container .row .col.mdorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.mdpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.mdorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.mdpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.mdorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.mdpush3 {
    margin-left: 25%;
  }
  .container .row .col.mdorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.mdpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.mdorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.mdpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.mdorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.mdpush6 {
    margin-left: 50%;
  }
  .container .row .col.mdorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.mdpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.mdorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.mdpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.mdorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.mdpush9 {
    margin-left: 75%;
  }
  .container .row .col.mdorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.mdpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.mdorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.mdpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.mdorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.mdpush12 {
    margin-left: 100%;
  }
  .container .row .col.md1 {
    width: 8.3333333333%;
  }
  .container .row .col.md2 {
    width: 16.6666666667%;
  }
  .container .row .col.md3 {
    width: 25%;
  }
  .container .row .col.md4 {
    width: 33.3333333333%;
  }
  .container .row .col.md5 {
    width: 41.6666666667%;
  }
  .container .row .col.md6 {
    width: 50%;
  }
  .container .row .col.md7 {
    width: 58.3333333333%;
  }
  .container .row .col.md8 {
    width: 66.6666666667%;
  }
  .container .row .col.md9 {
    width: 75%;
  }
  .container .row .col.md10 {
    width: 83.3333333333%;
  }
  .container .row .col.md11 {
    width: 91.6666666667%;
  }
  .container .row .col.md12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .col.mdhide, .container .row .col.md0 {
    display: none;
  }
  .mdhide, .md0 {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .container .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .container .row.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.lgaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.lgevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.lgstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.lgstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.lgstretch.lgleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgstretch.lgcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgstretch.lgright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgstretch.lgtop {
    align-content: flex-start;
  }
  .container .row.lgstretch.lgtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgstretch.lgmiddle {
    align-content: center;
  }
  .container .row.lgstretch.lgmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgstretch.lgbottom {
    align-content: flex-end;
  }
  .container .row.lgstretch.lgbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .container .row .col.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgtop {
    align-self: flex-start;
  }
  .container .row .col.lgmiddle {
    align-self: center;
  }
  .container .row .col.lgbottom {
    align-self: flex-end;
  }
  .container .row .col.lgstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.lgstretch.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgstretch.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgstretch.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgstretch.lgtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.lgstretch.lgmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.lgstretch.lgbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.lgorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.lgpush0 {
    margin-left: 0%;
  }
  .container .row .col.lgorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.lgpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.lgorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.lgpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.lgorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.lgpush3 {
    margin-left: 25%;
  }
  .container .row .col.lgorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.lgpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.lgorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.lgpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.lgorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.lgpush6 {
    margin-left: 50%;
  }
  .container .row .col.lgorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.lgpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.lgorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.lgpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.lgorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.lgpush9 {
    margin-left: 75%;
  }
  .container .row .col.lgorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.lgpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.lgorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.lgpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.lgorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.lgpush12 {
    margin-left: 100%;
  }
  .container .row .col.lg1 {
    width: 8.3333333333%;
  }
  .container .row .col.lg2 {
    width: 16.6666666667%;
  }
  .container .row .col.lg3 {
    width: 25%;
  }
  .container .row .col.lg4 {
    width: 33.3333333333%;
  }
  .container .row .col.lg5 {
    width: 41.6666666667%;
  }
  .container .row .col.lg6 {
    width: 50%;
  }
  .container .row .col.lg7 {
    width: 58.3333333333%;
  }
  .container .row .col.lg8 {
    width: 66.6666666667%;
  }
  .container .row .col.lg9 {
    width: 75%;
  }
  .container .row .col.lg10 {
    width: 83.3333333333%;
  }
  .container .row .col.lg11 {
    width: 91.6666666667%;
  }
  .container .row .col.lg12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container .row .col.lghide, .container .row .col.lg0 {
    display: none;
  }
  .lghide, .lg0 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .container .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .container .row.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xlaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xlevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xlstretch.xlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlstretch.xlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlstretch.xlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xlstretch.xltop {
    align-content: flex-start;
  }
  .container .row.xlstretch.xltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlstretch.xlmiddle {
    align-content: center;
  }
  .container .row.xlstretch.xlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlstretch.xlbottom {
    align-content: flex-end;
  }
  .container .row.xlstretch.xlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .container .row .col.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xltop {
    align-self: flex-start;
  }
  .container .row .col.xlmiddle {
    align-self: center;
  }
  .container .row .col.xlbottom {
    align-self: flex-end;
  }
  .container .row .col.xlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xlstretch.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlstretch.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlstretch.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xlstretch.xltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xlstretch.xlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xlstretch.xlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xlpush0 {
    margin-left: 0%;
  }
  .container .row .col.xlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xlpush12 {
    margin-left: 100%;
  }
  .container .row .col.xl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xl3 {
    width: 25%;
  }
  .container .row .col.xl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xl6 {
    width: 50%;
  }
  .container .row .col.xl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xl9 {
    width: 75%;
  }
  .container .row .col.xl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xl12 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .container .row .col.xlhide, .container .row .col.xl0 {
    display: none;
  }
  .xlhide, .xl0 {
    display: none;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .container .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .container .row.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlbetween {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xxlaround {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xxlevenly {
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xxlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xxlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlstretch.xxlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlstretch.xxlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxlstretch.xxltop {
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlstretch.xxlmiddle {
    align-content: center;
  }
  .container .row.xxlstretch.xxlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlstretch.xxlbottom {
    align-content: flex-end;
  }
  .container .row.xxlstretch.xxlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .container .row .col.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xxltop {
    align-self: flex-start;
  }
  .container .row .col.xxlmiddle {
    align-self: center;
  }
  .container .row .col.xxlbottom {
    align-self: flex-end;
  }
  .container .row .col.xxlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xxlstretch.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xxlstretch.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xxlstretch.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xxlstretch.xxltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xxlstretch.xxlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xxlstretch.xxlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xxlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xxlpush0 {
    margin-left: 0%;
  }
  .container .row .col.xxlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xxlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xxlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xxlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xxlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xxlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xxlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xxlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xxlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xxlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xxlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xxlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xxlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xxlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xxlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xxlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xxlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xxlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xxlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xxlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xxlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xxlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xxlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xxlpush12 {
    margin-left: 100%;
  }
  .container .row .col.xxl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xxl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xxl3 {
    width: 25%;
  }
  .container .row .col.xxl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xxl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xxl6 {
    width: 50%;
  }
  .container .row .col.xxl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xxl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xxl9 {
    width: 75%;
  }
  .container .row .col.xxl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xxl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xxl12 {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .container .row .col.xxlhide, .container .row .col.xxl0 {
    display: none;
  }
  .xxlhide, .xxl0 {
    display: none;
  }
}
@media (min-width: 0px) {
  body {
    font-family: "gesta", sans-serif;
    color: #151515;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    background: #3e3e3e;
  }
  h1,
  .h1-light {
    font-size: 1.875rem;
    font-weight: 300;
    margin: 0 0 0.625rem;
    width: 100%;
  }
  .h1-medium {
    font-size: 1.875rem;
    font-weight: 500;
  }
  .h1-bold {
    font-size: 1.875rem;
    font-weight: 700;
  }
  h2,
  .h2-bold {
    font-size: 1.625rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
  }
  h2 + .h2-light,
  .h2-bold + .h2-light {
    margin: -0.625rem 0 0.625rem;
  }
  .h2-light {
    font-size: 1.625rem;
    font-weight: 300;
  }
  .h2-light strong {
    font-weight: 500;
  }
  h3,
  .h3-bold {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
  }
  h3 + .h3-light,
  .h3-bold + .h3-light {
    margin: -0.625rem 0 0.625rem;
  }
  .h3-light {
    font-size: 1.375rem;
    font-weight: 300;
  }
  h4,
  .h4-bold {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
  }
  .h4,
  .h4-light {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
  }
  p,
  ul,
  ol {
    margin: 0 0 1.25rem;
    width: 100%;
  }
  .wysiwyg ul {
    padding-left: 1.5625rem;
    list-style: square;
  }
  .wysiwyg ul li {
    margin: 0 0 0.625rem;
  }
  .wysiwyg ol {
    padding-left: 1.5625rem;
    list-style: decimal;
  }
  .wysiwyg ol li {
    margin: 0 0 0.625rem;
  }
  .wysiwyg .iframe-container {
    position: relative;
    padding-bottom: 75%;
  }
  .wysiwyg .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wysiwyg h2 {
    font-size: 1.4em;
  }
  .wysiwyg h3 {
    font-size: 1.2em;
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    font-size: 1.1em;
  }
  .theme-ducati .bg-theme {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati .button.bg-theme::before, .theme-ducati .button.bg-theme::after {
    background: #fff;
  }
  .theme-kawasaki .bg-theme {
    background: #69be28;
    color: #fff;
  }
  .theme-kawasaki .button.bg-theme::before, .theme-kawasaki .button.bg-theme::after {
    background: #fff;
  }
  .theme-scrambler .bg-theme {
    background: #FFC400;
    color: #151515;
  }
  .theme-scrambler .bg-theme > .chevron::before, .theme-scrambler .bg-theme > .chevron::after {
    background: #151515;
  }
  .theme-scrambler .button.bg-theme::before, .theme-scrambler .button.bg-theme::after {
    background: #151515;
    box-shadow: 0 0 0 #151515;
  }
  .theme-scrambler .button.bg-theme:hover::before, .theme-scrambler .button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
  }
  .bg-black,
  .button.bg-black,
  .woocommerce #page .button.bg-black {
    background: #151515;
    color: #fff;
  }
  .bg-darkergrey,
  .button.bg-darkergrey,
  .woocommerce #page .button.bg-darkergrey {
    background: #292929;
    color: #fff;
  }
  .bg-darkgrey,
  .button.bg-darkgrey,
  .woocommerce #page .button.bg-darkgrey {
    background: #414141;
    color: #fff;
  }
  .bg-midgrey,
  .button.bg-midgrey,
  .woocommerce #page .button.bg-midgrey {
    background: #B5B5B5;
    color: #151515;
  }
  .bg-lightgrey,
  .button.bg-lightgrey,
  .woocommerce #page .button.bg-lightgrey {
    background: #EDEDED;
    color: #151515;
  }
  .bg-brandgrey,
  .button.bg-brandgrey,
  .woocommerce #page .button.bg-brandgrey {
    background: #e5e5e5;
    color: #151515;
  }
  .bg-lightergrey,
  .button.bg-lightergrey,
  .woocommerce #page .button.bg-lightergrey {
    background: #F7F7F7;
    color: #151515;
  }
  .bg-white,
  .button.bg-white,
  .woocommerce #page .button.bg-white {
    background: #fff;
    color: #151515;
  }
  .bg-red,
  .button.bg-red,
  .woocommerce #page .button.bg-red {
    background: #CC0000;
    color: #fff;
  }
  .bg-green,
  .button.bg-green,
  .woocommerce #page .button.bg-green {
    background: #69be28;
    color: #fff;
  }
  .bg-yellow,
  .button.bg-yellow,
  .woocommerce #page .button.bg-yellow {
    background: #FFC400;
    color: #151515;
  }
  .bg-transparentondark,
  .button.bg-transparentondark,
  .woocommerce #page .button.bg-transparentondark {
    background: none;
    color: #fff;
  }
  .bg-transparentondark::before, .bg-transparentondark::after,
  .button.bg-transparentondark::before,
  .button.bg-transparentondark::after,
  .woocommerce #page .button.bg-transparentondark::before,
  .woocommerce #page .button.bg-transparentondark::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  .bg-transparentondark:hover::before, .bg-transparentondark:hover::after,
  .button.bg-transparentondark:hover::before,
  .button.bg-transparentondark:hover::after,
  .woocommerce #page .button.bg-transparentondark:hover::before,
  .woocommerce #page .button.bg-transparentondark:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  .image {
    background-size: cover;
    background-position: center;
  }
  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .container.no-padding .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container.no-padding .row .col {
    padding-left: 0;
    padding-right: 0;
  }
  .container .row .col.xs15\% {
    width: 15%;
  }
  .container .row .col.xs20\% {
    width: 20%;
  }
  .container .row .col.xs40\% {
    width: 40%;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .container .row .col.lg15\% {
    width: 15%;
  }
  .container .row .col.lg55\% {
    width: 55%;
  }
}
@media (min-width: 0px) {
  .button,
  .woocommerce main .button,
  .woocommerce #footer .button {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
  }
  .button::before,
  .woocommerce main .button::before,
  .woocommerce #footer .button::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  .button::after,
  .woocommerce main .button::after,
  .woocommerce #footer .button::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  .button:hover,
  .woocommerce main .button:hover,
  .woocommerce #footer .button:hover {
    padding-right: 2.5rem;
  }
  .button:hover::before, .button:hover::after,
  .woocommerce main .button:hover::before,
  .woocommerce main .button:hover::after,
  .woocommerce #footer .button:hover::before,
  .woocommerce #footer .button:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  .button.bg-black::before, .button.bg-black::after, .button.bg-darkergrey::before, .button.bg-darkergrey::after, .button.bg-darkgrey::before, .button.bg-darkgrey::after, .button.bg-midgrey::before, .button.bg-midgrey::after, .button.bg-red::before, .button.bg-red::after, .button.bg-green::before, .button.bg-green::after, .button.bg-theme::before, .button.bg-theme::after,
  .woocommerce main .button.bg-black::before,
  .woocommerce main .button.bg-black::after,
  .woocommerce main .button.bg-darkergrey::before,
  .woocommerce main .button.bg-darkergrey::after,
  .woocommerce main .button.bg-darkgrey::before,
  .woocommerce main .button.bg-darkgrey::after,
  .woocommerce main .button.bg-midgrey::before,
  .woocommerce main .button.bg-midgrey::after,
  .woocommerce main .button.bg-red::before,
  .woocommerce main .button.bg-red::after,
  .woocommerce main .button.bg-green::before,
  .woocommerce main .button.bg-green::after,
  .woocommerce main .button.bg-theme::before,
  .woocommerce main .button.bg-theme::after,
  .woocommerce #footer .button.bg-black::before,
  .woocommerce #footer .button.bg-black::after,
  .woocommerce #footer .button.bg-darkergrey::before,
  .woocommerce #footer .button.bg-darkergrey::after,
  .woocommerce #footer .button.bg-darkgrey::before,
  .woocommerce #footer .button.bg-darkgrey::after,
  .woocommerce #footer .button.bg-midgrey::before,
  .woocommerce #footer .button.bg-midgrey::after,
  .woocommerce #footer .button.bg-red::before,
  .woocommerce #footer .button.bg-red::after,
  .woocommerce #footer .button.bg-green::before,
  .woocommerce #footer .button.bg-green::after,
  .woocommerce #footer .button.bg-theme::before,
  .woocommerce #footer .button.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  .button.bg-black:hover::before, .button.bg-black:hover::after, .button.bg-darkergrey:hover::before, .button.bg-darkergrey:hover::after, .button.bg-darkgrey:hover::before, .button.bg-darkgrey:hover::after, .button.bg-midgrey:hover::before, .button.bg-midgrey:hover::after, .button.bg-red:hover::before, .button.bg-red:hover::after, .button.bg-green:hover::before, .button.bg-green:hover::after, .button.bg-theme:hover::before, .button.bg-theme:hover::after,
  .woocommerce main .button.bg-black:hover::before,
  .woocommerce main .button.bg-black:hover::after,
  .woocommerce main .button.bg-darkergrey:hover::before,
  .woocommerce main .button.bg-darkergrey:hover::after,
  .woocommerce main .button.bg-darkgrey:hover::before,
  .woocommerce main .button.bg-darkgrey:hover::after,
  .woocommerce main .button.bg-midgrey:hover::before,
  .woocommerce main .button.bg-midgrey:hover::after,
  .woocommerce main .button.bg-red:hover::before,
  .woocommerce main .button.bg-red:hover::after,
  .woocommerce main .button.bg-green:hover::before,
  .woocommerce main .button.bg-green:hover::after,
  .woocommerce main .button.bg-theme:hover::before,
  .woocommerce main .button.bg-theme:hover::after,
  .woocommerce #footer .button.bg-black:hover::before,
  .woocommerce #footer .button.bg-black:hover::after,
  .woocommerce #footer .button.bg-darkergrey:hover::before,
  .woocommerce #footer .button.bg-darkergrey:hover::after,
  .woocommerce #footer .button.bg-darkgrey:hover::before,
  .woocommerce #footer .button.bg-darkgrey:hover::after,
  .woocommerce #footer .button.bg-midgrey:hover::before,
  .woocommerce #footer .button.bg-midgrey:hover::after,
  .woocommerce #footer .button.bg-red:hover::before,
  .woocommerce #footer .button.bg-red:hover::after,
  .woocommerce #footer .button.bg-green:hover::before,
  .woocommerce #footer .button.bg-green:hover::after,
  .woocommerce #footer .button.bg-theme:hover::before,
  .woocommerce #footer .button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  .button.prev::before,
  .woocommerce main .button.prev::before,
  .woocommerce #footer .button.prev::before {
    transform: skewX(-35deg);
  }
  .button.prev::after,
  .woocommerce main .button.prev::after,
  .woocommerce #footer .button.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  .button,
  .woocommerce main .button,
  .woocommerce #footer .button {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  .button:hover,
  .woocommerce main .button:hover,
  .woocommerce #footer .button:hover {
    padding-right: 2.8125rem;
  }
  .button::before, .button::after,
  .woocommerce main .button::before,
  .woocommerce main .button::after,
  .woocommerce #footer .button::before,
  .woocommerce #footer .button::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .button,
  .woocommerce main .button,
  .woocommerce #footer .button {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  .button:hover,
  .woocommerce main .button:hover,
  .woocommerce #footer .button:hover {
    padding-right: 3.125rem;
  }
  .button::before, .button::after,
  .woocommerce main .button::before,
  .woocommerce main .button::after,
  .woocommerce #footer .button::before,
  .woocommerce #footer .button::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 0px) {
  .button.prev::before, .button.prev::after, .button.next::before, .button.next::after, .button.swiper-button-prev::before, .button.swiper-button-prev::after, .button.swiper-button-next::before, .button.swiper-button-next::after,
  .woocommerce main .button.prev::before,
  .woocommerce main .button.prev::after,
  .woocommerce main .button.next::before,
  .woocommerce main .button.next::after,
  .woocommerce main .button.swiper-button-prev::before,
  .woocommerce main .button.swiper-button-prev::after,
  .woocommerce main .button.swiper-button-next::before,
  .woocommerce main .button.swiper-button-next::after,
  .woocommerce #footer .button.prev::before,
  .woocommerce #footer .button.prev::after,
  .woocommerce #footer .button.next::before,
  .woocommerce #footer .button.next::after,
  .woocommerce #footer .button.swiper-button-prev::before,
  .woocommerce #footer .button.swiper-button-prev::after,
  .woocommerce #footer .button.swiper-button-next::before,
  .woocommerce #footer .button.swiper-button-next::after {
    box-shadow: none;
  }
  .button.prev:hover, .button.next:hover, .button.swiper-button-prev:hover, .button.swiper-button-next:hover,
  .woocommerce main .button.prev:hover,
  .woocommerce main .button.next:hover,
  .woocommerce main .button.swiper-button-prev:hover,
  .woocommerce main .button.swiper-button-next:hover,
  .woocommerce #footer .button.prev:hover,
  .woocommerce #footer .button.next:hover,
  .woocommerce #footer .button.swiper-button-prev:hover,
  .woocommerce #footer .button.swiper-button-next:hover {
    padding-right: 1.875rem;
  }
  .button.prev:hover::before, .button.prev:hover::after, .button.next:hover::before, .button.next:hover::after, .button.swiper-button-prev:hover::before, .button.swiper-button-prev:hover::after, .button.swiper-button-next:hover::before, .button.swiper-button-next:hover::after,
  .woocommerce main .button.prev:hover::before,
  .woocommerce main .button.prev:hover::after,
  .woocommerce main .button.next:hover::before,
  .woocommerce main .button.next:hover::after,
  .woocommerce main .button.swiper-button-prev:hover::before,
  .woocommerce main .button.swiper-button-prev:hover::after,
  .woocommerce main .button.swiper-button-next:hover::before,
  .woocommerce main .button.swiper-button-next:hover::after,
  .woocommerce #footer .button.prev:hover::before,
  .woocommerce #footer .button.prev:hover::after,
  .woocommerce #footer .button.next:hover::before,
  .woocommerce #footer .button.next:hover::after,
  .woocommerce #footer .button.swiper-button-prev:hover::before,
  .woocommerce #footer .button.swiper-button-prev:hover::after,
  .woocommerce #footer .button.swiper-button-next:hover::before,
  .woocommerce #footer .button.swiper-button-next:hover::after {
    box-shadow: none;
    margin-right: 0;
  }
  .next > .button::before, .next > .button::after,
  .prev > .button::before,
  .prev > .button::after,
  .filters-button > .button::before,
  .filters-button > .button::after {
    box-shadow: none !important;
  }
  .next > .button:hover::before, .next > .button:hover::after,
  .prev > .button:hover::before,
  .prev > .button:hover::after,
  .filters-button > .button:hover::before,
  .filters-button > .button:hover::after {
    box-shadow: none !important;
    margin-right: 0 !important;
  }
  div.woocommerce .button::before, div.woocommerce .button::after {
    box-shadow: none;
  }
  div.woocommerce .button:hover::before, div.woocommerce .button:hover::after {
    box-shadow: none;
    margin-right: 0;
  }
  .chevron {
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
    display: inline-block;
    vertical-align: middle;
  }
  .chevron::before {
    content: "";
    position: absolute;
    left: 35%;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #fff;
    transform: skewX(35deg);
  }
  .chevron::after {
    content: "";
    position: absolute;
    left: 35%;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #fff;
    transform: skewX(-35deg);
  }
  .chevron.prev::before {
    transform: skewX(-35deg);
  }
  .chevron.prev::after {
    transform: skewX(35deg);
  }
  .chevron.black::before, .chevron.black::after {
    background: #151515;
  }
  .fancybox-slide--video .fancybox-content {
    max-width: 50rem;
    max-height: 28.125rem;
  }
  .fancybox-content .fancybox-image {
    background-color: #fff;
  }
  #page {
    max-width: 101.25rem;
    margin: 0 auto;
    background: #fff;
  }
  #breadcrumb {
    border-top: 0.625rem solid #292929;
  }
  #breadcrumb .bg {
    display: none;
  }
  .theme-ducati #breadcrumb {
    border-top-color: #CC0000;
  }
  .theme-kawasaki #breadcrumb {
    border-top-color: #69be28;
  }
  .theme-scrambler #breadcrumb {
    border-top-color: #FFC400;
    color: #151515;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    cursor: pointer;
  }
  .modal .modal-content {
    background: #fff;
    padding: 1.25rem;
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
    position: relative;
    cursor: default;
  }
  .modal .modal-content .close {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  .modal .modal-content .close::before, .modal .modal-content .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.1875rem;
    background: #151515;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  .modal .modal-content .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal .modal-content h3 {
    margin: 0 0 1.875rem;
  }
  #notices {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  #page .woocommerce-message,
  #page .woocommerce-error,
  #page .woocommerce-info,
  #page .woocommerce-notice {
    padding: 1.25rem 20% 4.375rem 1.25rem;
    margin: 0 0 1.25rem;
    background: #fff;
    border: none;
    border-left: 0.625rem solid #B5B5B5;
    position: relative;
    overflow: hidden;
    color: #151515;
  }
  #page .woocommerce-message.woocommerce-notice,
  #page .woocommerce-error.woocommerce-notice,
  #page .woocommerce-info.woocommerce-notice,
  #page .woocommerce-notice.woocommerce-notice {
    border-left-color: #FFC400;
  }
  #page .woocommerce-message.woocommerce-error,
  #page .woocommerce-error.woocommerce-error,
  #page .woocommerce-info.woocommerce-error,
  #page .woocommerce-notice.woocommerce-error {
    border-left-color: #CC0000;
  }
  #page .woocommerce-message.woocommerce-message,
  #page .woocommerce-error.woocommerce-message,
  #page .woocommerce-info.woocommerce-message,
  #page .woocommerce-notice.woocommerce-message {
    border-left-color: #69be28;
  }
  #page .woocommerce-message a.button,
  #page .woocommerce-error a.button,
  #page .woocommerce-info a.button,
  #page .woocommerce-notice a.button {
    float: none;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    background: #F7F7F7;
    line-height: 1.3;
  }
  #page .woocommerce-message::before,
  #page .woocommerce-error::before,
  #page .woocommerce-info::before,
  #page .woocommerce-notice::before {
    display: none;
  }
  #page .woocommerce-message::after,
  #page .woocommerce-error::after,
  #page .woocommerce-info::after,
  #page .woocommerce-notice::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 100%;
    width: 50%;
  }
  nav.pagination {
    padding: 0.625rem 0 1.25rem;
    text-align: center;
  }
  nav.pagination a,
  nav.pagination span {
    display: inline-block;
    margin: 0 0.125rem;
    line-height: 2.5rem;
    width: 2.5rem;
    background: #EDEDED;
    font-weight: 400;
  }
  nav.pagination a.current,
  nav.pagination span.current {
    background: #fff;
    font-weight: 700;
  }
  nav.pagination a.dots,
  nav.pagination span.dots {
    background: none;
    width: 1.25rem;
  }
  .swiper-button-disabled {
    opacity: 0;
    cursor: default !important;
  }
  .swiper-button-disabled > span {
    opacity: 1;
  }
  #blocks .block.condense > .container {
    padding-top: 1.25rem;
  }
  .ducati-offer {
    text-align: center;
    margin: 0 auto;
  }
  .ducati-offer h2 {
    text-transform: uppercase;
    font-size: 4rem;
    margin: 0;
    white-space: nowrap;
  }
  .ducati-offer p {
    font-size: 1.125rem;
    margin: 0;
  }
  .ducati-offer p.h3-light {
    font-size: 1.625rem;
    margin: 0;
  }
  .ducati-offer p.h3-light strong {
    font-size: 1.4375rem;
    display: block;
    font-weight: 500;
    white-space: nowrap;
  }
  .ducati-offer .border {
    margin: 1.25rem auto 1.875rem;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23fff' stroke-width='5' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 0.9375rem;
    white-space: nowrap;
    max-width: 18.75rem;
  }
  .ducati-offer .border small {
    font-size: 1rem;
    display: block;
  }
  .ducati-offer .border strong {
    font-size: 1.875rem;
    display: block;
  }
  .bg-yellow .ducati-offer .border {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23000' stroke-width='5' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
    display: none;
  }
  .popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 34.375rem;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .popup .popup-content .bg-red,
  .popup .popup-content .bg-green,
  .popup .popup-content .bg-yellow {
    padding: 4.0625rem 1.875rem;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #292929;
    width: 2.8125rem;
    height: 2.8125rem;
    background-image: url(/wp-content/themes/seastar/assets/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -62.4375rem;
    overflow: hidden;
  }
  .popup .popup-content .image {
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  .popup .popup-content div.bg-white {
    padding: 1.875rem;
    position: relative;
  }
  .popup .popup-content div.bg-white::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 2.8125rem;
    height: 3.75rem;
    background: #fff;
    bottom: calc(100% - 0.0625rem);
  }
  .popup .popup-content div.bg-white .button {
    margin: 0.3125rem 0.625rem 0.3125rem 0;
  }
}
@media (min-width: 576px) {
  .h1-medium {
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.0625rem;
  }
  h1, .h1-bold {
    font-size: 2.1875rem;
    margin: 0 0 1.25rem;
  }
  .h1-light {
    font-size: 2.1875rem;
  }
  h2, .h2-bold {
    font-size: 2.1875rem;
    margin: 0 0 1.25rem;
  }
  h2 + .h2-light, .h2-bold + .h2-light {
    margin: -1.25rem 0 1.25rem;
  }
  .h2-light {
    font-size: 2.1875rem;
  }
  h3, .h3-bold {
    font-size: 1.5625rem;
    margin: 0 0 1.25rem;
  }
  h3 + .h3-light, .h3-bold + .h3-light {
    margin: -1.25rem 0 1.25rem;
  }
  .h3-light {
    font-size: 1.5625rem;
  }
  h4, .h4-bold {
    font-size: 1.25rem;
  }
  .h4, .h4-light {
    font-size: 1.25rem;
  }
  .chevron {
    width: 1rem;
    height: 1rem;
  }
  .chevron::before, .chevron::after {
    width: 0.3125rem;
    height: 0.5rem;
  }
  .modal {
    padding: 3.125rem 0;
  }
  .modal .modal-content {
    padding: 1.875rem;
  }
  .button.prev:hover, .button.next:hover, .button.swiper-button-prev:hover, .button.swiper-button-next:hover, .woocommerce main .button.prev:hover, .woocommerce main .button.next:hover, .woocommerce main .button.swiper-button-prev:hover, .woocommerce main .button.swiper-button-next:hover, .woocommerce #footer .button.prev:hover, .woocommerce #footer .button.next:hover, .woocommerce #footer .button.swiper-button-prev:hover, .woocommerce #footer .button.swiper-button-next:hover {
    padding-right: 2.1875rem;
  }
  #notices {
    padding: 1.875rem 1.875rem 0.0625rem;
  }
  #page .woocommerce-message, #page .woocommerce-error, #page .woocommerce-info {
    padding: 1.25rem 35% 1.25rem 1.25rem;
  }
  #page .woocommerce-message a.button, #page .woocommerce-error a.button, #page .woocommerce-info a.button {
    bottom: calc(50% - 1.1875rem);
    left: auto;
    right: 5%;
    max-width: 30%;
  }
  .popup .popup-content .bg-red, .popup .popup-content .bg-green, .popup .popup-content .bg-yellow {
    padding: 4.0625rem 3.125rem;
  }
  .popup .popup-content .popup-close {
    width: 3.4375rem;
    height: 3.4375rem;
  }
  .popup .popup-content .ducati-offer h2 {
    font-size: 5.375rem;
  }
  .popup .popup-content .ducati-offer p {
    font-size: 1.5rem;
  }
  .popup .popup-content .ducati-offer p.h3-light {
    font-size: 2.25rem;
  }
  .popup .popup-content .ducati-offer p.h3-light strong {
    font-size: 2rem;
  }
  .popup .popup-content .ducati-offer .border {
    max-width: 21.25rem;
  }
  .popup .popup-content .ducati-offer .border small {
    font-size: 1.25rem;
  }
  .popup .popup-content .ducati-offer .border strong {
    font-size: 2.375rem;
  }
  .popup .popup-content div.bg-white {
    padding: 2.5rem;
  }
  .popup .popup-content div.bg-white::before {
    width: 5.625rem;
    height: 7.5rem;
  }
  .popup .popup-content div.bg-white h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
  h1, .h1-bold {
    font-size: 3.4375rem;
  }
  .h1-medium,
  .h1-light {
    font-size: 3.4375rem;
  }
  h2, .h2-bold {
    font-size: 2.375rem;
  }
  .h2-light {
    font-size: 2.375rem;
  }
  h3, .h3-bold {
    font-size: 1.875rem;
  }
  .h3-light {
    font-size: 1.875rem;
  }
  h4, .h4-bold {
    font-size: 1.375rem;
  }
  .h4, .h4-light {
    font-size: 1.375rem;
  }
  .chevron {
    width: 1.125rem;
    height: 1.125rem;
  }
  .chevron::before, .chevron::after {
    width: 0.3125rem;
    height: 0.5625rem;
  }
  .button.prev:hover, .button.next:hover, .button.swiper-button-prev:hover, .button.swiper-button-next:hover, .woocommerce main .button.prev:hover, .woocommerce main .button.next:hover, .woocommerce main .button.swiper-button-prev:hover, .woocommerce main .button.swiper-button-next:hover, .woocommerce #footer .button.prev:hover, .woocommerce #footer .button.next:hover, .woocommerce #footer .button.swiper-button-prev:hover, .woocommerce #footer .button.swiper-button-next:hover {
    padding-right: 2.5rem;
  }
  #breadcrumb {
    border-top-width: 0.9375rem;
    position: relative;
    display: block;
  }
  #breadcrumb .bg {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 0.5rem 1.875rem 1.25rem 3.125rem;
    background: #292929;
    color: #fff;
  }
  #breadcrumb .bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 3.125rem;
    background: #292929;
  }
  #breadcrumb .bg a, #breadcrumb .bg span {
    position: relative;
    z-index: 2;
    margin: 0 0 0 0.3125rem;
  }
  #breadcrumb .bg a:first-child, #breadcrumb .bg span:first-child {
    margin: 0;
  }
  #breadcrumb .bg a:last-child::after, #breadcrumb .bg span:last-child::after {
    display: none;
  }
  #breadcrumb .bg a::after, #breadcrumb .bg span::after {
    content: "/";
    margin: 0 0 0 0.5rem;
  }
  .theme-ducati #breadcrumb .bg, .theme-ducati #breadcrumb .bg::after {
    background: #CC0000;
  }
  .theme-kawasaki #breadcrumb .bg, .theme-kawasaki #breadcrumb .bg::after {
    background: #69be28;
  }
  .theme-scrambler #breadcrumb .bg, .theme-scrambler #breadcrumb .bg::after {
    background: #FFC400;
    color: #151515;
  }
  #notices {
    padding: 5rem 3.125rem 0.0625rem;
  }
  #page .woocommerce-message a.button, #page .woocommerce-error a.button, #page .woocommerce-info a.button {
    bottom: calc(50% - 1.40625rem);
  }
  nav.pagination {
    padding: 1.25rem 0;
  }
  .ducati-offer h2 {
    font-size: 5.375rem;
  }
  .ducati-offer p {
    font-size: 1.5rem;
  }
  .ducati-offer p.h3-light {
    font-size: 2.25rem;
  }
  .ducati-offer p.h3-light strong {
    font-size: 2rem;
  }
  .ducati-offer .border {
    max-width: 21.25rem;
  }
  .ducati-offer .border small {
    font-size: 1.25rem;
  }
  .ducati-offer .border strong {
    font-size: 2.375rem;
  }
}
@media (min-width: 0px) {
  body.padding {
    padding-top: 8.125rem;
  }
  #header {
    background: #151515;
    color: #fff;
    top: -8.125rem;
    transition: top 0.5s;
  }
  #header.fixed {
    position: fixed;
    top: -3.75rem;
    z-index: 10;
    width: 100%;
    left: 0;
  }
  #header.fixed #navigation .logo {
    opacity: 0;
    pointer-events: none;
  }
  #header.fixed #navigation .scrolltop {
    opacity: 1;
    pointer-events: all;
  }
  #header.fixed #navigation nav {
    max-height: calc(100vh - 4.375rem);
  }
  #header #top {
    padding-bottom: 0.3125rem;
  }
  #header #top .contact {
    display: none;
  }
  #header #top .links {
    margin-right: -1.25rem;
    padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
    position: relative;
    background: #292929;
    display: inline-block;
    z-index: 1;
  }
  #header #top .links::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid #292929;
    border-top: 1.71875rem solid #292929;
    border-bottom: 1.71875rem solid transparent;
  }
  #header #top .links nav {
    display: none;
  }
  #header #top .links .buttons {
    position: relative;
  }
  #header #top .links .buttons a {
    display: inline-block;
    vertical-align: top;
    background: #151515;
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.5625rem;
    text-align: center;
    padding: 0.4375rem;
    position: relative;
  }
  #header #top .links .buttons a .count {
    position: absolute;
    top: 1.3125rem;
    left: calc(50% - 0.6875rem);
    width: 1.375rem;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.625rem;
    color: #151515;
  }
  #header #top .links .buttons form {
    position: absolute;
    top: 0;
    right: calc(100% - 2.8125rem);
    width: 17.1875rem;
    display: none;
  }
  #header #top .links .buttons form .close {
    text-indent: -624.9375rem;
    width: 1.875rem;
    height: 2.8125rem;
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: -0.3125rem;
    cursor: pointer;
  }
  #header #top .links .buttons form .close::before, #header #top .links .buttons form .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0.125rem;
    background: #151515;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #header #top .links .buttons form .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header #top .links .buttons form input {
    height: 2.8125rem;
    width: 12.5rem;
    background: #fff;
    padding: 0.5625rem 0.9375rem;
    color: #151515;
    display: inline-block;
    margin: 0 -0.3125rem 0 0;
  }
  #header #top .links .buttons form button {
    display: inline-block;
    vertical-align: top;
    background: #151515;
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.5625rem;
    text-align: center;
    padding: 0.4375rem;
  }
  #header #navigation {
    position: relative;
    border-bottom: 0.625rem solid #fff;
  }
  #header #navigation .logo {
    display: block;
  }
  #header #navigation .scrolltop {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
  }
  #header #navigation .scrolltop .chevron {
    transform: rotate(-90deg);
    margin: 0 0 0.1875rem 0.3125rem;
  }
  #header #navigation img {
    height: 3.125rem;
    width: auto;
    display: block;
    margin: 0 0 0.625rem;
    max-width: 120%;
  }
  #header #navigation #menu-toggle {
    width: 4.375rem;
    height: 3.125rem;
    display: block;
    background: #fff;
    margin: 0 -1.25rem 0 auto;
    position: relative;
    padding: 0 1.25rem 0 0;
  }
  #header #navigation #menu-toggle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid #fff;
    border-bottom: 1.5625rem solid #fff;
    border-top: 1.5625rem solid transparent;
  }
  #header #navigation #menu-toggle span {
    width: 1.625rem;
    height: 1.375rem;
    vertical-align: middle;
    border-top: 0.1875rem solid #151515;
    border-bottom: 0.1875rem solid #151515;
    position: relative;
    display: block;
    margin: 0 0 0 auto;
  }
  #header #navigation #menu-toggle span::before, #header #navigation #menu-toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.1875rem;
    background: #151515;
    transform: translate(-50%, -50%);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #header #navigation #menu-toggle.open span {
    border-color: transparent;
  }
  #header #navigation #menu-toggle.open span::before {
    transform: translate(-50%, -50%) rotate(45deg);
    width: 110%;
  }
  #header #navigation #menu-toggle.open span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110%;
  }
  #header #navigation nav {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    width: 100%;
    background: #292929;
    text-align: left;
    display: none;
    z-index: 10;
    max-height: calc(100vh - 8.125rem);
    overflow: auto;
  }
  #header #navigation nav ul {
    margin: 0;
    padding: 0.3125rem 1.25rem 1.25rem;
  }
  #header #navigation nav ul li {
    border-bottom: 0.0625rem solid #000;
    width: 75%;
  }
  #header #navigation nav ul li a {
    display: block;
    padding: 0.625rem 0;
  }
  #header #navigation nav ul li .sub-menu {
    background: #151515;
    border-top: 0.3125rem solid #fff;
    margin: 0.3125rem calc(-33.3333% - 1.25rem) -0.0625rem -1.25rem;
    position: relative;
    display: none;
  }
  #header #navigation nav ul li .sub-menu::before {
    content: "";
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.625rem solid #fff;
    top: -0.9375rem;
    left: 1.875rem;
    position: absolute;
  }
  #header #navigation nav ul li .sub-menu > ul li {
    border-bottom-color: #292929;
  }
  #header #navigation nav ul li.open > a {
    font-weight: 700;
  }
  #header #navigation nav ul li.menu-ducati .sub-menu {
    border-top-color: #CC0000;
  }
  #header #navigation nav ul li.menu-ducati .sub-menu::before {
    border-bottom-color: #CC0000;
  }
  #header #navigation nav ul li.menu-kawasaki .sub-menu {
    border-top-color: #69be28;
  }
  #header #navigation nav ul li.menu-kawasaki .sub-menu::before {
    border-bottom-color: #69be28;
  }
  #header #navigation nav ul li.menu-scrambler .sub-menu {
    border-top-color: #FFC400;
  }
  #header #navigation nav ul li.menu-scrambler .sub-menu::before {
    border-bottom-color: #FFC400;
  }
  #header #navigation nav ul li.menu-servicing .sub-menu, #header #navigation nav ul li.menu-accessories .sub-menu {
    border-top-color: #151515;
  }
  #header #navigation nav ul li.menu-servicing .sub-menu::before, #header #navigation nav ul li.menu-accessories .sub-menu::before {
    border-bottom-color: #151515;
  }
  #header #navigation nav .dropdown {
    display: none;
  }
  #header #navigation nav .dropdown#dropdown-service, #header #navigation nav .dropdown#dropdown-accessories {
    display: block;
    padding: 1.25rem 0;
    background: #151515;
  }
  #header #navigation nav .dropdown#dropdown-service a, #header #navigation nav .dropdown#dropdown-accessories a {
    display: block;
    position: relative;
  }
  #header #navigation nav .dropdown#dropdown-service svg, #header #navigation nav .dropdown#dropdown-accessories svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 4.0625rem;
    margin: 0 auto 0.3125rem;
  }
  #header #navigation nav .dropdown#dropdown-service svg *, #header #navigation nav .dropdown#dropdown-accessories svg * {
    fill: #fff;
  }
  #header #navigation nav .dropdown#dropdown-service svg *.cls-2, #header #navigation nav .dropdown#dropdown-accessories svg *.cls-2 {
    fill: #151515;
  }
  #header #navigation nav .dropdown#dropdown-service h3, #header #navigation nav .dropdown#dropdown-accessories h3 {
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    min-height: 2.5rem;
    word-wrap: break-word;
  }
  #notice {
    padding-top: 0.625rem;
    font-size: 1rem;
    text-align: center;
    background: #292929;
    color: #fff;
  }
  .theme-ducati #notice {
    background: #CC0000;
  }
  .theme-kawasaki #notice {
    background: #69be28;
  }
  .theme-scrambler #notice {
    background: #FFC400;
    color: #151515;
  }
  body.home #notice {
    padding-bottom: 0.625rem;
  }
  #notice h1, #notice h2, #notice h3, #notice h4, #notice h5, #notice h6 {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
  }
  #notice h1:last-child, #notice h2:last-child, #notice h3:last-child, #notice h4:last-child, #notice h5:last-child, #notice h6:last-child {
    margin: 0;
  }
  #notice p {
    margin: 0 0 0.625rem;
  }
  #notice p:last-child {
    margin: 0;
  }
  #notice p a {
    font-weight: 700;
  }
  #notice ul, #notice ol {
    margin: 0 0 0.625rem;
  }
  #notice ul:last-child, #notice ol:last-child {
    margin: 0;
  }
}
@media (min-width: 576px) {
  body.padding {
    padding-top: 7.5rem;
  }
  #header {
    top: -7.5rem;
  }
  #header.fixed {
    top: -3.125rem;
  }
  #header.fixed #navigation nav {
    max-height: calc(100vh - 4.375rem);
  }
  #header #navigation {
    margin-top: -1.875rem;
    font-size: 1.125rem;
  }
  #header #navigation img {
    margin: 0.625rem 0 1.25rem;
    max-width: 100%;
  }
  #header #navigation nav {
    max-height: calc(100vh - 7.5rem);
  }
  #header #navigation nav ul li {
    width: 100%;
  }
  #header #navigation nav ul li .sub-menu {
    margin-right: -1.25rem;
    border-top-width: 0.625rem;
  }
  #header #navigation nav ul li .sub-menu::before {
    top: -1.25rem;
  }
}
@media (min-width: 768px) {
  body.padding {
    padding-top: 0;
  }
  #header.fixed {
    position: static;
  }
  #header.fixed #navigation .logo {
    opacity: 1;
    pointer-events: all;
  }
  #header.fixed #navigation .scrolltop {
    opacity: 0;
    pointer-events: none;
  }
  #header #top .links {
    padding: 0 1.875rem 0 0.625rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin-right: -1.875rem;
  }
  #header #top .links::before {
    border-top-width: 1.40625rem;
    border-bottom-width: 1.40625rem;
  }
  #header #top .links nav {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.625rem 0 0;
  }
  #header #top .links nav ul {
    margin: 0;
  }
  #header #top .links nav ul li {
    display: inline-block;
  }
  #header #top .links nav ul li a {
    display: block;
    padding: 0.625rem 0.625rem;
  }
  #header #top .links .buttons {
    display: inline-block;
    vertical-align: top;
  }
  #header #top .links .buttons a {
    border-left: 0.3125rem solid #151515;
    background: #292929;
    padding-left: 0.625rem;
  }
  #header #top .links .buttons a:last-child {
    border-right: 0.3125rem solid #151515;
    padding-left: 0.3125rem;
    width: 3.4375rem;
  }
  #header #top .links .buttons form {
    right: calc(100% - 3.125rem);
  }
  #header #top .links .buttons form button {
    background: #292929;
  }
  #header #navigation img {
    height: 3.75rem;
    margin-top: 0;
  }
  #header #navigation #menu-toggle {
    margin: 0 -1.875rem 0 auto;
    padding: 0 1.875rem 0 0;
    width: 5rem;
  }
  #header #navigation nav {
    max-height: none;
    overflow: visible;
  }
  #header #navigation nav ul {
    padding: 0.3125rem 1.875rem 1.25rem;
  }
  #header #navigation nav ul li .sub-menu {
    margin: 0.3125rem -1.875rem -0.0625rem;
  }
  #header #navigation nav ul li .sub-menu::before {
    left: 2.5rem;
  }
}
@media (min-width: 992px) {
  #header {
    font-size: 1.0625rem;
  }
  #header #top .links {
    margin-right: -3.125rem;
    padding-right: 3.125rem;
  }
  #header #navigation {
    font-size: 1rem;
  }
  #header #navigation #menu-toggle {
    display: none;
  }
  #header #navigation nav {
    display: inline-block !important;
    position: static;
    background: #fff;
    width: auto;
    color: #151515;
    margin: 0 -3.125rem -0.625rem;
    text-align: right;
    padding: 0 2.5625rem 0 0;
  }
  #header #navigation nav > span {
    width: 0;
    height: 100%;
    display: block;
    position: relative;
  }
  #header #navigation nav > span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid #fff;
    border-top: 1.5625rem solid transparent;
    border-bottom: 1.5625rem solid #fff;
  }
  #header #navigation nav ul {
    padding: 0;
  }
  #header #navigation nav ul li {
    display: inline-block;
    width: auto;
    border: none;
  }
  #header #navigation nav ul li > a {
    padding: 1.25rem 0.5625rem 1.125rem;
    position: relative;
  }
  #header #navigation nav ul li > a::before {
    content: "";
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.625rem solid #292929;
    bottom: 0;
    left: calc(50% - 0.75rem);
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #header #navigation nav ul li.open > a::before {
    opacity: 1;
  }
  #header #navigation nav ul li .sub-menu {
    position: absolute;
    z-index: 10;
    left: 0;
    top: calc(100% + 0.625rem);
    margin: 0;
    color: #fff;
    width: 100%;
    padding: 0 2.5625rem;
    text-align: left;
    border-top-color: #292929;
    border-top-width: 0.9375rem;
  }
  #header #navigation nav ul li .sub-menu::before {
    display: none;
  }
  #header #navigation nav ul li.has-dropdown .sub-menu > ul li:first-of-type > a::before {
    opacity: 1;
    border-bottom-color: #292929;
  }
  #header #navigation nav ul li.menu-ducati > a::before {
    border-bottom-color: #CC0000;
  }
  #header #navigation nav ul li.menu-kawasaki > a::before {
    border-bottom-color: #69be28;
  }
  #header #navigation nav ul li.menu-scrambler > a::before {
    border-bottom-color: #FFC400;
  }
  #header #navigation nav ul li.menu-servicing .sub-menu, #header #navigation nav ul li.menu-accessories .sub-menu {
    border-top-color: #292929;
  }
  #header #navigation nav .dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #414141;
    padding: 0 3.125rem;
  }
  #header #navigation nav .dropdown ul {
    display: block;
  }
  #header #navigation nav .dropdown ul li {
    display: block;
    margin: 0 0 0.625rem;
  }
  #header #navigation nav .dropdown ul li a::before {
    display: none;
  }
  #header #navigation nav .dropdown ul li ul {
    border: none;
    background: #292929;
    padding: 0.625rem 0.625rem 0.3125rem;
    position: relative;
    margin: 0.9375rem 0 0;
    display: none;
  }
  #header #navigation nav .dropdown ul li ul::before {
    content: "";
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.625rem solid #292929;
    bottom: 100%;
    left: 1.25rem;
    position: absolute;
    display: block;
  }
  #header #navigation nav .dropdown img {
    width: 100%;
    height: auto;
    margin: 0 0 1.25rem;
  }
  #header #navigation nav .dropdown h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 1.875rem;
  }
  #header #navigation nav .dropdown a {
    padding: 0;
  }
  #header #navigation nav .dropdown .swiper-container {
    margin: 0 -3.125rem;
    padding: 0 4.6875rem;
  }
  #header #navigation nav .dropdown .swiper-container .swiper-slide {
    padding: 1.25rem 1.5625rem 3.75rem;
  }
  #header #navigation nav .dropdown .button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 18.5%;
    background: #292929;
  }
  #header #navigation nav .dropdown .button {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
    background: #B5B5B5;
  }
  #header #navigation nav .dropdown .button::before {
    display: none;
  }
  #header #navigation nav .dropdown .button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.125rem;
    height: 100%;
  }
  #header #navigation nav .dropdown .button.prev {
    right: auto;
    left: 0;
    background: #414141;
  }
  #header #navigation nav .dropdown .button.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #header #navigation nav .dropdown .button.swiper-button-disabled {
    cursor: default;
    opacity: 0;
  }
  #header #navigation nav .dropdown .button .chevron {
    z-index: 2;
  }
  #header #navigation nav .dropdown .viewall {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #header #navigation nav .dropdown .viewall .button {
    width: auto;
    height: auto;
    font-size: 1.0625rem;
    display: inline-block;
    padding: 0.78125rem 1.25rem 0.78125rem 1.25rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
  }
  #header #navigation nav .dropdown .viewall .button::after {
    width: 2rem;
  }
  #header #navigation nav .dropdown .viewall .button:hover::after {
    margin: 0;
    box-shadow: none;
  }
  #header #navigation nav .dropdown .viewall .button .chevron {
    margin-left: 0.3125rem;
  }
  #header #navigation nav .dropdown#dropdown-ducati .button {
    background: #CC0000;
    color: #fff;
  }
  #header #navigation nav .dropdown#dropdown-ducati .button::after {
    background: #CC0000;
  }
  #header #navigation nav .dropdown#dropdown-kawasaki .button {
    background: #69be28;
    color: #fff;
  }
  #header #navigation nav .dropdown#dropdown-kawasaki .button::after {
    background: #69be28;
  }
  #header #navigation nav .dropdown#dropdown-scrambler .button {
    background: #FFC400;
    color: #151515;
  }
  #header #navigation nav .dropdown#dropdown-scrambler .button::after {
    background: #FFC400;
  }
  #header #navigation nav .dropdown#dropdown-scrambler .button .chevron::before, #header #navigation nav .dropdown#dropdown-scrambler .button .chevron::after {
    background: #151515;
  }
  #header #navigation nav .dropdown#dropdown-service .row, #header #navigation nav .dropdown#dropdown-accessories .row {
    flex-wrap: nowrap;
  }
  #header #navigation nav .dropdown#dropdown-service h3, #header #navigation nav .dropdown#dropdown-accessories h3 {
    font-size: 1.125rem;
    min-height: 2.875rem;
  }
  #notice {
    padding-top: 0.9375rem;
  }
  body.home #notice {
    padding-bottom: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  #header #top .contact {
    display: inline-block;
    vertical-align: top;
    padding: 0.8125rem 3.125rem 0.625rem 0;
    position: relative;
    z-index: 1;
  }
  #header #top .contact a {
    margin: 0 0.3125rem;
  }
  #header #navigation nav {
    padding: 0 2.375rem 0 0;
  }
  #header #navigation nav .dropdown .button-wrapper {
    padding-bottom: calc(13.5% + 1.5625rem);
  }
  #header #navigation nav ul li > a {
    padding: 1.25rem 0.75rem 1.125rem;
  }
  #header #navigation nav ul li .sub-menu {
    padding: 0 2.375rem;
  }
}
@media (min-width: 1200px) and (min-width: 1280px) {
  #header #navigation .xlnav {
    width: 75%;
  }
}
@media (min-width: 0px) {
  #footer section#reviews .reviews {
    padding: 1.875rem 1.25rem;
    position: relative;
    width: 100%;
  }
  #footer section#reviews .reviews h3 {
    width: 100%;
    padding: 0 0 0.9375rem;
    margin: 0 0 0.9375rem;
    border-bottom: 0.0625rem solid #fff;
  }
  #footer section#reviews .reviews blockquote {
    margin: 0 0 1.25rem;
  }
  #footer section#reviews .reviews strong {
    display: block;
    padding: 1.25rem 0 0;
    border-top: 0.0625rem solid #151515;
    width: 100%;
  }
  #footer section#reviews .reviews .pagination {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
    text-align: right;
  }
  #footer section#reviews .reviews .pagination span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.75rem;
    margin: 0 0.3125rem;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  #footer section#reviews .reviews .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  #footer section#reviews .bg-lightgrey {
    padding: 1.875rem 1.25rem;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #footer section#reviews .bg-lightgrey::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    width: 3.75rem;
    height: 5rem;
    background: #F7F7F7;
  }
  #footer section#reviews .rating p {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 1.25rem;
    line-height: 1;
  }
  #footer section#reviews .rating p strong {
    display: block;
    font-size: 4.25rem;
  }
  #footer section#reviews .rating .stars {
    height: 1.875rem;
    background-image: url(/wp-content/themes/seastar/assets/stars-5.svg);
    background-size: auto 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 1.25rem;
  }
  #footer section#reviews .rating .stars.stars-4-8 {
    background-image: url(/wp-content/themes/seastar/assets/stars-4.8.svg);
  }
  #footer section#reviews .rating .stars.stars-4-6 {
    background-image: url(/wp-content/themes/seastar/assets/stars-4.6.svg);
  }
  #footer section#reviews .rating .stars.stars-4-4 {
    background-image: url(/wp-content/themes/seastar/assets/stars-4.4.svg);
  }
  #footer section#reviews .rating .stars.stars-4-2 {
    background-image: url(/wp-content/themes/seastar/assets/stars-4.2.svg);
  }
  #footer section#reviews .rating .stars.stars-4 {
    background-image: url(/wp-content/themes/seastar/assets/stars-4.svg);
  }
  #footer section#reviews .rating a {
    display: inline-block;
  }
  #footer section#reviews .rating a::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/wp-content/themes/seastar/assets/fb.svg);
    background-size: cover;
    margin: 0 0.3125rem 0 0;
  }
  #footer section#icons {
    padding: 1.875rem 0 0.0625rem;
  }
  #footer section#icons .icon {
    display: block;
    margin: 0 0 0.625rem;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 2.8125rem;
  }
  #footer section#icons .icon.icon-flag {
    background-image: url(/wp-content/themes/seastar/assets/flags.svg);
  }
  #footer section#icons .icon.icon-makes {
    background-image: url(/wp-content/themes/seastar/assets/ducati-kawasaki.svg);
  }
  #footer section#icons .icon.icon-helmet {
    background-image: url(/wp-content/themes/seastar/assets/helmet.svg);
  }
  #footer section#icons .icon.icon-trophy {
    background-image: url(/wp-content/themes/seastar/assets/trophy.svg);
  }
  #footer section#icons p {
    margin: 0 auto 1.875rem;
    max-width: 12.5rem;
  }
  #footer section#map {
    overflow: hidden;
  }
  #footer section#map .bg-black {
    padding: 1.25rem;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(#414141, #151515);
  }
  #footer section#map .bg-black .button {
    margin: 0 0 1.25rem;
    padding-left: 0;
    background-color: none !important;
  }
  #footer section#map .bg-black p.h3-light {
    margin-bottom: 1.25rem;
  }
  #footer section#map .bg-black h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  #footer section#map .image {
    padding-bottom: 55%;
    position: relative;
    background-color: #EDEDED;
  }
  #footer section#map .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    background-image: linear-gradient(#414141, #151515);
    width: 3.75rem;
    height: 5rem;
  }
  #footer section#newsletter {
    overflow: hidden;
    margin-top: -5rem;
    padding-top: 5rem;
  }
  #footer section#newsletter .image {
    padding-bottom: 66.6666%;
  }
  #footer section#newsletter .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #footer section#newsletter form input[type=email] {
    width: calc(100% - 2.5rem);
    padding: 0.625rem 0.9375rem;
    vertical-align: top;
    margin: 0 -0.3125rem 1.25rem 0;
    height: 2.5rem;
  }
  #footer section#newsletter form button {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 1.25rem;
    vertical-align: top;
  }
  #footer section#newsletter form button::before, #footer section#newsletter form button::after {
    box-shadow: none;
    right: 1.09375rem;
  }
  #footer section#newsletter form button:hover::before, #footer section#newsletter form button:hover::after {
    box-shadow: none;
    margin-right: 0;
  }
  #footer section#newsletter form label {
    font-size: 1.0625rem;
    font-weight: 300;
  }
  #footer section#bottom {
    padding: 1.25rem;
  }
  #footer section#bottom h3 {
    font-size: 1.125rem;
  }
  #footer section#bottom p {
    line-height: 1.5;
    margin: 0 0 1.875rem;
  }
  #footer section#bottom strong {
    display: block;
    margin: 0 0 0.625rem;
  }
  #footer section#bottom ul {
    margin-bottom: 1.5625rem;
    padding-bottom: 0.9375rem;
  }
  #footer section#bottom ul li {
    display: block;
    margin: 0 0 0.625rem;
  }
  #footer section#bottom .copyright {
    color: #EDEDED;
    font-size: 0.9375rem;
    border-top: 0.0625rem solid #414141;
  }
  #footer section#bottom .copyright p {
    padding-top: 1.25rem;
    margin: 0;
  }
  #footer section#bottom a.social {
    display: inline-block;
    margin: 1.875rem 0.125rem 0 0.125rem;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #414141;
    text-align: center;
    font-size: 1.875rem;
    padding: 0.3125rem;
    vertical-align: bottom;
    overflow: hidden;
  }
  #footer section#bottom a.social .fa-facebook-f {
    font-size: 2.25rem;
    margin: 0.3125rem 0 0 0.5rem;
  }
  #footer section#bottom .sslogo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #footer section#bottom .footerlogos {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #footer section#bottom .logos {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0.625rem -0.625rem 1.875rem;
  }
  #footer section#bottom .logos .logo {
    max-width: 33.3333%;
    padding: 0 0.625rem;
    margin: 1.25rem 0 0;
  }
  #footer section#bottom .logos img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 2.8125rem;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #footer section#map .bg-black p {
    padding-right: 1.875rem;
  }
  #footer section#bottom a.social {
    margin: 0 0 0 0.3125rem;
  }
  #footer section#bottom .sslogo {
    margin: 0;
  }
  #footer section#bottom ul {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2.5rem;
    padding: 0 0 1.5625rem;
  }
  #footer section#bottom ul li {
    width: 50%;
    padding-right: 1.25rem;
  }
  #footer section#bottom .logos {
    margin: 2.5rem -0.625rem;
  }
  #footer section#bottom .logos .logo {
    margin: 0;
    width: auto;
    max-width: 22%;
  }
}
@media (min-width: 768px) {
  #footer section#reviews .reviews {
    padding: 1.875rem 0 1.875rem 1.875rem;
    z-index: 2;
  }
  #footer section#reviews .reviews blockquote {
    margin: 0 0 1.25rem;
  }
  #footer section#reviews .bg-lightgrey {
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  #footer section#reviews .bg-lightgrey::before {
    width: 100%;
    height: 100%;
  }
  #footer section#reviews .rating {
    text-align: center;
    max-width: 15.625rem;
    margin: 0 0 0 25%;
  }
  #footer section#icons {
    padding: 2.5rem 0 0.0625rem;
  }
  #footer section#icons .icon {
    height: 3.4375rem;
  }
  #footer section#icons p {
    margin: 0 auto 2.5rem;
  }
  #footer section#map .bg-black {
    padding: 1.875rem;
  }
  #footer section#map .bg-black h3 {
    margin-top: -5.625rem;
    position: relative;
    z-index: 1;
  }
  #footer section#map .bg-black p.h3-light {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
  }
  #footer section#map .bg-black .button {
    margin: 0;
  }
  #footer section#map .bg-black h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #footer section#map .image {
    padding-bottom: 46%;
  }
  #footer section#map .image::after {
    height: 100%;
    width: 100%;
  }
  #footer section#newsletter {
    border-top: 0.625rem solid #fff;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }
  #footer section#newsletter .image {
    padding-bottom: 66.6666%;
  }
  #footer section#newsletter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #footer section#newsletter .bg-white {
    padding: 1.25rem 0 1.875rem 1.875rem;
  }
  #footer section#newsletter .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 200%;
    height: 100%;
  }
  #footer section#newsletter .bg-white * {
    position: relative;
    z-index: 2;
  }
  #footer section#newsletter form input[type=email] {
    padding: 0.5625rem 0.9375rem;
  }
  #footer section#bottom {
    padding: 3.125rem 1.875rem;
  }
  #footer section#bottom h3 {
    font-size: 1.25rem;
  }
  #footer section#bottom .logos .logo {
    max-width: 21%;
  }
  #footer section#bottom .logos .logo img {
    max-height: 3.125rem;
    max-width: 9.375rem;
  }
  #footer section#bottom .copyright {
    padding-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  #footer section#reviews {
    border-top: 3.125rem solid #F7F7F7;
  }
  #footer section#reviews .reviews {
    padding: 5rem 0 0 3.125rem;
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
  }
  #footer section#reviews .reviews h3 {
    display: block;
    position: absolute;
    top: 0;
    left: 3.125rem;
    padding: 0 0 1.25rem;
    margin: 0 0 1.25rem;
  }
  #footer section#reviews .reviews blockquote {
    margin: 0 0 1.875rem;
  }
  #footer section#reviews .reviews strong {
    border: none;
    padding-left: 3.125rem;
    height: 2.75rem;
  }
  #footer section#reviews .reviews .swiper-container {
    height: 100%;
  }
  #footer section#reviews .reviews .swiper-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1.375rem solid #F7F7F7;
    border-left: 1.375rem solid #F7F7F7;
    border-right: 1.375rem solid transparent;
    border-bottom: 1.375rem solid transparent;
  }
  #footer section#reviews .reviews .swiper-wrapper .swiper-slide {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: auto;
  }
  #footer section#reviews .reviews::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 2.75rem;
    background: #EDEDED;
  }
  #footer section#reviews .reviews .pagination {
    width: 50%;
  }
  #footer section#reviews .bg-lightgrey {
    padding: 1.875rem 3.125rem 1.25rem;
    -moz-align-items: center;
    align-items: center;
  }
  #footer section#reviews .bg-lightgrey::after {
    right: calc(100% + 0.9375rem);
  }
  #footer section#reviews .rating {
    margin: 0 0 0 33.3333%;
  }
  #footer section#icons {
    padding: 3.125rem 0 0.625rem;
  }
  #footer section#icons .icon {
    height: 4.0625rem;
    margin: 0 0 0.9375rem;
  }
  #footer section#icons p {
    margin: 0 auto 2.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #footer section#map .bg-black {
    padding: 3.125rem 0 3.125rem 3.125rem;
    height: 100%;
    width: 100%;
  }
  #footer section#map .bg-black h3 {
    margin-top: 0;
  }
  #footer section#map .bg-black * {
    position: relative;
    z-index: 2;
  }
  #footer section#map .bg-black p {
    padding-right: 2.5rem;
  }
  #footer section#map .bg-black .sm5 p {
    margin-right: -20%;
    width: 120%;
    padding-right: 0;
  }
  #footer section#map .image {
    padding-bottom: calc(55% - 1.875rem);
    width: 100%;
    height: 100%;
    background-position: center left;
  }
  #footer section#newsletter {
    border-top-width: 0.9375rem;
  }
  #footer section#newsletter .image {
    padding-bottom: 36%;
  }
  #footer section#newsletter .overlay::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 200%;
    height: 100%;
    right: 41.5%;
    transform-origin: top;
  }
  #footer section#newsletter .bg-white {
    padding: 1.875rem 0 3.125rem 3.125rem;
  }
  #footer section#newsletter .bg-white::after {
    display: none;
  }
  #footer section#newsletter form input[type=email] {
    width: calc(100% - 3.125rem);
    padding: 0.625rem 0.9375rem;
    margin: 0 -0.3125rem 0 0;
    height: 3.125rem;
  }
  #footer section#newsletter form button {
    width: 3.125rem;
    height: 3.125rem;
    padding: 1.5625rem;
  }
  #footer section#newsletter form button::before, #footer section#newsletter form button::after {
    right: 1.40625rem;
  }
  #footer section#bottom {
    padding: 3.125rem;
  }
  #footer section#bottom p {
    margin: 0;
  }
  #footer section#bottom ul li {
    width: 33%;
    padding-right: 1.875rem;
  }
  #footer section#bottom .nowrap {
    white-space: nowrap;
  }
  #footer section#bottom .footerlogos {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #footer section#bottom .logos {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 -0.625rem;
  }
  #footer section#bottom .logos .logo img {
    max-height: 2.8125rem;
    max-width: 8.75rem;
  }
  #footer section#bottom .copyright {
    padding-top: 2.5rem;
    margin: 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  #footer section#newsletter .overlay::after {
    right: 50%;
  }
  #footer section#bottom .logos {
    margin: 0 -0.9375rem;
  }
  #footer section#bottom .logos .logo {
    padding: 0 0.9375rem;
  }
  #footer section#bottom .logos .logo img {
    max-height: 3.125rem;
  }
}
@media (min-width: 0px) {
  #single-page section#title,
  #page-search section#title,
  #archive-product section#title,
  #archive-offer section#title,
  #single-offer section#title,
  #archive-post section#title {
    position: relative;
    overflow: hidden;
  }
  #single-page section#title .bg-black,
  #page-search section#title .bg-black,
  #archive-product section#title .bg-black,
  #archive-offer section#title .bg-black,
  #single-offer section#title .bg-black,
  #archive-post section#title .bg-black {
    padding: 1.25rem;
    position: relative;
  }
  #single-page section#title .bg-black::after,
  #page-search section#title .bg-black::after,
  #archive-product section#title .bg-black::after,
  #archive-offer section#title .bg-black::after,
  #single-offer section#title .bg-black::after,
  #archive-post section#title .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    height: 5rem;
    width: 50%;
  }
  #single-page section#title .bg-black h1,
  #page-search section#title .bg-black h1,
  #archive-product section#title .bg-black h1,
  #archive-offer section#title .bg-black h1,
  #single-offer section#title .bg-black h1,
  #archive-post section#title .bg-black h1 {
    margin: 0;
  }
  #single-page section#title .bg-black p.h3-light,
  #single-page section#title .bg-black p.h4-light,
  #page-search section#title .bg-black p.h3-light,
  #page-search section#title .bg-black p.h4-light,
  #archive-product section#title .bg-black p.h3-light,
  #archive-product section#title .bg-black p.h4-light,
  #archive-offer section#title .bg-black p.h3-light,
  #archive-offer section#title .bg-black p.h4-light,
  #single-offer section#title .bg-black p.h3-light,
  #single-offer section#title .bg-black p.h4-light,
  #archive-post section#title .bg-black p.h3-light,
  #archive-post section#title .bg-black p.h4-light {
    margin: 0.625rem 0 0;
  }
  #single-page section#title div.bg-red,
  #single-page section#title div.bg-green,
  #single-page section#title div.bg-yellow,
  #single-page section#title div.bg-darkgrey,
  #page-search section#title div.bg-red,
  #page-search section#title div.bg-green,
  #page-search section#title div.bg-yellow,
  #page-search section#title div.bg-darkgrey,
  #archive-product section#title div.bg-red,
  #archive-product section#title div.bg-green,
  #archive-product section#title div.bg-yellow,
  #archive-product section#title div.bg-darkgrey,
  #archive-offer section#title div.bg-red,
  #archive-offer section#title div.bg-green,
  #archive-offer section#title div.bg-yellow,
  #archive-offer section#title div.bg-darkgrey,
  #single-offer section#title div.bg-red,
  #single-offer section#title div.bg-green,
  #single-offer section#title div.bg-yellow,
  #single-offer section#title div.bg-darkgrey,
  #archive-post section#title div.bg-red,
  #archive-post section#title div.bg-green,
  #archive-post section#title div.bg-yellow,
  #archive-post section#title div.bg-darkgrey {
    width: 100%;
    padding: 1.25rem;
    height: 100%;
  }
  #single-page section#title div.bg-red .ducati-offer,
  #single-page section#title div.bg-green .ducati-offer,
  #single-page section#title div.bg-yellow .ducati-offer,
  #single-page section#title div.bg-darkgrey .ducati-offer,
  #page-search section#title div.bg-red .ducati-offer,
  #page-search section#title div.bg-green .ducati-offer,
  #page-search section#title div.bg-yellow .ducati-offer,
  #page-search section#title div.bg-darkgrey .ducati-offer,
  #archive-product section#title div.bg-red .ducati-offer,
  #archive-product section#title div.bg-green .ducati-offer,
  #archive-product section#title div.bg-yellow .ducati-offer,
  #archive-product section#title div.bg-darkgrey .ducati-offer,
  #archive-offer section#title div.bg-red .ducati-offer,
  #archive-offer section#title div.bg-green .ducati-offer,
  #archive-offer section#title div.bg-yellow .ducati-offer,
  #archive-offer section#title div.bg-darkgrey .ducati-offer,
  #single-offer section#title div.bg-red .ducati-offer,
  #single-offer section#title div.bg-green .ducati-offer,
  #single-offer section#title div.bg-yellow .ducati-offer,
  #single-offer section#title div.bg-darkgrey .ducati-offer,
  #archive-post section#title div.bg-red .ducati-offer,
  #archive-post section#title div.bg-green .ducati-offer,
  #archive-post section#title div.bg-yellow .ducati-offer,
  #archive-post section#title div.bg-darkgrey .ducati-offer {
    max-width: 15.625rem;
  }
  #single-page section#title div.bg-red .ducati-offer h2,
  #single-page section#title div.bg-green .ducati-offer h2,
  #single-page section#title div.bg-yellow .ducati-offer h2,
  #single-page section#title div.bg-darkgrey .ducati-offer h2,
  #page-search section#title div.bg-red .ducati-offer h2,
  #page-search section#title div.bg-green .ducati-offer h2,
  #page-search section#title div.bg-yellow .ducati-offer h2,
  #page-search section#title div.bg-darkgrey .ducati-offer h2,
  #archive-product section#title div.bg-red .ducati-offer h2,
  #archive-product section#title div.bg-green .ducati-offer h2,
  #archive-product section#title div.bg-yellow .ducati-offer h2,
  #archive-product section#title div.bg-darkgrey .ducati-offer h2,
  #archive-offer section#title div.bg-red .ducati-offer h2,
  #archive-offer section#title div.bg-green .ducati-offer h2,
  #archive-offer section#title div.bg-yellow .ducati-offer h2,
  #archive-offer section#title div.bg-darkgrey .ducati-offer h2,
  #single-offer section#title div.bg-red .ducati-offer h2,
  #single-offer section#title div.bg-green .ducati-offer h2,
  #single-offer section#title div.bg-yellow .ducati-offer h2,
  #single-offer section#title div.bg-darkgrey .ducati-offer h2,
  #archive-post section#title div.bg-red .ducati-offer h2,
  #archive-post section#title div.bg-green .ducati-offer h2,
  #archive-post section#title div.bg-yellow .ducati-offer h2,
  #archive-post section#title div.bg-darkgrey .ducati-offer h2 {
    font-size: 2.875rem;
  }
  #single-page section#title div.bg-red .ducati-offer p,
  #single-page section#title div.bg-green .ducati-offer p,
  #single-page section#title div.bg-yellow .ducati-offer p,
  #single-page section#title div.bg-darkgrey .ducati-offer p,
  #page-search section#title div.bg-red .ducati-offer p,
  #page-search section#title div.bg-green .ducati-offer p,
  #page-search section#title div.bg-yellow .ducati-offer p,
  #page-search section#title div.bg-darkgrey .ducati-offer p,
  #archive-product section#title div.bg-red .ducati-offer p,
  #archive-product section#title div.bg-green .ducati-offer p,
  #archive-product section#title div.bg-yellow .ducati-offer p,
  #archive-product section#title div.bg-darkgrey .ducati-offer p,
  #archive-offer section#title div.bg-red .ducati-offer p,
  #archive-offer section#title div.bg-green .ducati-offer p,
  #archive-offer section#title div.bg-yellow .ducati-offer p,
  #archive-offer section#title div.bg-darkgrey .ducati-offer p,
  #single-offer section#title div.bg-red .ducati-offer p,
  #single-offer section#title div.bg-green .ducati-offer p,
  #single-offer section#title div.bg-yellow .ducati-offer p,
  #single-offer section#title div.bg-darkgrey .ducati-offer p,
  #archive-post section#title div.bg-red .ducati-offer p,
  #archive-post section#title div.bg-green .ducati-offer p,
  #archive-post section#title div.bg-yellow .ducati-offer p,
  #archive-post section#title div.bg-darkgrey .ducati-offer p {
    font-size: 1rem;
  }
  #single-page section#title div.bg-red .ducati-offer p.h3-light,
  #single-page section#title div.bg-green .ducati-offer p.h3-light,
  #single-page section#title div.bg-yellow .ducati-offer p.h3-light,
  #single-page section#title div.bg-darkgrey .ducati-offer p.h3-light,
  #page-search section#title div.bg-red .ducati-offer p.h3-light,
  #page-search section#title div.bg-green .ducati-offer p.h3-light,
  #page-search section#title div.bg-yellow .ducati-offer p.h3-light,
  #page-search section#title div.bg-darkgrey .ducati-offer p.h3-light,
  #archive-product section#title div.bg-red .ducati-offer p.h3-light,
  #archive-product section#title div.bg-green .ducati-offer p.h3-light,
  #archive-product section#title div.bg-yellow .ducati-offer p.h3-light,
  #archive-product section#title div.bg-darkgrey .ducati-offer p.h3-light,
  #archive-offer section#title div.bg-red .ducati-offer p.h3-light,
  #archive-offer section#title div.bg-green .ducati-offer p.h3-light,
  #archive-offer section#title div.bg-yellow .ducati-offer p.h3-light,
  #archive-offer section#title div.bg-darkgrey .ducati-offer p.h3-light,
  #single-offer section#title div.bg-red .ducati-offer p.h3-light,
  #single-offer section#title div.bg-green .ducati-offer p.h3-light,
  #single-offer section#title div.bg-yellow .ducati-offer p.h3-light,
  #single-offer section#title div.bg-darkgrey .ducati-offer p.h3-light,
  #archive-post section#title div.bg-red .ducati-offer p.h3-light,
  #archive-post section#title div.bg-green .ducati-offer p.h3-light,
  #archive-post section#title div.bg-yellow .ducati-offer p.h3-light,
  #archive-post section#title div.bg-darkgrey .ducati-offer p.h3-light {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  #single-page section#title div.bg-red .ducati-offer p.h3-light strong,
  #single-page section#title div.bg-green .ducati-offer p.h3-light strong,
  #single-page section#title div.bg-yellow .ducati-offer p.h3-light strong,
  #single-page section#title div.bg-darkgrey .ducati-offer p.h3-light strong,
  #page-search section#title div.bg-red .ducati-offer p.h3-light strong,
  #page-search section#title div.bg-green .ducati-offer p.h3-light strong,
  #page-search section#title div.bg-yellow .ducati-offer p.h3-light strong,
  #page-search section#title div.bg-darkgrey .ducati-offer p.h3-light strong,
  #archive-product section#title div.bg-red .ducati-offer p.h3-light strong,
  #archive-product section#title div.bg-green .ducati-offer p.h3-light strong,
  #archive-product section#title div.bg-yellow .ducati-offer p.h3-light strong,
  #archive-product section#title div.bg-darkgrey .ducati-offer p.h3-light strong,
  #archive-offer section#title div.bg-red .ducati-offer p.h3-light strong,
  #archive-offer section#title div.bg-green .ducati-offer p.h3-light strong,
  #archive-offer section#title div.bg-yellow .ducati-offer p.h3-light strong,
  #archive-offer section#title div.bg-darkgrey .ducati-offer p.h3-light strong,
  #single-offer section#title div.bg-red .ducati-offer p.h3-light strong,
  #single-offer section#title div.bg-green .ducati-offer p.h3-light strong,
  #single-offer section#title div.bg-yellow .ducati-offer p.h3-light strong,
  #single-offer section#title div.bg-darkgrey .ducati-offer p.h3-light strong,
  #archive-post section#title div.bg-red .ducati-offer p.h3-light strong,
  #archive-post section#title div.bg-green .ducati-offer p.h3-light strong,
  #archive-post section#title div.bg-yellow .ducati-offer p.h3-light strong,
  #archive-post section#title div.bg-darkgrey .ducati-offer p.h3-light strong {
    font-size: 1.4375rem;
  }
  #single-page section#title div.bg-red .ducati-offer small,
  #single-page section#title div.bg-green .ducati-offer small,
  #single-page section#title div.bg-yellow .ducati-offer small,
  #single-page section#title div.bg-darkgrey .ducati-offer small,
  #page-search section#title div.bg-red .ducati-offer small,
  #page-search section#title div.bg-green .ducati-offer small,
  #page-search section#title div.bg-yellow .ducati-offer small,
  #page-search section#title div.bg-darkgrey .ducati-offer small,
  #archive-product section#title div.bg-red .ducati-offer small,
  #archive-product section#title div.bg-green .ducati-offer small,
  #archive-product section#title div.bg-yellow .ducati-offer small,
  #archive-product section#title div.bg-darkgrey .ducati-offer small,
  #archive-offer section#title div.bg-red .ducati-offer small,
  #archive-offer section#title div.bg-green .ducati-offer small,
  #archive-offer section#title div.bg-yellow .ducati-offer small,
  #archive-offer section#title div.bg-darkgrey .ducati-offer small,
  #single-offer section#title div.bg-red .ducati-offer small,
  #single-offer section#title div.bg-green .ducati-offer small,
  #single-offer section#title div.bg-yellow .ducati-offer small,
  #single-offer section#title div.bg-darkgrey .ducati-offer small,
  #archive-post section#title div.bg-red .ducati-offer small,
  #archive-post section#title div.bg-green .ducati-offer small,
  #archive-post section#title div.bg-yellow .ducati-offer small,
  #archive-post section#title div.bg-darkgrey .ducati-offer small {
    font-size: 0.75rem;
    display: block;
    margin: 0.9375rem 0 0;
  }
  #single-page section#title div.bg-red .ducati-offer .border,
  #single-page section#title div.bg-green .ducati-offer .border,
  #single-page section#title div.bg-yellow .ducati-offer .border,
  #single-page section#title div.bg-darkgrey .ducati-offer .border,
  #page-search section#title div.bg-red .ducati-offer .border,
  #page-search section#title div.bg-green .ducati-offer .border,
  #page-search section#title div.bg-yellow .ducati-offer .border,
  #page-search section#title div.bg-darkgrey .ducati-offer .border,
  #archive-product section#title div.bg-red .ducati-offer .border,
  #archive-product section#title div.bg-green .ducati-offer .border,
  #archive-product section#title div.bg-yellow .ducati-offer .border,
  #archive-product section#title div.bg-darkgrey .ducati-offer .border,
  #archive-offer section#title div.bg-red .ducati-offer .border,
  #archive-offer section#title div.bg-green .ducati-offer .border,
  #archive-offer section#title div.bg-yellow .ducati-offer .border,
  #archive-offer section#title div.bg-darkgrey .ducati-offer .border,
  #single-offer section#title div.bg-red .ducati-offer .border,
  #single-offer section#title div.bg-green .ducati-offer .border,
  #single-offer section#title div.bg-yellow .ducati-offer .border,
  #single-offer section#title div.bg-darkgrey .ducati-offer .border,
  #archive-post section#title div.bg-red .ducati-offer .border,
  #archive-post section#title div.bg-green .ducati-offer .border,
  #archive-post section#title div.bg-yellow .ducati-offer .border,
  #archive-post section#title div.bg-darkgrey .ducati-offer .border {
    margin: 0.9375rem auto 0;
    padding: 0.625rem;
  }
  #single-page section#title div.bg-red .ducati-offer .border small,
  #single-page section#title div.bg-green .ducati-offer .border small,
  #single-page section#title div.bg-yellow .ducati-offer .border small,
  #single-page section#title div.bg-darkgrey .ducati-offer .border small,
  #page-search section#title div.bg-red .ducati-offer .border small,
  #page-search section#title div.bg-green .ducati-offer .border small,
  #page-search section#title div.bg-yellow .ducati-offer .border small,
  #page-search section#title div.bg-darkgrey .ducati-offer .border small,
  #archive-product section#title div.bg-red .ducati-offer .border small,
  #archive-product section#title div.bg-green .ducati-offer .border small,
  #archive-product section#title div.bg-yellow .ducati-offer .border small,
  #archive-product section#title div.bg-darkgrey .ducati-offer .border small,
  #archive-offer section#title div.bg-red .ducati-offer .border small,
  #archive-offer section#title div.bg-green .ducati-offer .border small,
  #archive-offer section#title div.bg-yellow .ducati-offer .border small,
  #archive-offer section#title div.bg-darkgrey .ducati-offer .border small,
  #single-offer section#title div.bg-red .ducati-offer .border small,
  #single-offer section#title div.bg-green .ducati-offer .border small,
  #single-offer section#title div.bg-yellow .ducati-offer .border small,
  #single-offer section#title div.bg-darkgrey .ducati-offer .border small,
  #archive-post section#title div.bg-red .ducati-offer .border small,
  #archive-post section#title div.bg-green .ducati-offer .border small,
  #archive-post section#title div.bg-yellow .ducati-offer .border small,
  #archive-post section#title div.bg-darkgrey .ducati-offer .border small {
    font-size: 0.875rem;
    margin: 0;
  }
  #single-page section#title div.bg-red .ducati-offer .border strong,
  #single-page section#title div.bg-green .ducati-offer .border strong,
  #single-page section#title div.bg-yellow .ducati-offer .border strong,
  #single-page section#title div.bg-darkgrey .ducati-offer .border strong,
  #page-search section#title div.bg-red .ducati-offer .border strong,
  #page-search section#title div.bg-green .ducati-offer .border strong,
  #page-search section#title div.bg-yellow .ducati-offer .border strong,
  #page-search section#title div.bg-darkgrey .ducati-offer .border strong,
  #archive-product section#title div.bg-red .ducati-offer .border strong,
  #archive-product section#title div.bg-green .ducati-offer .border strong,
  #archive-product section#title div.bg-yellow .ducati-offer .border strong,
  #archive-product section#title div.bg-darkgrey .ducati-offer .border strong,
  #archive-offer section#title div.bg-red .ducati-offer .border strong,
  #archive-offer section#title div.bg-green .ducati-offer .border strong,
  #archive-offer section#title div.bg-yellow .ducati-offer .border strong,
  #archive-offer section#title div.bg-darkgrey .ducati-offer .border strong,
  #single-offer section#title div.bg-red .ducati-offer .border strong,
  #single-offer section#title div.bg-green .ducati-offer .border strong,
  #single-offer section#title div.bg-yellow .ducati-offer .border strong,
  #single-offer section#title div.bg-darkgrey .ducati-offer .border strong,
  #archive-post section#title div.bg-red .ducati-offer .border strong,
  #archive-post section#title div.bg-green .ducati-offer .border strong,
  #archive-post section#title div.bg-yellow .ducati-offer .border strong,
  #archive-post section#title div.bg-darkgrey .ducati-offer .border strong {
    font-size: 1.375rem;
  }
  #single-page section#title .image,
  #page-search section#title .image,
  #archive-product section#title .image,
  #archive-offer section#title .image,
  #single-offer section#title .image,
  #archive-post section#title .image {
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
    padding-bottom: 66.6666%;
  }
  #single-page section#title .image::after,
  #page-search section#title .image::after,
  #archive-product section#title .image::after,
  #archive-offer section#title .image::after,
  #single-offer section#title .image::after,
  #archive-post section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    bottom: -0.0625rem;
    width: 50%;
    height: 5rem;
  }
  #single-page section#title.has-make .image::after,
  #page-search section#title.has-make .image::after,
  #archive-product section#title.has-make .image::after,
  #archive-offer section#title.has-make .image::after,
  #single-offer section#title.has-make .image::after,
  #archive-post section#title.has-make .image::after {
    background: #F7F7F7;
  }
  #single-page section#title.no-image .bg-black::after,
  #page-search section#title.no-image .bg-black::after,
  #archive-product section#title.no-image .bg-black::after,
  #archive-offer section#title.no-image .bg-black::after,
  #single-offer section#title.no-image .bg-black::after,
  #archive-post section#title.no-image .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 50%;
  }
  #single-page section#title.no-image.bg-lightergrey .bg-black::after,
  #page-search section#title.no-image.bg-lightergrey .bg-black::after,
  #archive-product section#title.no-image.bg-lightergrey .bg-black::after,
  #archive-offer section#title.no-image.bg-lightergrey .bg-black::after,
  #single-offer section#title.no-image.bg-lightergrey .bg-black::after,
  #archive-post section#title.no-image.bg-lightergrey .bg-black::after {
    background: #F7F7F7;
  }
  #single-page section#title.no-image.bg-lightgrey .bg-black::after,
  #page-search section#title.no-image.bg-lightgrey .bg-black::after,
  #archive-product section#title.no-image.bg-lightgrey .bg-black::after,
  #archive-offer section#title.no-image.bg-lightgrey .bg-black::after,
  #single-offer section#title.no-image.bg-lightgrey .bg-black::after,
  #archive-post section#title.no-image.bg-lightgrey .bg-black::after {
    background: #EDEDED;
  }
  #single-page section#title.no-image.bg-darkergrey .bg-black::after,
  #page-search section#title.no-image.bg-darkergrey .bg-black::after,
  #archive-product section#title.no-image.bg-darkergrey .bg-black::after,
  #archive-offer section#title.no-image.bg-darkergrey .bg-black::after,
  #single-offer section#title.no-image.bg-darkergrey .bg-black::after,
  #archive-post section#title.no-image.bg-darkergrey .bg-black::after {
    background: #292929;
  }
  #single-page section#offer-title,
  #page-search section#offer-title,
  #archive-product section#offer-title,
  #archive-offer section#offer-title,
  #single-offer section#offer-title,
  #archive-post section#offer-title {
    position: relative;
    overflow: hidden;
  }
  #single-page section#offer-title .bg-red,
  #page-search section#offer-title .bg-red,
  #archive-product section#offer-title .bg-red,
  #archive-offer section#offer-title .bg-red,
  #single-offer section#offer-title .bg-red,
  #archive-post section#offer-title .bg-red {
    padding: 1.25rem;
    position: relative;
  }
  #single-page section#offer-title .bg-red::after,
  #page-search section#offer-title .bg-red::after,
  #archive-product section#offer-title .bg-red::after,
  #archive-offer section#offer-title .bg-red::after,
  #single-offer section#offer-title .bg-red::after,
  #archive-post section#offer-title .bg-red::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    height: 5rem;
    width: 50%;
  }
  #single-page section#offer-title .bg-green,
  #page-search section#offer-title .bg-green,
  #archive-product section#offer-title .bg-green,
  #archive-offer section#offer-title .bg-green,
  #single-offer section#offer-title .bg-green,
  #archive-post section#offer-title .bg-green {
    padding: 1.25rem;
    position: relative;
  }
  #single-page section#offer-title .bg-green::after,
  #page-search section#offer-title .bg-green::after,
  #archive-product section#offer-title .bg-green::after,
  #archive-offer section#offer-title .bg-green::after,
  #single-offer section#offer-title .bg-green::after,
  #archive-post section#offer-title .bg-green::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #69be28;
    height: 5rem;
    width: 50%;
  }
  #single-page section#offer-title .bg-yellow,
  #page-search section#offer-title .bg-yellow,
  #archive-product section#offer-title .bg-yellow,
  #archive-offer section#offer-title .bg-yellow,
  #single-offer section#offer-title .bg-yellow,
  #archive-post section#offer-title .bg-yellow {
    padding: 1.25rem;
    position: relative;
  }
  #single-page section#offer-title .bg-yellow::after,
  #page-search section#offer-title .bg-yellow::after,
  #archive-product section#offer-title .bg-yellow::after,
  #archive-offer section#offer-title .bg-yellow::after,
  #single-offer section#offer-title .bg-yellow::after,
  #archive-post section#offer-title .bg-yellow::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #FFC400;
    height: 5rem;
    width: 50%;
  }
  #single-page section#offer-title .bg-darkgrey,
  #page-search section#offer-title .bg-darkgrey,
  #archive-product section#offer-title .bg-darkgrey,
  #archive-offer section#offer-title .bg-darkgrey,
  #single-offer section#offer-title .bg-darkgrey,
  #archive-post section#offer-title .bg-darkgrey {
    padding: 1.25rem;
    position: relative;
  }
  #single-page section#offer-title .bg-darkgrey::after,
  #page-search section#offer-title .bg-darkgrey::after,
  #archive-product section#offer-title .bg-darkgrey::after,
  #archive-offer section#offer-title .bg-darkgrey::after,
  #single-offer section#offer-title .bg-darkgrey::after,
  #archive-post section#offer-title .bg-darkgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #414141;
    height: 5rem;
    width: 50%;
  }
  #single-page section#offer-title .image,
  #page-search section#offer-title .image,
  #archive-product section#offer-title .image,
  #archive-offer section#offer-title .image,
  #single-offer section#offer-title .image,
  #archive-post section#offer-title .image {
    padding-bottom: 66.6666%;
  }
  #single-page section#offer-intro,
  #page-search section#offer-intro,
  #archive-product section#offer-intro,
  #archive-offer section#offer-intro,
  #single-offer section#offer-intro,
  #archive-post section#offer-intro {
    padding: 1.25rem 0 4.375rem;
    position: relative;
    overflow: hidden;
  }
  #single-page section#offer-intro::after,
  #page-search section#offer-intro::after,
  #archive-product section#offer-intro::after,
  #archive-offer section#offer-intro::after,
  #single-offer section#offer-intro::after,
  #archive-post section#offer-intro::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
    height: 3.125rem;
    width: 100%;
    left: 75%;
  }
  #single-page section#offer-intro svg,
  #page-search section#offer-intro svg,
  #archive-product section#offer-intro svg,
  #archive-offer section#offer-intro svg,
  #single-offer section#offer-intro svg,
  #archive-post section#offer-intro svg {
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }
  #single-page section#offer-intro svg.ducati,
  #page-search section#offer-intro svg.ducati,
  #archive-product section#offer-intro svg.ducati,
  #archive-offer section#offer-intro svg.ducati,
  #single-offer section#offer-intro svg.ducati,
  #archive-post section#offer-intro svg.ducati {
    width: 30%;
    max-width: 6.25rem;
    margin-right: calc(10% - 0.5em);
  }
  #single-page section#offer-intro svg.kawasaki,
  #page-search section#offer-intro svg.kawasaki,
  #archive-product section#offer-intro svg.kawasaki,
  #archive-offer section#offer-intro svg.kawasaki,
  #single-offer section#offer-intro svg.kawasaki,
  #archive-post section#offer-intro svg.kawasaki {
    width: 40%;
    max-width: 9.375rem;
    margin-right: calc(10% - 0.5em);
  }
  #single-page section#offer-intro svg.scrambler,
  #page-search section#offer-intro svg.scrambler,
  #archive-product section#offer-intro svg.scrambler,
  #archive-offer section#offer-intro svg.scrambler,
  #single-offer section#offer-intro svg.scrambler,
  #archive-post section#offer-intro svg.scrambler {
    width: 50%;
    max-width: 12.5rem;
  }
  #single-page section#offer-intro svg *,
  #page-search section#offer-intro svg *,
  #archive-product section#offer-intro svg *,
  #archive-offer section#offer-intro svg *,
  #single-offer section#offer-intro svg *,
  #archive-post section#offer-intro svg * {
    fill: #fff;
  }
  #single-page section#offer-intro svg *.cls-2,
  #page-search section#offer-intro svg *.cls-2,
  #archive-product section#offer-intro svg *.cls-2,
  #archive-offer section#offer-intro svg *.cls-2,
  #single-offer section#offer-intro svg *.cls-2,
  #archive-post section#offer-intro svg *.cls-2 {
    fill: #414141;
  }
  #single-page section#offer-intro.bg-red svg .cls-2,
  #page-search section#offer-intro.bg-red svg .cls-2,
  #archive-product section#offer-intro.bg-red svg .cls-2,
  #archive-offer section#offer-intro.bg-red svg .cls-2,
  #single-offer section#offer-intro.bg-red svg .cls-2,
  #archive-post section#offer-intro.bg-red svg .cls-2 {
    fill: #CC0000;
  }
  #single-page section#offer-intro.bg-green svg .cls-2,
  #page-search section#offer-intro.bg-green svg .cls-2,
  #archive-product section#offer-intro.bg-green svg .cls-2,
  #archive-offer section#offer-intro.bg-green svg .cls-2,
  #single-offer section#offer-intro.bg-green svg .cls-2,
  #archive-post section#offer-intro.bg-green svg .cls-2 {
    fill: #69be28;
  }
  #single-page section#offer-intro.bg-yellow svg *,
  #page-search section#offer-intro.bg-yellow svg *,
  #archive-product section#offer-intro.bg-yellow svg *,
  #archive-offer section#offer-intro.bg-yellow svg *,
  #single-offer section#offer-intro.bg-yellow svg *,
  #archive-post section#offer-intro.bg-yellow svg * {
    fill: #151515;
  }
  #single-page section#offer-intro.bg-yellow svg .cls-2,
  #page-search section#offer-intro.bg-yellow svg .cls-2,
  #archive-product section#offer-intro.bg-yellow svg .cls-2,
  #archive-offer section#offer-intro.bg-yellow svg .cls-2,
  #single-offer section#offer-intro.bg-yellow svg .cls-2,
  #archive-post section#offer-intro.bg-yellow svg .cls-2 {
    fill: #FFC400;
  }
  #single-page section#offer-intro p.h3-light,
  #page-search section#offer-intro p.h3-light,
  #archive-product section#offer-intro p.h3-light,
  #archive-offer section#offer-intro p.h3-light,
  #single-offer section#offer-intro p.h3-light,
  #archive-post section#offer-intro p.h3-light {
    margin: 1.25rem 0;
    text-align: left;
    font-weight: 400;
  }
  #single-page section#offer-intro a.button,
  #page-search section#offer-intro a.button,
  #archive-product section#offer-intro a.button,
  #archive-offer section#offer-intro a.button,
  #single-offer section#offer-intro a.button,
  #archive-post section#offer-intro a.button {
    display: block;
    margin: 0 0 0.9375rem;
  }
  #single-page section#offer-intro small,
  #page-search section#offer-intro small,
  #archive-product section#offer-intro small,
  #archive-offer section#offer-intro small,
  #single-offer section#offer-intro small,
  #archive-post section#offer-intro small {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #single-page section#title .bg-black, #page-search section#title .bg-black, #archive-product section#title .bg-black, #archive-offer section#title .bg-black, #single-offer section#title .bg-black, #archive-post section#title .bg-black {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-page section#title .bg-black h1, #single-page section#title .bg-black p, #single-page section#title .bg-black .button, #page-search section#title .bg-black h1, #page-search section#title .bg-black p, #page-search section#title .bg-black .button, #archive-product section#title .bg-black h1, #archive-product section#title .bg-black p, #archive-product section#title .bg-black .button, #archive-offer section#title .bg-black h1, #archive-offer section#title .bg-black p, #archive-offer section#title .bg-black .button, #single-offer section#title .bg-black h1, #single-offer section#title .bg-black p, #single-offer section#title .bg-black .button, #archive-post section#title .bg-black h1, #archive-post section#title .bg-black p, #archive-post section#title .bg-black .button {
    position: relative;
    z-index: 2;
  }
  #single-page section#title .bg-black h1.h3-light, #single-page section#title .bg-black h1.h4-light, #single-page section#title .bg-black p.h3-light, #single-page section#title .bg-black p.h4-light, #single-page section#title .bg-black .button.h3-light, #single-page section#title .bg-black .button.h4-light, #page-search section#title .bg-black h1.h3-light, #page-search section#title .bg-black h1.h4-light, #page-search section#title .bg-black p.h3-light, #page-search section#title .bg-black p.h4-light, #page-search section#title .bg-black .button.h3-light, #page-search section#title .bg-black .button.h4-light, #archive-product section#title .bg-black h1.h3-light, #archive-product section#title .bg-black h1.h4-light, #archive-product section#title .bg-black p.h3-light, #archive-product section#title .bg-black p.h4-light, #archive-product section#title .bg-black .button.h3-light, #archive-product section#title .bg-black .button.h4-light, #archive-offer section#title .bg-black h1.h3-light, #archive-offer section#title .bg-black h1.h4-light, #archive-offer section#title .bg-black p.h3-light, #archive-offer section#title .bg-black p.h4-light, #archive-offer section#title .bg-black .button.h3-light, #archive-offer section#title .bg-black .button.h4-light, #single-offer section#title .bg-black h1.h3-light, #single-offer section#title .bg-black h1.h4-light, #single-offer section#title .bg-black p.h3-light, #single-offer section#title .bg-black p.h4-light, #single-offer section#title .bg-black .button.h3-light, #single-offer section#title .bg-black .button.h4-light, #archive-post section#title .bg-black h1.h3-light, #archive-post section#title .bg-black h1.h4-light, #archive-post section#title .bg-black p.h3-light, #archive-post section#title .bg-black p.h4-light, #archive-post section#title .bg-black .button.h3-light, #archive-post section#title .bg-black .button.h4-light {
    margin: 1.25rem 0 0;
  }
  #single-page section#title .bg-black::after, #page-search section#title .bg-black::after, #archive-product section#title .bg-black::after, #archive-offer section#title .bg-black::after, #single-offer section#title .bg-black::after, #archive-post section#title .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    width: 100%;
    height: 100%;
  }
  #single-page section#title div.bg-red, #single-page section#title div.bg-green, #single-page section#title div.bg-yellow, #single-page section#title div.bg-darkgrey, #page-search section#title div.bg-red, #page-search section#title div.bg-green, #page-search section#title div.bg-yellow, #page-search section#title div.bg-darkgrey, #archive-product section#title div.bg-red, #archive-product section#title div.bg-green, #archive-product section#title div.bg-yellow, #archive-product section#title div.bg-darkgrey, #archive-offer section#title div.bg-red, #archive-offer section#title div.bg-green, #archive-offer section#title div.bg-yellow, #archive-offer section#title div.bg-darkgrey, #single-offer section#title div.bg-red, #single-offer section#title div.bg-green, #single-offer section#title div.bg-yellow, #single-offer section#title div.bg-darkgrey, #archive-post section#title div.bg-red, #archive-post section#title div.bg-green, #archive-post section#title div.bg-yellow, #archive-post section#title div.bg-darkgrey {
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-page section#title div.bg-red .ducati-offer, #single-page section#title div.bg-green .ducati-offer, #single-page section#title div.bg-yellow .ducati-offer, #single-page section#title div.bg-darkgrey .ducati-offer, #page-search section#title div.bg-red .ducati-offer, #page-search section#title div.bg-green .ducati-offer, #page-search section#title div.bg-yellow .ducati-offer, #page-search section#title div.bg-darkgrey .ducati-offer, #archive-product section#title div.bg-red .ducati-offer, #archive-product section#title div.bg-green .ducati-offer, #archive-product section#title div.bg-yellow .ducati-offer, #archive-product section#title div.bg-darkgrey .ducati-offer, #archive-offer section#title div.bg-red .ducati-offer, #archive-offer section#title div.bg-green .ducati-offer, #archive-offer section#title div.bg-yellow .ducati-offer, #archive-offer section#title div.bg-darkgrey .ducati-offer, #single-offer section#title div.bg-red .ducati-offer, #single-offer section#title div.bg-green .ducati-offer, #single-offer section#title div.bg-yellow .ducati-offer, #single-offer section#title div.bg-darkgrey .ducati-offer, #archive-post section#title div.bg-red .ducati-offer, #archive-post section#title div.bg-green .ducati-offer, #archive-post section#title div.bg-yellow .ducati-offer, #archive-post section#title div.bg-darkgrey .ducati-offer {
    margin: 0 0 0 auto;
  }
  #single-page section#title .image, #page-search section#title .image, #archive-product section#title .image, #archive-offer section#title .image, #single-offer section#title .image, #archive-post section#title .image {
    width: 100%;
    height: 100%;
  }
  #single-page section#title .image::after, #page-search section#title .image::after, #archive-product section#title .image::after, #archive-offer section#title .image::after, #single-offer section#title .image::after, #archive-post section#title .image::after {
    height: 7.5rem;
  }
  #single-page section#title.no-image .bg-black::after, #page-search section#title.no-image .bg-black::after, #archive-product section#title.no-image .bg-black::after, #archive-offer section#title.no-image .bg-black::after, #single-offer section#title.no-image .bg-black::after, #archive-post section#title.no-image .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    width: 100%;
    height: 100%;
  }
  #single-page section#title.no-image.bg-lightergrey .bg-black::after, #single-page section#title.no-image.bg-lightgrey .bg-black::after, #single-page section#title.no-image.bg-darkergrey .bg-black::after, #page-search section#title.no-image.bg-lightergrey .bg-black::after, #page-search section#title.no-image.bg-lightgrey .bg-black::after, #page-search section#title.no-image.bg-darkergrey .bg-black::after, #archive-product section#title.no-image.bg-lightergrey .bg-black::after, #archive-product section#title.no-image.bg-lightgrey .bg-black::after, #archive-product section#title.no-image.bg-darkergrey .bg-black::after, #archive-offer section#title.no-image.bg-lightergrey .bg-black::after, #archive-offer section#title.no-image.bg-lightgrey .bg-black::after, #archive-offer section#title.no-image.bg-darkergrey .bg-black::after, #single-offer section#title.no-image.bg-lightergrey .bg-black::after, #single-offer section#title.no-image.bg-lightgrey .bg-black::after, #single-offer section#title.no-image.bg-darkergrey .bg-black::after, #archive-post section#title.no-image.bg-lightergrey .bg-black::after, #archive-post section#title.no-image.bg-lightgrey .bg-black::after, #archive-post section#title.no-image.bg-darkergrey .bg-black::after {
    background: #151515;
  }
  #single-page section#offer-title .bg-red, #page-search section#offer-title .bg-red, #archive-product section#offer-title .bg-red, #archive-offer section#offer-title .bg-red, #single-offer section#offer-title .bg-red, #archive-post section#offer-title .bg-red {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-page section#offer-title .bg-red::after, #page-search section#offer-title .bg-red::after, #archive-product section#offer-title .bg-red::after, #archive-offer section#offer-title .bg-red::after, #single-offer section#offer-title .bg-red::after, #archive-post section#offer-title .bg-red::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #CC0000;
    width: 100%;
    height: 100%;
  }
  #single-page section#offer-title .bg-red .ducati-offer, #page-search section#offer-title .bg-red .ducati-offer, #archive-product section#offer-title .bg-red .ducati-offer, #archive-offer section#offer-title .bg-red .ducati-offer, #single-offer section#offer-title .bg-red .ducati-offer, #archive-post section#offer-title .bg-red .ducati-offer {
    position: relative;
    z-index: 2;
  }
  #single-page section#offer-title .bg-green, #page-search section#offer-title .bg-green, #archive-product section#offer-title .bg-green, #archive-offer section#offer-title .bg-green, #single-offer section#offer-title .bg-green, #archive-post section#offer-title .bg-green {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-page section#offer-title .bg-green::after, #page-search section#offer-title .bg-green::after, #archive-product section#offer-title .bg-green::after, #archive-offer section#offer-title .bg-green::after, #single-offer section#offer-title .bg-green::after, #archive-post section#offer-title .bg-green::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #69be28;
    width: 100%;
    height: 100%;
  }
  #single-page section#offer-title .bg-green .ducati-offer, #page-search section#offer-title .bg-green .ducati-offer, #archive-product section#offer-title .bg-green .ducati-offer, #archive-offer section#offer-title .bg-green .ducati-offer, #single-offer section#offer-title .bg-green .ducati-offer, #archive-post section#offer-title .bg-green .ducati-offer {
    position: relative;
    z-index: 2;
  }
  #single-page section#offer-title .bg-yellow, #page-search section#offer-title .bg-yellow, #archive-product section#offer-title .bg-yellow, #archive-offer section#offer-title .bg-yellow, #single-offer section#offer-title .bg-yellow, #archive-post section#offer-title .bg-yellow {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-page section#offer-title .bg-yellow::after, #page-search section#offer-title .bg-yellow::after, #archive-product section#offer-title .bg-yellow::after, #archive-offer section#offer-title .bg-yellow::after, #single-offer section#offer-title .bg-yellow::after, #archive-post section#offer-title .bg-yellow::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #FFC400;
    width: 100%;
    height: 100%;
  }
  #single-page section#offer-title .bg-yellow .ducati-offer, #page-search section#offer-title .bg-yellow .ducati-offer, #archive-product section#offer-title .bg-yellow .ducati-offer, #archive-offer section#offer-title .bg-yellow .ducati-offer, #single-offer section#offer-title .bg-yellow .ducati-offer, #archive-post section#offer-title .bg-yellow .ducati-offer {
    position: relative;
    z-index: 2;
  }
  #single-page section#offer-title .bg-darkgrey, #page-search section#offer-title .bg-darkgrey, #archive-product section#offer-title .bg-darkgrey, #archive-offer section#offer-title .bg-darkgrey, #single-offer section#offer-title .bg-darkgrey, #archive-post section#offer-title .bg-darkgrey {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-page section#offer-title .bg-darkgrey::after, #page-search section#offer-title .bg-darkgrey::after, #archive-product section#offer-title .bg-darkgrey::after, #archive-offer section#offer-title .bg-darkgrey::after, #single-offer section#offer-title .bg-darkgrey::after, #archive-post section#offer-title .bg-darkgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #414141;
    width: 100%;
    height: 100%;
  }
  #single-page section#offer-title .bg-darkgrey .ducati-offer, #page-search section#offer-title .bg-darkgrey .ducati-offer, #archive-product section#offer-title .bg-darkgrey .ducati-offer, #archive-offer section#offer-title .bg-darkgrey .ducati-offer, #single-offer section#offer-title .bg-darkgrey .ducati-offer, #archive-post section#offer-title .bg-darkgrey .ducati-offer {
    position: relative;
    z-index: 2;
  }
  #single-page section#offer-title .image, #page-search section#offer-title .image, #archive-product section#offer-title .image, #archive-offer section#offer-title .image, #single-offer section#offer-title .image, #archive-post section#offer-title .image {
    width: 100%;
    height: 100%;
  }
  #single-page section#offer-intro, #page-search section#offer-intro, #archive-product section#offer-intro, #archive-offer section#offer-intro, #single-offer section#offer-intro, #archive-post section#offer-intro {
    padding: 1.875rem 0 5rem;
  }
  #single-page section#offer-intro::after, #page-search section#offer-intro::after, #archive-product section#offer-intro::after, #archive-offer section#offer-intro::after, #single-offer section#offer-intro::after, #archive-post section#offer-intro::after {
    left: 50%;
  }
  #single-page section#offer-intro p.h3-light, #page-search section#offer-intro p.h3-light, #archive-product section#offer-intro p.h3-light, #archive-offer section#offer-intro p.h3-light, #single-offer section#offer-intro p.h3-light, #archive-post section#offer-intro p.h3-light {
    margin: 1.875rem 0;
  }
}
@media (min-width: 992px) {
  #single-page section#title .bg-black, #archive-product section#title .bg-black, #archive-offer section#title .bg-black, #single-offer section#title .bg-black, #archive-post section#title .bg-black {
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
  #single-page section#title div.bg-red, #single-page section#title div.bg-green, #single-page section#title div.bg-yellow, #single-page section#title div.bg-darkgrey, #archive-product section#title div.bg-red, #archive-product section#title div.bg-green, #archive-product section#title div.bg-yellow, #archive-product section#title div.bg-darkgrey, #archive-offer section#title div.bg-red, #archive-offer section#title div.bg-green, #archive-offer section#title div.bg-yellow, #archive-offer section#title div.bg-darkgrey, #single-offer section#title div.bg-red, #single-offer section#title div.bg-green, #single-offer section#title div.bg-yellow, #single-offer section#title div.bg-darkgrey, #archive-post section#title div.bg-red, #archive-post section#title div.bg-green, #archive-post section#title div.bg-yellow, #archive-post section#title div.bg-darkgrey {
    padding: 3.125rem;
  }
  #single-page section#title .image::after, #archive-product section#title .image::after, #archive-offer section#title .image::after, #single-offer section#title .image::after, #archive-post section#title .image::after {
    height: 50%;
  }
  #single-page section#title.no-image .bg-black, #archive-product section#title.no-image .bg-black, #archive-offer section#title.no-image .bg-black, #single-offer section#title.no-image .bg-black, #archive-post section#title.no-image .bg-black {
    padding-top: 5.625rem;
  }
  #single-page section#offer-title .bg-red, #single-page section#offer-title .bg-green, #single-page section#offer-title .bg-yellow, #single-page section#offer-title .bg-darkgrey, #archive-product section#offer-title .bg-red, #archive-product section#offer-title .bg-green, #archive-product section#offer-title .bg-yellow, #archive-product section#offer-title .bg-darkgrey, #archive-offer section#offer-title .bg-red, #archive-offer section#offer-title .bg-green, #archive-offer section#offer-title .bg-yellow, #archive-offer section#offer-title .bg-darkgrey, #single-offer section#offer-title .bg-red, #single-offer section#offer-title .bg-green, #single-offer section#offer-title .bg-yellow, #single-offer section#offer-title .bg-darkgrey, #archive-post section#offer-title .bg-red, #archive-post section#offer-title .bg-green, #archive-post section#offer-title .bg-yellow, #archive-post section#offer-title .bg-darkgrey {
    padding: 3.125rem 3.125rem 3.125rem 0;
  }
  #single-page section#offer-title .ducati-offer h2, #archive-product section#offer-title .ducati-offer h2, #archive-offer section#offer-title .ducati-offer h2, #single-offer section#offer-title .ducati-offer h2, #archive-post section#offer-title .ducati-offer h2 {
    font-size: 6.125rem;
  }
  #single-page section#offer-title .ducati-offer p, #archive-product section#offer-title .ducati-offer p, #archive-offer section#offer-title .ducati-offer p, #single-offer section#offer-title .ducati-offer p, #archive-post section#offer-title .ducati-offer p {
    font-size: 1.5rem;
  }
  #single-page section#offer-title .ducati-offer p.h3-light, #archive-product section#offer-title .ducati-offer p.h3-light, #archive-offer section#offer-title .ducati-offer p.h3-light, #single-offer section#offer-title .ducati-offer p.h3-light, #archive-post section#offer-title .ducati-offer p.h3-light {
    font-size: 2.5rem;
  }
  #single-page section#offer-title .ducati-offer p.h3-light strong, #archive-product section#offer-title .ducati-offer p.h3-light strong, #archive-offer section#offer-title .ducati-offer p.h3-light strong, #single-offer section#offer-title .ducati-offer p.h3-light strong, #archive-post section#offer-title .ducati-offer p.h3-light strong {
    font-size: 2.1875rem;
  }
  #single-page section#offer-title .ducati-offer .border, #archive-product section#offer-title .ducati-offer .border, #archive-offer section#offer-title .ducati-offer .border, #single-offer section#offer-title .ducati-offer .border, #archive-post section#offer-title .ducati-offer .border {
    max-width: 21.25rem;
  }
  #single-page section#offer-title .ducati-offer .border small, #archive-product section#offer-title .ducati-offer .border small, #archive-offer section#offer-title .ducati-offer .border small, #single-offer section#offer-title .ducati-offer .border small, #archive-post section#offer-title .ducati-offer .border small {
    font-size: 1.5rem;
  }
  #single-page section#offer-title .ducati-offer .border strong, #archive-product section#offer-title .ducati-offer .border strong, #archive-offer section#offer-title .ducati-offer .border strong, #single-offer section#offer-title .ducati-offer .border strong, #archive-post section#offer-title .ducati-offer .border strong {
    font-size: 2.75rem;
  }
  #single-page section#offer-intro, #archive-product section#offer-intro, #archive-offer section#offer-intro, #single-offer section#offer-intro, #archive-post section#offer-intro {
    padding: 3.125rem 0 6.25rem;
  }
  #single-page section#offer-intro svg.ducati, #archive-product section#offer-intro svg.ducati, #archive-offer section#offer-intro svg.ducati, #single-offer section#offer-intro svg.ducati, #archive-post section#offer-intro svg.ducati {
    max-width: 7.8125rem;
  }
  #single-page section#offer-intro svg.kawasaki, #archive-product section#offer-intro svg.kawasaki, #archive-offer section#offer-intro svg.kawasaki, #single-offer section#offer-intro svg.kawasaki, #archive-post section#offer-intro svg.kawasaki {
    max-width: 10.9375rem;
  }
  #single-page section#offer-intro svg.scrambler, #archive-product section#offer-intro svg.scrambler, #archive-offer section#offer-intro svg.scrambler, #single-offer section#offer-intro svg.scrambler, #archive-post section#offer-intro svg.scrambler {
    max-width: 15.625rem;
  }
  #single-page section#offer-intro p.h3-light, #archive-product section#offer-intro p.h3-light, #archive-offer section#offer-intro p.h3-light, #single-offer section#offer-intro p.h3-light, #archive-post section#offer-intro p.h3-light {
    margin: 1.875rem 0 3.125rem;
    font-size: 1.75rem;
  }
  #page-search section#title .bg-black {
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
  #page-search section#title .image::after {
    height: 50%;
  }
}
@media (min-width: 0px) {
  #front-page section#intro {
    overflow: hidden;
  }
  #front-page section#intro .image {
    padding-bottom: 66.6666%;
  }
  #front-page section#intro .overlay .bg-black {
    padding: 1.25rem;
    position: relative;
  }
  #front-page section#intro .overlay .bg-black * {
    position: relative;
    z-index: 2;
  }
  #front-page section#intro .overlay .bg-black::after {
    content: "";
    position: absolute;
    width: 3.75rem;
    height: 5rem;
    background: #151515;
  }
  #front-page section#intro .overlay.top .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #front-page section#intro .overlay.bottom .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #front-page section#ducati-intro, #front-page section#scrambler-intro {
    overflow: hidden;
    border-bottom: 0.625rem solid #CC0000;
  }
  #front-page section#ducati-intro .image, #front-page section#scrambler-intro .image {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6666%;
    position: relative;
  }
  #front-page section#ducati-intro .image::after, #front-page section#scrambler-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #CC0000;
    width: 3.75rem;
    height: 5rem;
  }
  #front-page section#ducati-intro .bg-white, #front-page section#scrambler-intro .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #front-page section#ducati-intro .bg-white::after, #front-page section#scrambler-intro .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  #front-page section#ducati-intro#scrambler-intro, #front-page section#scrambler-intro#scrambler-intro {
    border-bottom-color: #FFC400;
  }
  #front-page section#ducati-intro#scrambler-intro .image::after, #front-page section#scrambler-intro#scrambler-intro .image::after {
    background: #FFC400;
  }
  #front-page section#kawasaki-intro, #front-page section#offer-intro {
    overflow: hidden;
    border-bottom: 0.625rem solid #69be28;
  }
  #front-page section#kawasaki-intro .image, #front-page section#offer-intro .image {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6666%;
    position: relative;
  }
  #front-page section#kawasaki-intro .image::after, #front-page section#offer-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #69be28;
    width: 3.75rem;
    height: 5rem;
  }
  #front-page section#kawasaki-intro div.bg-black, #front-page section#kawasaki-intro div.bg-red, #front-page section#kawasaki-intro div.bg-green, #front-page section#kawasaki-intro div.bg-yellow, #front-page section#kawasaki-intro div.bg-darkgrey, #front-page section#offer-intro div.bg-black, #front-page section#offer-intro div.bg-red, #front-page section#offer-intro div.bg-green, #front-page section#offer-intro div.bg-yellow, #front-page section#offer-intro div.bg-darkgrey {
    padding: 1.25rem;
    position: relative;
  }
  #front-page section#kawasaki-intro div.bg-black::after, #front-page section#kawasaki-intro div.bg-red::after, #front-page section#kawasaki-intro div.bg-green::after, #front-page section#kawasaki-intro div.bg-yellow::after, #front-page section#kawasaki-intro div.bg-darkgrey::after, #front-page section#offer-intro div.bg-black::after, #front-page section#offer-intro div.bg-red::after, #front-page section#offer-intro div.bg-green::after, #front-page section#offer-intro div.bg-yellow::after, #front-page section#offer-intro div.bg-darkgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    width: 3.75rem;
    height: 5rem;
  }
  #front-page section#kawasaki-intro#offer-intro, #front-page section#offer-intro#offer-intro {
    border-bottom-color: #fff;
  }
  #front-page section#kawasaki-intro#offer-intro .image, #front-page section#offer-intro#offer-intro .image {
    background-color: #292929;
  }
  #front-page section#kawasaki-intro#offer-intro .image::after, #front-page section#offer-intro#offer-intro .image::after {
    background: #fff;
  }
  #front-page section#kawasaki-intro#offer-intro .bg-red::after, #front-page section#offer-intro#offer-intro .bg-red::after {
    background: #CC0000;
  }
  #front-page section#kawasaki-intro#offer-intro .bg-green::after, #front-page section#offer-intro#offer-intro .bg-green::after {
    background: #69be28;
  }
  #front-page section#kawasaki-intro#offer-intro .bg-yellow::after, #front-page section#offer-intro#offer-intro .bg-yellow::after {
    background: #FFC400;
  }
  #front-page section#kawasaki-intro#offer-intro .bg-darkgrey::after, #front-page section#offer-intro#offer-intro .bg-darkgrey::after {
    background: #414141;
  }
  #front-page section#ebike-intro {
    overflow: hidden;
    border-bottom: 0.625rem solid #CC0000;
    background: #F7F7F7;
  }
  #front-page section#ebike-intro .image {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6666%;
    position: relative;
    background-size: 80% auto;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -35%;
  }
  #front-page section#ebike-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #CC0000;
    width: 3.75rem;
    height: 5rem;
  }
  #front-page section#ebike-intro div.bg-white {
    padding: 1.25rem 1.25rem 40%;
    position: relative;
  }
  #front-page section#ebike-intro div.bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  #front-page section#tabs {
    padding: 1.25rem 0 0;
  }
  #front-page section#tabs a {
    display: block;
    margin: 0 0 1.25rem;
    overflow: hidden;
  }
  #front-page section#tabs .image {
    padding-bottom: 85%;
    position: relative;
  }
  #front-page section#tabs h4 {
    background: #fff;
    padding: 0.75rem 0.9375rem;
    color: #151515;
    position: relative;
  }
  #front-page section#tabs h4::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
    height: 100%;
    width: 3.75rem;
  }
}
@media (min-width: 768px) {
  #front-page section#intro {
    border-top: 0.9375rem solid #151515;
    border-bottom: 0.9375rem solid #151515;
    position: relative;
  }
  #front-page section#intro .image {
    height: 50rem;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
  }
  #front-page section#intro .overlay {
    position: absolute;
    left: 0;
    width: 100%;
  }
  #front-page section#intro .overlay .bg-black::after {
    height: 100%;
    width: 100%;
  }
  #front-page section#intro .overlay.top {
    top: 0;
  }
  #front-page section#intro .overlay.top .bg-black {
    padding: 0.625rem 0 1.875rem 1.875rem;
  }
  #front-page section#intro .overlay.top .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #front-page section#intro .overlay.bottom {
    bottom: 0;
  }
  #front-page section#intro .overlay.bottom .bg-black {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
  #front-page section#intro .overlay.bottom .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #front-page section#ducati-intro .image, #front-page section#scrambler-intro .image {
    padding-bottom: 50%;
  }
  #front-page section#ducati-intro .image::after, #front-page section#scrambler-intro .image::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #front-page section#ducati-intro .bg-white, #front-page section#scrambler-intro .bg-white {
    padding: 1.875rem;
  }
  #front-page section#ducati-intro .bg-white::after, #front-page section#scrambler-intro .bg-white::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #front-page section#kawasaki-intro .image, #front-page section#offer-intro .image {
    padding-bottom: 50%;
  }
  #front-page section#kawasaki-intro .image::after, #front-page section#offer-intro .image::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #front-page section#kawasaki-intro div.bg-black, #front-page section#kawasaki-intro div.bg-red, #front-page section#kawasaki-intro div.bg-green, #front-page section#kawasaki-intro div.bg-yellow, #front-page section#kawasaki-intro div.bg-darkgrey, #front-page section#offer-intro div.bg-black, #front-page section#offer-intro div.bg-red, #front-page section#offer-intro div.bg-green, #front-page section#offer-intro div.bg-yellow, #front-page section#offer-intro div.bg-darkgrey {
    padding: 1.875rem;
  }
  #front-page section#kawasaki-intro div.bg-black::after, #front-page section#kawasaki-intro div.bg-red::after, #front-page section#kawasaki-intro div.bg-green::after, #front-page section#kawasaki-intro div.bg-yellow::after, #front-page section#kawasaki-intro div.bg-darkgrey::after, #front-page section#offer-intro div.bg-black::after, #front-page section#offer-intro div.bg-red::after, #front-page section#offer-intro div.bg-green::after, #front-page section#offer-intro div.bg-yellow::after, #front-page section#offer-intro div.bg-darkgrey::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #front-page section#ebike-intro .image {
    padding-bottom: 60%;
    margin-top: -30%;
  }
  #front-page section#ebike-intro .image::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #front-page section#ebike-intro div.bg-white {
    padding: 1.875rem 1.875rem 30%;
  }
  #front-page section#ebike-intro div.bg-white::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #front-page section#tabs {
    padding: 1.875rem 0 0.625rem;
  }
  #front-page section#tabs .image {
    padding-bottom: 85%;
  }
  #front-page section#tabs h4 {
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  #front-page section#intro .overlay.top .bg-black {
    padding: 1.875rem 0 3.125rem 3.125rem;
  }
  #front-page section#intro .overlay.top .bg-black h1 {
    margin-right: -15%;
  }
  #front-page section#intro .overlay.bottom .bg-black {
    padding: 3.125rem 3.125rem 2.5rem 1.875rem;
  }
  #front-page section#ducati-intro, #front-page section#scrambler-intro {
    border-top: 0.9375rem solid #fff;
    border-bottom-width: 0.9375rem;
  }
  #front-page section#ducati-intro .image, #front-page section#scrambler-intro .image {
    padding-bottom: 71.5%;
  }
  #front-page section#ducati-intro .image::after, #front-page section#scrambler-intro .image::after {
    width: 50%;
    height: 50%;
  }
  #front-page section#ducati-intro .bg-white, #front-page section#scrambler-intro .bg-white {
    padding: 1.875rem 0 3.125rem 3.125rem;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #front-page section#ducati-intro .bg-white *, #front-page section#scrambler-intro .bg-white * {
    position: relative;
    z-index: 2;
  }
  #front-page section#ducati-intro .bg-white::after, #front-page section#scrambler-intro .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    width: 200%;
    height: 100%;
  }
  #front-page section#kawasaki-intro, #front-page section#offer-intro {
    border-top: 0.9375rem solid #151515;
    border-bottom-width: 0.9375rem;
  }
  #front-page section#kawasaki-intro .image, #front-page section#offer-intro .image {
    padding-bottom: 71.5%;
  }
  #front-page section#kawasaki-intro .image::after, #front-page section#offer-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    width: 50%;
    height: 50%;
  }
  #front-page section#kawasaki-intro div.bg-black, #front-page section#kawasaki-intro div.bg-red, #front-page section#kawasaki-intro div.bg-green, #front-page section#kawasaki-intro div.bg-yellow, #front-page section#kawasaki-intro div.bg-darkgrey, #front-page section#offer-intro div.bg-black, #front-page section#offer-intro div.bg-red, #front-page section#offer-intro div.bg-green, #front-page section#offer-intro div.bg-yellow, #front-page section#offer-intro div.bg-darkgrey {
    padding: 1.875rem 3.125rem 3.125rem 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #front-page section#kawasaki-intro div.bg-black *, #front-page section#kawasaki-intro div.bg-red *, #front-page section#kawasaki-intro div.bg-green *, #front-page section#kawasaki-intro div.bg-yellow *, #front-page section#kawasaki-intro div.bg-darkgrey *, #front-page section#offer-intro div.bg-black *, #front-page section#offer-intro div.bg-red *, #front-page section#offer-intro div.bg-green *, #front-page section#offer-intro div.bg-yellow *, #front-page section#offer-intro div.bg-darkgrey * {
    position: relative;
    z-index: 2;
  }
  #front-page section#kawasaki-intro div.bg-black::after, #front-page section#kawasaki-intro div.bg-red::after, #front-page section#kawasaki-intro div.bg-green::after, #front-page section#kawasaki-intro div.bg-yellow::after, #front-page section#kawasaki-intro div.bg-darkgrey::after, #front-page section#offer-intro div.bg-black::after, #front-page section#offer-intro div.bg-red::after, #front-page section#offer-intro div.bg-green::after, #front-page section#offer-intro div.bg-yellow::after, #front-page section#offer-intro div.bg-darkgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    width: 200%;
    height: 100%;
  }
  #front-page section#kawasaki-intro#offer-intro, #front-page section#offer-intro#offer-intro {
    border-top-color: #414141;
  }
  #front-page section#kawasaki-intro#offer-intro.border-red, #front-page section#offer-intro#offer-intro.border-red {
    border-top-color: #CC0000;
  }
  #front-page section#kawasaki-intro#offer-intro.border-green, #front-page section#offer-intro#offer-intro.border-green {
    border-top-color: #69be28;
  }
  #front-page section#kawasaki-intro#offer-intro.border-yellow, #front-page section#offer-intro#offer-intro.border-yellow {
    border-top-color: #FFC400;
  }
  #front-page section#ebike-intro {
    border-top: 0.9375rem solid #fff;
    border-bottom-width: 0.9375rem;
  }
  #front-page section#ebike-intro .image {
    padding-bottom: 71.5%;
    margin-top: 0;
  }
  #front-page section#ebike-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    width: 50%;
    height: 50%;
  }
  #front-page section#ebike-intro div.bg-white {
    padding: 1.875rem 3.125rem 3.125rem 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #front-page section#ebike-intro div.bg-white * {
    position: relative;
    z-index: 2;
  }
  #front-page section#ebike-intro div.bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    width: 200%;
    height: 100%;
  }
  #front-page section#tabs {
    padding: 3.125rem 0 1.875rem;
  }
  #front-page section#tabs .row {
    margin: 0 -0.625rem;
  }
  #front-page section#tabs .row .col {
    padding: 0 0.625rem;
  }
  #front-page section#tabs .image {
    padding-bottom: 85%;
  }
}
@media (min-width: 0px) {
  #make-page section#intro {
    overflow: hidden;
  }
  #make-page section#intro .image {
    padding-bottom: 66.6666%;
  }
  #make-page section#intro .overlay .bg-black {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#intro .overlay .bg-black * {
    position: relative;
    z-index: 2;
  }
  #make-page section#intro .overlay .bg-black::after {
    content: "";
    position: absolute;
    width: 3.75rem;
    height: 5rem;
    background: #151515;
  }
  #make-page section#intro .overlay.top .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #make-page section#intro .overlay.bottom .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #make-page section#new-bikes {
    overflow: hidden;
    margin-top: -5rem;
    padding-top: 5rem;
  }
  #make-page section#new-bikes .image {
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    position: relative;
    background-color: #EDEDED;
    background-size: 140% auto;
    background-position: left;
  }
  #make-page section#new-bikes .bg-lightgrey {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#new-bikes .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #EDEDED;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#accessorise {
    overflow: hidden;
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg3.jpg);
    background-size: cover;
    background-position: top;
  }
  #make-page section#accessorise .image {
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    position: relative;
    background-size: 120% auto;
    background-position: right;
  }
  #make-page section#accessorise .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#offer-intro {
    overflow: hidden;
  }
  #make-page section#offer-intro .image {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6666%;
    position: relative;
  }
  #make-page section#offer-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#offer-intro .bg-red {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#offer-intro .bg-red::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#offer-intro .bg-green {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#offer-intro .bg-green::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #69be28;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#offer-intro .bg-yellow {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#offer-intro .bg-yellow::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #FFC400;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#offer-intro .bg-darkgrey {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#offer-intro .bg-darkgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #414141;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#used-bikes {
    overflow: hidden;
    border-bottom: 0.625rem solid #fff;
  }
  #make-page section#used-bikes .image {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6666%;
    position: relative;
  }
  #make-page section#used-bikes .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  #make-page section#used-bikes .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #make-page section#used-bikes .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  .theme-ducati #make-page section#used-bikes {
    border-bottom-color: #CC0000;
  }
  .theme-ducati #make-page section#used-bikes .image::after {
    background: #CC0000;
  }
  .theme-kawasaki #make-page section#used-bikes {
    border-bottom-color: #69be28;
  }
  .theme-kawasaki #make-page section#used-bikes .image::after {
    background: #69be28;
  }
  .theme-scrambler #make-page section#used-bikes {
    border-bottom-color: #FFC400;
  }
  .theme-scrambler #make-page section#used-bikes .image::after {
    background: #FFC400;
  }
  #make-page section#tabs {
    padding: 1.25rem 0 0;
  }
  #make-page section#tabs a {
    display: block;
    margin: 0 0 1.25rem;
    overflow: hidden;
  }
  #make-page section#tabs .image {
    padding-bottom: 85%;
    position: relative;
  }
  #make-page section#tabs h4 {
    background: #fff;
    padding: 0.75rem 0.9375rem;
    color: #151515;
    position: relative;
  }
  #make-page section#tabs h4::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
    height: 100%;
    width: 3.75rem;
  }
}
@media (min-width: 768px) {
  #make-page section#intro {
    border-top: 0.9375rem solid #151515;
    position: relative;
  }
  #make-page section#intro .image {
    background-size: cover;
    background-position: center;
  }
  #make-page section#intro .overlay {
    position: absolute;
    left: 0;
    width: 100%;
  }
  #make-page section#intro .overlay .bg-black::after {
    height: 100%;
    width: 100%;
  }
  #make-page section#intro .overlay.top {
    top: 0;
  }
  #make-page section#intro .overlay.top .bg-black {
    padding: 0.625rem 0 1.875rem 1.875rem;
  }
  #make-page section#intro .overlay.top .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #make-page section#intro .overlay.bottom {
    bottom: 0;
  }
  #make-page section#intro .overlay.bottom .bg-black {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
  #make-page section#intro .overlay.bottom .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #make-page section#new-bikes {
    margin-top: -7.5rem;
    padding-top: 7.5rem;
  }
  #make-page section#new-bikes .image {
    padding-bottom: 100%;
    background-size: cover;
  }
  #make-page section#new-bikes .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #EDEDED;
    width: 5.625rem;
    height: 7.5rem;
  }
  #make-page section#new-bikes .bg-lightgrey {
    padding: 1.875rem 0 1.875rem 1.875rem;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #make-page section#new-bikes .bg-lightgrey::after {
    display: none;
  }
  #make-page section#accessorise {
    position: relative;
  }
  #make-page section#accessorise::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #make-page section#accessorise .image {
    padding-bottom: 100%;
    background-size: cover;
    z-index: 2;
  }
  #make-page section#accessorise .bg-white {
    padding: 1.875rem 1.875rem 1.875rem 0;
    height: 80%;
    width: 100%;
    margin-top: 20%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #make-page section#accessorise .bg-white * {
    position: relative;
    z-index: 2;
  }
  #make-page section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 200%;
    height: 100%;
  }
  #make-page section#offer-intro .image {
    padding-bottom: 50%;
  }
  #make-page section#offer-intro .image::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #make-page section#offer-intro .bg-red, #make-page section#offer-intro .bg-green, #make-page section#offer-intro .bg-yellow, #make-page section#offer-intro .bg-darkgrey {
    padding: 1.875rem;
  }
  #make-page section#offer-intro .bg-red::after, #make-page section#offer-intro .bg-green::after, #make-page section#offer-intro .bg-yellow::after, #make-page section#offer-intro .bg-darkgrey::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #make-page section#used-bikes .image {
    padding-bottom: 50%;
  }
  #make-page section#used-bikes .image::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #make-page section#used-bikes .bg-white {
    padding: 1.875rem;
  }
  #make-page section#used-bikes .bg-white::after {
    width: 5.625rem;
    height: 7.5rem;
  }
  #make-page section#tabs {
    padding: 1.875rem 0 0.625rem;
  }
  #make-page section#tabs .image {
    padding-bottom: 85%;
  }
  #make-page section#tabs h4 {
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  #make-page section#intro .image {
    height: 43.75rem;
    padding: 0;
  }
  #make-page section#intro .overlay.top .bg-black {
    padding: 1.875rem 0 3.125rem 3.125rem;
  }
  #make-page section#intro .overlay.top .bg-black h1 {
    margin-right: -15%;
  }
  #make-page section#intro .overlay.bottom .bg-black {
    padding: 3.125rem 3.125rem 2.5rem 1.875rem;
  }
  #make-page section#new-bikes {
    padding-top: 25%;
    margin-top: -25%;
    background: #EDEDED;
  }
  #make-page section#new-bikes .image {
    padding-bottom: 71.5%;
  }
  #make-page section#new-bikes .image::after {
    width: 50%;
    height: 50%;
  }
  #make-page section#new-bikes .bg-lightgrey {
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
  #make-page section#accessorise::after {
    height: 25%;
  }
  #make-page section#accessorise .image {
    padding-bottom: 71.5%;
  }
  #make-page section#accessorise .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 0;
    height: 80%;
    margin: 0;
  }
  #make-page section#offer-intro {
    border-top: 0.9375rem solid #414141;
    border-bottom-width: 0.9375rem;
  }
  #make-page section#offer-intro.border-red {
    border-top-color: #CC0000;
  }
  #make-page section#offer-intro.border-green {
    border-top-color: #69be28;
  }
  #make-page section#offer-intro.border-yellow {
    border-top-color: #FFC400;
  }
  #make-page section#offer-intro .image {
    padding-bottom: 71.5%;
  }
  #make-page section#offer-intro .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    width: 50%;
    height: 50%;
  }
  #make-page section#offer-intro .bg-red, #make-page section#offer-intro .bg-green, #make-page section#offer-intro .bg-yellow, #make-page section#offer-intro .bg-darkgrey {
    padding: 1.875rem 3.125rem 3.125rem 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #make-page section#offer-intro .bg-red *, #make-page section#offer-intro .bg-green *, #make-page section#offer-intro .bg-yellow *, #make-page section#offer-intro .bg-darkgrey * {
    position: relative;
    z-index: 2;
  }
  #make-page section#offer-intro .bg-red::after, #make-page section#offer-intro .bg-green::after, #make-page section#offer-intro .bg-yellow::after, #make-page section#offer-intro .bg-darkgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    width: 200%;
    height: 100%;
  }
  #make-page section#used-bikes {
    border-top: 0.9375rem solid #fff;
  }
  #make-page section#used-bikes .image {
    padding-bottom: 71.5%;
  }
  #make-page section#used-bikes .image::after {
    width: 50%;
    height: 50%;
  }
  #make-page section#used-bikes .bg-white {
    padding: 1.875rem 0 3.125rem 3.125rem;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #make-page section#used-bikes .bg-white * {
    position: relative;
    z-index: 2;
  }
  #make-page section#used-bikes .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    width: 200%;
    height: 100%;
  }
  #make-page section#tabs {
    padding: 3.125rem 0 1.875rem;
  }
  #make-page section#tabs .row {
    margin: 0 -0.625rem;
  }
  #make-page section#tabs .row .col {
    padding: 0 0.625rem;
  }
  #make-page section#tabs .image {
    padding-bottom: 85%;
  }
}
@media (min-width: 0px) {
  #accessorise-page section#heading {
    position: relative;
  }
  #accessorise-page section#heading .bg-lightergrey {
    height: 100%;
    width: 100%;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
  }
  #accessorise-page section#heading .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 100%;
    height: 5rem;
  }
  #accessorise-page section#heading .bg-lightergrey label {
    font-size: 1.25rem;
  }
  #accessorise-page section#heading .bg-lightergrey select {
    width: 7.5rem;
    height: 2.75rem;
    background-color: #fff;
    font-size: 1.25rem;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    margin: 0 0 0 0.3125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(assets/dropdown.svg);
    background-position: center right 0.9375rem;
    background-size: auto 25%;
    background-repeat: no-repeat;
  }
  #accessorise-page section#heading .bg-lightergrey select::-ms-expand {
    display: none;
  }
  #accessorise-page section#heading .bg-lightergrey p:last-child {
    margin: 0;
  }
  #accessorise-page section#heading .progress {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #accessorise-page section#heading .progress .step {
    padding: 1.25rem;
    text-align: center;
    overflow: hidden;
  }
  #accessorise-page section#heading .progress .step span, #accessorise-page section#heading .progress .step a {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.875rem;
    background: #EDEDED;
    margin: 0 auto 0.625rem;
    border-radius: 50%;
    font-weight: 700;
    padding: 0.3125rem;
  }
  #accessorise-page section#heading .progress .step span::before, #accessorise-page section#heading .progress .step span::after, #accessorise-page section#heading .progress .step a::before, #accessorise-page section#heading .progress .step a::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.125rem);
    width: 31.25rem;
    height: 0.25rem;
    background: #EDEDED;
  }
  #accessorise-page section#heading .progress .step span::before, #accessorise-page section#heading .progress .step a::before {
    right: 100%;
  }
  #accessorise-page section#heading .progress .step span::after, #accessorise-page section#heading .progress .step a::after {
    left: 100%;
  }
  #accessorise-page section#heading .progress .step small {
    font-size: 0.875rem;
    width: 100%;
  }
  #accessorise-page section#heading .progress .step strong {
    display: block;
  }
  #accessorise-page section#heading .progress .step:first-child span::before, #accessorise-page section#heading .progress .step:first-child a::before {
    display: none;
  }
  #accessorise-page section#heading .progress .step:last-child span::after, #accessorise-page section#heading .progress .step:last-child a::after {
    display: none;
  }
  #accessorise-page section#heading .progress .step.active span, #accessorise-page section#heading .progress .step.active a {
    background: #151515;
    color: #fff;
  }
  .theme-ducati #accessorise-page section#heading .progress .step.active span, .theme-ducati #accessorise-page section#heading .progress .step.active a {
    background: #CC0000;
  }
  .theme-kawasaki #accessorise-page section#heading .progress .step.active span, .theme-kawasaki #accessorise-page section#heading .progress .step.active a {
    background: #69be28;
  }
  .theme-scrambler #accessorise-page section#heading .progress .step.active span, .theme-scrambler #accessorise-page section#heading .progress .step.active a {
    background: #FFC400;
    color: #151515;
  }
  #accessorise-page section#heading .progress .step.active span::before, #accessorise-page section#heading .progress .step.active a::before {
    background: #414141;
  }
  #accessorise-page section#heading .progress .step.done span, #accessorise-page section#heading .progress .step.done a {
    background: #414141;
    color: #fff;
  }
  #accessorise-page section#heading .progress .step.done span::before, #accessorise-page section#heading .progress .step.done span::after, #accessorise-page section#heading .progress .step.done a::before, #accessorise-page section#heading .progress .step.done a::after {
    background: #414141;
  }
  #accessorise-page section#models {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  #accessorise-page section#models a {
    display: block;
    margin: 0 0 1.25rem;
  }
  #accessorise-page section#models a .image {
    padding-bottom: 66.6666%;
  }
  #accessorise-page section#models a h4 {
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 768px) {
  #accessorise-page section#heading {
    position: relative;
  }
  #accessorise-page section#heading .bg-lightergrey {
    padding: 1.875rem 25% 0 1.875rem;
  }
  #accessorise-page section#heading .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    height: 100%;
  }
  #accessorise-page section#heading .progress {
    padding: 0.625rem 0;
    margin-bottom: 0;
  }
  #accessorise-page section#heading .progress .step {
    padding: 0.625rem 3.125rem;
  }
  #accessorise-page section#heading .progress .step span, #accessorise-page section#heading .progress .step a {
    display: inline-block;
    margin: 0 0.625rem 0 0;
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.25rem;
    padding: 0.625rem;
  }
  #accessorise-page section#heading .progress .step span::before, #accessorise-page section#heading .progress .step a::before {
    width: 0.25rem;
    height: 12.5rem;
    right: calc(50% - 0.125rem);
    top: auto;
    bottom: 100%;
  }
  #accessorise-page section#heading .progress .step span::after, #accessorise-page section#heading .progress .step a::after {
    width: 0.25rem;
    height: 12.5rem;
    left: calc(50% - 0.125rem);
    top: 100%;
  }
  #accessorise-page section#heading .progress .step strong {
    margin: -1.25rem 0 0;
  }
  #accessorise-page section#heading .progress .step small {
    display: block;
    text-align: left;
    padding-left: 3.4375rem;
    margin: -1.25rem 0 0;
  }
  #accessorise-page section#models {
    padding: 1.875rem 1.875rem 0.625rem;
    background: #F7F7F7;
  }
  #accessorise-page section#models a .button {
    background: #fff;
  }
}
@media (min-width: 992px) {
  #accessorise-page section#heading .bg-lightergrey {
    padding: 5rem 25% 0 3.125rem;
  }
  #accessorise-page section#heading .progress {
    padding: 0 1.5625rem 0 0;
  }
  #accessorise-page section#heading .progress .step {
    padding: 1.25rem 0.625rem;
  }
  #accessorise-page section#heading .progress .step span, #accessorise-page section#heading .progress .step a {
    display: block;
    margin: 0 auto 0.625rem;
  }
  #accessorise-page section#heading .progress .step span::before, #accessorise-page section#heading .progress .step a::before {
    width: 18.75rem;
    height: 0.25rem;
    right: 100%;
    bottom: calc(50% - 0.125rem);
  }
  #accessorise-page section#heading .progress .step span::after, #accessorise-page section#heading .progress .step a::after {
    width: 18.75rem;
    height: 0.25rem;
    left: 100%;
    top: calc(50% - 0.125rem);
  }
  #accessorise-page section#heading .progress .step small {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #accessorise-page section#heading .progress .step strong {
    width: 100%;
    margin: 0;
  }
  #accessorise-page section#models {
    padding: 3.125rem 3.125rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  #single-product section#content .gallery {
    width: calc(41.6666% - 4.375rem);
  }
}
@media (min-width: 0px) {
  #archive-model section#title {
    position: relative;
    overflow: hidden;
  }
  #archive-model section#title .overlay .bg-black {
    padding: 1.25rem 5rem 0.625rem 1.25rem;
    position: relative;
  }
  #archive-model section#title .overlay .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #EDEDED;
    height: 100%;
    width: 50%;
  }
  #archive-model section#title .image {
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
  }
  #archive-model section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 50%;
    height: 5rem;
  }
  #archive-model section#title .image img {
    width: 110%;
    height: auto;
    display: block;
    margin: -10% -5% 0;
  }
  #archive-model section#offers h2.bg-theme {
    padding: 0.9375rem 1.25rem;
    margin: 0;
    position: relative;
  }
  #archive-model section#offers h2.bg-theme::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 2.5rem;
  }
  .theme-ducati #archive-model section#offers h2.bg-theme::after {
    background: #CC0000;
  }
  .theme-kawasaki #archive-model section#offers h2.bg-theme::after {
    background: #69be28;
  }
  .theme-scrambler #archive-model section#offers h2.bg-theme::after {
    background: #FFC400;
  }
  #archive-model section#offers .swiper-container .swiper-slide {
    padding: 1.25rem 1.25rem 3.75rem;
  }
  #archive-model section#offers .swiper-container .pagination {
    position: absolute;
    bottom: 0.625rem;
    left: auto;
    right: 50%;
    transform: translateX(50%);
    width: auto;
    z-index: 1;
  }
  #archive-model section#offers .swiper-container .pagination span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.75rem;
    margin: 0 0.3125rem;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  #archive-model section#offers .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  #archive-model section#offers .swiper-container div.next,
  #archive-model section#offers .swiper-container div.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #archive-model section#offers .swiper-container div.next::after,
  #archive-model section#offers .swiper-container div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #fff;
  }
  #archive-model section#offers .swiper-container div.next.next,
  #archive-model section#offers .swiper-container div.prev.next {
    left: auto;
    right: 0;
  }
  #archive-model section#offers .swiper-container div.next.next::after,
  #archive-model section#offers .swiper-container div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
  }
  #archive-model section#offers .swiper-container div.next.next span::before, #archive-model section#offers .swiper-container div.next.next span::after,
  #archive-model section#offers .swiper-container div.prev.next span::before,
  #archive-model section#offers .swiper-container div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #archive-model section#offers .swiper-container div.next span,
  #archive-model section#offers .swiper-container div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #archive-model section#offers .swiper-container .image {
    padding-bottom: 66.6666%;
  }
  #archive-model section#offers .swiper-container .row {
    margin: 0 -0.625rem;
  }
  #archive-model section#offers .swiper-container .row .col {
    padding: 0 0.625rem;
  }
  #archive-model section#finance {
    padding: 1.25rem 0 0.0625rem;
  }
  #archive-model section#finance table {
    width: 100%;
    border-spacing: 0;
    padding: 0.625rem 1.25rem 1.25rem;
    background: #F7F7F7;
    margin: 0 0 1.25rem;
  }
  #archive-model section#finance table tr:first-child h4 {
    margin: 0;
  }
  #archive-model section#finance table h4 {
    margin: 1.25rem 0 0;
  }
  #archive-model section#finance table th,
  #archive-model section#finance table td {
    text-align: left;
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #EDEDED;
  }
  #archive-model section#finance .smallprint {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
  #archive-model section#finance .smallprint p {
    margin: 0 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  #archive-model section#title {
    overflow: visible;
  }
  #archive-model section#title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  #archive-model section#title .overlay .bg-black {
    padding: 2.1875rem 0.625rem 1.125rem 1.875rem;
  }
  #archive-model section#title .overlay .bg-black h1 {
    position: relative;
    z-index: 2;
  }
  #archive-model section#title .overlay .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
  }
  #archive-model section#title .image::after {
    height: 7.5rem;
  }
  #archive-model section#title .image img {
    width: 100%;
    margin: 5% 0 -5%;
  }
  #archive-model section#offers h2.bg-theme {
    padding: 0.9375rem 1.875rem;
  }
  #archive-model section#offers h2.bg-theme::after {
    width: 2.8125rem;
  }
  #archive-model section#offers .swiper-container .swiper-slide {
    padding: 1.875rem 1.875rem 5rem;
  }
  #archive-model section#offers .swiper-container .pagination {
    bottom: 0.9375rem;
    transform: translateX(0);
    right: 6.25rem;
  }
  #archive-model section#offers .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #archive-model section#offers .swiper-container div.next.next span::before, #archive-model section#offers .swiper-container div.next.next span::after, #archive-model section#offers .swiper-container div.prev.next span::before, #archive-model section#offers .swiper-container div.prev.next span::after {
    left: 0.9375rem;
  }
  #archive-model section#offers .swiper-container div.next span, #archive-model section#offers .swiper-container div.prev span {
    padding: 1.5625rem;
  }
  #archive-model section#finance {
    padding: 1.875rem 0;
  }
  #archive-model section#finance table {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #archive-model section#title .overlay .bg-black {
    padding: 4.375rem 0 0.625rem 3.125rem;
  }
  #archive-model section#title .image {
    position: relative;
  }
  #archive-model section#title .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #archive-model section#title .image::after {
    height: 100%;
    width: 50%;
    left: 90%;
  }
  #archive-model section#title .image img {
    margin: 10% 0 -5%;
    position: relative;
    z-index: 2;
  }
  #archive-model section#offers h2.bg-theme {
    padding: 0.9375rem 3.125rem;
  }
  #archive-model section#offers h2.bg-theme::after {
    width: 3.125rem;
  }
  #archive-model section#offers .swiper-container .swiper-slide {
    padding: 3.125rem 3.125rem 6.25rem;
  }
  #archive-model section#offers .swiper-container div.next.next span::before, #archive-model section#offers .swiper-container div.next.next span::after, #archive-model section#offers .swiper-container div.prev.next span::before, #archive-model section#offers .swiper-container div.prev.next span::after {
    left: 1.09375rem;
  }
  #archive-model section#offers .swiper-container div.next span, #archive-model section#offers .swiper-container div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #archive-model section#offers .swiper-container .row {
    margin: 0 -1.25rem;
  }
  #archive-model section#offers .swiper-container .row .col {
    padding: 0 1.25rem;
  }
  #archive-model section#finance {
    padding: 3.125rem 0;
  }
}
@media (min-width: 0px) {
  #model-range section#title {
    position: relative;
    overflow: hidden;
  }
  #model-range section#title .overlay .bg-black {
    padding: 1.25rem 5rem 0.625rem 1.25rem;
    position: relative;
  }
  #model-range section#title .overlay .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #EDEDED;
    height: 100%;
    width: 50%;
  }
  #model-range section#title .image {
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
  }
  #model-range section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 50%;
    height: 5rem;
  }
  #model-range section#title .image img {
    width: 110%;
    height: auto;
    display: block;
    margin: -10% -5% 0;
  }
  #model-range section#intro {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #model-range section#archive article {
    border-top: 0.625rem solid #EDEDED;
    border-bottom: 0.625rem solid #fff;
    position: relative;
    overflow: hidden;
  }
  #model-range section#archive article::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 5rem;
    width: 50%;
  }
  #model-range section#archive article .offers .offer,
  #model-range section#archive article .demo .offer {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
  }
  #model-range section#archive article .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 66.6666%;
    margin-top: -10%;
    display: block;
  }
  #model-range section#archive article .bg-lightgrey {
    padding: 1.25rem;
    position: relative;
  }
  #model-range section#archive article .bg-lightgrey .row {
    margin: 0 -1.25rem;
  }
  #model-range section#archive article .bg-lightgrey .row .col {
    padding: 0 1.25rem;
  }
  #model-range section#archive article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #fff;
    height: 5rem;
    width: 50%;
  }
  #model-range section#archive article .bg-lightgrey p {
    margin: 0 0 1.25rem;
  }
  #model-range section#archive article .bg-lightgrey p.h4 {
    font-weight: 500;
    margin: 0 0 0.625rem;
  }
  #model-range section#archive article .bg-lightgrey p.finance {
    font-weight: 500;
    margin: 0 0 1.25rem 0;
    display: inline-block;
    width: auto;
  }
  #model-range section#archive article .bg-lightgrey p.finance:first-child {
    margin-right: 1.25rem;
  }
  #model-range section#finance {
    padding: 1.25rem 0 0.0625rem;
  }
  #model-range section#finance table {
    width: 100%;
    border-spacing: 0;
    padding: 0.625rem 1.25rem 1.25rem;
    background: #F7F7F7;
    margin: 0 0 1.25rem;
  }
  #model-range section#finance table tr:first-child h4 {
    margin: 0;
  }
  #model-range section#finance table h4 {
    margin: 1.25rem 0 0;
  }
  #model-range section#finance table th,
  #model-range section#finance table td {
    text-align: left;
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #EDEDED;
  }
  #model-range section#finance .smallprint {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
  #model-range section#finance .smallprint p {
    margin: 0 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  #model-range section#title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #model-range section#title .overlay .bg-black {
    padding: 1.875rem 5rem 0.625rem 1.875rem;
  }
  #model-range section#title .overlay .bg-black h1 {
    position: relative;
    z-index: 2;
  }
  #model-range section#title .overlay .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
  }
  #model-range section#title .image::after {
    height: 7.5rem;
  }
  #model-range section#title .image img {
    width: 100%;
    margin: 5% 0 -5%;
  }
  #model-range section#intro {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #model-range section#archive article {
    border-width: 0;
  }
  #model-range section#archive article::after {
    display: none;
  }
  #model-range section#archive article .offers {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  #model-range section#archive article .offers .offer {
    position: relative;
    padding: 0.9375rem 1.875rem;
  }
  #model-range section#archive article .offers .offer::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #model-range section#archive article .demo {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: right;
  }
  #model-range section#archive article .demo .offer {
    position: relative;
    padding: 0.9375rem 1.875rem;
  }
  #model-range section#archive article .image {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  #model-range section#archive article .bg-lightgrey {
    padding: 25% 1.875rem 1.875rem;
    margin-top: -25%;
  }
  #model-range section#archive article .bg-lightgrey::after {
    height: 7.5rem;
  }
  #model-range section#finance {
    padding: 1.875rem 0;
  }
  #model-range section#finance table {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #model-range section#title .overlay {
    z-index: 1;
  }
  #model-range section#title .overlay .bg-black {
    padding: 4.375rem 0 0.625rem 3.125rem;
  }
  #model-range section#title .image {
    position: relative;
  }
  #model-range section#title .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #model-range section#title .image::after {
    height: 100%;
    width: 50%;
    left: 90%;
  }
  #model-range section#title .image img {
    margin: 10% 0 -5%;
    position: relative;
    z-index: 2;
  }
  #model-range section#intro {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #model-range section#archive article {
    border-width: 0.9375rem;
  }
  #model-range section#archive article .offers {
    width: auto;
    z-index: 2;
    max-width: 50%;
  }
  #model-range section#archive article .offers .offer {
    position: relative;
    padding: 0.9375rem 3.125rem;
  }
  #model-range section#archive article .offers .offer::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 3.75rem;
  }
  .theme-ducati #model-range section#archive article .offers .offer::after {
    background: #CC0000;
  }
  .theme-scrambler #model-range section#archive article .offers .offer::after {
    background: #FFC400;
  }
  .theme-kawasaki #model-range section#archive article .offers .offer::after {
    background: #69be28;
  }
  #model-range section#archive article .demo {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    text-align: left;
  }
  #model-range section#archive article .demo .offer {
    position: relative;
    padding: 0.9375rem 3.125rem;
  }
  #model-range section#archive article .image {
    width: 100%;
  }
  #model-range section#archive article .bg-lightgrey {
    padding: 2.5rem 3.125rem 3.125rem 0;
    margin-top: 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #model-range section#archive article .bg-lightgrey * {
    position: relative;
    z-index: 2;
  }
  #model-range section#archive article .bg-lightgrey div {
    width: 100%;
  }
  #model-range section#archive article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 100%;
    width: 120%;
    left: -10%;
  }
  #model-range section#finance {
    padding: 3.125rem 0;
  }
}
@media (min-width: 0px) {
  #single-model section#video {
    overflow: hidden;
    background: #151515;
    position: relative;
  }
  #single-model section#video .container {
    position: relative;
  }
  #single-model section#video video {
    width: 100%;
    height: auto;
    display: block;
    min-height: 23.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 0;
  }
  #single-model section#video .video-originalratio video {
    min-height: 0;
  }
  #single-model section#video .bg-black {
    padding: 1.25rem;
  }
  #single-model section#video .bg-black .h3-light,
  #single-model section#video .bg-black .h4-light {
    margin: 0;
  }
  #single-model section#video .videoheading {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  #single-model section#video .videoheading #mainheading {
    padding: 1.4375rem 1.25rem 0.8125rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  #single-model section#video .videoheading #mainheading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    height: 100%;
    width: 3.75rem;
    background: #151515;
    display: none;
  }
  #single-model section#video .videoheading #mainheading span {
    display: inline-block;
    vertical-align: middle;
  }
  #single-model section#gallery {
    overflow: hidden;
    background: #151515;
  }
  #single-model section#gallery .container {
    position: relative;
  }
  #single-model section#gallery video {
    width: 100%;
    height: auto;
    display: block;
    min-height: 23.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #single-model section#gallery .swiper-container .swiper-slide .image {
    padding-bottom: 75%;
  }
  #single-model section#gallery .swiper-container .pagination {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    bottom: auto;
    left: auto;
    width: auto;
    z-index: 1;
  }
  #single-model section#gallery .swiper-container .pagination span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.75rem;
    margin: 0 0.3125rem;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  #single-model section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  .theme-ducati #single-model section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #69be28;
  }
  .theme-scrambler #single-model section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #FFC400;
  }
  #single-model section#gallery div.next,
  #single-model section#gallery div.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  #single-model section#gallery div.next::after,
  #single-model section#gallery div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #414141;
  }
  #single-model section#gallery div.next.next,
  #single-model section#gallery div.prev.next {
    left: auto;
    right: 0;
  }
  #single-model section#gallery div.next.next::after,
  #single-model section#gallery div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #single-model section#gallery div.next.next span::before, #single-model section#gallery div.next.next span::after,
  #single-model section#gallery div.prev.next span::before,
  #single-model section#gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-model section#gallery div.next span,
  #single-model section#gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-model section#gallery .bg-black {
    padding: 1.25rem;
  }
  #single-model section#gallery .bg-black .h3-light,
  #single-model section#gallery .bg-black .h4-light {
    margin: 0;
  }
  #single-model section#gallery .bg-darkergrey {
    padding: 1.25rem;
    position: relative;
  }
  #single-model section#gallery .bg-darkergrey p {
    margin: 0 0 0.3125rem;
  }
  #single-model section#gallery .bg-darkergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #292929;
    height: 5rem;
    width: 3.75rem;
  }
  #single-model section#offers {
    overflow: hidden;
    min-height: 3.125rem;
  }
  #single-model section#offers #offers-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 3;
  }
  #single-model section#offers #offers-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 3.75rem;
  }
  #single-model section#offers #offers-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  .theme-ducati #single-model section#offers #offers-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#offers #offers-button::after {
    background: #69be28;
  }
  .theme-scrambler #single-model section#offers #offers-button::after {
    background: #FFC400;
  }
  #single-model section#offers #offers-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#offers #offers-tab {
    padding: 3.75rem 1.25rem 1.25rem;
    display: none;
    position: relative;
    z-index: 2;
  }
  #single-model section#offers #offers-tab .row {
    margin: 0 -1.25rem;
  }
  #single-model section#offers #offers-tab .row .col {
    padding: 0 1.25rem;
  }
  #single-model section#offers #offers-tab .image {
    padding-bottom: 75%;
    margin: 0 0 0.625rem;
  }
  #single-model section#offers #offers-tab::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 50%;
    height: 5.625rem;
    background: #fff;
  }
  #single-model section#variations {
    overflow: hidden;
  }
  #single-model section#variations.template-new {
    position: relative;
  }
  #single-model section#variations.template-new::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background-image: linear-gradient(#151515, #414141);
    height: 9.375rem;
    width: 50rem;
    right: 40%;
  }
  #single-model section#variations .image {
    padding-bottom: 50%;
  }
  #single-model section#variations.no-offers .swiper-container .bg-white {
    padding-top: 1.25rem;
  }
  #single-model section#variations .swiper-container img {
    width: 75%;
    height: auto;
    display: block;
    margin: -5% auto -2%;
    position: relative;
    z-index: 1;
  }
  #single-model section#variations .swiper-container img.placeholder {
    opacity: 0.25;
  }
  #single-model section#variations .swiper-container h4 {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #single-model section#variations .swiper-container h4 span {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    margin: 0 0.625rem 0 0;
    background: #EDEDED;
    vertical-align: middle;
    padding: 0.4375rem;
    text-align: center;
  }
  #single-model section#variations .swiper-container h4.template-new {
    color: #fff;
  }
  #single-model section#variations .swiper-container h4.template-new span {
    color: #151515;
  }
  #single-model section#variations .swiper-container h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #single-model section#variations .swiper-container .image {
    width: 75%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
  }
  #single-model section#variations .swiper-container .image.placeholder {
    opacity: 0.25;
  }
  #single-model section#variations .swiper-container .h3-light,
  #single-model section#variations .swiper-container .text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    display: inline-block;
  }
  #single-model section#variations .swiper-container .swiper-slide {
    height: auto;
  }
  #single-model section#variations .swiper-container .swiper-slide .bg-white {
    background: none;
  }
  #single-model section#variations .swiper-container .bg-white {
    position: relative;
    padding: 2.5rem 0 0.625rem;
    height: 100%;
    text-align: center;
  }
  #single-model section#variations .swiper-container div.next,
  #single-model section#variations .swiper-container div.prev {
    display: none;
    vertical-align: middle;
    z-index: 2;
    cursor: pointer;
  }
  #single-model section#variations .swiper-container div.next.next,
  #single-model section#variations .swiper-container div.prev.next {
    left: auto;
    right: 20%;
  }
  #single-model section#variations .swiper-container div.next.next span::before, #single-model section#variations .swiper-container div.next.next span::after,
  #single-model section#variations .swiper-container div.prev.next span::before,
  #single-model section#variations .swiper-container div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-model section#variations .swiper-container div.next span,
  #single-model section#variations .swiper-container div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-model section#variations .swiper-container div.next span::before, #single-model section#variations .swiper-container div.next span::after,
  #single-model section#variations .swiper-container div.prev span::before,
  #single-model section#variations .swiper-container div.prev span::after {
    background: #151515;
  }
  #single-model section#variations .swiper-container .swiper-slide-active div.next,
  #single-model section#variations .swiper-container .swiper-slide-active div.prev {
    display: inline-block;
  }
  #single-model section#colours .bg-lightergrey {
    padding: 1.25rem 0;
    height: auto;
  }
  #single-model section#colours .bg-lightergrey h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  #single-model section#colours .bg-lightergrey h4 span {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    margin: 0 0.625rem 0 0;
    background: #fff;
    vertical-align: middle;
    padding: 0.4375rem;
    text-align: center;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation {
    display: block;
    margin: 0.625rem 0 0;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2rem;
    white-space: nowrap;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation > span {
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    background: #fff;
    margin: 0 0.3125rem 0 0;
    border: 0.25rem solid #F7F7F7;
    outline: 0.0625rem solid transparent;
    position: relative;
    overflow: hidden;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation > span span {
    content: "";
    position: absolute;
    top: -1.3125rem;
    left: -1.3125rem;
    width: 2.625rem;
    height: 2.625rem;
    transform: rotate(45deg);
  }
  #single-model section#colours .bg-lightergrey .nbq-variation > span.triple span:first-child {
    top: -1.625rem;
    left: -1.625rem;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation > span.triple span:last-child {
    top: auto;
    left: auto;
    bottom: -1.625rem;
    right: -1.625rem;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation.checked {
    font-weight: 500;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation.checked span {
    outline-color: #B5B5B5;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation input {
    display: none;
  }
  #single-model section#colours .bg-lightergrey p {
    margin: 0;
  }
  #single-model section#colours .bg-lightergrey p.nbq-price {
    font-size: 1.625rem;
    margin: 0 0 0.625rem;
  }
  #single-model section#warranty .links {
    background: #F7F7F7;
    text-align: right;
    position: relative;
  }
  #single-model section#warranty #accessories-button {
    padding: 0.75rem 1.25rem 0.75rem 5rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: #414141;
    color: #fff;
    height: 3.125rem;
    z-index: 1;
    text-align: right;
  }
  #single-model section#warranty #accessories-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 100%;
    width: 3.75rem;
    z-index: 1;
  }
  #single-model section#warranty #accessories-button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
  }
  #single-model section#warranty #accessories-button .chevron {
    margin: 0 0 0 0.3125rem;
    z-index: 3;
  }
  #single-model section#warranty #accessories-button .chevron::before, #single-model section#warranty #accessories-button .chevron::after {
    background: #fff;
  }
  #single-model section#warranty #pdf-button {
    padding: 0.4375rem 1.25rem;
    text-transform: uppercase;
    display: none;
    position: relative;
    background: #fff;
    color: #151515;
    width: calc(100% - 1.8125rem);
    height: 2.5rem;
    z-index: 1;
    text-align: right;
  }
  #single-model section#warranty #pdf-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
    z-index: 1;
  }
  #single-model section#warranty #pdf-button .icon {
    width: 1.375rem;
    height: 1.6875rem;
    margin: 0 0.625rem 0 0;
    position: relative;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/pdf.svg);
    background-size: cover;
    z-index: 2;
  }
  #single-model section#warranty #pdf-button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
  }
  #single-model section#warranty #pdf-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 3;
  }
  #single-model section#warranty #pdf-button .chevron::before, #single-model section#warranty #pdf-button .chevron::after {
    background: #151515;
  }
  #single-model section#warranty #pdf-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#warranty #finance-button {
    padding: 1.4375rem 1.25rem 0.8125rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
    height: 3.75rem;
  }
  #single-model section#warranty #finance-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    height: 100%;
    width: 3.75rem;
  }
  .theme-ducati #single-model section#warranty #finance-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#warranty #finance-button::after {
    background: #69be28;
  }
  .theme-scrambler #single-model section#warranty #finance-button::after {
    background: #FFC400;
  }
  #single-model section#warranty #finance-button span {
    display: inline-block;
    vertical-align: middle;
  }
  #single-model section#warranty #finance-button .icon {
    width: 1.125rem;
    height: 1.375rem;
    margin: 0 0.625rem 0 0;
    position: relative;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/calc.svg);
    background-size: cover;
    z-index: 2;
  }
  #single-model section#warranty #finance-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#warranty #finance-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#warranty h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0.625rem 0 1.25rem;
  }
  #single-model section#warranty h4 span {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    margin: 0 0.625rem 0 0;
    background: #414141;
    vertical-align: middle;
    padding: 0.4375rem;
    text-align: center;
    color: #fff;
  }
  #single-model section#warranty .nbq-warranty {
    display: block;
    margin: 0 0 1.25rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.9375rem;
    border: 0.0625rem solid transparent;
    position: relative;
  }
  #single-model section#warranty .nbq-warranty input {
    display: none;
  }
  #single-model section#warranty .nbq-warranty.checked {
    background: none;
    border-color: #fff;
  }
  #single-model section#warranty .nbq-warranty.checked::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: 0;
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-left: 0.5rem solid #fff;
  }
  #single-model section#warranty .nbq-warranty strong {
    display: block;
    font-size: 1.5rem;
    margin: 0.3125rem 0 0;
  }
  #single-model section#warranty .plus {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.5625rem;
    margin: 0 0 0.9375rem;
  }
  #single-model section#warranty .accessory label {
    display: block;
  }
  #single-model section#warranty .accessory-input {
    margin: 0.625rem 0 1.25rem;
    background: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0.4375rem 0.75rem;
    color: #151515;
    display: inline-block;
    white-space: nowrap;
  }
  #single-model section#warranty .accessory-input input {
    width: 9.375rem;
  }
  #single-model section#warranty small {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    margin: 0 0 1.25rem;
  }
  #single-model section#warranty button {
    margin: 0.3125rem 0 1.5625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  #single-model section#warranty button span {
    display: inline-block;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    margin: 0 0.625rem 0 0;
    background: #414141;
    vertical-align: middle;
    padding: 0.4375rem;
  }
  #single-model section#warranty .info {
    width: 100%;
    padding: 0 0 1.25rem;
  }
  #single-model section#warranty .info span {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 1.875rem 0 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    cursor: pointer;
  }
  #single-model section#warranty .info span span {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 0.625rem 0 0;
    vertical-align: middle;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 1.5rem;
    padding: 0 0.4375rem;
    background: #fff;
    color: #151515;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content,
  #single-model .modal[data-modal=warranty-modal] .modal-content {
    max-width: 75rem;
    padding: 2.5rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .close,
  #single-model .modal[data-modal=warranty-modal] .modal-content .close {
    top: 0;
    right: 0;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .close::before, #single-model .modal[data-modal=finance-modal] .modal-content .close::after,
  #single-model .modal[data-modal=warranty-modal] .modal-content .close::before,
  #single-model .modal[data-modal=warranty-modal] .modal-content .close::after {
    background: #fff;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white {
    position: relative;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white h3,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white h3 {
    margin: 0 0 0.3125rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white img,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white img {
    width: 100%;
    max-width: 12.5rem;
    height: auto;
    display: block;
    margin: 0 0 1.25rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white p,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white p {
    margin: 0 0 0.9375rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .row,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .row {
    margin: 0 -0.625rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .row .col,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .row .col {
    padding: 0 0.625rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table {
    width: 100%;
    border-spacing: 0;
    background: #F7F7F7;
    padding: 0.625rem 1.25rem 1.25rem;
    margin: 0 0 1.25rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table h3,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table h3 {
    margin: 1.25rem 0 0.625rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table tr:first-child h3,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table tr:first-child h3 {
    margin: 0 0 0.625rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table h4,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table h4 {
    margin: 0;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table th,
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table td,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table th,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table td {
    text-align: left;
    padding: 0.625rem 0;
    border-bottom: 0.0625rem solid #EDEDED;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .smallprint,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .smallprint {
    font-size: 0.875rem;
    margin: 0 0 1.25rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .smallprint p,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .smallprint p {
    margin: 0 0 0.9375rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white a.warranty-terms-link,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white a.warranty-terms-link {
    margin: 0.625rem 0 1.25rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white a.warranty-terms-link.active .chevron,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white a.warranty-terms-link.active .chevron {
    transform: rotate(90deg);
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .warranty-terms,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .warranty-terms {
    display: none;
    padding: 0 0 1.25rem;
    font-size: 0.875rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .warranty-terms.active,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .warranty-terms.active {
    display: block;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .warranty-terms p:last-child,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .warranty-terms p:last-child {
    margin: 0;
  }
  #single-model section#finance {
    padding: 1.25rem;
    display: none;
  }
  #single-model section#content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-model section#content img {
    display: none;
  }
  #single-model section#content h1,
  #single-model section#content h2,
  #single-model section#content h3,
  #single-model section#content h4,
  #single-model section#content h5,
  #single-model section#content h6 {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    font-weight: 700;
  }
  #single-model section.gallery {
    padding: 1.25rem 0;
    overflow: hidden;
    position: relative;
  }
  #single-model section.gallery .swiper-container {
    padding-bottom: 2.5rem;
  }
  #single-model section.gallery .swiper-container .pagination {
    position: absolute;
    bottom: 0.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    z-index: 1;
    display: flex;
    padding: 0 3.75rem;
    max-width: 28.125rem;
  }
  #single-model section.gallery .swiper-container .pagination span {
    display: block;
    flex: 1;
    width: auto;
    height: 0.75rem;
    margin: 0 -0.0625rem;
    background: transparent;
    border-top: 0.0625rem solid #151515;
    border-bottom: 0.0625rem solid #151515;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  .theme-ducati #single-model section.gallery .swiper-container .pagination span {
    border-top: 0.0625rem solid #CC0000;
    border-bottom: 0.0625rem solid #CC0000;
  }
  .theme-kawasaki #single-model section.gallery .swiper-container .pagination span {
    border-top: 0.0625rem solid #69be28;
    border-bottom: 0.0625rem solid #69be28;
  }
  .theme-scrambler #single-model section.gallery .swiper-container .pagination span {
    border-top: 0.0625rem solid #FFC400;
    border-bottom: 0.0625rem solid #FFC400;
  }
  #single-model section.gallery .swiper-container .pagination span:first-child {
    border-left: 0.0625rem solid #151515;
  }
  .theme-ducati #single-model section.gallery .swiper-container .pagination span:first-child {
    border-left: 0.0625rem solid #CC0000;
  }
  .theme-kawasaki #single-model section.gallery .swiper-container .pagination span:first-child {
    border-left: 0.0625rem solid #69be28;
  }
  .theme-scrambler #single-model section.gallery .swiper-container .pagination span:first-child {
    border-left: 0.0625rem solid #FFC400;
  }
  #single-model section.gallery .swiper-container .pagination span:last-child {
    border-right: 0.0625rem solid #151515;
  }
  .theme-ducati #single-model section.gallery .swiper-container .pagination span:last-child {
    border-right: 0.0625rem solid #CC0000;
  }
  .theme-kawasaki #single-model section.gallery .swiper-container .pagination span:last-child {
    border-right: 0.0625rem solid #69be28;
  }
  .theme-scrambler #single-model section.gallery .swiper-container .pagination span:last-child {
    border-right: 0.0625rem solid #FFC400;
  }
  #single-model section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  .theme-ducati #single-model section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #69be28;
  }
  .theme-scrambler #single-model section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #FFC400;
  }
  #single-model section.gallery .swiper-wrapper {
    padding: 0 0.625rem;
  }
  #single-model section.gallery .swiper-slide {
    padding: 0 0.625rem;
  }
  #single-model section.gallery .swiper-slide .image {
    padding-bottom: 66.6667%;
    display: block;
    position: relative;
  }
  #single-model section.gallery .swiper-slide .image .play {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: calc(50% - 1.40625rem);
    left: calc(50% - 1.40625rem);
    transform: skewX(-35deg);
    background: #fff;
  }
  #single-model section.gallery .swiper-slide .image .play span {
    transform: skewX(35deg);
    display: block;
    width: 100%;
    height: 100%;
  }
  #single-model section.gallery .swiper-slide .image .play span::before {
    content: "";
    position: absolute;
    right: 1.25rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-model section.gallery .swiper-slide .image .play span::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-model section.gallery div.next,
  #single-model section.gallery div.prev {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    z-index: 2;
    cursor: pointer;
  }
  #single-model section.gallery div.next.next,
  #single-model section.gallery div.prev.next {
    left: auto;
    right: 0.625rem;
  }
  #single-model section.gallery div.next.next span::before, #single-model section.gallery div.next.next span::after,
  #single-model section.gallery div.prev.next span::before,
  #single-model section.gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-model section.gallery div.next span,
  #single-model section.gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-model section#dropdowns {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-model section#dropdowns .dropdown {
    border-bottom: 0.0625rem solid #B5B5B5;
  }
  #single-model section#dropdowns .dropdown button {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.625rem 0;
    width: 100%;
    text-transform: none;
    background: none;
    text-align: left;
  }
  #single-model section#dropdowns .dropdown button::before, #single-model section#dropdowns .dropdown button::after {
    background: #151515;
    margin-right: 0;
    box-shadow: none;
  }
  .theme-ducati #single-model section#dropdowns .dropdown button::before, .theme-ducati #single-model section#dropdowns .dropdown button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#dropdowns .dropdown button::before, .theme-kawasaki #single-model section#dropdowns .dropdown button::after {
    background: #69be28;
  }
  .theme-scrambler #single-model section#dropdowns .dropdown button::before, .theme-scrambler #single-model section#dropdowns .dropdown button::after {
    background: #FFC400;
  }
  #single-model section#dropdowns .dropdown div {
    display: none;
  }
  #single-model section#icons {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
  }
  #single-model section#icons::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    height: 18.75rem;
    width: 50rem;
    right: 60%;
  }
  #single-model section#icons .posrel {
    position: relative;
  }
  #single-model section#icons .swiper-container {
    padding-bottom: 2.5rem;
  }
  #single-model section#icons .swiper-wrapper {
    padding: 0 0.625rem;
  }
  #single-model section#icons .swiper-slide {
    padding: 0 0.625rem;
  }
  #single-model section#icons .swiper-slide .image {
    padding-bottom: 66.6667%;
    display: block;
  }
  #single-model section#icons div.next,
  #single-model section#icons div.prev {
    position: absolute;
    bottom: 3rem;
    left: 0.625rem;
    z-index: 2;
    cursor: pointer;
  }
  #single-model section#icons div.next.next,
  #single-model section#icons div.prev.next {
    left: auto;
    right: 0.625rem;
  }
  #single-model section#icons div.next.next span::before, #single-model section#icons div.next.next span::after,
  #single-model section#icons div.prev.next span::before,
  #single-model section#icons div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-model section#icons div.next span,
  #single-model section#icons div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-model section#icons img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 1.25rem;
    position: relative;
    z-index: 1;
  }
  #single-model section#icons p {
    text-align: center;
    font-weight: 700;
  }
  #single-model section#icons .icon {
    margin: 1.25rem 0 0;
    text-align: center;
  }
  #single-model section#icons .icon img {
    max-width: 5rem;
    height: auto;
    display: block;
    margin: 0 auto 1.25rem;
  }
  #single-model section#icons .icon span {
    max-width: 15rem;
  }
  #single-model section#icons .icon span strong {
    font-size: 1.125rem;
    display: block;
    text-align: center;
    max-width: 15rem;
    margin: 0 auto 0.3125rem;
  }
  #single-model section#details {
    overflow: hidden;
  }
  #single-model section#details ul {
    display: none;
    margin: 0;
  }
  #single-model section#details div.next,
  #single-model section#details div.prev {
    display: none;
  }
  #single-model section#details .tab .tab-button {
    display: block;
    padding: 0.9375rem 1.25rem;
    background: #292929;
    color: #fff;
    border-bottom: 0.0625rem solid #151515;
  }
  #single-model section#details .tab .tab-button.open {
    font-weight: 700;
    border-color: transparent;
  }
  #single-model section#details .tab:first-child .tab-content {
    display: block;
  }
  #single-model section#details .tab .tab-content {
    display: none;
  }
  #single-model section#details .tab .tab-content .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #single-model section#details .tab .tab-content .bg-white::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 2.5rem;
    border: 0.625rem solid transparent;
    border-bottom-color: #fff;
  }
  #single-model section#details .tab .tab-content .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 5rem;
    width: 3.75rem;
  }
  #single-model section#details .tab .tab-content .bg-white.no-image::after {
    display: none;
  }
  #single-model section#details .tab .tab-content .bg-white .row {
    margin: 0 -1.25rem;
  }
  #single-model section#details .tab .tab-content .bg-white .row .col {
    padding: 0 1.25rem;
  }
  #single-model section#details .tab .tab-content .bg-white table {
    width: 100%;
    border-spacing: 0;
    background: #F7F7F7;
    padding: 0.625rem 1.25rem 1.25rem;
    margin: 0 0 1.25rem;
  }
  #single-model section#details .tab .tab-content .bg-white table h3 {
    margin: 1.25rem 0 0.625rem;
  }
  #single-model section#details .tab .tab-content .bg-white table tr:first-child h3 {
    margin: 0 0 0.625rem;
  }
  #single-model section#details .tab .tab-content .bg-white table h4 {
    margin: 0;
  }
  #single-model section#details .tab .tab-content .bg-white table th,
  #single-model section#details .tab .tab-content .bg-white table td {
    text-align: left;
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #EDEDED;
  }
  #single-model section#details .tab .tab-content .bg-white .smallprint {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
  #single-model section#details .tab .tab-content .bg-white .smallprint p {
    margin: 0 0 0.3125rem;
  }
  #single-model section#details .tab .tab-content .bg-white a.warranty-terms-link {
    font-size: 1.125rem;
    display: block;
    padding: 0.625rem 0 0;
    border-top: 0.0625rem solid #EDEDED;
  }
  #single-model section#details .tab .tab-content .bg-white a.warranty-terms-link.active .chevron {
    transform: rotate(90deg);
  }
  #single-model section#details .tab .tab-content .bg-white .warranty-terms {
    display: none;
    padding: 1.25rem 0 0;
  }
  #single-model section#details .tab .tab-content .bg-white .warranty-terms.active {
    display: block;
  }
  #single-model section#details .tab .tab-content .bg-white .warranty-terms p:last-child {
    margin: 0;
  }
  #single-model section#details .tab .tab-content .image {
    padding-bottom: 66.6666%;
    position: relative;
    display: block;
  }
  #single-model section#details .tab .tab-content .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #292929;
    height: 5rem;
    width: 3.75rem;
  }
  #single-model section#details .tab .tab-content .image div {
    position: absolute;
    top: 50%;
    left: 0;
    background: #151515;
    color: #fff;
    padding: 0.875rem 1.25rem;
    text-transform: uppercase;
    height: 3.125rem;
    transform: translateY(-50%);
  }
  #single-model section#details .tab .tab-content .image div .chevron {
    z-index: 2;
    margin-left: 0.625rem;
  }
  #single-model section#details .tab .tab-content .image div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    width: 2.5rem;
    height: 100%;
  }
  #single-model section#specification {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-model section#specification .dropdown {
    border-bottom: 0.0625rem solid #B5B5B5;
  }
  #single-model section#specification .dropdown button {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.625rem 0;
    width: 100%;
    text-transform: none;
    background: none;
    text-align: left;
  }
  #single-model section#specification .dropdown button::before, #single-model section#specification .dropdown button::after {
    background: #151515;
    margin-right: 0;
    box-shadow: none;
  }
  .theme-ducati #single-model section#specification .dropdown button::before, .theme-ducati #single-model section#specification .dropdown button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#specification .dropdown button::before, .theme-kawasaki #single-model section#specification .dropdown button::after {
    background: #69be28;
  }
  .theme-scrambler #single-model section#specification .dropdown button::before, .theme-scrambler #single-model section#specification .dropdown button::after {
    background: #FFC400;
  }
  #single-model section#specification .dropdown > div {
    display: none;
    padding-top: 0.625rem;
  }
  #single-model section#specification .dropdown > div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 62.5rem;
    margin: 0 auto 1.875rem;
  }
  #single-model section#specification .dropdown > div strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
  }
  #single-model section#specification .dropdown > div .row.no-padding {
    margin-left: 0;
    margin-right: 0;
  }
  #single-model section#specification .dropdown > div .row.no-padding .col {
    padding-left: 0;
    padding-right: 0;
  }
  #single-model section#specification .dropdown > div .table {
    padding: 1.25rem 0 0;
    margin: 0 0 -0.0625rem;
  }
  #single-model section#specification .dropdown > div .table strong,
  #single-model section#specification .dropdown > div .table span {
    border-bottom: 0.0625rem solid #B5B5B5;
    padding: 0.1875rem 0.625rem 0.1875rem 0;
    display: block;
  }
  #single-model section#fixedforms {
    background: #F7F7F7;
  }
  #single-model section#fixedforms #enquiry-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    /*
    			&::after {
    				@include triangle(top, right, inside, outside);
    				background: $white;
    				height: 100%;
    				width: 60px;
    			}
    */
  }
  .theme-ducati #single-model section#fixedforms #enquiry-button {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-model section#fixedforms #enquiry-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#fixedforms #enquiry-button {
    background: #69be28;
    color: #fff;
  }
  .theme-kawasaki #single-model section#fixedforms #enquiry-button::after {
    background: #69be28;
  }
  .theme-scrambler #single-model section#fixedforms #enquiry-button {
    background: #FFC400;
    color: #151515;
  }
  .theme-scrambler #single-model section#fixedforms #enquiry-button::after {
    background: #FFC400;
  }
  #single-model section#fixedforms #enquiry-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#fixedforms #enquiry-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#fixedforms #test-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
    white-space: nowrap;
    /*
    			&::after {
    				@include triangle(top, right, inside, outside);
    				background: $darkergrey;
    				height: 100%;
    				width: 60px;
    			}
    */
  }
  #single-model section#fixedforms #test-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#fixedforms #test-button .chevron::before, #single-model section#fixedforms #test-button .chevron::after {
    background: #292929;
  }
  #single-model section#fixedforms #test-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#fixedforms #partex-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
    white-space: nowrap;
    /*
    			&::after {
    				@include triangle(top, right, inside, outside);
    				background: $darkergrey;
    				height: 100%;
    				width: 60px;
    			}
    */
  }
  #single-model section#fixedforms #partex-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#fixedforms #partex-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#fixedforms .form-tab {
    padding: 1.25rem 1.25rem 3.125rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    display: none;
  }
  .theme-ducati #single-model section#fixedforms .form-tab#enquiry-tab {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-model section#fixedforms .form-tab#enquiry-tab form .frm_error {
    color: #fff;
  }
  .theme-kawasaki #single-model section#fixedforms .form-tab#enquiry-tab {
    background: #69be28;
    color: #fff;
  }
  .theme-scrambler #single-model section#fixedforms .form-tab#enquiry-tab {
    background: #FFC400;
    color: #151515;
  }
  #single-model section#fixedforms .form-tab .close {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  #single-model section#fixedforms .form-tab .close::before, #single-model section#fixedforms .form-tab .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.1875rem;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #single-model section#fixedforms .form-tab .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #single-model section#fixedforms .form-tab.bg-white .close::before, #single-model section#fixedforms .form-tab.bg-white .close::after {
    background: #151515;
  }
  #single-model section#fixedforms form .row {
    margin: 0 -1.25rem;
  }
  #single-model section#fixedforms form .row .col {
    padding: 0 1.25rem;
  }
  #single-model section#fixedforms form .frm_screen_reader,
  #single-model section#fixedforms form .frm_hidden {
    display: none;
  }
  #single-model section#fixedforms form h3 {
    font-weight: 300;
    margin: 0 0 1.25rem;
  }
  #single-model section#fixedforms form label {
    display: block;
    margin: 0 0 0.3125rem;
  }
  #single-model section#fixedforms form input,
  #single-model section#fixedforms form textarea,
  #single-model section#fixedforms form select {
    padding: 0.46875rem 0.78125rem;
    background: #F7F7F7;
    font-size: 1rem;
    border: none;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 0.9375rem;
    color: #151515;
  }
  #single-model section#fixedforms form .frm-g-recaptcha {
    margin: 0 0 0.9375rem;
  }
  #single-model section#fixedforms form .frm_none_container .frm_primary_label {
    display: none;
  }
  #single-model section#fixedforms form button {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
    background: #EDEDED;
    color: #151515;
  }
  #single-model section#fixedforms form button::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-model section#fixedforms form button::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-model section#fixedforms form button:hover {
    padding-right: 2.5rem;
  }
  #single-model section#fixedforms form button:hover::before, #single-model section#fixedforms form button:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  #single-model section#fixedforms form button.bg-black::before, #single-model section#fixedforms form button.bg-black::after, #single-model section#fixedforms form button.bg-darkergrey::before, #single-model section#fixedforms form button.bg-darkergrey::after, #single-model section#fixedforms form button.bg-darkgrey::before, #single-model section#fixedforms form button.bg-darkgrey::after, #single-model section#fixedforms form button.bg-midgrey::before, #single-model section#fixedforms form button.bg-midgrey::after, #single-model section#fixedforms form button.bg-red::before, #single-model section#fixedforms form button.bg-red::after, #single-model section#fixedforms form button.bg-green::before, #single-model section#fixedforms form button.bg-green::after, #single-model section#fixedforms form button.bg-theme::before, #single-model section#fixedforms form button.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  #single-model section#fixedforms form button.bg-black:hover::before, #single-model section#fixedforms form button.bg-black:hover::after, #single-model section#fixedforms form button.bg-darkergrey:hover::before, #single-model section#fixedforms form button.bg-darkergrey:hover::after, #single-model section#fixedforms form button.bg-darkgrey:hover::before, #single-model section#fixedforms form button.bg-darkgrey:hover::after, #single-model section#fixedforms form button.bg-midgrey:hover::before, #single-model section#fixedforms form button.bg-midgrey:hover::after, #single-model section#fixedforms form button.bg-red:hover::before, #single-model section#fixedforms form button.bg-red:hover::after, #single-model section#fixedforms form button.bg-green:hover::before, #single-model section#fixedforms form button.bg-green:hover::after, #single-model section#fixedforms form button.bg-theme:hover::before, #single-model section#fixedforms form button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  #single-model section#fixedforms form button.prev::before {
    transform: skewX(-35deg);
  }
  #single-model section#fixedforms form button.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #single-model section#fixedforms form button {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  #single-model section#fixedforms form button:hover {
    padding-right: 2.8125rem;
  }
  #single-model section#fixedforms form button::before, #single-model section#fixedforms form button::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  #single-model section#fixedforms form button {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  #single-model section#fixedforms form button:hover {
    padding-right: 3.125rem;
  }
  #single-model section#fixedforms form button::before, #single-model section#fixedforms form button::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 0px) {
  #single-model section#fixedforms form .frm_error {
    font-size: 0.875rem;
    color: #CC0000;
    margin: -0.9375rem 0 0.9375rem;
  }
  #single-model section#fixedforms form .frm_error_style {
    display: none;
  }
  #single-model section#forms {
    background: #292929;
    overflow: hidden;
  }
  #single-model section#forms .image {
    padding-bottom: 75%;
    margin-top: -7.5rem;
    position: relative;
  }
  #single-model section#forms .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 50%;
    height: 5.625rem;
    background: #fff;
  }
  #single-model section#forms .bg-lightgrey,
  #single-model section#forms .bg-white {
    padding: 1.25rem;
  }
  #single-model section#forms #enquiry-button {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }
  #single-model section#forms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  .theme-ducati #single-model section#forms #enquiry-button {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-model section#forms #enquiry-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#forms #enquiry-button {
    background: #69be28;
    color: #fff;
  }
  .theme-kawasaki #single-model section#forms #enquiry-button::after {
    background: #69be28;
  }
  .theme-scrambler #single-model section#forms #enquiry-button {
    background: #FFC400;
    color: #151515;
  }
  .theme-scrambler #single-model section#forms #enquiry-button::after {
    background: #FFC400;
  }
  #single-model section#forms #enquiry-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#forms #enquiry-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#forms #test-button {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: calc(100% - 1.75rem);
    z-index: 1;
    white-space: nowrap;
  }
  #single-model section#forms #test-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #single-model section#forms #test-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#forms #test-button .chevron::before, #single-model section#forms #test-button .chevron::after {
    background: #292929;
  }
  #single-model section#forms #test-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#forms #partex-button {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: calc(100% - 3.5rem);
    z-index: 1;
    white-space: nowrap;
  }
  #single-model section#forms #partex-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #292929;
    height: 100%;
    width: 3.75rem;
  }
  #single-model section#forms #partex-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-model section#forms #partex-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-model section#forms .form-tab {
    padding: 1.25rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    display: none;
  }
  .theme-ducati #single-model section#forms .form-tab#enquiry-tab {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-model section#forms .form-tab#enquiry-tab form .frm_error {
    color: #fff;
  }
  .theme-kawasaki #single-model section#forms .form-tab#enquiry-tab {
    background: #69be28;
    color: #fff;
  }
  .theme-scrambler #single-model section#forms .form-tab#enquiry-tab {
    background: #FFC400;
    color: #151515;
  }
  #single-model section#forms .form-tab .close {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  #single-model section#forms .form-tab .close::before, #single-model section#forms .form-tab .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.1875rem;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #single-model section#forms .form-tab .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #single-model section#forms .form-tab.bg-white .close::before, #single-model section#forms .form-tab.bg-white .close::after {
    background: #151515;
  }
  #single-model section#forms form .row {
    margin: 0 -1.25rem;
  }
  #single-model section#forms form .row .col {
    padding: 0 1.25rem;
  }
  #single-model section#forms form .frm_screen_reader,
  #single-model section#forms form .frm_hidden {
    display: none;
  }
  #single-model section#forms form h3 {
    font-weight: 300;
    margin: 0 0 1.25rem;
  }
  #single-model section#forms form label {
    display: block;
    margin: 0 0 0.3125rem;
  }
  #single-model section#forms form input,
  #single-model section#forms form textarea,
  #single-model section#forms form select {
    padding: 0.46875rem 0.78125rem;
    background: #F7F7F7;
    font-size: 1rem;
    border: none;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 0.9375rem;
    color: #151515;
  }
  #single-model section#forms form .frm-g-recaptcha {
    margin: 0 0 0.9375rem;
  }
  #single-model section#forms form .frm_none_container .frm_primary_label {
    display: none;
  }
  #single-model section#forms form button {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
    background: #EDEDED;
    color: #151515;
  }
  #single-model section#forms form button::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-model section#forms form button::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-model section#forms form button:hover {
    padding-right: 2.5rem;
  }
  #single-model section#forms form button:hover::before, #single-model section#forms form button:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  #single-model section#forms form button.bg-black::before, #single-model section#forms form button.bg-black::after, #single-model section#forms form button.bg-darkergrey::before, #single-model section#forms form button.bg-darkergrey::after, #single-model section#forms form button.bg-darkgrey::before, #single-model section#forms form button.bg-darkgrey::after, #single-model section#forms form button.bg-midgrey::before, #single-model section#forms form button.bg-midgrey::after, #single-model section#forms form button.bg-red::before, #single-model section#forms form button.bg-red::after, #single-model section#forms form button.bg-green::before, #single-model section#forms form button.bg-green::after, #single-model section#forms form button.bg-theme::before, #single-model section#forms form button.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  #single-model section#forms form button.bg-black:hover::before, #single-model section#forms form button.bg-black:hover::after, #single-model section#forms form button.bg-darkergrey:hover::before, #single-model section#forms form button.bg-darkergrey:hover::after, #single-model section#forms form button.bg-darkgrey:hover::before, #single-model section#forms form button.bg-darkgrey:hover::after, #single-model section#forms form button.bg-midgrey:hover::before, #single-model section#forms form button.bg-midgrey:hover::after, #single-model section#forms form button.bg-red:hover::before, #single-model section#forms form button.bg-red:hover::after, #single-model section#forms form button.bg-green:hover::before, #single-model section#forms form button.bg-green:hover::after, #single-model section#forms form button.bg-theme:hover::before, #single-model section#forms form button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  #single-model section#forms form button.prev::before {
    transform: skewX(-35deg);
  }
  #single-model section#forms form button.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #single-model section#forms form button {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  #single-model section#forms form button:hover {
    padding-right: 2.8125rem;
  }
  #single-model section#forms form button::before, #single-model section#forms form button::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  #single-model section#forms form button {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  #single-model section#forms form button:hover {
    padding-right: 3.125rem;
  }
  #single-model section#forms form button::before, #single-model section#forms form button::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 0px) {
  #single-model section#forms form .frm_error {
    font-size: 0.875rem;
    color: #CC0000;
    margin: -0.9375rem 0 0.9375rem;
  }
  #single-model section#forms form .frm_error_style {
    display: none;
  }
  #single-model section#tabs {
    padding: 1.25rem 0 0;
  }
  #single-model section#tabs a {
    display: block;
    margin: 0 0 1.25rem;
    overflow: hidden;
  }
  #single-model section#tabs .image {
    padding-bottom: 85%;
    position: relative;
  }
  #single-model section#tabs h4 {
    background: #EDEDED;
    padding: 0.75rem 0.9375rem;
    color: #151515;
    position: relative;
  }
  #single-model section#tabs h4::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #single-model section#accessorise {
    overflow: hidden;
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #fff, #EDEDED 25%, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
    background-size: cover;
    background-position: bottom;
  }
  #single-model section#accessorise.newtemplate {
    background-image: linear-gradient(to bottom, #F7F7F7, #EDEDED 25%, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
  }
  #single-model section#accessorise .image {
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    position: relative;
    background-size: 120% auto;
    background-position: right;
  }
  #single-model section#accessorise .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #single-model section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  #single-model section#video video {
    max-height: 37.5rem;
  }
  #single-model section#video .videoheading {
    margin-top: -3.125rem;
    min-height: 3.75rem;
  }
  #single-model section#video .videoheading #mainheading {
    padding: 0.6875rem 1.25rem 0.6875rem 1.875rem;
    min-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #single-model section#video .videoheading #mainheading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    display: block;
  }
  #single-model section#video .videoheading #mainheading .label {
    position: relative;
    z-index: 2;
  }
  #single-model section#gallery .swiper-container .swiper-slide .image {
    padding-bottom: 60%;
  }
  #single-model section#gallery .swiper-container .pagination {
    top: 1.875rem;
    right: 1.875rem;
  }
  #single-model section#gallery .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-model section#gallery div.next.next span::before, #single-model section#gallery div.next.next span::after, #single-model section#gallery div.prev.next span::before, #single-model section#gallery div.prev.next span::after {
    left: 0.9375rem;
  }
  #single-model section#gallery div.next span, #single-model section#gallery div.prev span {
    padding: 1.5625rem;
  }
  #single-model section#gallery .bg-black {
    padding: 1.875rem;
    width: 150%;
    height: 100%;
    background: #292929;
    margin-right: -50%;
    padding-right: calc(50% + 1.875rem);
  }
  #single-model section#gallery .bg-black h1 {
    background: #151515;
    margin: -1.875rem -1.875rem 1.25rem;
    padding: 1.875rem;
    margin-right: -70%;
    width: auto;
  }
  #single-model section#gallery .bg-darkergrey {
    padding: 7.5rem 1.875rem 1.875rem 1.875rem;
    position: static;
    width: 100%;
    height: 100%;
    max-width: 16.25rem;
    margin: 0 0 0 auto;
    background: none;
  }
  #single-model section#gallery .bg-darkergrey * {
    position: relative;
    z-index: 2;
  }
  #single-model section#gallery .bg-darkergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    transform-origin: bottom;
    left: calc(41.66667% + 2.125rem);
    height: 350%;
    width: 100%;
  }
  #single-model section#offers #offers-button {
    margin: 0 0 -3.125rem;
    padding: 0.875rem 1.875rem 0.875rem 1.875rem;
    height: 3.125rem;
  }
  #single-model section#offers #offers-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #single-model section#offers #offers-button.template-new::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    height: 100%;
    width: 2.25rem;
  }
  .theme-ducati #single-model section#offers #offers-button.template-new::before {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#offers #offers-button.template-new::before {
    background: #69be28;
  }
  .theme-scrambler #single-model section#offers #offers-button.template-new::before {
    background: #FFC400;
  }
  #single-model section#offers #offers-button.template-new::after {
    display: none;
  }
  #single-model section#offers #offers-button .chevron {
    display: inline-block;
  }
  #single-model section#offers #offers-tab {
    padding: 4.375rem 1.875rem 1.875rem;
    display: none;
    margin: 0 0 -3.125rem;
  }
  #single-model section#offers #offers-tab .image {
    margin: 0 0 1.25rem;
  }
  #single-model section#variations.template-new {
    padding-top: 1.25rem;
  }
  #single-model section#variations.template-new::before {
    height: 18.125rem;
    right: 50%;
  }
  #single-model section#variations .image {
    padding-bottom: 50%;
  }
  #single-model section#variations .swiper-container img {
    width: 75%;
  }
  #single-model section#variations .swiper-container h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  #single-model section#variations .swiper-container h4 {
    top: 1.875rem;
    left: 1.875rem;
  }
  #single-model section#variations .swiper-container .bg-white {
    padding: 3.125rem 0 2.5rem;
  }
  #single-model section#variations .swiper-container .pagination {
    bottom: 0;
    padding: 0.875rem 0;
  }
  #single-model section#variations .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-model section#variations .swiper-container div.next.next span::before, #single-model section#variations .swiper-container div.next.next span::after, #single-model section#variations .swiper-container div.prev.next span::before, #single-model section#variations .swiper-container div.prev.next span::after {
    left: 0.9375rem;
  }
  #single-model section#variations .swiper-container div.next span, #single-model section#variations .swiper-container div.prev span {
    padding: 1.5625rem;
  }
  #single-model section#colours .bg-lightergrey {
    padding: 1.875rem 0;
  }
  #single-model section#colours .bg-lightergrey h4 {
    margin: 0 0 1.25rem;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation {
    display: inline-block;
    padding-right: 1.875rem;
    line-height: 2.375rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation span {
    width: 2.375rem;
    height: 2.375rem;
  }
  #single-model section#colours .bg-lightergrey .nbq-variation span::before {
    border-width: 0.9375rem;
  }
  #single-model section#warranty #pdf-button {
    display: inline-block;
    padding: 0.6875rem 0 0.6875rem 1.25rem;
    height: 3.125rem;
    width: 13.75rem;
    vertical-align: bottom;
    z-index: 2;
  }
  #single-model section#warranty #pdf-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    z-index: 1;
  }
  #single-model section#warranty #pdf-button .chevron {
    display: inline-block;
  }
  #single-model section#warranty #accessories-button {
    padding: 0.6875rem 1.875rem 0.6875rem 2.5rem;
  }
  #single-model section#warranty #accessories-button::after {
    background: #fff;
    width: 2.1875rem;
  }
  #single-model section#warranty #finance-button {
    padding: 0.6875rem 1.25rem 0.6875rem 1.875rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #single-model section#warranty #finance-button .icon {
    width: 1.375rem;
    height: 1.6875rem;
  }
  #single-model section#warranty #finance-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-model section#warranty #finance-button .label {
    width: 11.25rem;
    position: relative;
    z-index: 2;
  }
  #single-model section#warranty #finance-tab {
    padding: 6.25rem 1.875rem 1.875rem;
  }
  #single-model section#warranty #finance-tab .close {
    top: 1.875rem;
    right: 1.875rem;
  }
  #single-model section#warranty .container {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: center;
    align-items: center;
    position: relative;
  }
  #single-model section#warranty h4 {
    width: 100%;
  }
  #single-model section#warranty .nbq-warranty {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 1.5625rem 1.25rem 0;
    max-width: 28%;
  }
  #single-model section#warranty .plus {
    margin: 0.625rem 0.625rem 1.875rem 0;
    width: 4.375rem;
    font-size: 40px;
    font-size: 2.5rem;
    vertical-align: middle;
    line-height: 2.5rem;
  }
  #single-model section#warranty .accessory {
    margin: 0.625rem 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #single-model section#warranty .accessory-input {
    margin: 0.625rem 0 1.875rem;
  }
  #single-model section#warranty small {
    font-size: 16px;
    font-size: 1rem;
  }
  #single-model section#warranty button {
    margin: 0.3125rem 0 0;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  #single-model section#warranty .info {
    position: absolute;
    top: 1.5625rem;
    right: 0;
    width: auto;
  }
  #single-model section#warranty .info span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content, #single-model .modal[data-modal=warranty-modal] .modal-content {
    padding: 3.125rem;
    width: 90%;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white, #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white {
    width: 100%;
    height: 100%;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white *, #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white * {
    position: relative;
    z-index: 2;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white table, #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white table {
    margin: 0;
    padding: 1.25rem 1.875rem 1.875rem;
  }
  #single-model section#finance {
    padding: 1.875rem;
  }
  #single-model section#content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-model section#content h1, #single-model section#content h2, #single-model section#content h3, #single-model section#content h4, #single-model section#content h5, #single-model section#content h6 {
    font-size: 1.0625rem;
  }
  #single-model section.gallery {
    padding: 1.875rem 0;
  }
  #single-model section.gallery#gallery-1 {
    padding-top: 5rem;
  }
  #single-model section.gallery .swiper-container {
    padding-bottom: 3.125rem;
  }
  #single-model section.gallery .swiper-container .pagination {
    bottom: 0.125rem;
  }
  #single-model section.gallery .swiper-container .pagination span {
    height: 1rem;
  }
  #single-model section.gallery .swiper-wrapper {
    padding: 0 1.25rem;
  }
  #single-model section.gallery .swiper-slide .image .play span::before, #single-model section.gallery .swiper-slide .image .play span::after {
    width: 0.3125rem;
    height: 0.5rem;
  }
  #single-model section.gallery div.next, #single-model section.gallery div.prev {
    bottom: 1.25rem;
    left: calc(50% - 15rem);
  }
  #single-model section.gallery div.next.next, #single-model section.gallery div.prev.next {
    left: auto;
    right: calc(50% - 15rem);
  }
  #single-model section#dropdowns {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-model section#icons {
    padding-top: 1.875rem;
  }
  #single-model section#icons::before {
    height: 15.625rem;
    right: 70%;
  }
  #single-model section#icons .icon img {
    max-width: 6.25rem;
  }
  #single-model section#details {
    padding-bottom: 3.125rem;
    position: relative;
  }
  #single-model section#details ul {
    display: block;
    padding: 0 0.9375rem;
  }
  #single-model section#details ul li {
    display: inline-block;
  }
  #single-model section#details ul li a {
    display: block;
    padding: 0.9375rem;
    position: relative;
  }
  #single-model section#details ul li a.open {
    font-weight: 700;
  }
  #single-model section#details ul li a.open::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.625rem);
    border: 0.625rem solid transparent;
    border-bottom-color: #fff;
  }
  #single-model section#details div.next, #single-model section#details div.prev {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  #single-model section#details div.next::after, #single-model section#details div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #EDEDED;
  }
  #single-model section#details div.next.next, #single-model section#details div.prev.next {
    left: auto;
    right: 0;
  }
  #single-model section#details div.next.next::after, #single-model section#details div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #single-model section#details div.next.next span::before, #single-model section#details div.next.next span::after, #single-model section#details div.prev.next span::before, #single-model section#details div.prev.next span::after {
    right: auto;
    left: 0.9375rem;
    background: #292929;
  }
  #single-model section#details div.next span, #single-model section#details div.prev span {
    display: block;
    padding: 1.5625rem;
    position: relative;
    z-index: 2;
  }
  #single-model section#details .tab .tab-button {
    display: none;
  }
  #single-model section#details .tab .tab-content[data-tab=fixed-warranty] .bg-white p {
    width: 100%;
  }
  #single-model section#details .tab .tab-content .bg-white {
    padding: 1.875rem 0 1.875rem 1.875rem;
    width: 100%;
    height: 100%;
  }
  #single-model section#details .tab .tab-content .bg-white.no-image {
    padding: 1.875rem;
  }
  #single-model section#details .tab .tab-content .bg-white * {
    position: relative;
    z-index: 2;
  }
  #single-model section#details .tab .tab-content .bg-white img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.25rem;
  }
  #single-model section#details .tab .tab-content .bg-white p {
    width: 110%;
  }
  #single-model section#details .tab .tab-content .bg-white p.h3-light {
    width: 100%;
  }
  #single-model section#details .tab .tab-content .bg-white::before {
    display: none;
  }
  #single-model section#details .tab .tab-content .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    width: 100%;
    height: 100%;
  }
  #single-model section#details .tab .tab-content .bg-white table {
    margin: 0;
  }
  #single-model section#details .tab .tab-content .bg-white a.warranty-terms-link {
    font-size: 1.25rem;
    margin: 0.625rem 0 0;
  }
  #single-model section#details .tab .tab-content .image {
    width: 100%;
  }
  #single-model section#details .tab .tab-content .image::after {
    display: none;
  }
  #single-model section#details .tab .tab-content .image div {
    padding-left: 35%;
  }
  #single-model section#details .tab .tab-content .image div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-model section#specification {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-model section#fixedforms.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    max-width: 101.25rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 1024px) {
  #single-model section#fixedforms.fixed .form-tab {
    height: 100vh;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  #single-model section#fixedforms #enquiry-button {
    padding: 0.875rem 1.25rem 0.875rem 1.875rem;
    width: calc(100% - 1.5625rem);
    height: 3.125rem;
    margin: 0 0 -3.125rem;
    z-index: 3;
  }
  #single-model section#fixedforms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #single-model section#fixedforms #enquiry-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-model section#fixedforms #test-button, #single-model section#fixedforms #partex-button {
    padding: 0.875rem 1.25rem 0.875rem 3.125rem;
    margin: 0 0 -3.125rem -1.5625rem;
    width: calc(100% - 0.625rem);
    height: 3.125rem;
    z-index: 2;
  }
  #single-model section#fixedforms #test-button::after, #single-model section#fixedforms #partex-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #292929;
    height: 100%;
    width: 3.75rem;
  }
  #single-model section#fixedforms #test-button.open::after, #single-model section#fixedforms #partex-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-model section#fixedforms #partex-button {
    margin-left: -2.1875rem;
    z-index: 1;
  }
  #single-model section#fixedforms .form-tab {
    padding: 1.875rem;
  }
  #single-model section#fixedforms .form-tab .close {
    top: 1.875rem;
    right: 1.875rem;
  }
  #single-model section#fixedforms form input, #single-model section#fixedforms form textarea, #single-model section#fixedforms form select {
    padding: 0.5625rem 0.9375rem;
  }
  #single-model section#forms .image {
    padding-bottom: 60%;
    margin: 0;
  }
  #single-model section#forms .image::after {
    height: 7.5rem;
  }
  #single-model section#forms .bg-lightgrey, #single-model section#forms .bg-white {
    padding: 1.875rem;
  }
  #single-model section#forms #enquiry-button {
    padding: 0.875rem 1.25rem 0.875rem 1.875rem;
    width: calc(100% - 1.5625rem);
    height: 3.125rem;
    margin: 0 0 -3.125rem;
    z-index: 3;
  }
  #single-model section#forms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #single-model section#forms #enquiry-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-model section#forms #test-button, #single-model section#forms #partex-button {
    padding: 0.875rem 1.25rem 0.875rem 3.125rem;
    margin: 0 0 -3.125rem -1.5625rem;
    width: calc(100% - 0.625rem);
    height: 3.125rem;
    z-index: 2;
  }
  #single-model section#forms #test-button.open::after, #single-model section#forms #partex-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-model section#forms #partex-button {
    margin-left: -2.1875rem;
    z-index: 1;
  }
  #single-model section#forms .form-tab {
    padding: 1.875rem;
  }
  #single-model section#forms .form-tab .close {
    top: 1.875rem;
    right: 1.875rem;
  }
  #single-model section#forms form input, #single-model section#forms form textarea, #single-model section#forms form select {
    padding: 0.5625rem 0.9375rem;
  }
  #single-model section#tabs {
    padding: 1.875rem 0 0.625rem;
  }
  #single-model section#tabs h4 {
    padding: 0.625rem 0.9375rem;
  }
  #single-model section#accessorise {
    position: relative;
  }
  #single-model section#accessorise::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #single-model section#accessorise .image {
    padding-bottom: 100%;
    background-size: cover;
    z-index: 2;
  }
  #single-model section#accessorise .bg-white {
    padding: 1.875rem 1.875rem 1.875rem 0;
    height: 80%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-model section#accessorise .bg-white * {
    position: relative;
    z-index: 2;
  }
  #single-model section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 200%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #single-model section#video video {
    max-height: 43.75rem;
  }
  #single-model section#video .video-originalratio video {
    max-height: none;
  }
  #single-model section#video .videoheading {
    margin-top: -3.75rem;
    min-height: 5rem;
  }
  #single-model section#video .videoheading #mainheading {
    padding-left: 3.125rem;
  }
  #single-model section#video .swiper-container .swiper-slide .image {
    padding-bottom: 56.25%;
  }
  #single-model section#video .swiper-container .pagination {
    top: 1.875rem;
    right: 3.125rem;
  }
  #single-model section#video .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-model section#video div.next.next span::before, #single-model section#video div.next.next span::after,
  #single-model section#video div.prev.next span::before,
  #single-model section#video div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-model section#video div.next span,
  #single-model section#video div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-model section#video .bg-black {
    padding: 3.125rem;
    margin: 0;
  }
  #single-model section#video .bg-black h1 {
    margin: 0 0 1.25rem;
    padding: 0;
  }
  #single-model section#video .mdpush2 .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 0;
  }
  #single-model section#gallery .swiper-container .swiper-slide .image {
    padding-bottom: 56.25%;
  }
  #single-model section#gallery .swiper-container .pagination {
    top: 1.875rem;
    right: 3.125rem;
  }
  #single-model section#gallery .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-model section#gallery div.next.next span::before, #single-model section#gallery div.next.next span::after,
  #single-model section#gallery div.prev.next span::before,
  #single-model section#gallery div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-model section#gallery div.next span,
  #single-model section#gallery div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-model section#gallery .bg-black {
    padding: 3.125rem;
    margin: 0;
    background: #151515;
  }
  #single-model section#gallery .bg-black h1 {
    margin: 0 0 1.25rem;
    padding: 0;
  }
  #single-model section#gallery .bg-darkergrey {
    padding: 3.125rem 3.125rem 3.125rem 0;
  }
  #single-model section#gallery .bg-darkergrey::after {
    left: calc(58.33333% + 2.125rem);
  }
  #single-model section#offers .offerwidth {
    width: 35rem;
  }
  #single-model section#offers #offers-button {
    padding: 0.9375rem 1.875rem;
    white-space: nowrap;
  }
  #single-model section#offers #offers-tab {
    padding: 5rem 3.125rem 3.75rem;
  }
  #single-model section#offers #offers-tab .offer {
    width: 60%;
  }
  #single-model section#offers #offers-tab::after {
    left: 55%;
    width: 60%;
    height: 3.125rem;
  }
  #single-model section#variations.template-new::before {
    height: 13.75rem;
    width: 125rem;
    right: 46.8125rem;
  }
  #single-model section#variations .image {
    padding-bottom: 40%;
  }
  #single-model section#variations .swiper-container img,
  #single-model section#variations .swiper-container .h3-light,
  #single-model section#variations .swiper-container .text {
    width: 60%;
  }
  #single-model section#variations .swiper-container .image {
    width: 60%;
  }
  .theme-ducati #single-model section#variations .swiper-container, .theme-kawasaki #single-model section#variations .swiper-container, .theme-scrambler #single-model section#variations .swiper-container {
    border-bottom-width: 0.9375rem;
  }
  #single-model section#variations .swiper-container .bg-white {
    padding: 0 0 1.875rem;
  }
  #single-model section#variations .swiper-container h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #single-model section#variations .swiper-container h4 {
    top: 3.125rem;
    left: 3.125rem;
  }
  #single-model section#variations .swiper-container .pagination {
    bottom: 0;
  }
  #single-model section#variations .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-model section#variations .swiper-container div.next.next span::before, #single-model section#variations .swiper-container div.next.next span::after,
  #single-model section#variations .swiper-container div.prev.next span::before,
  #single-model section#variations .swiper-container div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-model section#variations .swiper-container div.next span,
  #single-model section#variations .swiper-container div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-model section#colours .bg-lightergrey p.price {
    font-size: 1.875rem;
  }
  #single-model section#warranty #finance-button {
    padding-left: 3.125rem;
  }
  #single-model section#warranty .container {
    padding-bottom: 3.125rem;
  }
  #single-model section#warranty .nbq-warranty {
    width: 20%;
    max-width: 12.5rem;
  }
  #single-model section#warranty .plus {
    width: 2.5rem;
    margin: 0 1.25rem 1.25rem 0;
  }
  #single-model section#warranty .accessory {
    width: 20%;
    max-width: 12.5rem;
  }
  #single-model section#warranty .info {
    right: 1.25rem;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .col.heading,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .col.heading {
    width: 25%;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .col.table,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .col.table {
    width: 37.5%;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white img,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white img {
    margin: 0;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white p,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white p {
    width: 100%;
  }
  #single-model .modal[data-modal=finance-modal] .modal-content .bg-white .smallprint,
  #single-model .modal[data-modal=warranty-modal] .modal-content .bg-white .smallprint {
    margin: 0;
  }
  #single-model section#finance {
    padding: 3.125rem;
  }
  #single-model section#content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-model section#content h1,
  #single-model section#content h2,
  #single-model section#content h3,
  #single-model section#content h4,
  #single-model section#content h5,
  #single-model section#content h6 {
    font-size: 1.0625rem;
  }
  #single-model section.gallery {
    padding: 3.125rem 0;
  }
  #single-model section.gallery#gallery-1 {
    padding-top: 6.25rem;
  }
  #single-model section.gallery .swiper-container {
    padding-bottom: 3.75rem;
  }
  #single-model section.gallery .swiper-wrapper {
    padding: 0 2.5rem;
  }
  #single-model section.gallery .swiper-slide .image .play span::before, #single-model section.gallery .swiper-slide .image .play span::after {
    width: 0.3125rem;
    height: 0.5625rem;
  }
  #single-model section.gallery div.next,
  #single-model section.gallery div.prev {
    bottom: 2.5rem;
  }
  #single-model section#dropdowns {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-model section#dropdowns .dropdown button {
    font-size: 1.375rem;
    padding: 0.9375rem 0;
  }
  #single-model section#icons {
    padding-top: 3.125rem;
  }
  #single-model section#details ul {
    padding: 0 2.1875rem;
  }
  #single-model section#details ul li a {
    padding: 1.125rem 0.9375rem;
    font-size: 1.125rem;
  }
  #single-model section#details div.next.next span::before, #single-model section#details div.next.next span::after,
  #single-model section#details div.prev.next span::before,
  #single-model section#details div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-model section#details div.next span,
  #single-model section#details div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-model section#details .tab .tab-content .bg-white {
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
  #single-model section#details .tab .tab-content .bg-white.no-image {
    padding: 3.125rem;
  }
  #single-model section#details .tab .tab-content .bg-white p {
    width: 100%;
  }
  #single-model section#details .tab .tab-content .bg-white a.warranty-terms-link {
    font-size: 1.375rem;
  }
  #single-model section#details .tab .tab-content .image {
    padding-bottom: 66.6666%;
  }
  #single-model section#details .tab .tab-content .image div {
    padding-left: 30%;
  }
  #single-model section#specification {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-model section#specification .dropdown button {
    font-size: 1.375rem;
    padding: 0.9375rem 0;
  }
  #single-model section#fixedforms .image {
    padding-bottom: 42%;
  }
  #single-model section#fixedforms .image::after {
    height: 50%;
  }
  #single-model section#fixedforms .bg-lightgrey,
  #single-model section#fixedforms .bg-white {
    padding: 3.125rem;
    position: relative;
    overflow: hidden;
  }
  #single-model section#fixedforms #enquiry-button {
    padding: 0.9375rem 3.125rem;
    z-index: 3;
  }
  #single-model section#fixedforms #test-button {
    padding: 0.9375rem 3.125rem;
    z-index: 2;
  }
  #single-model section#fixedforms #partex-button {
    padding: 0.9375rem 3.125rem;
    z-index: 1;
  }
  #single-model section#fixedforms .form-tab {
    position: relative;
    padding: 6.25rem 3.125rem 3.125rem;
    left: auto;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
  #single-model section#fixedforms .form-tab .close {
    display: none;
  }
  #single-model section#fixedforms .form-tab.bg-darkergrey::before {
    background: #292929;
  }
  .theme-ducati #single-model section#fixedforms .form-tab#enquiry-tab::before {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#fixedforms .form-tab#enquiry-tab::before {
    background: #69be28;
  }
  .theme-scrambler #single-model section#fixedforms .form-tab#enquiry-tab::before {
    background: #FFC400;
  }
  #single-model section#fixedforms form input,
  #single-model section#fixedforms form textarea,
  #single-model section#fixedforms form select {
    padding: 0.78125rem 1.09375rem;
  }
  #single-model section#fixedforms form h3 {
    display: none;
  }
  #single-model section#forms {
    overflow: hidden;
  }
  #single-model section#forms .image {
    padding-bottom: 42%;
  }
  #single-model section#forms .image::after {
    height: 50%;
  }
  #single-model section#forms .bg-lightgrey,
  #single-model section#forms .bg-white {
    padding: 3.125rem;
    position: relative;
    overflow: hidden;
  }
  #single-model section#forms #enquiry-button {
    padding: 0.9375rem 3.125rem;
    z-index: 3;
  }
  #single-model section#forms #test-button {
    padding: 0.9375rem 3.125rem;
    z-index: 2;
  }
  #single-model section#forms #partex-button {
    padding: 0.9375rem 3.125rem;
    z-index: 1;
  }
  #single-model section#forms .form-tab {
    position: relative;
    padding: 6.25rem 3.125rem 3.125rem;
    left: auto;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
  #single-model section#forms .form-tab::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 8.125rem;
    width: 50%;
    left: calc(100% + 5rem);
  }
  #single-model section#forms .form-tab .close {
    display: none;
  }
  #single-model section#forms .form-tab.bg-darkergrey::before {
    background: #292929;
  }
  .theme-ducati #single-model section#forms .form-tab#enquiry-tab::before {
    background: #CC0000;
  }
  .theme-kawasaki #single-model section#forms .form-tab#enquiry-tab::before {
    background: #69be28;
  }
  .theme-scrambler #single-model section#forms .form-tab#enquiry-tab::before {
    background: #FFC400;
  }
  #single-model section#forms form input,
  #single-model section#forms form textarea,
  #single-model section#forms form select {
    padding: 0.78125rem 1.09375rem;
  }
  #single-model section#forms form h3 {
    display: none;
  }
  #single-model section#tabs {
    padding: 3.125rem 0 1.875rem;
  }
  #single-model section#tabs .row {
    margin: 0 -0.625rem;
  }
  #single-model section#tabs .row .col {
    padding: 0 0.625rem;
  }
  #single-model section#accessorise {
    background-position: center;
  }
  #single-model section#accessorise::after {
    height: 25%;
  }
  #single-model section#accessorise .image {
    padding-bottom: 71.5%;
  }
  #single-model section#accessorise .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 0;
    height: 80%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #single-model section#forms .bg-lightgrey::after, #single-model section#forms .bg-white::after {
    left: calc(75% + 8.125rem);
  }
  #single-model section#forms .form-tab::before {
    left: calc(75% + 5rem);
  }
}
@media (min-width: 0px) {
  #single-e-bike section#gallery {
    overflow: hidden;
    background: #fff;
  }
  #single-e-bike section#gallery .container {
    position: relative;
  }
  #single-e-bike section#gallery video {
    width: 100%;
    height: auto;
    display: block;
    min-height: 23.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #single-e-bike section#gallery .swiper-container .swiper-slide .image {
    padding-bottom: 75%;
  }
  #single-e-bike section#gallery .swiper-container .pagination {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    bottom: auto;
    left: auto;
    width: auto;
    z-index: 1;
  }
  #single-e-bike section#gallery .swiper-container .pagination span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.75rem;
    margin: 0 0.3125rem;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  #single-e-bike section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  .theme-ducati #single-e-bike section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #CC0000;
  }
  .theme-kawasaki #single-e-bike section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #69be28;
  }
  .theme-scrambler #single-e-bike section#gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #FFC400;
  }
  #single-e-bike section#gallery div.next, #single-e-bike section#gallery div.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  #single-e-bike section#gallery div.next::after, #single-e-bike section#gallery div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #414141;
  }
  #single-e-bike section#gallery div.next.next, #single-e-bike section#gallery div.prev.next {
    left: auto;
    right: 0;
  }
  #single-e-bike section#gallery div.next.next::after, #single-e-bike section#gallery div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #single-e-bike section#gallery div.next.next span::before, #single-e-bike section#gallery div.next.next span::after, #single-e-bike section#gallery div.prev.next span::before, #single-e-bike section#gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-e-bike section#gallery div.next span, #single-e-bike section#gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-e-bike section#gallery .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #single-e-bike section#gallery .bg-white .h3-light {
    margin: 0 0 0.3125rem;
  }
  #single-e-bike section#content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-e-bike section#content img {
    display: none;
  }
  #single-e-bike section#content h1, #single-e-bike section#content h2, #single-e-bike section#content h3, #single-e-bike section#content h4, #single-e-bike section#content h5, #single-e-bike section#content h6 {
    font-size: 1rem;
    margin: 0 0 1.25rem;
    font-weight: 700;
  }
  #single-e-bike section#offers {
    overflow: hidden;
    min-height: 3.125rem;
  }
  #single-e-bike section#offers #offers-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 3;
  }
  #single-e-bike section#offers #offers-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 3.75rem;
  }
  #single-e-bike section#offers #offers-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  .theme-ducati #single-e-bike section#offers #offers-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-e-bike section#offers #offers-button::after {
    background: #69be28;
  }
  .theme-scrambler #single-e-bike section#offers #offers-button::after {
    background: #FFC400;
  }
  #single-e-bike section#offers #offers-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-e-bike section#offers #offers-tab {
    padding: 3.75rem 1.25rem 1.25rem;
    display: none;
    position: relative;
    z-index: 2;
  }
  #single-e-bike section#offers #offers-tab .row {
    margin: 0 -1.25rem;
  }
  #single-e-bike section#offers #offers-tab .row .col {
    padding: 0 1.25rem;
  }
  #single-e-bike section#offers #offers-tab .image {
    padding-bottom: 75%;
    margin: 0 0 0.625rem;
  }
  #single-e-bike section#offers #offers-tab::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 50%;
    height: 5.625rem;
    background: #fff;
  }
  #single-e-bike section.transparent-image {
    position: relative;
    padding: 1.25rem 0;
    overflow: hidden;
  }
  #single-e-bike section.transparent-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #F7F7F7;
  }
  #single-e-bike section.transparent-image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    top: 10%;
    height: 50%;
    width: 50%;
  }
  #single-e-bike section.transparent-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
    max-width: 53.125rem;
    margin: 0 auto;
  }
  #single-e-bike section.gallery {
    padding: 1.25rem 0;
    overflow: hidden;
    position: relative;
  }
  #single-e-bike section.gallery .swiper-container {
    padding-bottom: 2.5rem;
  }
  #single-e-bike section.gallery .swiper-container .pagination {
    position: absolute;
    bottom: 0.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    z-index: 1;
    display: flex;
    padding: 0 3.75rem;
    max-width: 28.125rem;
  }
  #single-e-bike section.gallery .swiper-container .pagination span {
    display: block;
    flex: 1;
    width: auto;
    height: 0.75rem;
    margin: 0 -0.0625rem;
    background: transparent;
    border-top: 0.0625rem solid #CC0000;
    border-bottom: 0.0625rem solid #CC0000;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  #single-e-bike section.gallery .swiper-container .pagination span:first-child {
    border-left: 0.0625rem solid #CC0000;
  }
  #single-e-bike section.gallery .swiper-container .pagination span:last-child {
    border-right: 0.0625rem solid #CC0000;
  }
  #single-e-bike section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  .theme-ducati #single-e-bike section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #CC0000;
  }
  .theme-kawasaki #single-e-bike section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #69be28;
  }
  .theme-scrambler #single-e-bike section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #FFC400;
  }
  #single-e-bike section.gallery .swiper-wrapper {
    padding: 0 0.625rem;
  }
  #single-e-bike section.gallery .swiper-slide {
    padding: 0 0.625rem;
  }
  #single-e-bike section.gallery .swiper-slide .image {
    padding-bottom: 66.6667%;
    display: block;
  }
  #single-e-bike section.gallery div.next, #single-e-bike section.gallery div.prev {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    z-index: 2;
    cursor: pointer;
  }
  #single-e-bike section.gallery div.next.next, #single-e-bike section.gallery div.prev.next {
    left: auto;
    right: 0.625rem;
  }
  #single-e-bike section.gallery div.next.next span::before, #single-e-bike section.gallery div.next.next span::after, #single-e-bike section.gallery div.prev.next span::before, #single-e-bike section.gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-e-bike section.gallery div.next span, #single-e-bike section.gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-e-bike section#dropdowns {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-e-bike section#dropdowns .dropdown {
    border-bottom: 0.0625rem solid #B5B5B5;
  }
  #single-e-bike section#dropdowns .dropdown button {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.625rem 0;
    width: 100%;
    text-transform: none;
    background: none;
    text-align: left;
  }
  #single-e-bike section#dropdowns .dropdown button::before, #single-e-bike section#dropdowns .dropdown button::after {
    background: #CC0000;
    margin-right: 0;
    box-shadow: none;
  }
  #single-e-bike section#dropdowns .dropdown div {
    display: none;
  }
  #single-e-bike section#icons {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
  }
  #single-e-bike section#icons::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    height: 18.75rem;
    width: 50rem;
    right: 70%;
  }
  #single-e-bike section#icons img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 34.375rem;
    margin: 0 auto 1.25rem;
    position: relative;
    z-index: 1;
  }
  #single-e-bike section#icons .icon {
    margin: 1.25rem 0 0;
  }
  #single-e-bike section#icons .icon img {
    max-width: 5rem;
    height: auto;
    display: block;
    margin: 0 auto 1.25rem;
  }
  #single-e-bike section#icons .icon strong {
    font-size: 1.125rem;
    display: block;
    text-align: center;
    max-width: 15rem;
    margin: 0 auto;
  }
  #single-e-bike section#details {
    overflow: hidden;
  }
  #single-e-bike section#details ul {
    display: none;
    margin: 0;
  }
  #single-e-bike section#details div.next, #single-e-bike section#details div.prev {
    display: none;
  }
  #single-e-bike section#details .tab .tab-button {
    display: block;
    padding: 0.9375rem 1.25rem;
    background: #F7F7F7;
    color: #151515;
    border-bottom: 0.0625rem solid #B5B5B5;
  }
  #single-e-bike section#details .tab .tab-button.open {
    font-weight: 700;
    border-color: transparent;
  }
  #single-e-bike section#details .tab:first-child .tab-content {
    display: block;
  }
  #single-e-bike section#details .tab .tab-content {
    display: none;
  }
  #single-e-bike section#details .tab .tab-content .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #single-e-bike section#details .tab .tab-content .bg-white::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 2.5rem;
    border: 0.625rem solid transparent;
    border-bottom-color: #fff;
  }
  #single-e-bike section#details .tab .tab-content .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 5rem;
    width: 3.75rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white.no-image::after {
    display: none;
  }
  #single-e-bike section#details .tab .tab-content .bg-white .row {
    margin: 0 -1.25rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white .row .col {
    padding: 0 1.25rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white table {
    width: 100%;
    border-spacing: 0;
    background: #F7F7F7;
    padding: 0.625rem 1.25rem 1.25rem;
    margin: 0 0 1.25rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white table h3 {
    margin: 1.25rem 0 0.625rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white table tr:first-child h3 {
    margin: 0 0 0.625rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white table h4 {
    margin: 0;
  }
  #single-e-bike section#details .tab .tab-content .bg-white table th, #single-e-bike section#details .tab .tab-content .bg-white table td {
    text-align: left;
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #EDEDED;
  }
  #single-e-bike section#details .tab .tab-content .bg-white .smallprint {
    padding: 1.25rem 0;
    font-size: 0.875rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white .smallprint p {
    margin: 0 0 0.3125rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white a.warranty-terms-link {
    font-size: 1.125rem;
    display: block;
    padding: 0.625rem 0 0;
    border-top: 0.0625rem solid #EDEDED;
  }
  #single-e-bike section#details .tab .tab-content .bg-white a.warranty-terms-link.active .chevron {
    transform: rotate(90deg);
  }
  #single-e-bike section#details .tab .tab-content .bg-white .warranty-terms {
    display: none;
    padding: 1.25rem 0 0;
  }
  #single-e-bike section#details .tab .tab-content .bg-white .warranty-terms.active {
    display: block;
  }
  #single-e-bike section#details .tab .tab-content .bg-white .warranty-terms p:last-child {
    margin: 0;
  }
  #single-e-bike section#details .tab .tab-content .image {
    padding-bottom: 66.6666%;
    position: relative;
    display: block;
  }
  #single-e-bike section#details .tab .tab-content .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 5rem;
    width: 3.75rem;
  }
  #single-e-bike section#details .tab .tab-content .image div {
    position: absolute;
    top: 50%;
    left: 0;
    background: #151515;
    color: #fff;
    padding: 0.875rem 1.25rem;
    text-transform: uppercase;
    height: 3.125rem;
    transform: translateY(-50%);
  }
  #single-e-bike section#details .tab .tab-content .image div .chevron {
    z-index: 2;
    margin-left: 0.625rem;
  }
  #single-e-bike section#details .tab .tab-content .image div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    width: 2.5rem;
    height: 100%;
  }
  #single-e-bike section#specification {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-e-bike section#specification .dropdown {
    border-bottom: 0.0625rem solid #B5B5B5;
  }
  #single-e-bike section#specification .dropdown button {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.625rem 0;
    width: 100%;
    text-transform: none;
    background: none;
    text-align: left;
  }
  #single-e-bike section#specification .dropdown button::before, #single-e-bike section#specification .dropdown button::after {
    background: #CC0000;
    margin-right: 0;
    box-shadow: none;
  }
  #single-e-bike section#specification .dropdown > div {
    display: none;
    padding-top: 0.625rem;
  }
  #single-e-bike section#specification .dropdown > div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 62.5rem;
    margin: 0 auto 1.875rem;
  }
  #single-e-bike section#specification .dropdown > div strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
  }
  #single-e-bike section#specification .dropdown > div .row.no-padding {
    margin-left: 0;
    margin-right: 0;
  }
  #single-e-bike section#specification .dropdown > div .row.no-padding .col {
    padding-left: 0;
    padding-right: 0;
  }
  #single-e-bike section#specification .dropdown > div .table {
    padding: 1.25rem 0 0;
    margin: 0 0 -0.0625rem;
  }
  #single-e-bike section#specification .dropdown > div .table strong, #single-e-bike section#specification .dropdown > div .table span {
    border-bottom: 0.0625rem solid #B5B5B5;
    padding: 0.1875rem 0.625rem 0.1875rem 0;
    display: block;
  }
  #single-e-bike section#reserve h3 {
    display: inline-block;
    position: relative;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1.25rem;
    width: 100%;
    margin: 0;
  }
  #single-e-bike section#reserve div.bg-theme {
    padding: 0 0 1.25rem;
  }
  #single-e-bike section#reserve div.bg-theme .steps {
    margin: 0 0 1.25rem;
    position: relative;
  }
  #single-e-bike section#reserve div.bg-theme .steps::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 1.3125rem;
    height: calc(100% - 1.25rem);
    width: 0.25rem;
    background: #9F0112;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step {
    display: flex;
    align-items: center;
    margin: 0 0 1.25rem;
    position: relative;
    z-index: 1;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step span {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #9F0112;
    font-size: 1.875rem;
    text-align: center;
    line-height: 2.8125rem;
    font-weight: 300;
    border-radius: 50%;
    margin: 0 0.625rem 0 0;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step p {
    margin: 0;
    width: calc(100% - 3.4375rem);
  }
  #single-e-bike section#reserve div.bg-theme .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.625rem;
    max-width: 15rem;
  }
  #single-e-bike section#reserve div.bg-theme .price p {
    margin: 0;
  }
  #single-e-bike section#reserve div.bg-theme .price strong {
    font-size: 1.625rem;
  }
  #single-e-bike section#reserve div.bg-theme .button {
    background: rgba(0, 0, 0, 0.2);
    margin: 1.25rem 0 0;
  }
  #single-e-bike section#forms {
    background: #292929;
    overflow: hidden;
  }
  #single-e-bike section#forms .image {
    padding-bottom: 75%;
    margin-top: -7.5rem;
    position: relative;
  }
  #single-e-bike section#forms .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 50%;
    height: 5.625rem;
    background: #fff;
  }
  #single-e-bike section#forms .bg-lightgrey {
    padding: 1.25rem;
  }
  #single-e-bike section#forms #enquiry-button {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }
  #single-e-bike section#forms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  .theme-ducati #single-e-bike section#forms #enquiry-button {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-e-bike section#forms #enquiry-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-e-bike section#forms #enquiry-button {
    background: #69be28;
    color: #fff;
  }
  .theme-kawasaki #single-e-bike section#forms #enquiry-button::after {
    background: #69be28;
  }
  .theme-scrambler #single-e-bike section#forms #enquiry-button {
    background: #FFC400;
    color: #151515;
  }
  .theme-scrambler #single-e-bike section#forms #enquiry-button::after {
    background: #FFC400;
  }
  #single-e-bike section#forms #enquiry-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-e-bike section#forms #enquiry-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-e-bike section#forms #test-button {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: calc(100% - 1.75rem);
    z-index: 1;
    white-space: nowrap;
  }
  #single-e-bike section#forms #test-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #single-e-bike section#forms #test-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-e-bike section#forms #test-button .chevron::before, #single-e-bike section#forms #test-button .chevron::after {
    background: #292929;
  }
  #single-e-bike section#forms #test-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-e-bike section#forms #partex-button {
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: calc(100% - 3.5rem);
    z-index: 1;
    white-space: nowrap;
  }
  #single-e-bike section#forms #partex-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #292929;
    height: 100%;
    width: 3.75rem;
  }
  #single-e-bike section#forms #partex-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-e-bike section#forms #partex-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-e-bike section#forms .form-tab {
    padding: 1.25rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    display: none;
  }
  .theme-ducati #single-e-bike section#forms .form-tab#enquiry-tab {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-e-bike section#forms .form-tab#enquiry-tab form .frm_error {
    color: #fff;
  }
  .theme-kawasaki #single-e-bike section#forms .form-tab#enquiry-tab {
    background: #69be28;
    color: #fff;
  }
  .theme-scrambler #single-e-bike section#forms .form-tab#enquiry-tab {
    background: #FFC400;
    color: #151515;
  }
  #single-e-bike section#forms .form-tab .close {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  #single-e-bike section#forms .form-tab .close::before, #single-e-bike section#forms .form-tab .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.1875rem;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #single-e-bike section#forms .form-tab .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #single-e-bike section#forms .form-tab.bg-white .close::before, #single-e-bike section#forms .form-tab.bg-white .close::after {
    background: #151515;
  }
  #single-e-bike section#forms form .row {
    margin: 0 -1.25rem;
  }
  #single-e-bike section#forms form .row .col {
    padding: 0 1.25rem;
  }
  #single-e-bike section#forms form .frm_screen_reader, #single-e-bike section#forms form .frm_hidden {
    display: none;
  }
  #single-e-bike section#forms form h3 {
    font-weight: 300;
    margin: 0 0 1.25rem;
  }
  #single-e-bike section#forms form label {
    display: block;
    margin: 0 0 0.3125rem;
  }
  #single-e-bike section#forms form input, #single-e-bike section#forms form textarea, #single-e-bike section#forms form select {
    padding: 0.46875rem 0.78125rem;
    background: #F7F7F7;
    font-size: 1rem;
    border: none;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 0.9375rem;
    color: #151515;
  }
  #single-e-bike section#forms form .frm-g-recaptcha {
    margin: 0 0 0.9375rem;
  }
  #single-e-bike section#forms form .frm_none_container .frm_primary_label {
    display: none;
  }
  #single-e-bike section#forms form button {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
    background: #EDEDED;
    color: #151515;
  }
  #single-e-bike section#forms form button::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-e-bike section#forms form button::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-e-bike section#forms form button:hover {
    padding-right: 2.5rem;
  }
  #single-e-bike section#forms form button:hover::before, #single-e-bike section#forms form button:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  #single-e-bike section#forms form button.bg-black::before, #single-e-bike section#forms form button.bg-black::after, #single-e-bike section#forms form button.bg-darkergrey::before, #single-e-bike section#forms form button.bg-darkergrey::after, #single-e-bike section#forms form button.bg-darkgrey::before, #single-e-bike section#forms form button.bg-darkgrey::after, #single-e-bike section#forms form button.bg-midgrey::before, #single-e-bike section#forms form button.bg-midgrey::after, #single-e-bike section#forms form button.bg-red::before, #single-e-bike section#forms form button.bg-red::after, #single-e-bike section#forms form button.bg-green::before, #single-e-bike section#forms form button.bg-green::after, #single-e-bike section#forms form button.bg-theme::before, #single-e-bike section#forms form button.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  #single-e-bike section#forms form button.bg-black:hover::before, #single-e-bike section#forms form button.bg-black:hover::after, #single-e-bike section#forms form button.bg-darkergrey:hover::before, #single-e-bike section#forms form button.bg-darkergrey:hover::after, #single-e-bike section#forms form button.bg-darkgrey:hover::before, #single-e-bike section#forms form button.bg-darkgrey:hover::after, #single-e-bike section#forms form button.bg-midgrey:hover::before, #single-e-bike section#forms form button.bg-midgrey:hover::after, #single-e-bike section#forms form button.bg-red:hover::before, #single-e-bike section#forms form button.bg-red:hover::after, #single-e-bike section#forms form button.bg-green:hover::before, #single-e-bike section#forms form button.bg-green:hover::after, #single-e-bike section#forms form button.bg-theme:hover::before, #single-e-bike section#forms form button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  #single-e-bike section#forms form button.prev::before {
    transform: skewX(-35deg);
  }
  #single-e-bike section#forms form button.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #single-e-bike section#forms form button {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  #single-e-bike section#forms form button:hover {
    padding-right: 2.8125rem;
  }
  #single-e-bike section#forms form button::before, #single-e-bike section#forms form button::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  #single-e-bike section#forms form button {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  #single-e-bike section#forms form button:hover {
    padding-right: 3.125rem;
  }
  #single-e-bike section#forms form button::before, #single-e-bike section#forms form button::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 0px) {
  #single-e-bike section#forms form .frm_error {
    font-size: 0.875rem;
    color: #CC0000;
    margin: -0.9375rem 0 0.9375rem;
  }
  #single-e-bike section#forms form .frm_error_style {
    display: none;
  }
  #single-e-bike section#tabs {
    padding: 1.25rem 0 0;
  }
  #single-e-bike section#tabs a {
    display: block;
    margin: 0 0 1.25rem;
    overflow: hidden;
  }
  #single-e-bike section#tabs .image {
    padding-bottom: 85%;
    position: relative;
  }
  #single-e-bike section#tabs h4 {
    background: #EDEDED;
    padding: 0.75rem 0.9375rem;
    color: #151515;
    position: relative;
  }
  #single-e-bike section#tabs h4::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
}
@media (min-width: 768px) {
  #single-e-bike section#gallery .swiper-container .swiper-slide .image {
    padding-bottom: 60%;
  }
  #single-e-bike section#gallery .swiper-container .pagination {
    top: 1.875rem;
    right: 1.875rem;
  }
  #single-e-bike section#gallery .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-e-bike section#gallery div.next.next span::before, #single-e-bike section#gallery div.next.next span::after, #single-e-bike section#gallery div.prev.next span::before, #single-e-bike section#gallery div.prev.next span::after {
    left: 0.9375rem;
  }
  #single-e-bike section#gallery div.next span, #single-e-bike section#gallery div.prev span {
    padding: 1.5625rem;
  }
  #single-e-bike section#gallery .bg-white {
    padding: 1.875rem;
    width: 150%;
    height: 100%;
    margin-right: -50%;
    padding-right: calc(50% + 1.875rem);
  }
  #single-e-bike section#gallery .bg-white h1 {
    margin: -1.875rem -1.875rem 1.25rem;
    padding: 1.875rem 1.875rem 0;
    margin-right: -70%;
    width: auto;
  }
  #single-e-bike section#gallery .mdpush2 .bg-white {
    padding: 7.5rem 1.875rem 1.875rem 1.875rem;
    position: static;
    width: 100%;
    height: 100%;
    max-width: 16.25rem;
    margin: 0 0 0 auto;
    background: none;
    text-align: right;
  }
  #single-e-bike section#gallery .mdpush2 .bg-white * {
    position: relative;
    z-index: 2;
  }
  #single-e-bike section#content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-e-bike section#content h1, #single-e-bike section#content h2, #single-e-bike section#content h3, #single-e-bike section#content h4, #single-e-bike section#content h5, #single-e-bike section#content h6 {
    font-size: 1.0625rem;
  }
  #single-e-bike section#offers #offers-button {
    margin: 0 0 -3.125rem;
    padding: 0.875rem 1.875rem 0.875rem 1.875rem;
    height: 3.125rem;
  }
  #single-e-bike section#offers #offers-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #single-e-bike section#offers #offers-button.template-new::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 2.25rem;
  }
  .theme-ducati #single-e-bike section#offers #offers-button.template-new::before {
    background: #CC0000;
  }
  .theme-kawasaki #single-e-bike section#offers #offers-button.template-new::before {
    background: #69be28;
  }
  .theme-scrambler #single-e-bike section#offers #offers-button.template-new::before {
    background: #FFC400;
  }
  #single-e-bike section#offers #offers-button.template-new::after {
    display: none;
  }
  #single-e-bike section#offers #offers-button .chevron {
    display: inline-block;
  }
  #single-e-bike section#offers #offers-tab {
    padding: 4.375rem 1.875rem 1.875rem;
    display: none;
    margin: 0 0 -3.125rem;
  }
  #single-e-bike section#offers #offers-tab .image {
    margin: 0 0 1.25rem;
  }
  #single-e-bike section.gallery {
    padding: 1.875rem 0;
  }
  #single-e-bike section.gallery .swiper-container {
    padding-bottom: 3.125rem;
  }
  #single-e-bike section.gallery .swiper-container .pagination {
    bottom: 0.125rem;
  }
  #single-e-bike section.gallery .swiper-container .pagination span {
    height: 1rem;
  }
  #single-e-bike section.gallery .swiper-wrapper {
    padding: 0 1.25rem;
  }
  #single-e-bike section.gallery div.next, #single-e-bike section.gallery div.prev {
    bottom: 1.25rem;
    left: calc(50% - 15rem);
  }
  #single-e-bike section.gallery div.next.next, #single-e-bike section.gallery div.prev.next {
    left: auto;
    right: calc(50% - 15rem);
  }
  #single-e-bike section#dropdowns {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-e-bike section#icons {
    padding-top: 1.875rem;
  }
  #single-e-bike section#icons::before {
    height: 25rem;
  }
  #single-e-bike section#icons .icon img {
    max-width: 6.25rem;
  }
  #single-e-bike section#details {
    position: relative;
  }
  #single-e-bike section#details ul {
    display: block;
    padding: 0 0.9375rem;
  }
  #single-e-bike section#details ul li {
    display: inline-block;
  }
  #single-e-bike section#details ul li a {
    display: block;
    padding: 0.9375rem;
    position: relative;
  }
  #single-e-bike section#details ul li a.open {
    font-weight: 700;
  }
  #single-e-bike section#details ul li a.open::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.625rem);
    border: 0.625rem solid transparent;
    border-bottom-color: #fff;
  }
  #single-e-bike section#details div.next, #single-e-bike section#details div.prev {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  #single-e-bike section#details div.next::after, #single-e-bike section#details div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #EDEDED;
  }
  #single-e-bike section#details div.next.next, #single-e-bike section#details div.prev.next {
    left: auto;
    right: 0;
  }
  #single-e-bike section#details div.next.next::after, #single-e-bike section#details div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #single-e-bike section#details div.next.next span::before, #single-e-bike section#details div.next.next span::after, #single-e-bike section#details div.prev.next span::before, #single-e-bike section#details div.prev.next span::after {
    right: auto;
    left: 0.9375rem;
    background: #292929;
  }
  #single-e-bike section#details div.next span, #single-e-bike section#details div.prev span {
    display: block;
    padding: 1.5625rem;
    position: relative;
    z-index: 2;
  }
  #single-e-bike section#details .tab .tab-button {
    display: none;
  }
  #single-e-bike section#details .tab .tab-content[data-tab=fixed-warranty] .bg-white p {
    width: 100%;
  }
  #single-e-bike section#details .tab .tab-content .bg-white {
    padding: 1.875rem 0 5rem 1.875rem;
    width: 100%;
    height: 100%;
  }
  #single-e-bike section#details .tab .tab-content .bg-white.no-image {
    padding: 1.875rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white * {
    position: relative;
    z-index: 2;
  }
  #single-e-bike section#details .tab .tab-content .bg-white img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.25rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white p.h3-light {
    width: 100%;
  }
  #single-e-bike section#details .tab .tab-content .bg-white::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    width: 100%;
    height: 60%;
    background: #fff;
    right: -1.25rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    width: 100%;
    height: 40%;
    top: 60%;
  }
  #single-e-bike section#details .tab .tab-content .bg-white table {
    margin: 0;
  }
  #single-e-bike section#details .tab .tab-content .bg-white a.warranty-terms-link {
    font-size: 1.25rem;
    margin: 0.625rem 0 0;
  }
  #single-e-bike section#details .tab .tab-content .image {
    width: 100%;
    height: 100%;
  }
  #single-e-bike section#details .tab .tab-content .image::after {
    display: none;
  }
  #single-e-bike section#details .tab .tab-content .image div {
    padding-left: 35%;
  }
  #single-e-bike section#details .tab .tab-content .image div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-e-bike section#specification {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-e-bike section#reserve h3 {
    font-size: 1.25rem;
    padding: 0.625rem 3.125rem 0.625rem 1.875rem;
    width: auto;
  }
  #single-e-bike section#reserve h3::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    background: #CC0000;
    width: 3.125rem;
    height: 100%;
  }
  #single-e-bike section#reserve div.bg-theme {
    padding: 1.875rem 0;
  }
  #single-e-bike section#reserve div.bg-theme .steps {
    margin: 0;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step {
    margin: 1.25rem 0 0;
  }
  #single-e-bike section#reserve div.bg-theme .price {
    text-align: left;
    margin: 0 0 0.625rem auto;
  }
  #single-e-bike section#reserve div.bg-theme .price strong {
    font-size: 1.875rem;
  }
  #single-e-bike section#forms .image {
    padding-bottom: 60%;
    margin: 0;
  }
  #single-e-bike section#forms .image::after {
    height: 7.5rem;
  }
  #single-e-bike section#forms .bg-lightgrey {
    padding: 1.875rem;
  }
  #single-e-bike section#forms #enquiry-button {
    padding: 0.875rem 1.25rem 0.875rem 1.875rem;
    width: calc(100% - 1.5625rem);
    height: 3.125rem;
    margin: 0 0 -3.125rem;
    z-index: 3;
  }
  #single-e-bike section#forms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #single-e-bike section#forms #enquiry-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-e-bike section#forms #test-button, #single-e-bike section#forms #partex-button {
    padding: 0.875rem 1.25rem 0.875rem 3.125rem;
    margin: 0 0 -3.125rem -1.5625rem;
    width: calc(100% - 0.625rem);
    height: 3.125rem;
    z-index: 2;
  }
  #single-e-bike section#forms #test-button.open::after, #single-e-bike section#forms #partex-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-e-bike section#forms #partex-button {
    margin-left: -2.1875rem;
    z-index: 1;
  }
  #single-e-bike section#forms .form-tab {
    padding: 1.875rem;
  }
  #single-e-bike section#forms .form-tab .close {
    top: 1.875rem;
    right: 1.875rem;
  }
  #single-e-bike section#forms form input, #single-e-bike section#forms form textarea, #single-e-bike section#forms form select {
    padding: 0.5625rem 0.9375rem;
  }
  #single-e-bike section#tabs {
    padding: 1.875rem 0 0.625rem;
  }
  #single-e-bike section#tabs h4 {
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  #single-e-bike section#gallery .swiper-container .swiper-slide .image {
    padding-bottom: 56.25%;
  }
  #single-e-bike section#gallery .swiper-container .pagination {
    top: 1.875rem;
    right: 3.125rem;
  }
  #single-e-bike section#gallery .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-e-bike section#gallery div.next.next span::before, #single-e-bike section#gallery div.next.next span::after, #single-e-bike section#gallery div.prev.next span::before, #single-e-bike section#gallery div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-e-bike section#gallery div.next span, #single-e-bike section#gallery div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-e-bike section#gallery .bg-white {
    padding: 3.125rem;
    margin: 0;
  }
  #single-e-bike section#gallery .bg-white h1 {
    margin: 0 0 1.25rem;
    padding: 0;
  }
  #single-e-bike section#gallery .mdpush2 .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 0;
  }
  #single-e-bike section#content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-e-bike section#content h1, #single-e-bike section#content h2, #single-e-bike section#content h3, #single-e-bike section#content h4, #single-e-bike section#content h5, #single-e-bike section#content h6 {
    font-size: 1.0625rem;
  }
  #single-e-bike section#offers {
    margin-top: -4.125rem;
  }
  #single-e-bike section#offers .offerwidth {
    width: 50%;
  }
  #single-e-bike section#offers #offers-button {
    padding: 0.9375rem 1.875rem;
    white-space: nowrap;
    text-align: right;
    width: calc(100% - 2.1875rem);
  }
  #single-e-bike section#offers #offers-tab {
    padding: 5rem 3.125rem 3.75rem;
  }
  #single-e-bike section#offers #offers-tab .offer {
    width: 60%;
  }
  #single-e-bike section#offers #offers-tab::after {
    left: 55%;
    width: 60%;
    height: 3.125rem;
  }
  #single-e-bike section.transparent-image {
    position: relative;
    padding: 2.5rem 0;
  }
  #single-e-bike section.transparent-image::before {
    height: calc(10% + 0.0625rem);
  }
  #single-e-bike section.transparent-image::after {
    top: 30%;
    height: 60%;
  }
  #single-e-bike section.gallery {
    padding: 3.125rem 0;
  }
  #single-e-bike section.gallery .swiper-container {
    padding-bottom: 3.75rem;
  }
  #single-e-bike section.gallery .swiper-wrapper {
    padding: 0 2.5rem;
  }
  #single-e-bike section.gallery div.next, #single-e-bike section.gallery div.prev {
    bottom: 2.5rem;
  }
  #single-e-bike section#dropdowns {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-e-bike section#dropdowns .dropdown button {
    font-size: 1.375rem;
    padding: 0.9375rem 0;
  }
  #single-e-bike section#icons {
    padding-top: 3.125rem;
  }
  #single-e-bike section#details ul {
    padding: 0 2.1875rem;
  }
  #single-e-bike section#details ul li a {
    padding: 1.125rem 0.9375rem;
    font-size: 1.125rem;
  }
  #single-e-bike section#details div.next.next span::before, #single-e-bike section#details div.next.next span::after, #single-e-bike section#details div.prev.next span::before, #single-e-bike section#details div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-e-bike section#details div.next span, #single-e-bike section#details div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white {
    padding: 3.125rem 0 6.25rem 3.125rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white.no-image {
    padding: 3.125rem;
  }
  #single-e-bike section#details .tab .tab-content .bg-white p {
    width: 100%;
  }
  #single-e-bike section#details .tab .tab-content .bg-white a.warranty-terms-link {
    font-size: 1.375rem;
  }
  #single-e-bike section#details .tab .tab-content .image {
    padding-bottom: 66.6666%;
  }
  #single-e-bike section#details .tab .tab-content .image div {
    padding-left: 30%;
  }
  #single-e-bike section#specification {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-e-bike section#specification .dropdown button {
    font-size: 1.375rem;
    padding: 0.9375rem 0;
  }
  #single-e-bike section#reserve h3 {
    padding: 0.75rem 3.125rem;
    font-size: 1.375rem;
  }
  #single-e-bike section#reserve div.bg-theme {
    padding: 3.125rem 0 3.75rem;
  }
  #single-e-bike section#reserve div.bg-theme .steps {
    margin: 1.25rem -0.9375rem 0;
    display: flex;
  }
  #single-e-bike section#reserve div.bg-theme .steps::before {
    top: 2.8125rem;
    left: 14%;
    height: 0.25rem;
    width: 67%;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step {
    margin: 1.25rem 0.9375rem 0;
    display: block;
    width: 33.3333%;
    max-width: 12.5rem;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step span {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 2rem;
    margin: 0 auto 0.625rem;
    line-height: 3.4375rem;
  }
  #single-e-bike section#reserve div.bg-theme .steps .step p {
    text-align: center;
    width: 100%;
  }
  #single-e-bike section#forms {
    overflow: hidden;
  }
  #single-e-bike section#forms .image {
    padding-bottom: 42%;
  }
  #single-e-bike section#forms .image::after {
    height: 50%;
  }
  #single-e-bike section#forms .bg-lightgrey {
    padding: 3.125rem;
    position: relative;
    overflow: hidden;
  }
  #single-e-bike section#forms #enquiry-button {
    padding: 0.9375rem 3.125rem;
    z-index: 3;
  }
  #single-e-bike section#forms #test-button {
    padding: 0.9375rem 3.125rem;
    z-index: 2;
  }
  #single-e-bike section#forms #partex-button {
    padding: 0.9375rem 3.125rem;
    z-index: 1;
  }
  #single-e-bike section#forms .form-tab {
    position: relative;
    padding: 6.25rem 3.125rem 3.125rem;
    left: auto;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
  #single-e-bike section#forms .form-tab::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 8.125rem;
    width: 50%;
    left: calc(100% + 5rem);
  }
  #single-e-bike section#forms .form-tab .close {
    display: none;
  }
  #single-e-bike section#forms .form-tab.bg-darkergrey::before {
    background: #292929;
  }
  .theme-ducati #single-e-bike section#forms .form-tab#enquiry-tab::before {
    background: #CC0000;
  }
  .theme-kawasaki #single-e-bike section#forms .form-tab#enquiry-tab::before {
    background: #69be28;
  }
  .theme-scrambler #single-e-bike section#forms .form-tab#enquiry-tab::before {
    background: #FFC400;
  }
  #single-e-bike section#forms form input, #single-e-bike section#forms form textarea, #single-e-bike section#forms form select {
    padding: 0.78125rem 1.09375rem;
  }
  #single-e-bike section#forms form h3 {
    display: none;
  }
  #single-e-bike section#tabs {
    padding: 3.125rem 0 1.875rem;
  }
  #single-e-bike section#tabs .row {
    margin: 0 -0.625rem;
  }
  #single-e-bike section#tabs .row .col {
    padding: 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  #single-e-bike section#forms .bg-lightgrey::after {
    left: calc(75% + 8.125rem);
  }
  #single-e-bike section#forms .form-tab::before {
    left: calc(75% + 5rem);
  }
}
@media (min-width: 0px) {
  #archive-used section#title {
    position: relative;
    overflow: hidden;
  }
  #archive-used section#title .bg-black {
    padding: 1.25rem;
    position: relative;
  }
  #archive-used section#title .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    height: 5rem;
    width: 50%;
  }
  #archive-used section#title .image {
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
    padding-bottom: 66.6666%;
  }
  #archive-used section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #e5e5e5;
    bottom: -0.0625rem;
    width: 50%;
    height: 5rem;
  }
  #archive-used section#title.has-make .image::after {
    background: #F7F7F7;
  }
  #archive-used section#brands {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #archive-used section#brands a {
    display: block;
    padding-bottom: 100%;
    background-size: 100% auto;
    background-position: center;
    text-indent: -624.9375rem;
    height: 0;
  }
  #archive-used section#archive {
    padding: 0 1.25rem;
  }
  #archive-used section#archive .filters-button {
    margin: 0 -1.25rem 1.25rem;
    display: inline-block;
    position: relative;
  }
  #archive-used section#archive .filters-button * {
    position: relative;
    z-index: 2;
  }
  #archive-used section#archive .filters-button .button {
    padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  }
  #archive-used section#archive .filters-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 2.5rem;
    height: 100%;
  }
  #archive-used section#archive .filters {
    padding: 3.75rem 1.25rem 0;
    margin: -3.75rem -1.25rem 1.25rem;
    display: none;
  }
  #archive-used section#archive .filters .filter {
    padding: 0 0 1.25rem;
  }
  #archive-used section#archive .filters .filter .values {
    padding: 0.625rem 0;
  }
  #archive-used section#archive .filters .filter .remove {
    display: block;
    margin: 0 0 0.3125rem;
  }
  #archive-used section#archive .filters .filter .remove::before {
    content: "×";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #414141;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 0.75rem;
    margin: 0 0.625rem 0 0;
    font-weight: 400;
    font-family: sans-serif;
  }
  #archive-used section#archive #price-range {
    height: 0.25rem;
    position: relative;
    background: #EDEDED;
    margin: 1.25rem 0 0.625rem;
  }
  #archive-used section#archive #price-range .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #EDEDED;
  }
  #archive-used section#archive #price-range .ui-slider-handle {
    position: absolute;
    top: -0.625rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #B5B5B5;
    border-radius: 50%;
  }
  #archive-used section#archive #price-range .ui-slider-handle:last-child {
    margin-left: -1.5rem;
  }
  #archive-used section#archive .sort {
    text-align: right;
    padding: 0 0 1.25rem;
  }
  #archive-used section#archive .sort .option {
    display: inline-block;
    padding: 0 0 0 1.25rem;
    width: 100%;
  }
  #archive-used section#archive .row .row {
    margin: 0 -0.625rem;
  }
  #archive-used section#archive .row .row .col {
    padding: 0 0.625rem;
  }
  #archive-used section#archive article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #archive-used section#archive article a {
    position: relative;
    display: block;
  }
  #archive-used section#archive article a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #archive-used section#archive article a span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #archive-used section#archive article a span.sold {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #CC0000;
    padding: 0.5rem 0.625rem 0.5rem 1.125rem;
  }
  #archive-used section#archive article a span.sold::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
  }
  #archive-used section#archive article a .bottomBanner .sold {
    background: #fff;
    text-align: right;
    display: inline-flex;
    color: #cc0000;
    position: relative;
    padding: 0.5rem 0.625rem 0.5rem 1.125rem;
    justify-content: flex-end;
    align-self: flex-end;
    margin-right: 0;
  }
  #archive-used section#archive article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-used section#archive article .bg-white {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #archive-used section#archive article .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 3.125rem;
    height: 2.5rem;
  }
  #archive-used section#archive article .bg-white .padding {
    padding: 0.9375rem;
  }
  #archive-used section#archive article .bg-white .price {
    margin: 0 0 0.3125rem;
    font-size: 1rem;
  }
  #archive-used section#archive article .bg-white .price strong {
    font-size: 1.375rem;
    padding-right: 0.625rem;
  }
  #archive-used section#archive article .bg-white .price strong.sale {
    color: #CC0000;
  }
  #archive-used section#archive article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #archive-used section#archive article .bottomBanner {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  #archive-used section#archive article .bottomBanner .regBanner {
    padding: 0.5rem 0.9375rem;
    background: #CC0000;
    color: #fff;
    width: 100%;
    text-align: left;
    bottom: 0;
  }
  #archive-used section#archive article .bottomBanner .regBanner.prereg {
    background: #4e9d12;
  }
  #archive-used section#archive article .bottomBanner .regBanner.exdemo {
    background: #454545;
  }
  #archive-used section#tabs {
    padding: 1.25rem 0 0;
  }
  #archive-used section#tabs a {
    display: block;
    margin: 0 0 1.25rem;
    overflow: hidden;
  }
  #archive-used section#tabs .image {
    padding-bottom: 40%;
    position: relative;
  }
  #archive-used section#tabs h4 {
    background: #EDEDED;
    padding: 0.75rem 0.9375rem;
    color: #151515;
    position: relative;
  }
  #archive-used section#tabs h4::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #archive-used section#accessorise {
    overflow: hidden;
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F7F7F7, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
    background-size: cover;
    background-position: bottom;
  }
  #archive-used section#accessorise .image {
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    position: relative;
    background-size: 120% auto;
    background-position: right;
  }
  #archive-used section#accessorise .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #archive-used section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  #archive-used section#title .bg-black {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #archive-used section#title .bg-black h1, #archive-used section#title .bg-black p, #archive-used section#title .bg-black .button {
    position: relative;
    z-index: 2;
  }
  #archive-used section#title .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    width: 100%;
    height: 100%;
  }
  #archive-used section#title .image {
    width: 100%;
    height: 100%;
  }
  #archive-used section#title .image::after {
    height: 7.5rem;
  }
  #archive-used section#brands {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #archive-used section#archive {
    padding: 0 1.875rem 0.625rem;
  }
  #archive-used section#archive .filters-button {
    margin: 0 -1.875rem 1.875rem;
  }
  #archive-used section#archive .filters-button .button {
    padding: 0.625rem 2.1875rem 0.625rem 1.875rem;
  }
  #archive-used section#archive .filters {
    padding: 4.5rem 1.875rem 1.875rem;
    margin: -4.5rem -1.875rem 1.875rem;
  }
  #archive-used section#archive .filters .filter {
    display: inline-block;
    width: 33.3333%;
    margin: 0 0 0 -0.25em;
    vertical-align: top;
    padding: 0 0 1.875rem;
  }
  #archive-used section#archive .sort .option {
    width: auto;
  }
  #archive-used section#archive article .bg-white h3 {
    font-size: 1.375rem;
  }
  #archive-used section#tabs {
    padding: 1.875rem 0 0.625rem;
  }
  #archive-used section#tabs .image {
    padding-bottom: 45%;
  }
  #archive-used section#tabs h4 {
    padding: 0.625rem 0.9375rem;
  }
  #archive-used section#accessorise {
    position: relative;
    padding-top: 3.125rem;
  }
  #archive-used section#accessorise::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #archive-used section#accessorise .image {
    padding-bottom: 100%;
    background-size: cover;
    z-index: 2;
  }
  #archive-used section#accessorise .bg-white {
    padding: 1.875rem 1.875rem 1.875rem 0;
    height: 80%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #archive-used section#accessorise .bg-white * {
    position: relative;
    z-index: 2;
  }
  #archive-used section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 200%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #archive-used section#title .bg-black {
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
  #archive-used section#title .image::after {
    height: 50%;
  }
  #archive-used section#brands .col {
    width: 11.1111111111%;
  }
  #archive-used section#archive {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  #archive-used section#archive .filters-button {
    display: none;
  }
  #archive-used section#archive .filters {
    padding: 0;
    margin: 0;
    background: none;
    display: block !important;
  }
  #archive-used section#archive .filters .filter {
    display: block;
    width: 100%;
    margin: 0;
  }
  #archive-used section#archive .filters .filter a::before {
    background: #fff;
  }
  #archive-used section#archive #price-range {
    background: #fff;
  }
  #archive-used section#archive #price-range .ui-slider-range {
    background: #fff;
  }
  #archive-used section#archive article .bg-white h3 {
    font-size: 1.375rem;
  }
  #archive-used section#archive article .bg-white small {
    font-size: 1.125rem;
  }
  #archive-used section#tabs {
    padding: 3.125rem 0 1.875rem;
  }
  #archive-used section#tabs .row {
    margin: 0 -0.625rem;
  }
  #archive-used section#tabs .row .col {
    padding: 0 0.625rem;
  }
  #archive-used section#tabs .image {
    padding-bottom: 85%;
  }
  #archive-used section#accessorise {
    background-position: center;
  }
  #archive-used section#accessorise::after {
    height: 25%;
  }
  #archive-used section#accessorise .image {
    padding-bottom: 71.5%;
  }
  #archive-used section#accessorise .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 0;
    height: 80%;
    margin: 0;
  }
}
@media (min-width: 0px) {
  #single-used section#video {
    overflow: hidden;
    background: #151515;
    position: relative;
  }
  #single-used section#video .container {
    position: relative;
  }
  #single-used section#video video {
    width: 100%;
    height: auto;
    display: block;
    min-height: 23.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 0;
  }
  #single-used section#video .featureimage img {
    width: 100%;
    height: auto;
  }
  #single-used section#video .bg-black {
    padding: 1.25rem;
  }
  #single-used section#video .bg-black .h3-light, #single-used section#video .bg-black .h4-light {
    margin: 0;
  }
  #single-used section#video .videoheading {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  #single-used section#video .videoheading #mainheading {
    padding: 1.4375rem 1.25rem 0.8125rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  #single-used section#video .videoheading #mainheading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    height: 100%;
    width: 3.75rem;
    background: #151515;
    display: none;
  }
  #single-used section#video .videoheading #mainheading span {
    display: inline-block;
    vertical-align: middle;
  }
  #single-used section#video > span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5625rem 1.25rem;
    text-transform: uppercase;
    font-size: 1.25rem;
  }
  #single-used section#video > span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.875rem;
    height: 100%;
  }
  #single-used section#video > span.sold {
    left: auto;
    right: 0;
    background: #fff;
    color: #CC0000;
  }
  #single-used section#video > span.sold::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #fff;
  }
  #single-used section#video .button.bg-theme {
    background: #414141;
    color: #fff;
  }
  .theme-ducati #single-used section#video .button.bg-theme, .theme-scrambler #single-used section#video .button.bg-theme {
    background: #CC0000;
  }
  .theme-kawasaki #single-used section#video .button.bg-theme {
    background: #69be28;
  }
  #single-used section#video .modal .modal-content {
    padding: 1.25rem;
  }
  #single-used section#video .regBannerRel {
    padding: 0.5rem 0.9375rem;
    background: #cc0000;
    color: #fff;
  }
  #single-used section#video .regBannerRel.prereg {
    background: #4e9d12;
  }
  #single-used section#video .regBannerRel.exdemo {
    background: #454545;
  }
  #single-used section#video .regBanner {
    padding: 0.5rem 0.9375rem;
    background: #CC0000;
    color: #fff;
    text-align: center;
    margin-top: 0;
  }
  #single-used section#video .regBanner.prereg {
    background: #4e9d12;
  }
  #single-used section#video .regBanner.exdemo {
    background: #454545;
  }
  #single-used section.gallery {
    padding: 1.25rem 0;
    overflow: hidden;
    position: relative;
  }
  #single-used section.gallery .swiper-container {
    padding-bottom: 2.5rem;
  }
  #single-used section.gallery .swiper-container .pagination {
    position: absolute;
    bottom: 0.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    z-index: 1;
    display: flex;
    padding: 0 3.75rem;
    max-width: 28.125rem;
  }
  #single-used section.gallery .swiper-container .pagination span {
    display: block;
    flex: 1;
    width: auto;
    height: 0.75rem;
    margin: 0 -0.0625rem;
    background: transparent;
    border-top: 0.0625rem solid #CC0000;
    border-bottom: 0.0625rem solid #CC0000;
    border-radius: 0;
    opacity: 1;
    transform: skewX(-35deg);
  }
  #single-used section.gallery .swiper-container .pagination span:first-child {
    border-left: 0.0625rem solid #CC0000;
  }
  #single-used section.gallery .swiper-container .pagination span:last-child {
    border-right: 0.0625rem solid #CC0000;
  }
  #single-used section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #151515;
  }
  .theme-ducati #single-used section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #CC0000;
  }
  .theme-kawasaki #single-used section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #69be28;
  }
  .theme-scrambler #single-used section.gallery .swiper-container .pagination span.swiper-pagination-bullet-active {
    background: #FFC400;
  }
  #single-used section.gallery .swiper-wrapper {
    padding: 0 0.625rem;
  }
  #single-used section.gallery .swiper-slide {
    padding: 0 0.625rem;
  }
  #single-used section.gallery .swiper-slide .image {
    padding-bottom: 66.6667%;
    display: block;
    position: relative;
  }
  #single-used section.gallery .swiper-slide .image .play {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: calc(50% - 1.40625rem);
    left: calc(50% - 1.40625rem);
    transform: skewX(-35deg);
    background: #fff;
  }
  #single-used section.gallery .swiper-slide .image .play span {
    transform: skewX(35deg);
    display: block;
    width: 100%;
    height: 100%;
  }
  #single-used section.gallery .swiper-slide .image .play span::before {
    content: "";
    position: absolute;
    right: 1.25rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-used section.gallery .swiper-slide .image .play span::after {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-used section.gallery div.next, #single-used section.gallery div.prev {
    position: absolute;
    bottom: 0.625rem;
    left: 0.625rem;
    z-index: 2;
    cursor: pointer;
  }
  #single-used section.gallery div.next.next, #single-used section.gallery div.prev.next {
    left: auto;
    right: 0.625rem;
  }
  #single-used section.gallery div.next.next span::before, #single-used section.gallery div.next.next span::after, #single-used section.gallery div.prev.next span::before, #single-used section.gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-used section.gallery div.next span, #single-used section.gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-used section#specs {
    background-image: linear-gradient(#151515, #414141);
    min-height: 15.625rem;
    position: relative;
    overflow: hidden;
  }
  #single-used section#specs::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 50%;
    height: 15.625rem;
    background: #fff;
    display: none;
  }
  #single-used section#specs .attributes {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    padding: 2.5rem 0 2.5rem;
  }
  #single-used section#specs .attributes li {
    padding: 0.9375rem 0;
    display: block;
    border-bottom: 0.125rem solid #707070;
  }
  #single-used section#content {
    overflow: hidden;
    padding: 0 0 1.25rem;
    position: relative;
  }
  #single-used section#content .bg-black {
    padding: 1.25rem;
    position: relative;
  }
  #single-used section#content .bg-black::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 5rem;
    width: 3.75rem;
  }
  #single-used section#content .bg-black p.h3-light {
    margin: 0 0 0.625rem;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  #single-used section#content .bg-black p.h3-light.sale {
    color: #CC0000;
    font-weight: 500;
  }
  #single-used section#content .bg-black small {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.625rem 1.25rem;
    font-size: 1rem;
  }
  #single-used section#content .gallery {
    position: relative;
    overflow: hidden;
    margin: 1.25rem 0;
  }
  #single-used section#content .gallery .swiper-container .swiper-slide .image {
    display: block;
    padding-bottom: 66.6666%;
    position: relative;
  }
  #single-used section#content .gallery .swiper-container .swiper-slide .image div {
    position: absolute;
    top: 50%;
    left: 0;
    background: #151515;
    color: #fff;
    padding: 0.875rem 1.25rem;
    text-transform: uppercase;
    height: 3.125rem;
    transform: translateY(-50%);
  }
  #single-used section#content .gallery .swiper-container .swiper-slide .image div .chevron {
    z-index: 2;
    margin-left: 0.625rem;
  }
  #single-used section#content .gallery .swiper-container .swiper-slide .image div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    background: #151515;
    width: 2.5rem;
    height: 100%;
  }
  #single-used section#content .gallery > span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #single-used section#content .gallery > span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.875rem;
    height: 100%;
  }
  #single-used section#content .gallery > span.sold {
    left: auto;
    right: 0;
    background: #fff;
    color: #CC0000;
  }
  #single-used section#content .gallery > span.sold::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #fff;
  }
  #single-used section#content .gallery div.next, #single-used section#content .gallery div.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  #single-used section#content .gallery div.next::after, #single-used section#content .gallery div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #414141;
  }
  #single-used section#content .gallery div.next.next, #single-used section#content .gallery div.prev.next {
    left: auto;
    right: 0;
  }
  #single-used section#content .gallery div.next.next::after, #single-used section#content .gallery div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #single-used section#content .gallery div.next.next span::before, #single-used section#content .gallery div.next.next span::after, #single-used section#content .gallery div.prev.next span::before, #single-used section#content .gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-used section#content .gallery div.next span, #single-used section#content .gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-used section#content .gallery .pagination {
    margin: 0.9375rem -0.3125rem 0;
  }
  #single-used section#content .gallery .pagination .col {
    padding: 0.3125rem;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    opacity: 0.5;
  }
  #single-used section#content .gallery .pagination .col.swiper-pagination-bullet-active {
    opacity: 1;
  }
  #single-used section#content .gallery .pagination span {
    padding-bottom: 66.6666%;
    background-size: cover;
    background-position: center;
    display: block;
  }
  #single-used section#content .attributes {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
  }
  #single-used section#content .attributes li {
    padding: 0.3125rem 0;
    display: block;
    border-bottom: 0.125rem solid #fff;
  }
  #single-used section#content .button.bg-theme {
    background: #414141;
    color: #fff;
  }
  .theme-ducati #single-used section#content .button.bg-theme, .theme-scrambler #single-used section#content .button.bg-theme {
    background: #CC0000;
  }
  .theme-kawasaki #single-used section#content .button.bg-theme {
    background: #69be28;
  }
  #single-used section#options {
    background: #EDEDED;
  }
  #single-used section#options #pdf-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    background: #EDEDED;
    color: #151515;
    width: 100%;
  }
  #single-used section#options #pdf-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 100%;
    width: 3.75rem;
    z-index: 2;
    display: none;
  }
  #single-used section#options #pdf-button .icon {
    width: 1.375rem;
    height: 1.6875rem;
    margin: 0 0.625rem 0 0;
    position: relative;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/pdf.svg);
    background-size: cover;
    z-index: 2;
  }
  #single-used section#options #pdf-button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
  }
  #single-used section#options #pdf-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 3;
  }
  #single-used section#options #pdf-button .chevron::before, #single-used section#options #pdf-button .chevron::after {
    background: #151515;
  }
  #single-used section#options #pdf-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-used section#options #finance-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-used section#options #finance-button, .theme-scrambler #single-used section#options #finance-button {
    background: #CC0000;
  }
  .theme-ducati #single-used section#options #finance-button::after, .theme-scrambler #single-used section#options #finance-button::after {
    background: #CC0000;
  }
  .theme-kawasaki #single-used section#options #finance-button {
    background: #69be28;
  }
  .theme-kawasaki #single-used section#options #finance-button::after {
    background: #69be28;
  }
  #single-used section#options #finance-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 3.75rem;
    background: #CC0000;
    display: none;
  }
  #single-used section#options #finance-button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
  }
  #single-used section#options #finance-button .icon {
    width: 1.375rem;
    height: 1.6875rem;
    margin: 0 0.625rem 0 0;
    position: relative;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/calc.svg);
    background-size: cover;
    z-index: 2;
  }
  #single-used section#options #finance-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-used section#options #finance-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-used section#options #finance-tab {
    padding: 3.75rem 1.25rem 1.25rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 10;
    display: none;
    background: #CC0000;
  }
  .theme-ducati #single-used section#options #finance-tab, .theme-scrambler #single-used section#options #finance-tab {
    background: #CC0000;
  }
  .theme-kawasaki #single-used section#options #finance-tab {
    background: #69be28;
  }
  #single-used section#options #finance-tab .close {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  #single-used section#options #finance-tab .close::before, #single-used section#options #finance-tab .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.1875rem;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #single-used section#options #finance-tab .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #single-used section#options #warranty-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    background: #292929;
    color: #fff;
    width: 100%;
  }
  #single-used section#options #warranty-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #292929;
    height: 100%;
    width: 3.75rem;
    z-index: 2;
    display: none;
  }
  #single-used section#options #warranty-button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
  }
  #single-used section#options #warranty-button .icon {
    width: 1.375rem;
    height: 1.6875rem;
    margin: 0 0.625rem 0 0;
    position: relative;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/warranty.svg);
    background-size: cover;
    z-index: 2;
  }
  #single-used section#options #warranty-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 3;
  }
  #single-used section#options #warranty-button .chevron::before, #single-used section#options #warranty-button .chevron::after {
    background: #fff;
  }
  #single-used section#options #warranty-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-used section#options #warranty-tab {
    padding: 5rem 1.25rem 1.25rem;
    display: none;
    margin-top: -3.75rem;
    background: #292929;
    color: #fff;
  }
  #single-used section#options #warranty-tab.open {
    display: block;
  }
  #single-used section#options #warranty-tab img {
    margin: 0 0 0.625rem;
    width: 6.25rem;
    height: auto;
  }
  #single-used section#options #warranty-tab h4 {
    margin: 0;
  }
  #single-used section#options #warranty-tab ul {
    border-top: 0.1875rem solid #B5B5B5;
    margin: 1.25rem 0 0;
  }
  #single-used section#options #warranty-tab ul li {
    padding: 0.625rem 0;
    border-bottom: 0.0625rem solid #B5B5B5;
    text-align: left;
    position: relative;
  }
  #single-used section#options #warranty-tab ul li a {
    position: relative;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    padding: 0 0 0 2.1875rem;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/pluswhite.svg);
    background-size: 1.5625rem;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
  }
  #single-used section#options #warranty-tab ul li a.active {
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/minuswhite.svg);
  }
  #single-used section#options #warranty-tab ul li .description {
    padding: 0.625rem 0;
    display: none;
  }
  #single-used section#options #warranty-tab ul li .description p {
    margin: 0;
  }
  #single-used section#options #warranty-tab ul li .tick {
    position: absolute;
    top: 0.625rem;
    right: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/tick.svg);
    background-size: cover;
  }
  #single-used section#description .bg-white {
    padding: 1.25rem 0;
  }
  #single-used section#description .bg-white .icon {
    margin: 1.25rem 0 0;
    text-align: center;
  }
  #single-used section#description .bg-white .icon img {
    max-width: 5rem;
    height: auto;
    display: block;
    margin: 0 auto 1.25rem;
  }
  #single-used section#description .bg-white .icon span {
    max-width: 15rem;
  }
  #single-used section#description .bg-white .icon span strong {
    font-size: 1.125rem;
    display: block;
    text-align: center;
    max-width: 15rem;
    margin: 0 auto 0.3125rem;
  }
  #single-used section#forms {
    background: #F7F7F7;
  }
  #single-used section#forms .bg-lightgrey {
    padding: 1.25rem;
    background-image: linear-gradient(#fff, #EDEDED);
  }
  #single-used section#forms #enquiry-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    background: #151515;
    color: #fff;
    width: 100%;
  }
  #single-used section#forms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #151515;
    height: 100%;
    width: 3.75rem;
    display: none;
  }
  .theme-ducati #single-used section#forms #enquiry-button {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-used section#forms #enquiry-button::after {
    background: #CC0000;
  }
  #single-used section#forms #enquiry-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-used section#forms #enquiry-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-used section#forms #test-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
  }
  #single-used section#forms #test-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 3.75rem;
    display: none;
  }
  #single-used section#forms #test-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-used section#forms #test-button .chevron::before, #single-used section#forms #test-button .chevron::after {
    background: #292929;
  }
  #single-used section#forms #test-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-used section#forms #partex-button {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
  }
  #single-used section#forms #partex-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #292929;
    height: 100%;
    width: 3.75rem;
    display: none;
  }
  #single-used section#forms #partex-button .chevron {
    margin: -0.1875rem 0 0 0.3125rem;
    z-index: 2;
  }
  #single-used section#forms #partex-button.open .chevron {
    transform: rotate(90deg);
  }
  #single-used section#forms .form-tab {
    padding: 1.25rem 1.25rem 3.125rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 10;
    display: none;
  }
  .theme-ducati #single-used section#forms .form-tab#enquiry-tab {
    background: #CC0000;
    color: #fff;
  }
  .theme-ducati #single-used section#forms .form-tab#enquiry-tab form .frm_error {
    color: #fff;
  }
  .theme-kawasaki #single-used section#forms .form-tab#enquiry-tab {
    background: #69be28;
    color: #fff;
  }
  .theme-scrambler #single-used section#forms .form-tab#enquiry-tab {
    background: #FFC400;
    color: #151515;
  }
  #single-used section#forms .form-tab .close {
    text-indent: -624.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
  #single-used section#forms .form-tab .close::before, #single-used section#forms .form-tab .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 0.1875rem;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s, width 0.5s;
    transform-origin: center;
  }
  #single-used section#forms .form-tab .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #single-used section#forms .form-tab.bg-white {
    color: #151515;
  }
  #single-used section#forms .form-tab.bg-white .close::before, #single-used section#forms .form-tab.bg-white .close::after {
    background: #151515;
  }
  #single-used section#forms form .row {
    margin: 0 -1.25rem;
  }
  #single-used section#forms form .row .col {
    padding: 0 1.25rem;
  }
  #single-used section#forms form .frm_screen_reader, #single-used section#forms form .frm_hidden {
    display: none;
  }
  #single-used section#forms form h3 {
    font-weight: 300;
    margin: 0 0 1.25rem;
  }
  #single-used section#forms form label {
    display: block;
    margin: 0 0 0.3125rem;
  }
  #single-used section#forms form input, #single-used section#forms form textarea, #single-used section#forms form select {
    padding: 0.46875rem 0.78125rem;
    background: #F7F7F7;
    font-size: 1rem;
    border: none;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 0.9375rem;
    color: #151515;
  }
  #single-used section#forms form .frm-g-recaptcha {
    margin: 0 0 0.9375rem;
  }
  #single-used section#forms form .frm_none_container .frm_primary_label {
    display: none;
  }
  #single-used section#forms form button {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
    background: #EDEDED;
    color: #151515;
  }
  #single-used section#forms form button::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-used section#forms form button::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  #single-used section#forms form button:hover {
    padding-right: 2.5rem;
  }
  #single-used section#forms form button:hover::before, #single-used section#forms form button:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  #single-used section#forms form button.bg-black::before, #single-used section#forms form button.bg-black::after, #single-used section#forms form button.bg-darkergrey::before, #single-used section#forms form button.bg-darkergrey::after, #single-used section#forms form button.bg-darkgrey::before, #single-used section#forms form button.bg-darkgrey::after, #single-used section#forms form button.bg-midgrey::before, #single-used section#forms form button.bg-midgrey::after, #single-used section#forms form button.bg-red::before, #single-used section#forms form button.bg-red::after, #single-used section#forms form button.bg-green::before, #single-used section#forms form button.bg-green::after, #single-used section#forms form button.bg-theme::before, #single-used section#forms form button.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  #single-used section#forms form button.bg-black:hover::before, #single-used section#forms form button.bg-black:hover::after, #single-used section#forms form button.bg-darkergrey:hover::before, #single-used section#forms form button.bg-darkergrey:hover::after, #single-used section#forms form button.bg-darkgrey:hover::before, #single-used section#forms form button.bg-darkgrey:hover::after, #single-used section#forms form button.bg-midgrey:hover::before, #single-used section#forms form button.bg-midgrey:hover::after, #single-used section#forms form button.bg-red:hover::before, #single-used section#forms form button.bg-red:hover::after, #single-used section#forms form button.bg-green:hover::before, #single-used section#forms form button.bg-green:hover::after, #single-used section#forms form button.bg-theme:hover::before, #single-used section#forms form button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  #single-used section#forms form button.prev::before {
    transform: skewX(-35deg);
  }
  #single-used section#forms form button.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  #single-used section#forms form button {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  #single-used section#forms form button:hover {
    padding-right: 2.8125rem;
  }
  #single-used section#forms form button::before, #single-used section#forms form button::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  #single-used section#forms form button {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  #single-used section#forms form button:hover {
    padding-right: 3.125rem;
  }
  #single-used section#forms form button::before, #single-used section#forms form button::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 0px) {
  #single-used section#forms form .frm_error {
    font-size: 0.875rem;
    color: #CC0000;
    margin: -0.9375rem 0 0.9375rem;
  }
  #single-used section#forms form .frm_error_style {
    display: none;
  }
  #single-used section#finance {
    padding: 1.25rem 0 0.0625rem;
  }
  #single-used section#finance table {
    width: 100%;
    border-spacing: 0;
    padding: 0.625rem 1.25rem 1.25rem;
    background: #F7F7F7;
    margin: 0 0 1.25rem;
  }
  #single-used section#finance table tr:first-child h4 {
    margin: 0;
  }
  #single-used section#finance table h4 {
    margin: 1.25rem 0 0;
  }
  #single-used section#finance table th, #single-used section#finance table td {
    text-align: left;
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #EDEDED;
  }
  #single-used section#accessories {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  #single-used section#accessories .row .row {
    margin: 0 -0.625rem;
  }
  #single-used section#accessories .row .row .col {
    padding: 0 0.625rem;
  }
  #single-used section#accessories .button {
    margin: 0 0 1.25rem;
  }
  #single-used section#accessories article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #single-used section#accessories article a {
    position: relative;
    display: block;
    background: #fff;
    padding: 0.625rem;
  }
  #single-used section#accessories article a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #single-used section#accessories article a span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #single-used section#accessories article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #single-used section#accessories article .bg-white {
    padding: 0.9375rem;
    position: relative;
    text-align: center;
  }
  #single-used section#accessories article .bg-white a {
    padding: 0;
  }
  #single-used section#accessories article .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 3.125rem;
    height: 2.5rem;
  }
  #single-used section#accessories article .bg-white .status {
    display: block;
    margin: 0 auto 0.125rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #69be28;
    text-indent: -624.9375rem;
    overflow: hidden;
  }
  #single-used section#accessories article .bg-white .status.backorder {
    background: #FFC400;
  }
  #single-used section#accessories article .bg-white .price {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
  }
  #single-used section#accessories article .bg-white .price del {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.3125rem;
    text-decoration: none;
  }
  #single-used section#accessories article .bg-white .price del::before {
    content: "Was ";
  }
  #single-used section#accessories article .bg-white .price ins {
    color: #CC0000;
    display: block;
    text-decoration: none;
  }
  #single-used section#accessories article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #single-used section#relatedheading {
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 1.25rem;
  }
  #single-used section#relatedheading #relatedheadingwrapper {
    padding: 1.4375rem 1.25rem 0.8125rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  #single-used section#relatedheading #relatedheadingwrapper::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 3.75rem;
    background: #EDEDED;
    z-index: 1;
  }
  #single-used section#relatedheading #relatedheadingwrapper span {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
  }
  #single-used section#relatedheading #relatedheadingwrapper span h3 {
    margin: 0;
  }
  #single-used section#related {
    padding-bottom: 1.25rem;
  }
  #single-used section#related .row .row {
    margin: 0 -0.625rem;
  }
  #single-used section#related .row .row .col {
    padding: 0 0.625rem;
  }
  #single-used section#related article {
    margin-top: 1.25rem;
    overflow: hidden;
  }
  #single-used section#related article a {
    position: relative;
    display: block;
  }
  #single-used section#related article a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #single-used section#related article a span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #single-used section#related article a span.sold {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #CC0000;
    padding: 0.5rem 0.625rem 0.5rem 1.125rem;
  }
  #single-used section#related article a span.sold::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
  }
  #single-used section#related article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #single-used section#related article .bg-white {
    position: relative;
  }
  #single-used section#related article .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #EDEDED;
    width: 3.125rem;
    height: 2.5rem;
  }
  #single-used section#related article .bg-white .padding {
    padding: 0.9375rem;
  }
  #single-used section#related article .bg-white .price {
    margin: 0 0 0.3125rem;
    font-size: 1rem;
  }
  #single-used section#related article .bg-white .price strong {
    font-size: 1.375rem;
    padding-right: 0.625rem;
  }
  #single-used section#related article .bg-white .price strong.sale {
    color: #CC0000;
  }
  #single-used section#related article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #single-used section#related article .bottomBanner {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  #single-used section#related article .bottomBanner .regBanner {
    padding: 0.5rem 0.9375rem;
    background: #CC0000;
    color: #fff;
    text-align: center;
    margin-top: 0;
  }
  #single-used section#related article .bottomBanner .regBanner.prereg {
    background: #4e9d12;
  }
  #single-used section#related article .bottomBanner .regBanner.exdemo {
    background: #454545;
  }
}
@media (min-width: 768px) {
  #single-used section#video video {
    max-height: 37.5rem;
  }
  #single-used section#video .videoheading {
    margin-top: -3.125rem;
    min-height: 3.75rem;
  }
  #single-used section#video .videoheading #mainheading {
    padding: 0.6875rem 1.25rem 0.6875rem 1.875rem;
    min-height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #single-used section#video .videoheading #mainheading::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    display: block;
  }
  #single-used section#video .videoheading #mainheading .label {
    position: relative;
    z-index: 2;
  }
  #single-used section#video .regBanner {
    margin-top: 1.875rem;
  }
  #single-used section.gallery {
    padding: 1.875rem 0;
  }
  #single-used section.gallery#gallery-1 {
    padding-top: 5rem;
  }
  #single-used section.gallery .swiper-container {
    padding-bottom: 3.125rem;
  }
  #single-used section.gallery .swiper-container .pagination {
    bottom: 0.125rem;
  }
  #single-used section.gallery .swiper-container .pagination span {
    height: 1rem;
  }
  #single-used section.gallery .swiper-wrapper {
    padding: 0 1.25rem;
  }
  #single-used section.gallery .swiper-slide .image .play span::before, #single-used section.gallery .swiper-slide .image .play span::after {
    width: 0.3125rem;
    height: 0.5rem;
  }
  #single-used section.gallery div.next, #single-used section.gallery div.prev {
    bottom: 1.25rem;
    left: calc(50% - 15rem);
  }
  #single-used section.gallery div.next.next, #single-used section.gallery div.prev.next {
    left: auto;
    right: calc(50% - 15rem);
  }
  #single-used section#specs::after {
    margin-left: -3%;
    display: block;
  }
  #single-used section#specs .attributes {
    padding: 3.125rem 0 3.125rem;
  }
  #single-used section#content {
    padding: 0 0 1.875rem;
  }
  #single-used section#content .bg-black {
    padding: 1.875rem;
  }
  #single-used section#content .bg-black::after {
    width: 50%;
    height: 100%;
  }
  #single-used section#content .gallery {
    margin: 1.875rem 0 1.25rem;
  }
  #single-used section#content .gallery div.next.next span::before, #single-used section#content .gallery div.next.next span::after, #single-used section#content .gallery div.prev.next span::before, #single-used section#content .gallery div.prev.next span::after {
    left: 0.9375rem;
  }
  #single-used section#content .gallery div.next span, #single-used section#content .gallery div.prev span {
    padding: 1.5625rem;
  }
  #single-used section#content .gallery > span {
    font-size: 1.375rem;
  }
  #single-used section#content .gallery .pagination {
    margin: 0.625rem -0.625rem 0;
  }
  #single-used section#content .gallery .pagination .col {
    padding: 0.625rem;
  }
  #single-used section#content .intro {
    margin: 0 0 1.875rem;
  }
  #single-used section#content .attributes {
    margin: 0 0 1.875rem;
    padding: 3.125rem 0 3.125rem;
  }
  #single-used section#options #pdf-button {
    padding: 0.875rem 0.625rem 0.875rem 3.125rem;
    margin: 0 0 0 -1.5625rem;
    width: calc(100% - 0.625rem);
    height: 3.125rem;
  }
  #single-used section#options #pdf-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    z-index: 2;
    display: block;
  }
  #single-used section#options #pdf-button .chevron {
    display: inline-block;
  }
  #single-used section#options #finance-button {
    padding: 0.875rem 0.625rem 0.875rem 1.875rem;
    width: calc(100% - 1.5625rem);
    height: 3.125rem;
  }
  #single-used section#options #finance-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    display: block;
  }
  #single-used section#options #finance-tab {
    padding: 4.375rem 1.875rem 1.875rem;
  }
  #single-used section#options #warranty-button {
    padding: 0.875rem 0.625rem 0.875rem 3.125rem;
    margin: 0 0 0 -1.5625rem;
    width: calc(100% - 0.625rem);
    height: 3.125rem;
  }
  #single-used section#options #warranty-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    z-index: 2;
    display: block;
  }
  #single-used section#options #warranty-button .chevron {
    display: inline-block;
  }
  #single-used section#options #warranty-tab {
    margin-top: -4.375rem;
    padding: 6.25rem 1.875rem 1.875rem;
  }
  #single-used section#options #warranty-tab ul {
    margin: 1.875rem 0 0;
  }
  #single-used section#options #warranty-tab ul li a {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  #single-used section#options #warranty-tab ul li .tick {
    width: 1.875rem;
    height: 1.875rem;
  }
  #single-used section#description .bg-white .icon img {
    max-width: 6.25rem;
  }
  #single-used section#forms .bg-lightgrey {
    padding: 1.875rem;
  }
  #single-used section#forms #enquiry-button {
    padding: 0.875rem 0.625rem 0.875rem 1.875rem;
    width: calc(100% - 1.5625rem);
    height: 3.125rem;
  }
  #single-used section#forms #enquiry-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    display: block;
  }
  #single-used section#forms #enquiry-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-used section#forms #test-button, #single-used section#forms #partex-button {
    padding: 0.875rem 0.625rem 0.875rem 3.125rem;
    margin: 0 0 0 -1.5625rem;
    width: calc(100% - 0.625rem);
    height: 3.125rem;
  }
  #single-used section#forms #test-button::after, #single-used section#forms #partex-button::after {
    display: block;
  }
  #single-used section#forms #test-button.open::after, #single-used section#forms #partex-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #single-used section#forms #partex-button {
    margin-left: -2.1875rem;
  }
  #single-used section#forms #partex-button::after {
    display: block;
  }
  #single-used section#forms .form-tab {
    padding: 1.875rem;
  }
  #single-used section#forms form input, #single-used section#forms form textarea, #single-used section#forms form select {
    padding: 0.5625rem 0.9375rem;
  }
  #single-used section#accessories {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
  #single-used section#accessories article .bg-white h3 {
    font-size: 1.375rem;
  }
  #single-used section#accessories article:nth-child(4) {
    display: none;
  }
  #single-used section#relatedheading {
    padding-top: 1.875rem;
  }
  #single-used section#relatedheading #relatedheadingwrapper {
    padding: 1.25rem 1.25rem 0 1.875rem;
  }
  #single-used section#related {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-used section#related article .bg-white h3 {
    font-size: 1.375rem;
  }
  #single-used section#related article:nth-child(4) {
    display: none;
  }
}
@media (min-width: 992px) {
  #single-used section#video video {
    max-height: 43.75rem;
  }
  #single-used section#video .videoheading {
    margin-top: -3.75rem;
    min-height: 3.75rem;
  }
  #single-used section#video .videoheading #mainheading {
    padding-left: 3.125rem;
  }
  #single-used section#video .swiper-container .swiper-slide .image {
    padding-bottom: 56.25%;
  }
  #single-used section#video .swiper-container .pagination {
    top: 1.875rem;
    right: 3.125rem;
  }
  #single-used section#video .swiper-container .pagination span {
    width: 1.25rem;
    height: 1rem;
  }
  #single-used section#video div.next.next span::before, #single-used section#video div.next.next span::after, #single-used section#video div.prev.next span::before, #single-used section#video div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-used section#video div.next span, #single-used section#video div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-used section#video .bg-black {
    padding: 3.125rem;
    margin: 0;
  }
  #single-used section#video .bg-black h1 {
    margin: 0 0 1.25rem;
    padding: 0;
  }
  #single-used section#video .modal .modal-content {
    padding: 1.875rem;
  }
  #single-used section#video .regBanner {
    margin-top: 3.125rem;
  }
  #single-used section.gallery {
    padding: 3.125rem 0;
  }
  #single-used section.gallery#gallery-1 {
    padding-top: 6.25rem;
  }
  #single-used section.gallery .swiper-container {
    padding-bottom: 3.75rem;
  }
  #single-used section.gallery .swiper-wrapper {
    padding: 0 2.5rem;
  }
  #single-used section.gallery .swiper-slide .image .play span::before, #single-used section.gallery .swiper-slide .image .play span::after {
    width: 0.3125rem;
    height: 0.5625rem;
  }
  #single-used section.gallery div.next, #single-used section.gallery div.prev {
    bottom: 2.5rem;
  }
  #single-used section#specs::after {
    margin-left: -8%;
    display: block;
  }
  #single-used section#specs .attributes {
    padding: 3.125rem 0 6.25rem;
  }
  #single-used section#content {
    padding: 0 0 3.125rem;
  }
  #single-used section#content .bg-black {
    padding: 4.375rem 6.25rem 1.875rem 3.125rem;
  }
  #single-used section#content .bg-black h1 {
    font-size: 2.8125rem;
  }
  #single-used section#content .gallery {
    position: relative;
    margin: 0;
  }
  #single-used section#content .gallery div.next.next span::before, #single-used section#content .gallery div.next.next span::after, #single-used section#content .gallery div.prev.next span::before, #single-used section#content .gallery div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-used section#content .gallery div.next span, #single-used section#content .gallery div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-used section#content .gallery .pagination .col {
    width: 20%;
  }
  #single-used section#content .intro {
    margin: 1.875rem 0;
  }
  #single-used section#options {
    margin-top: -3.125rem;
  }
  #single-used section#options #pdf-button {
    padding: 0.6875rem 0 0.6875rem 3.125rem;
    height: 3.125rem;
    margin-left: -2.3125rem;
  }
  #single-used section#options #pdf-button .label {
    max-width: none;
  }
  #single-used section#options #finance-button {
    padding: 0.6875rem 0 0.6875rem 3.125rem;
    height: 3.125rem;
  }
  #single-used section#options #finance-button .label {
    width: auto;
  }
  #single-used section#options #finance-tab {
    position: static;
    padding: 7.5rem 3.125rem 3.125rem;
    margin-top: -3.125rem;
  }
  #single-used section#options #finance-tab .close {
    display: none;
  }
  #single-used section#options #warranty-button {
    padding: 0.6875rem 0 0.6875rem 3.125rem;
    height: 3.125rem;
  }
  #single-used section#options #warranty-button .label {
    width: auto;
  }
  #single-used section#options #warranty-tab {
    padding: 7.5rem 3.125rem 3.125rem;
  }
  #single-used section#description .bg-white {
    padding: 3.125rem 0;
  }
  #single-used section#forms {
    overflow: hidden;
  }
  #single-used section#forms .bg-lightgrey {
    padding: 3.125rem;
    position: relative;
    overflow: hidden;
  }
  #single-used section#forms #enquiry-button {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    z-index: 3;
    width: 100%;
  }
  #single-used section#forms #test-button {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    z-index: 2;
    margin: 0;
    width: 100%;
  }
  #single-used section#forms #partex-button {
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    z-index: 1;
    margin: 0;
    width: 100%;
  }
  #single-used section#forms #partex-button.open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
  }
  #single-used section#forms .form-tab {
    position: relative;
    padding: 3.125rem;
    left: auto;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
  #single-used section#forms .form-tab::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
    height: 12.5rem;
    width: 50%;
    left: calc(75% + 8.75rem);
  }
  #single-used section#forms .form-tab .close {
    display: none;
  }
  #single-used section#forms .form-tab.bg-white {
    background: #fff;
  }
  #single-used section#forms .form-tab.bg-white::before {
    background: #fff;
  }
  #single-used section#forms .form-tab.bg-darkergrey {
    background: #292929;
  }
  #single-used section#forms .form-tab.bg-darkergrey::before {
    background: #292929;
  }
  .theme-ducati #single-used section#forms .form-tab#enquiry-tab::before {
    background: #CC0000;
  }
  .theme-kawasaki #single-used section#forms .form-tab#enquiry-tab::before {
    background: #69be28;
  }
  .theme-scrambler #single-used section#forms .form-tab#enquiry-tab::before {
    background: #FFC400;
  }
  #single-used section#forms form input, #single-used section#forms form textarea, #single-used section#forms form select {
    padding: 0.78125rem 1.09375rem;
  }
  #single-used section#forms form h3 {
    display: none;
  }
  #single-used section#accessories {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
  #single-used section#accessories article .bg-white h3 {
    font-size: 1.375rem;
  }
  #single-used section#accessories article .bg-white small {
    font-size: 1.125rem;
  }
  #single-used section#relatedheading {
    padding-top: 3.125rem;
  }
  #single-used section#relatedheading #relatedheadingwrapper {
    padding-left: 3.125rem;
  }
  #single-used section#related {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
  #single-used section#related article .bg-white h3 {
    font-size: 1.375rem;
  }
  #single-used section#related article .bg-white small {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  #single-used section#specs::after {
    margin-left: -10%;
  }
  #single-used section#forms .bg-lightgrey::after {
    left: calc(75% + 8.125rem);
  }
  #single-used section#accessories article:nth-child(4) {
    display: block;
  }
  #single-used section#related article:nth-child(4) {
    display: block;
  }
}
@media (min-width: 0px) {
  #archive-product section#model {
    position: relative;
  }
  #archive-product section#model .bg-lightergrey {
    height: 100%;
    width: 100%;
    padding: 1.25rem;
    position: relative;
  }
  #archive-product section#model .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    width: 100%;
    height: 100%;
    right: 0;
    transform-origin: top;
  }
  #archive-product section#model .bg-lightergrey p {
    max-width: calc(100% - 7.5rem);
  }
  #archive-product section#model .image {
    padding-bottom: 12.5rem;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 18.75rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #archive-product section#model .button {
    position: absolute;
    top: calc(50% - 6.875rem);
    right: 1.25rem;
  }
  #archive-product section#brands {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #archive-product section#brands a {
    display: block;
    padding-bottom: 100%;
    background-size: 120% auto;
    background-position: center;
    text-indent: -624.9375rem;
    height: 0;
    background-color: #e5e5e5;
  }
  #archive-product section#archive,
  #archive-product section#categories {
    padding: 0 1.25rem;
  }
  #archive-product section#archive .filters-button,
  #archive-product section#categories .filters-button {
    margin: 0 -1.25rem 1.25rem;
    display: inline-block;
    position: relative;
  }
  #archive-product section#archive .filters-button *,
  #archive-product section#categories .filters-button * {
    position: relative;
    z-index: 2;
  }
  #archive-product section#archive .filters-button .button,
  #archive-product section#categories .filters-button .button {
    padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  }
  #archive-product section#archive .filters-button::after,
  #archive-product section#categories .filters-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 2.5rem;
    height: 100%;
  }
  #archive-product section#archive .filters,
  #archive-product section#categories .filters {
    padding: 3.75rem 1.25rem 0;
    margin: -3.75rem -1.25rem 1.25rem;
    display: none;
  }
  #archive-product section#archive .filters .filter,
  #archive-product section#archive .filters .wcpf-field-item,
  #archive-product section#categories .filters .filter,
  #archive-product section#categories .filters .wcpf-field-item {
    padding: 0 0 1.25rem;
    margin: 0;
  }
  #archive-product section#archive .filters .filter .values,
  #archive-product section#archive .filters .filter .price_label,
  #archive-product section#archive .filters .filter .priceSliderAmount,
  #archive-product section#archive .filters .wcpf-field-item .values,
  #archive-product section#archive .filters .wcpf-field-item .price_label,
  #archive-product section#archive .filters .wcpf-field-item .priceSliderAmount,
  #archive-product section#categories .filters .filter .values,
  #archive-product section#categories .filters .filter .price_label,
  #archive-product section#categories .filters .filter .priceSliderAmount,
  #archive-product section#categories .filters .wcpf-field-item .values,
  #archive-product section#categories .filters .wcpf-field-item .price_label,
  #archive-product section#categories .filters .wcpf-field-item .priceSliderAmount {
    padding: 0.625rem 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
  }
  #archive-product section#archive .filters .filter .wcpf-heading-label,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-heading-label,
  #archive-product section#categories .filters .filter .wcpf-heading-label,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-heading-label {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    color: #151515;
  }
  #archive-product section#archive .filters .filter ul,
  #archive-product section#archive .filters .filter .wcpf-checkbox-list,
  #archive-product section#archive .filters .wcpf-field-item ul,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-checkbox-list,
  #archive-product section#categories .filters .filter ul,
  #archive-product section#categories .filters .filter .wcpf-checkbox-list,
  #archive-product section#categories .filters .wcpf-field-item ul,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-checkbox-list {
    margin: 0;
  }
  #archive-product section#archive .filters .filter ul ul,
  #archive-product section#archive .filters .filter ul .wcpf-item-children-container,
  #archive-product section#archive .filters .filter .wcpf-checkbox-list ul,
  #archive-product section#archive .filters .filter .wcpf-checkbox-list .wcpf-item-children-container,
  #archive-product section#archive .filters .wcpf-field-item ul ul,
  #archive-product section#archive .filters .wcpf-field-item ul .wcpf-item-children-container,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-checkbox-list ul,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-checkbox-list .wcpf-item-children-container,
  #archive-product section#categories .filters .filter ul ul,
  #archive-product section#categories .filters .filter ul .wcpf-item-children-container,
  #archive-product section#categories .filters .filter .wcpf-checkbox-list ul,
  #archive-product section#categories .filters .filter .wcpf-checkbox-list .wcpf-item-children-container,
  #archive-product section#categories .filters .wcpf-field-item ul ul,
  #archive-product section#categories .filters .wcpf-field-item ul .wcpf-item-children-container,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-checkbox-list ul,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-checkbox-list .wcpf-item-children-container {
    margin: 0.3125rem 0 0.3125rem 1.25rem;
    padding: 0;
  }
  #archive-product section#archive .filters .filter a,
  #archive-product section#archive .filters .filter .wcpf-item-inner,
  #archive-product section#archive .filters .wcpf-field-item a,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-item-inner,
  #archive-product section#categories .filters .filter a,
  #archive-product section#categories .filters .filter .wcpf-item-inner,
  #archive-product section#categories .filters .wcpf-field-item a,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-item-inner {
    display: block;
    margin: 0 0 0.3125rem;
    position: relative;
  }
  #archive-product section#archive .filters .filter .wcpf-item-inner .wcpf-input-container,
  #archive-product section#archive .filters .filter a::before,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-item-inner .wcpf-input-container,
  #archive-product section#archive .filters .wcpf-field-item a::before,
  #archive-product section#categories .filters .filter .wcpf-item-inner .wcpf-input-container,
  #archive-product section#categories .filters .filter a::before,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-item-inner .wcpf-input-container,
  #archive-product section#categories .filters .wcpf-field-item a::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #EDEDED;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 0.75rem;
    margin: 0 0.3125rem 0 0;
    font-weight: 400;
    font-family: sans-serif;
    transform: none;
    border: none;
    float: none;
    border-radius: 0;
  }
  #archive-product section#archive .filters .filter a::before,
  #archive-product section#archive .filters .wcpf-field-item a::before,
  #archive-product section#categories .filters .filter a::before,
  #archive-product section#categories .filters .wcpf-field-item a::before {
    margin: 0 0.625rem 0 0;
  }
  #archive-product section#archive .filters .filter li.chosen a::after,
  #archive-product section#archive .filters .wcpf-field-item li.chosen a::after,
  #archive-product section#categories .filters .filter li.chosen a::after,
  #archive-product section#categories .filters .wcpf-field-item li.chosen a::after {
    content: "";
    position: absolute;
    top: 0.5625rem;
    left: 0.25rem;
    height: 0.1875rem;
    width: 0.375rem;
    transform: rotate(-45deg);
    border: solid #fff;
    border-width: 0 0 0.125rem 0.125rem;
    box-sizing: content-box;
  }
  #archive-product section#archive .filters .filter .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-title-container,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-title-container,
  #archive-product section#categories .filters .filter .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-title-container,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-title-container {
    font-weight: 700;
  }
  #archive-product section#archive .filters .filter .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container,
  #archive-product section#categories .filters .filter .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container {
    background: #414141;
  }
  #archive-product section#archive .filters .filter .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container::after,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container::after,
  #archive-product section#categories .filters .filter .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container::after,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-item.checked > .wcpf-item-inner > .wcpf-item-label .wcpf-input-container::after {
    border-color: #fff;
    left: 0.25rem;
  }
  #archive-product section#archive .filters .filter .wcpf-title-container,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-title-container,
  #archive-product section#categories .filters .filter .wcpf-title-container,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-title-container {
    float: none;
    padding: 0;
    line-height: 1.3;
    width: calc(100% - 1.875rem);
    vertical-align: middle;
  }
  #archive-product section#archive .filters .filter .wcpf-item-label:hover,
  #archive-product section#archive .filters .wcpf-field-item .wcpf-item-label:hover,
  #archive-product section#categories .filters .filter .wcpf-item-label:hover,
  #archive-product section#categories .filters .wcpf-field-item .wcpf-item-label:hover {
    color: #151515;
  }
  #archive-product section#archive .filters .filter .count,
  #archive-product section#archive .filters .wcpf-field-item .count,
  #archive-product section#categories .filters .filter .count,
  #archive-product section#categories .filters .wcpf-field-item .count {
    display: none;
  }
  #archive-product section#archive .filters .filter .chosen,
  #archive-product section#archive .filters .filter .current-cat,
  #archive-product section#archive .filters .wcpf-field-item .chosen,
  #archive-product section#archive .filters .wcpf-field-item .current-cat,
  #archive-product section#categories .filters .filter .chosen,
  #archive-product section#categories .filters .filter .current-cat,
  #archive-product section#categories .filters .wcpf-field-item .chosen,
  #archive-product section#categories .filters .wcpf-field-item .current-cat {
    font-weight: 700;
  }
  #archive-product section#archive .filters .filter .chosen a::before,
  #archive-product section#archive .filters .filter .current-cat a::before,
  #archive-product section#archive .filters .wcpf-field-item .chosen a::before,
  #archive-product section#archive .filters .wcpf-field-item .current-cat a::before,
  #archive-product section#categories .filters .filter .chosen a::before,
  #archive-product section#categories .filters .filter .current-cat a::before,
  #archive-product section#categories .filters .wcpf-field-item .chosen a::before,
  #archive-product section#categories .filters .wcpf-field-item .current-cat a::before {
    background: #414141;
  }
  #archive-product section#archive .filters .filter .button,
  #archive-product section#archive .filters .wcpf-field-item .button,
  #archive-product section#categories .filters .filter .button,
  #archive-product section#categories .filters .wcpf-field-item .button {
    display: none;
  }
  #archive-product section#archive .wcpf-price-slider,
  #archive-product section#categories .wcpf-price-slider {
    margin: 0;
    padding: 0;
  }
  #archive-product section#archive #price-range,
  #archive-product section#archive .price_slider,
  #archive-product section#archive .priceSliderInput,
  #archive-product section#categories #price-range,
  #archive-product section#categories .price_slider,
  #archive-product section#categories .priceSliderInput {
    height: 0.25rem;
    position: relative;
    background: #EDEDED;
    margin: 1.25rem 0 0.625rem;
  }
  #archive-product section#archive #price-range .ui-slider-range,
  #archive-product section#archive .price_slider .ui-slider-range,
  #archive-product section#archive .priceSliderInput .ui-slider-range,
  #archive-product section#categories #price-range .ui-slider-range,
  #archive-product section#categories .price_slider .ui-slider-range,
  #archive-product section#categories .priceSliderInput .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #EDEDED;
  }
  #archive-product section#archive #price-range .ui-slider-handle,
  #archive-product section#archive .price_slider .ui-slider-handle,
  #archive-product section#archive .priceSliderInput .ui-slider-handle,
  #archive-product section#categories #price-range .ui-slider-handle,
  #archive-product section#categories .price_slider .ui-slider-handle,
  #archive-product section#categories .priceSliderInput .ui-slider-handle {
    position: absolute;
    top: -0.625rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #B5B5B5;
    border-radius: 50%;
    margin: 0;
  }
  #archive-product section#archive #price-range .ui-slider-handle:last-child,
  #archive-product section#archive .price_slider .ui-slider-handle:last-child,
  #archive-product section#archive .priceSliderInput .ui-slider-handle:last-child,
  #archive-product section#categories #price-range .ui-slider-handle:last-child,
  #archive-product section#categories .price_slider .ui-slider-handle:last-child,
  #archive-product section#categories .priceSliderInput .ui-slider-handle:last-child {
    margin-left: -1.5rem;
  }
  #archive-product section#archive .sort,
  #archive-product section#archive .wc-products-before,
  #archive-product section#categories .sort,
  #archive-product section#categories .wc-products-before {
    padding: 0 0 1.25rem;
    text-align: right;
  }
  #archive-product section#archive .sort .results,
  #archive-product section#archive .sort .woocommerce-result-count,
  #archive-product section#archive .wc-products-before .results,
  #archive-product section#archive .wc-products-before .woocommerce-result-count,
  #archive-product section#categories .sort .results,
  #archive-product section#categories .sort .woocommerce-result-count,
  #archive-product section#categories .wc-products-before .results,
  #archive-product section#categories .wc-products-before .woocommerce-result-count {
    padding: 0 0 0.625rem;
    font-size: 1rem;
    margin: 0;
    float: none;
    text-align: left;
  }
  #archive-product section#archive .sort .option,
  #archive-product section#archive .sort .woocommerce-ordering,
  #archive-product section#archive .wc-products-before .option,
  #archive-product section#archive .wc-products-before .woocommerce-ordering,
  #archive-product section#categories .sort .option,
  #archive-product section#categories .sort .woocommerce-ordering,
  #archive-product section#categories .wc-products-before .option,
  #archive-product section#categories .wc-products-before .woocommerce-ordering {
    display: inline-block;
    padding: 0 0.625rem 0 0;
    width: calc(100% - 5.625rem);
    font-size: 1rem;
    margin: 0;
    float: none;
    text-align: left;
  }
  #archive-product section#archive .sort .option select,
  #archive-product section#archive .sort .woocommerce-ordering select,
  #archive-product section#archive .wc-products-before .option select,
  #archive-product section#archive .wc-products-before .woocommerce-ordering select,
  #archive-product section#categories .sort .option select,
  #archive-product section#categories .sort .woocommerce-ordering select,
  #archive-product section#categories .wc-products-before .option select,
  #archive-product section#categories .wc-products-before .woocommerce-ordering select {
    background-color: #fff;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(assets/dropdown.svg);
    background-position: center right 0.9375rem;
    background-size: auto 25%;
    background-repeat: no-repeat;
  }
  #archive-product section#archive .sort .option select::-ms-expand,
  #archive-product section#archive .sort .woocommerce-ordering select::-ms-expand,
  #archive-product section#archive .wc-products-before .option select::-ms-expand,
  #archive-product section#archive .wc-products-before .woocommerce-ordering select::-ms-expand,
  #archive-product section#categories .sort .option select::-ms-expand,
  #archive-product section#categories .sort .woocommerce-ordering select::-ms-expand,
  #archive-product section#categories .wc-products-before .option select::-ms-expand,
  #archive-product section#categories .wc-products-before .woocommerce-ordering select::-ms-expand {
    display: none;
  }
  #archive-product section#archive .sort .wc-display,
  #archive-product section#archive .wc-products-before .wc-display,
  #archive-product section#categories .sort .wc-display,
  #archive-product section#categories .wc-products-before .wc-display {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    width: 5.3125rem;
  }
  #archive-product section#archive .sort .wc-display a,
  #archive-product section#archive .wc-products-before .wc-display a,
  #archive-product section#categories .sort .wc-display a,
  #archive-product section#categories .wc-products-before .wc-display a {
    display: inline-block;
    vertical-align: bottom;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    padding: 0.625rem;
  }
  #archive-product section#archive .sort .wc-display a svg *,
  #archive-product section#archive .wc-products-before .wc-display a svg *,
  #archive-product section#categories .sort .wc-display a svg *,
  #archive-product section#categories .wc-products-before .wc-display a svg * {
    fill: #414141;
  }
  #archive-product section#archive .sort .wc-display a img,
  #archive-product section#archive .wc-products-before .wc-display a img,
  #archive-product section#categories .sort .wc-display a img,
  #archive-product section#categories .wc-products-before .wc-display a img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #archive-product section#archive .sort .wc-display span,
  #archive-product section#archive .wc-products-before .wc-display span,
  #archive-product section#categories .sort .wc-display span,
  #archive-product section#categories .wc-products-before .wc-display span {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background: #414141;
    padding: 0.625rem;
    vertical-align: bottom;
  }
  #archive-product section#archive .sort .wc-display span svg *,
  #archive-product section#archive .wc-products-before .wc-display span svg *,
  #archive-product section#categories .sort .wc-display span svg *,
  #archive-product section#categories .wc-products-before .wc-display span svg * {
    fill: #fff;
  }
  #archive-product section#archive .sort.has-print .woocommerce-ordering,
  #archive-product section#archive .wc-products-before.has-print .woocommerce-ordering,
  #archive-product section#categories .sort.has-print .woocommerce-ordering,
  #archive-product section#categories .wc-products-before.has-print .woocommerce-ordering {
    width: calc(100% - 8.4375rem);
  }
  #archive-product section#archive .sort.has-print .wc-display,
  #archive-product section#archive .wc-products-before.has-print .wc-display,
  #archive-product section#categories .sort.has-print .wc-display,
  #archive-product section#categories .wc-products-before.has-print .wc-display {
    width: 8.125rem;
  }
  #archive-product section#archive article,
  #archive-product section#categories article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #archive-product section#archive article .row,
  #archive-product section#categories article .row {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
  }
  #archive-product section#archive article .row::after,
  #archive-product section#categories article .row::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 3.125rem;
    height: 2.5rem;
  }
  #archive-product section#archive article .variantDetails,
  #archive-product section#categories article .variantDetails {
    width: calc(100% - 1.875rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  #archive-product section#archive article .d-flex,
  #archive-product section#categories article .d-flex {
    display: flex;
    width: 100%;
  }
  #archive-product section#archive article .d-flex.justify-content-between,
  #archive-product section#categories article .d-flex.justify-content-between {
    justify-content: space-between;
  }
  #archive-product section#archive article .d-flex.flex-direction-col,
  #archive-product section#categories article .d-flex.flex-direction-col {
    flex-direction: column;
  }
  #archive-product section#archive article .img,
  #archive-product section#categories article .img {
    position: relative;
    padding: 0.625rem;
    background: #fff;
  }
  #archive-product section#archive article .img a,
  #archive-product section#categories article .img a {
    display: block;
  }
  #archive-product section#archive article .img span,
  #archive-product section#categories article .img span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.375rem 1.25rem 0.375rem 0.625rem;
    text-transform: uppercase;
    font-size: 1rem;
  }
  #archive-product section#archive article .img span::after,
  #archive-product section#categories article .img span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #archive-product section#archive article .img span.sold,
  #archive-product section#categories article .img span.sold {
    left: auto;
    right: 0;
    background: #EDEDED;
    color: #CC0000;
    padding: 0.5rem 0.625rem 0.5rem 1.125rem;
  }
  #archive-product section#archive article .img span.sold::after,
  #archive-product section#categories article .img span.sold::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
  }
  #archive-product section#archive article img,
  #archive-product section#categories article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #archive-product section#archive article .title,
  #archive-product section#categories article .title {
    background: #fff;
    width: 100%;
  }
  #archive-product section#archive article .title a,
  #archive-product section#categories article .title a {
    position: relative;
    margin: 0 0 0.625rem;
    width: 100%;
  }
  #archive-product section#archive article .title a .status,
  #archive-product section#categories article .title a .status {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #69be28;
    text-indent: -624.9375rem;
    overflow: hidden;
    position: absolute;
  }
  #archive-product section#archive article .title a .status.backorder,
  #archive-product section#categories article .title a .status.backorder {
    background: #FFC400;
  }
  #archive-product section#archive article .title h3,
  #archive-product section#categories article .title h3 {
    margin: 0;
    width: 100%;
    font-size: 1.125rem;
  }
  #archive-product section#archive article .title .price,
  #archive-product section#categories article .title .price {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    width: 100%;
  }
  #archive-product section#archive article .title .price del,
  #archive-product section#categories article .title .price del {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.3125rem;
    text-decoration: none;
  }
  #archive-product section#archive article .title .price del::before,
  #archive-product section#categories article .title .price del::before {
    content: "Was ";
  }
  #archive-product section#archive article .title .price ins,
  #archive-product section#categories article .title .price ins {
    color: #CC0000;
    text-decoration: none;
  }
  #archive-product section#archive article .title .price .old,
  #archive-product section#categories article .title .price .old {
    font-weight: 300;
    text-decoration: line-through;
    display: block;
  }
  #archive-product section#archive article .title small,
  #archive-product section#categories article .title small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #archive-product section#archive .grid,
  #archive-product section#archive .cat,
  #archive-product section#categories .grid,
  #archive-product section#categories .cat {
    margin: 0 -0.625rem;
  }
  #archive-product section#archive .grid article.col,
  #archive-product section#archive .cat article.col,
  #archive-product section#categories .grid article.col,
  #archive-product section#categories .cat article.col {
    padding: 0 0.625rem;
    width: 50%;
  }
  #archive-product section#archive .grid article.col .row,
  #archive-product section#archive .cat article.col .row,
  #archive-product section#categories .grid article.col .row,
  #archive-product section#categories .cat article.col .row {
    margin: 0;
  }
  #archive-product section#archive .grid article.col .title,
  #archive-product section#archive .cat article.col .title,
  #archive-product section#categories .grid article.col .title,
  #archive-product section#categories .cat article.col .title {
    text-align: center;
    padding: 0.9375rem;
  }
  #archive-product section#archive .grid article.col .title a,
  #archive-product section#archive .cat article.col .title a,
  #archive-product section#categories .grid article.col .title a,
  #archive-product section#categories .cat article.col .title a {
    padding: 0.75rem 0 0;
  }
  #archive-product section#archive .grid article.col .title a .status,
  #archive-product section#archive .cat article.col .title a .status,
  #archive-product section#categories .grid article.col .title a .status,
  #archive-product section#categories .cat article.col .title a .status {
    top: 0;
    left: calc(50% - 0.3125rem);
  }
  #archive-product section#archive .grid article.col .title .price del,
  #archive-product section#archive .grid article.col .title .price ins,
  #archive-product section#archive .cat article.col .title .price del,
  #archive-product section#archive .cat article.col .title .price ins,
  #archive-product section#categories .grid article.col .title .price del,
  #archive-product section#categories .grid article.col .title .price ins,
  #archive-product section#categories .cat article.col .title .price del,
  #archive-product section#categories .cat article.col .title .price ins {
    display: block;
  }
  #archive-product section#archive .list,
  #archive-product section#categories .list {
    margin: 0;
  }
  #archive-product section#archive .list article.col,
  #archive-product section#categories .list article.col {
    padding: 0;
  }
  #archive-product section#archive .list article.col .row,
  #archive-product section#categories .list article.col .row {
    margin: 0;
    align-content: center;
  }
  #archive-product section#archive .list article.col .row .col,
  #archive-product section#categories .list article.col .row .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  #archive-product section#archive .list article.col .img,
  #archive-product section#categories .list article.col .img {
    width: 33.3333%;
  }
  #archive-product section#archive .list article.col .title,
  #archive-product section#categories .list article.col .title {
    width: 66.6667%;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
  }
  #archive-product section#archive .list article.col .title a,
  #archive-product section#categories .list article.col .title a {
    padding: 0 0 0 0.9375rem;
  }
  #archive-product section#archive .list article.col .title a .status,
  #archive-product section#categories .list article.col .title a .status {
    top: calc(50% - 0.3125rem);
    left: 0;
  }
  #archive-product section#archive .list article.col .title .price del,
  #archive-product section#archive .list article.col .title .price ins,
  #archive-product section#categories .list article.col .title .price del,
  #archive-product section#categories .list article.col .title .price ins {
    display: inline-block;
    margin-right: 0.625rem;
  }
  #archive-product section#categories {
    padding: 1.25rem 1.25rem 0;
  }
  #archive-product section#accessorise {
    overflow: hidden;
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F7F7F7, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg1.jpg);
    background-size: cover;
    background-position: bottom;
  }
  #archive-product section#accessorise .image {
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    position: relative;
    background-size: 120% auto;
    background-position: right;
  }
  #archive-product section#accessorise .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #archive-product section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
}
@media (min-width: 576px) {
  #archive-product section#archive .sort .results, #archive-product section#archive .sort .woocommerce-result-count, #archive-product section#archive .wc-products-before .results, #archive-product section#archive .wc-products-before .woocommerce-result-count, #archive-product section#categories .sort .results, #archive-product section#categories .sort .woocommerce-result-count, #archive-product section#categories .wc-products-before .results, #archive-product section#categories .wc-products-before .woocommerce-result-count {
    padding: 0;
    display: inline-block;
    width: 45%;
    vertical-align: bottom;
  }
  #archive-product section#archive .sort .option, #archive-product section#archive .sort .woocommerce-ordering, #archive-product section#archive .wc-products-before .option, #archive-product section#archive .wc-products-before .woocommerce-ordering, #archive-product section#categories .sort .option, #archive-product section#categories .sort .woocommerce-ordering, #archive-product section#categories .wc-products-before .option, #archive-product section#categories .wc-products-before .woocommerce-ordering {
    padding: 0 0.3125rem 0 0.9375rem;
    display: inline-block;
    width: calc(55% - 5.9375rem);
    vertical-align: bottom;
    text-align: right;
  }
  #archive-product section#archive .sort.has-print .woocommerce-ordering, #archive-product section#archive .wc-products-before.has-print .woocommerce-ordering, #archive-product section#categories .sort.has-print .woocommerce-ordering, #archive-product section#categories .wc-products-before.has-print .woocommerce-ordering {
    width: calc(55% - 8.75rem);
  }
  #archive-product section#archive .list article.col .img, #archive-product section#categories .list article.col .img {
    width: 25%;
  }
  #archive-product section#archive .list article.col .title, #archive-product section#categories .list article.col .title {
    width: 75%;
  }
}
@media (min-width: 768px) {
  #archive-product section#model {
    position: relative;
  }
  #archive-product section#model .bg-lightergrey {
    padding: 1.875rem;
    position: relative;
  }
  #archive-product section#model .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    right: -25%;
  }
  #archive-product section#model .bg-lightergrey h1, #archive-product section#model .bg-lightergrey p, #archive-product section#model .bg-lightergrey .button {
    position: relative;
    max-width: 100%;
    z-index: 2;
  }
  #archive-product section#model .button {
    position: relative;
    background: #EDEDED;
    right: 1.875rem;
    top: auto;
  }
  #archive-product section#brands {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #archive-product section#archive, #archive-product section#categories {
    padding: 0 1.875rem 0.625rem;
  }
  #archive-product section#archive .filters-button, #archive-product section#categories .filters-button {
    margin: 0 -1.875rem 1.875rem;
  }
  #archive-product section#archive .filters-button .button, #archive-product section#categories .filters-button .button {
    padding: 0.625rem 2.1875rem 0.625rem 1.875rem;
  }
  #archive-product section#archive .filters, #archive-product section#categories .filters {
    padding: 4.5rem 1.875rem 1.875rem;
    margin: -4.5rem -1.875rem 1.875rem;
  }
  #archive-product section#archive .filters .wcpf-filter-inner, #archive-product section#categories .filters .wcpf-filter-inner {
    margin: 0 -0.625rem;
  }
  #archive-product section#archive .filters .filter, #archive-product section#archive .filters .wcpf-field-item, #archive-product section#categories .filters .filter, #archive-product section#categories .filters .wcpf-field-item {
    display: inline-block;
    width: 33.3333%;
    margin: 0 -0.25em 0 0;
    vertical-align: top;
    padding: 0 0.625rem 1.875rem;
  }
  #archive-product section#archive .filters .filter .wcpf-heading-label, #archive-product section#archive .filters .wcpf-field-item .wcpf-heading-label, #archive-product section#categories .filters .filter .wcpf-heading-label, #archive-product section#categories .filters .wcpf-field-item .wcpf-heading-label {
    font-size: 1.25rem;
  }
  #archive-product section#archive .filters .filter, #archive-product section#categories .filters .filter {
    padding: 0 0 1.875rem;
  }
  #archive-product section#archive .sort .option, #archive-product section#categories .sort .option {
    width: auto;
  }
  #archive-product section#archive article .title h3, #archive-product section#categories article .title h3 {
    font-size: 1.375rem;
  }
  #archive-product section#archive article .title .price, #archive-product section#categories article .title .price {
    font-size: 1.375rem;
  }
  #archive-product section#archive article .img span, #archive-product section#categories article .img span {
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    font-size: 1.125rem;
  }
  #archive-product section#archive .grid article.col, #archive-product section#archive .cat article.col, #archive-product section#categories .grid article.col, #archive-product section#categories .cat article.col {
    width: 33.3333%;
  }
  #archive-product section#archive .list article.col .img, #archive-product section#categories .list article.col .img {
    width: 20%;
  }
  #archive-product section#archive .list article.col .title, #archive-product section#categories .list article.col .title {
    width: 80%;
  }
  #archive-product section#categories {
    padding: 1.875rem 1.875rem 0.625rem;
  }
  #archive-product section#accessorise {
    position: relative;
    padding-top: 3.125rem;
  }
  #archive-product section#accessorise::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #archive-product section#accessorise .image {
    padding-bottom: 100%;
    background-size: cover;
    z-index: 2;
  }
  #archive-product section#accessorise .bg-white {
    padding: 1.875rem 1.875rem 1.875rem 0;
    height: 80%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #archive-product section#accessorise .bg-white * {
    position: relative;
    z-index: 2;
  }
  #archive-product section#accessorise .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 200%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #archive-product section#model {
    position: relative;
  }
  #archive-product section#model .bg-lightergrey {
    padding: 5rem 0 3.125rem 3.125rem;
  }
  #archive-product section#model .button {
    right: 3.125rem;
  }
  #archive-product section#brands .col {
    width: 12.5%;
  }
  #archive-product section#archive, #archive-product section#categories {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  #archive-product section#archive .filters-button, #archive-product section#categories .filters-button {
    display: none;
  }
  #archive-product section#archive .filters, #archive-product section#categories .filters {
    padding: 0;
    margin: 0;
    background: none;
    display: block !important;
  }
  #archive-product section#archive .filters .filter, #archive-product section#archive .filters .wcpf-field-item, #archive-product section#categories .filters .filter, #archive-product section#categories .filters .wcpf-field-item {
    display: block;
    width: 100%;
    margin: 0;
  }
  #archive-product section#archive .filters .filter a::before, #archive-product section#archive .filters .filter .wcpf-item-inner .wcpf-input-container, #archive-product section#archive .filters .wcpf-field-item a::before, #archive-product section#archive .filters .wcpf-field-item .wcpf-item-inner .wcpf-input-container, #archive-product section#categories .filters .filter a::before, #archive-product section#categories .filters .filter .wcpf-item-inner .wcpf-input-container, #archive-product section#categories .filters .wcpf-field-item a::before, #archive-product section#categories .filters .wcpf-field-item .wcpf-item-inner .wcpf-input-container {
    background: #fff;
  }
  #archive-product section#archive .filters .filter .wcpf-heading-label, #archive-product section#archive .filters .wcpf-field-item .wcpf-heading-label, #archive-product section#categories .filters .filter .wcpf-heading-label, #archive-product section#categories .filters .wcpf-field-item .wcpf-heading-label {
    font-size: 1.375rem;
  }
  #archive-product section#archive #price-range, #archive-product section#categories #price-range {
    background: #fff;
  }
  #archive-product section#archive #price-range .ui-slider-range, #archive-product section#categories #price-range .ui-slider-range {
    background: #fff;
  }
  #archive-product section#archive article .title h3, #archive-product section#categories article .title h3 {
    font-size: 1.375rem;
  }
  #archive-product section#archive article .title small, #archive-product section#categories article .title small {
    font-size: 1.125rem;
  }
  #archive-product section#archive .cat article.col, #archive-product section#categories .cat article.col {
    width: 25%;
  }
  #archive-product section#accessorise {
    background-position: center;
  }
  #archive-product section#accessorise::after {
    height: 25%;
  }
  #archive-product section#accessorise .image {
    padding-bottom: 71.5%;
  }
  #archive-product section#accessorise .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 0;
    height: 80%;
    margin: 0;
  }
}
@media (min-width: 0px) {
  #single-product section#model {
    position: relative;
    overflow: hidden;
  }
  #single-product section#model .bg-lightergrey {
    height: 100%;
    width: 100%;
    padding: 1.25rem;
    position: relative;
  }
  #single-product section#model .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    width: 100%;
    height: 100%;
    right: 0;
    transform-origin: top;
  }
  #single-product section#model .bg-lightergrey p {
    max-width: calc(100% - 7.5rem);
  }
  #single-product section#model .image {
    padding-bottom: 12.5rem;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 18.75rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #single-product section#model .button {
    position: absolute;
    top: calc(50% - 6.875rem);
    right: 1.25rem;
  }
  #single-product section#content {
    overflow: hidden;
    padding: 0 0 1.25rem;
    position: relative;
  }
  #single-product section#content .bg-lightergrey {
    padding: 1.25rem;
    position: relative;
  }
  #single-product section#content .bg-lightergrey h1 {
    margin: 0;
  }
  #single-product section#content .bg-lightergrey img.logo {
    width: 4rem;
    height: auto;
    display: block;
    margin: 0 0 0.625rem;
  }
  #single-product section#content .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 5rem;
    width: 3.75rem;
  }
  #single-product section#content .gallery {
    position: relative;
    overflow: hidden;
    margin: 0 -1.25rem 1.25rem;
  }
  #single-product section#content .gallery .swiper-container .swiper-slide .image {
    display: block;
    padding-bottom: 100%;
    position: relative;
  }
  #single-product section#content .gallery .swiper-container .swiper-slide .image div {
    position: absolute;
    top: 50%;
    left: 0;
    background: #151515;
    color: #fff;
    padding: 0.875rem 1.25rem;
    text-transform: uppercase;
    height: 3.125rem;
    transform: translateY(-50%);
  }
  #single-product section#content .gallery .swiper-container .swiper-slide .image div .chevron {
    z-index: 2;
    margin-left: 0.625rem;
  }
  #single-product section#content .gallery .swiper-container .swiper-slide .image div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    background: #151515;
    width: 2.5rem;
    height: 100%;
  }
  #single-product section#content .gallery > span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #single-product section#content .gallery > span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.875rem;
    height: 100%;
  }
  #single-product section#content .gallery div.next, #single-product section#content .gallery div.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  #single-product section#content .gallery div.next .button::before, #single-product section#content .gallery div.next .button::after, #single-product section#content .gallery div.prev .button::before, #single-product section#content .gallery div.prev .button::after {
    box-shadow: none;
  }
  #single-product section#content .gallery div.next .button:hover::before, #single-product section#content .gallery div.next .button:hover::after, #single-product section#content .gallery div.prev .button:hover::before, #single-product section#content .gallery div.prev .button:hover::after {
    box-shadow: none;
    margin-right: 0;
  }
  #single-product section#content .gallery div.next::after, #single-product section#content .gallery div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #414141;
  }
  #single-product section#content .gallery div.next.next, #single-product section#content .gallery div.prev.next {
    left: auto;
    right: 0;
  }
  #single-product section#content .gallery div.next.next::after, #single-product section#content .gallery div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  #single-product section#content .gallery div.next.next span::before, #single-product section#content .gallery div.next.next span::after, #single-product section#content .gallery div.prev.next span::before, #single-product section#content .gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  #single-product section#content .gallery div.next span, #single-product section#content .gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
  #single-product section#content .gallery .pagination {
    margin: 0.9375rem -0.3125rem 0;
    padding: 0 1.25rem;
  }
  #single-product section#content .gallery .pagination .col {
    padding: 0.3125rem;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    opacity: 0.5;
  }
  #single-product section#content .gallery .pagination .col.swiper-pagination-bullet-active {
    opacity: 1;
  }
  #single-product section#content .gallery .pagination span {
    padding-bottom: 66.6666%;
    background-size: cover;
    background-position: center;
    display: block;
  }
  #single-product section#content .status {
    font-weight: 700;
    margin: 0 0 1.25rem;
  }
  #single-product section#content .price {
    display: block;
    font-size: 1.875rem;
    margin: 0 0 1.25rem;
    position: relative;
    color: #151515;
  }
  #single-product section#content .price ins {
    display: block;
    text-decoration: none;
    color: #CC0000;
    font-weight: 300;
  }
  #single-product section#content .price ins::after {
    content: " inc. VAT";
    color: #151515;
    font-size: 1rem;
    font-weight: 400;
  }
  #single-product section#content .price del {
    font-size: 1rem;
    display: block;
    text-decoration: none;
    font-weight: 400;
    margin: 0 0 0.3125rem;
    opacity: 1;
  }
  #single-product section#content .price del::before {
    content: "Was ";
  }
  #single-product section#content .price .old {
    font-weight: 300;
    text-decoration: line-through;
    display: block;
  }
  #single-product section#content .price .trade {
    font-weight: 700;
    display: block;
  }
  #single-product section#content .attributes .attribute {
    margin: 0 0 0.3125rem;
    padding: 0 0 0.3125rem;
    border-bottom: 0.0625rem solid #B5B5B5;
    white-space: nowrap;
  }
  #single-product section#content .attributes .attribute:last-child {
    margin: 0 0 1.25rem;
  }
  #single-product section#content .attributes .attribute strong {
    display: inline-block;
    width: 5.625rem;
  }
  #single-product section#content .stock {
    color: #151515;
    font-weight: 700;
    font-size: 1em;
  }
  #single-product section#content .variations {
    display: block;
    margin: 0;
  }
  #single-product section#content .variations tr, #single-product section#content .variations td {
    display: block;
    border: none;
    padding: 0;
    line-height: 1.3em;
  }
  #single-product section#content .variations tr label, #single-product section#content .variations td label {
    display: block;
    margin: 0 0 0.3125rem;
    font-weight: 400;
  }
  #single-product section#content .variations tr select, #single-product section#content .variations td select {
    display: block;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 0.625rem 2.5rem 0.625rem 0.625rem;
    width: 18.75rem;
    max-width: 100%;
    margin: 0 0 1.25rem;
    line-height: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.625rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.04' height='10.78' viewBox='0 0 18.04 10.78'%3E%3Cpath style='fill:%23292929' d='M0,0V4.85l9,5.93,9-5.93V0L9,5.93Z'/%3E%3C/svg%3E%0A");
  }
  #single-product section#content .variations tr a, #single-product section#content .variations td a {
    display: none !important;
  }
  #single-product section#content .variations tr label[for=pa_brand], #single-product section#content .variations tr select#pa_brand, #single-product section#content .variations tr button.reset_variations, #single-product section#content .variations td label[for=pa_brand], #single-product section#content .variations td select#pa_brand, #single-product section#content .variations td button.reset_variations {
    display: none !important;
  }
  #single-product section#content .cart {
    margin: 0;
  }
  #single-product section#content .cart .quantity {
    display: inline-block;
  }
  #single-product section#content .cart .quantity input {
    padding: 0.625rem;
    background: #fff;
    vertical-align: middle;
    width: 3.125rem;
    line-height: 1.25rem;
  }
  #single-product section#content .cart .nyp {
    margin: 0;
  }
  #single-product section#content .cart .minimum-price {
    font-size: 0.875rem;
    margin: -0.9375rem 0 1.25rem;
  }
  #single-product section#content .cart .voucher-image-options {
    display: none;
  }
  #single-product section#content .cart input[type=text], #single-product section#content .cart input[type=email], #single-product section#content .cart textarea {
    background: #fff;
    padding: 0.625rem;
    display: block;
    margin: 0 0 1.25rem;
    text-align: left;
    font-weight: 400;
  }
  #single-product section#content .cart label {
    line-height: 1.3;
    margin: 0 0 0.3125rem;
    display: block;
  }
  #single-product section#content .cart button {
    background: #151515;
    color: #fff;
    font-weight: 300;
    padding: 0.65625rem 0.96875rem;
    vertical-align: middle;
  }
  #single-product section#content .cart button::before, #single-product section#content .cart button::after {
    display: none;
  }
  #single-product section#content .cart .form-row {
    padding: 0;
    margin: 0;
  }
  #single-product section#content small {
    display: block;
    margin: 1.25rem 0 0;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  #single-product section#content .fitment {
    margin: 1.875rem 0 0;
  }
  #single-product section#content .fitment h4 {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
  }
  #single-product section#content .fitment p {
    font-size: 16px;
    font-size: 1rem;
  }
  #single-product section#content .fitment a {
    display: block;
    padding: 0.3125rem 0;
    border-bottom: 0.0625rem solid #fff;
  }
  #single-product section#content .fitment a.all-fitment {
    border: none;
    padding: 0;
    margin: 0.625rem 0 0;
    display: inline-block;
    font-weight: 500;
  }
  #single-product section#content #supersessions {
    padding: 1.25rem 0 0;
  }
  #single-product section#content #supersessions table {
    font-size: 0.875rem;
    border-collapse: collapse;
    width: 100%;
  }
  #single-product section#content #supersessions table th, #single-product section#content #supersessions table td {
    padding: 0.125rem;
    border: 0.0625rem solid #B5B5B5;
  }
  #single-product section#more {
    display: none;
  }
  #single-product section#related {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-product section#related .row {
    margin: 0 -0.625rem;
  }
  #single-product section#related .row .col {
    padding: 0 0.625rem;
  }
  #single-product section#related article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #single-product section#related article .row {
    background: #fff;
    position: relative;
    height: 100%;
    margin: 0;
  }
  #single-product section#related article .row::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 3.125rem;
    height: 2.5rem;
  }
  #single-product section#related article a {
    position: relative;
    display: block;
    background: #fff;
    padding: 0.625rem;
  }
  #single-product section#related article a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #single-product section#related article a span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #single-product section#related article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #single-product section#related article .bg-white {
    padding: 0.9375rem;
    text-align: center;
    width: 100%;
  }
  #single-product section#related article .bg-white a {
    padding: 0;
  }
  #single-product section#related article .bg-white .status {
    display: block;
    margin: 0 auto 0.125rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #69be28;
    text-indent: -624.9375rem;
    overflow: hidden;
  }
  #single-product section#related article .bg-white .status.backorder {
    background: #FFC400;
  }
  #single-product section#related article .bg-white .price {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
  }
  #single-product section#related article .bg-white .price del {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.3125rem;
    text-decoration: none;
  }
  #single-product section#related article .bg-white .price del::before {
    content: "Was ";
  }
  #single-product section#related article .bg-white .price ins {
    color: #CC0000;
    display: block;
    text-decoration: none;
  }
  #single-product section#related article .bg-white h3 {
    font-size: 1.125rem;
  }
  #single-product section#related article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  #single-product section#model {
    position: relative;
  }
  #single-product section#model .bg-lightergrey {
    padding: 1.875rem;
    position: relative;
  }
  #single-product section#model .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    right: -25%;
  }
  #single-product section#model .bg-lightergrey h1, #single-product section#model .bg-lightergrey p {
    position: relative;
    max-width: 100%;
    z-index: 2;
  }
  #single-product section#model .button {
    position: relative;
    background: #EDEDED;
    right: 1.875rem;
    top: auto;
  }
  #single-product section#content {
    padding: 0 0 1.875rem;
  }
  #single-product section#content .bg-lightergrey {
    padding: 0 1.875rem 0 0.625rem;
  }
  #single-product section#content .bg-lightergrey h1 {
    margin: 0 0 1.25rem;
  }
  #single-product section#content .bg-lightergrey img.logo {
    width: 4.5rem;
  }
  #single-product section#content .bg-lightergrey::after {
    display: none;
  }
  #single-product section#content .col.padding {
    padding-bottom: 40%;
  }
  #single-product section#content .gallery {
    position: absolute;
    top: 0;
    left: 1.875rem;
    width: calc(50% - 3.125rem);
    margin: 0;
  }
  #single-product section#content .gallery > span {
    font-size: 1.375rem;
  }
  #single-product section#content .gallery div.next.next span::before, #single-product section#content .gallery div.next.next span::after, #single-product section#content .gallery div.prev.next span::before, #single-product section#content .gallery div.prev.next span::after {
    left: 0.9375rem;
  }
  #single-product section#content .gallery div.next span, #single-product section#content .gallery div.prev span {
    padding: 1.5625rem;
  }
  #single-product section#content .gallery .pagination {
    margin: 0.625rem -0.625rem 0;
    padding: 0;
  }
  #single-product section#content .gallery .pagination .col {
    padding: 0.625rem;
  }
  #single-product section#content .price {
    font-size: 2.25rem;
    margin: 0 0 1.875rem;
    font-weight: 300;
  }
  #single-product section#content .attributes .attribute {
    padding: 0 0 0.625rem;
    margin: 0 0 0.625rem;
  }
  #single-product section#content .attributes .attribute:last-child {
    margin: 0 0 1.875rem;
  }
  #single-product section#content .cart button {
    padding: 0.625rem 0.9375rem;
  }
  #single-product section#content .intro {
    margin: 0 0 1.875rem;
  }
  #single-product section#content .attributes {
    margin: 0 0 1.875rem;
  }
  #single-product section#more {
    display: block;
  }
  #single-product section#more .row {
    margin-left: 0;
    margin-right: 0;
  }
  #single-product section#more .row .col {
    padding-left: 0;
    padding-right: 0;
  }
  #single-product section#more h3 {
    font-weight: 400;
    margin: 0.9375rem 0 0.9375rem;
    position: relative;
    z-index: 1;
  }
  #single-product section#more p {
    margin: 0 0.9375rem 0.9375rem 0;
    position: relative;
    z-index: 1;
  }
  #single-product section#more a.button {
    position: relative;
  }
  #single-product section#more a.button span {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #CC0000;
    width: 1.625rem;
    height: 100%;
  }
  #single-product section#more a.button.bg-green span {
    background: #69be28;
  }
  #single-product section#more .bg-lightgrey {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #single-product section#more .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 100%;
    left: calc(100% - 0.625rem);
  }
  #single-product section#more .bg-lightgrey img {
    width: 6.875rem;
    height: auto;
    display: block;
    margin: 0.625rem 0 0.625rem 0.625rem;
  }
  #single-product section#related {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-product section#related article .bg-white .price {
    font-size: 1.375rem;
  }
  #single-product section#related article .bg-white h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  #single-product section#model {
    position: relative;
  }
  #single-product section#model .bg-lightergrey {
    padding: 5rem 0 3.125rem 3.125rem;
  }
  #single-product section#content {
    padding: 0 0 3.125rem;
  }
  #single-product section#content .bg-lightergrey {
    padding: 1.25rem 3.125rem 0 1.25rem;
  }
  #single-product section#content .bg-lightergrey h1 {
    font-size: 2.8125rem;
  }
  #single-product section#content .bg-lightergrey img.logo {
    width: 6.75rem;
  }
  #single-product section#content .col.padding {
    padding-bottom: 35%;
  }
  #single-product section#content .gallery {
    top: 1.25rem;
    left: 3.125rem;
    width: calc(50% - 4.375rem);
    margin: 0;
  }
  #single-product section#content .gallery div.next.next span::before, #single-product section#content .gallery div.next.next span::after, #single-product section#content .gallery div.prev.next span::before, #single-product section#content .gallery div.prev.next span::after {
    left: 1.09375rem;
  }
  #single-product section#content .gallery div.next span, #single-product section#content .gallery div.prev span {
    padding: 1.5625rem 1.875rem;
  }
  #single-product section#content .gallery .pagination .col {
    width: 20%;
  }
  #single-product section#content .price {
    font-size: 2.8125rem;
  }
  #single-product section#content .attributes {
    display: inline-block;
  }
  #single-product section#content .attributes .attribute {
    padding-right: 1.25rem;
  }
  #single-product section#content .attributes .attribute:last-child {
    margin: 0 0 0.625rem;
  }
  #single-product section#content .variations tr select, #single-product section#content .variations td select {
    padding: 0.78125rem 2.5rem 0.78125rem 0.78125rem;
    background-position: calc(100% - 0.78125rem);
  }
  #single-product section#content .cart .quantity input {
    padding: 0.78125rem;
  }
  #single-product section#content .cart button {
    padding: 0.78125rem 1.09375rem;
  }
  #single-product section#content .intro {
    margin: 1.875rem 0;
  }
  #single-product section#more a.button span {
    width: 1.9375rem;
  }
  #single-product section#related {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-product section#related article .bg-white h3 {
    font-size: 1.375rem;
  }
  #single-product section#related article .bg-white small {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  #single-product section#content .gallery {
    width: calc(41.6666% - 4.375rem);
  }
}
@media (min-width: 0px) {
  #archive-offer section#archive article {
    position: relative;
    overflow: hidden;
    border-bottom: 0.625rem solid #fff;
  }
  #archive-offer section#archive article.ducati {
    border-bottom-color: #CC0000;
  }
  #archive-offer section#archive article.ducati .image::after {
    background: #CC0000;
  }
  #archive-offer section#archive article.kawasaki {
    border-bottom-color: #69be28;
  }
  #archive-offer section#archive article.kawasaki .image::after {
    background: #69be28;
  }
  #archive-offer section#archive article.scrambler {
    border-bottom-color: #FFC400;
  }
  #archive-offer section#archive article.scrambler .image::after {
    background: #FFC400;
  }
  #archive-offer section#archive article .offers .offer {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
  }
  #archive-offer section#archive article .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 60%;
  }
  #archive-offer section#archive article .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 5rem;
    width: 50%;
  }
  #archive-offer section#archive article .bg-lightgrey {
    padding: 1.25rem;
    position: relative;
  }
  #archive-offer section#archive article .bg-lightgrey .row {
    margin: 0 -1.25rem;
  }
  #archive-offer section#archive article .bg-lightgrey .row .col {
    padding: 0 1.25rem;
  }
  #archive-offer section#archive article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 5rem;
    width: 50%;
  }
  #archive-offer section#archive article .bg-lightgrey h2 {
    width: 100%;
  }
  #archive-offer section#archive article .bg-lightgrey p {
    margin: 0 0 1.25rem;
  }
  #archive-offer section#archive article .bg-lightgrey p.h4 {
    font-weight: 500;
    margin: 0 0 0.625rem;
  }
  #archive-offer section#archive article .bg-lightgrey p.finance {
    font-weight: 500;
    margin: 0 0 1.25rem 0;
    display: inline-block;
  }
  #archive-offer section#archive article .bg-lightgrey p.finance:first-child {
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  #archive-offer section#title .image {
    width: 100%;
    height: 100%;
  }
  #archive-offer section#title .image::after {
    height: 7.5rem;
    background: #EDEDED;
  }
  #archive-offer section#archive article::after {
    display: none;
  }
  #archive-offer section#archive article .offers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #archive-offer section#archive article .offers .offer {
    position: relative;
    padding: 0.9375rem 1.875rem;
  }
  #archive-offer section#archive article .offers .offer::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.125rem;
  }
  #archive-offer section#archive article .image {
    position: relative;
    margin-top: 0;
    padding-bottom: 50%;
  }
  #archive-offer section#archive article .image::after {
    height: 7.5rem;
  }
  #archive-offer section#archive article .bg-lightgrey {
    padding: 1.875rem;
  }
  #archive-offer section#archive article .bg-lightgrey::after {
    height: 7.5rem;
  }
}
@media (min-width: 992px) {
  #archive-offer section#archive article {
    border-top: 0.9375rem solid #EDEDED;
    border-bottom: 0.9375rem solid #fff;
  }
  #archive-offer section#archive article .offers {
    width: 50%;
  }
  #archive-offer section#archive article .offers .offer {
    position: relative;
    padding: 0.9375rem 3.125rem;
  }
  #archive-offer section#archive article .offers .offer::after {
    display: none;
  }
  #archive-offer section#archive article .image {
    width: 100%;
    height: 100%;
    padding-bottom: 60%;
  }
  #archive-offer section#archive article .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    height: 50%;
    width: 50%;
  }
  #archive-offer section#archive article .bg-lightgrey {
    padding: 2.5rem 3.125rem 3.125rem 0;
    margin-top: 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #archive-offer section#archive article .bg-lightgrey * {
    position: relative;
    z-index: 2;
  }
  #archive-offer section#archive article .bg-lightgrey div {
    width: 100%;
  }
  #archive-offer section#archive article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 100%;
    width: 120%;
  }
}
@media (min-width: 0px) {
  #single-offer section#intro {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-offer section#archive article {
    border-top: 0.625rem solid #EDEDED;
    border-bottom: 0.625rem solid #fff;
    position: relative;
    overflow: hidden;
  }
  #single-offer section#archive article::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 5rem;
    width: 50%;
  }
  #single-offer section#archive article .offers .offer {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
  }
  #single-offer section#archive article .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 60%;
    margin-top: -5%;
  }
  #single-offer section#archive article .bg-lightgrey {
    padding: 1.25rem;
    position: relative;
  }
  #single-offer section#archive article .bg-lightgrey .row {
    margin: 0 -1.25rem;
  }
  #single-offer section#archive article .bg-lightgrey .row .col {
    padding: 0 1.25rem;
  }
  #single-offer section#archive article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #fff;
    height: 5rem;
    width: 50%;
  }
  #single-offer section#archive article .bg-lightgrey p {
    margin: 0 0 1.25rem;
  }
  #single-offer section#archive article .bg-lightgrey p.h4 {
    font-weight: 500;
    margin: 0 0 0.625rem;
  }
  #single-offer section#archive article .bg-lightgrey p.finance {
    font-weight: 500;
    margin: 0 0 1.25rem 0;
    display: inline-block;
    width: auto;
  }
  #single-offer section#archive article .bg-lightgrey p.finance:first-child {
    margin-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  #single-offer section#intro {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-offer section#archive article {
    border-width: 0;
  }
  #single-offer section#archive article::after {
    display: none;
  }
  #single-offer section#archive article .offers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #single-offer section#archive article .offers .offer {
    position: relative;
    padding: 0.9375rem 1.875rem;
  }
  #single-offer section#archive article .offers .offer::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.125rem;
  }
  #single-offer section#archive article .image {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  #single-offer section#archive article .bg-lightgrey {
    padding: 25% 1.875rem 1.875rem;
    margin-top: -25%;
  }
  #single-offer section#archive article .bg-lightgrey::after {
    height: 7.5rem;
  }
}
@media (min-width: 992px) {
  #single-offer section#intro {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-offer section#archive article {
    border-width: 0.9375rem;
  }
  #single-offer section#archive article .offers {
    width: 50%;
  }
  #single-offer section#archive article .offers .offer {
    position: relative;
    padding: 0.9375rem 3.125rem;
  }
  #single-offer section#archive article .offers .offer::after {
    display: none;
  }
  #single-offer section#archive article .image {
    width: 100%;
    height: 100%;
  }
  #single-offer section#archive article .bg-lightgrey {
    padding: 2.5rem 3.125rem 3.125rem;
    margin-top: 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-offer section#archive article .bg-lightgrey * {
    position: relative;
    z-index: 2;
  }
  #single-offer section#archive article .bg-lightgrey div {
    width: 100%;
  }
  #single-offer section#archive article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 100%;
    width: 100%;
    left: -10%;
  }
}
@media (min-width: 0px) {
  #archive-post section#archive {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  #archive-post section#archive .row .row {
    margin: 0 -0.625rem;
  }
  #archive-post section#archive .row .row .col {
    padding: 0 0.625rem;
  }
  #archive-post section#archive article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #archive-post section#archive article .image {
    display: block;
    width: 100%;
    padding-bottom: 66.6666%;
    background-size: cover;
    background-position: center;
  }
  #archive-post section#archive article .bg-lightergrey {
    padding: 0.9375rem;
    position: relative;
  }
  #archive-post section#archive article .bg-lightergrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.125rem;
    height: 2.5rem;
  }
  #archive-post section#archive article .bg-lightergrey small {
    font-size: 1.0625rem;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0.625rem;
  }
  #archive-post section#archive nav.pagination span.current {
    background: #414141;
    color: #fff;
  }
}
@media (min-width: 768px) {
  #archive-post section#archive {
    padding: 1.875rem 1.875rem 0.625rem;
  }
  #archive-post section#archive article .bg-lightergrey h3 {
    font-size: 1.375rem;
  }
  #archive-post section#archive article .bg-lightergrey small {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #archive-post section#archive {
    padding: 3.125rem 3.125rem 1.875rem;
  }
}
@media (min-width: 0px) {
  #single-post section#title {
    position: relative;
    overflow: hidden;
  }
  #single-post section#title .bg-white {
    padding: 1.25rem;
    position: relative;
  }
  #single-post section#title .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 5rem;
    width: 50%;
  }
  #single-post section#title .bg-white small {
    font-size: 1.25rem;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0.625rem;
  }
  #single-post section#title .bg-white h1 {
    margin: 0;
  }
  #single-post section#title .image {
    padding-bottom: 66.6666%;
    width: 100%;
  }
  #single-post section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    bottom: -0.0625rem;
    width: 50%;
    height: 5rem;
  }
  #single-post section#title.no-image {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  #single-post section#title .bg-white {
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #single-post section#title .bg-white h1, #single-post section#title .bg-white small {
    position: relative;
    z-index: 2;
    margin: 0 0 1.25rem;
  }
  #single-post section#title .bg-white h1 {
    margin: 0;
  }
  #single-post section#title .bg-white::after {
    display: none;
  }
  #single-post section#title .image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50%;
  }
  #single-post section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  #single-post section#title.no-image .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 100%;
    height: 5rem;
    display: block;
    right: 50%;
  }
}
@media (min-width: 992px) {
  #single-post section#title {
    border-top: 3.125rem solid #fff;
  }
  #single-post section#title .bg-white {
    padding: 3.125rem 0 3.125rem 3.125rem;
  }
  #single-post section#title .image {
    padding-bottom: 66.6666%;
  }
  #single-post section#title.no-image {
    padding-bottom: 0;
  }
  #single-post section#title.no-image .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 0px) {
  #single-service section#tabs-large {
    display: none;
  }
  #single-service section#title {
    position: relative;
    overflow: hidden;
    padding-bottom: 10%;
  }
  #single-service section#title .image {
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg4.jpg);
    position: relative;
    padding-top: 15%;
  }
  #single-service section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 50%;
    height: 5rem;
  }
  #single-service section#title .image img {
    width: 100%;
    height: auto;
    display: block;
    margin: -5% 0 -18%;
    position: relative;
    z-index: 2;
  }
  #single-service section#intro {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-service section#intro h1 {
    margin: 0;
  }
  #single-service section#intro p.h3-light {
    margin: 0.625rem 0 0;
  }
  #single-service section#tabs-small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-service section#tabs-small a {
    display: block;
    margin: 1.25rem 0 0;
  }
  #single-service section#tabs-small svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 4.0625rem;
    margin: 0 auto 0.3125rem;
  }
  #single-service section#tabs-small svg * {
    fill: #fff;
  }
  #single-service section#tabs-small h5 {
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #single-service section#title {
    padding-bottom: 0;
  }
  #single-service section#title .image {
    position: relative;
    padding-top: 0;
  }
  #single-service section#title .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  #single-service section#title .image::after {
    height: 100%;
    width: 50%;
    left: 90%;
  }
  #single-service section#title .image img {
    margin: -2% 0 -8%;
  }
  #single-service section#intro {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-service section#tabs-small {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #single-service section#tabs-small a {
    margin: 1.875rem 0 0;
  }
  #single-service section#tabs-small h5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #single-service section#tabs-large {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #single-service section#tabs-large .row {
    flex-wrap: nowrap;
  }
  #single-service section#tabs-large a {
    display: block;
    position: relative;
    height: 100%;
  }
  #single-service section#tabs-large a.active h5 {
    font-weight: 700;
  }
  #single-service section#tabs-large a.active::before {
    content: "";
    position: absolute;
    top: calc(100% + 1.25rem);
    left: calc(50% - 1.25rem);
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-top: 0.9375rem solid #151515;
    z-index: 2;
  }
  #single-service section#tabs-large svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 4.0625rem;
    margin: 0 auto 0.3125rem;
  }
  #single-service section#tabs-large svg * {
    fill: #fff;
  }
  #single-service section#tabs-large h5 {
    font-weight: 400;
    margin: 0;
    font-size: 1.125rem;
  }
  #single-service section#title .image::after {
    left: 85%;
  }
  #single-service section#intro {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  #single-service section#tabs-small {
    display: none;
  }
}
@media (min-width: 0px) {
  #parts-page section#title {
    position: relative;
    overflow: hidden;
  }
  #parts-page section#title .image {
    background-image: linear-gradient(to bottom, #EDEDED, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg4.jpg);
    position: relative;
    padding-top: 5%;
  }
  #parts-page section#title .image img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto -5rem;
    position: relative;
    z-index: 2;
  }
  #parts-page section#title .text {
    padding: 6.25rem 1.25rem 1.25rem 5rem;
    position: relative;
    background-position: 1.25rem 6.25rem;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
  }
  .theme-ducati #parts-page section#title .text {
    background-image: url(/wp-content/themes/seastar/assets/ducati.svg);
  }
  .theme-kawasaki #parts-page section#title .text {
    background-image: url(/wp-content/themes/seastar/assets/kawasaki-black.svg);
  }
  .theme-scrambler #parts-page section#title .text {
    background-image: url(/wp-content/themes/seastar/assets/scrambler.svg);
  }
  #parts-page section#title .text::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 50%;
    height: 5rem;
  }
  #parts-page section#title .text h1 {
    margin: 0;
  }
  #parts-page section#title .text p {
    margin: 1.25rem 0 0;
  }
  #parts-page section#title .text p.h3-light {
    margin: 0.625rem 0 0;
  }
  #parts-page section#parts {
    padding-bottom: 0.0625rem;
  }
  #parts-page section#parts .tabs {
    position: relative;
    margin: 0 -1.25rem;
    display: -moz-flex;
    display: flex;
  }
  #parts-page section#parts .tabs .tab {
    height: 3.125rem;
    width: calc(50% + 0.625rem);
    text-transform: uppercase;
    padding: 0.3125rem 1.25rem 0.3125rem 4.375rem;
    background-position: 2.5rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem auto;
    background-image: url(/wp-content/themes/seastar/assets/search.svg);
    position: relative;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    font-size: 0.9375rem;
  }
  #parts-page section#parts .tabs .tab.bg-white {
    padding: 0.3125rem 1.25rem 0.3125rem 3.125rem;
    background-position: 1.25rem center;
    width: calc(50% - 0.625rem);
  }
  #parts-page section#parts .tabs .tab.bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    height: 100%;
    width: 2.5rem;
  }
  #parts-page section#parts .tabs .tab.bg-white.active::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
  #parts-page section#parts .tabs .basket {
    position: absolute;
    top: calc(100% + 1.25rem);
    right: 1.25rem;
    z-index: 1;
    width: 2.8125rem;
    height: 2.8125rem;
    text-indent: -624.9375rem;
    background-image: url(/wp-content/themes/seastar/assets/basket.svg);
    background-size: 1.875rem auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  #parts-page section#parts .tabs .basket span {
    position: absolute;
    top: 50%;
    right: 0;
    color: #151515;
    font-size: 0.875rem;
    text-align: center;
    width: 2.8125rem;
    transform: translateY(-25%);
    text-indent: 0;
    font-weight: 700;
  }
  #parts-page section#parts .form {
    padding: 1.25rem 1.25rem 0.0625rem;
    margin: 0 0 1.25rem;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  #parts-page section#parts .form.results {
    margin: 0 -1.25rem 1.25rem;
    width: calc(100% + 2.5rem);
  }
  #parts-page section#parts .form.results p {
    padding-right: 4.0625rem;
  }
  #parts-page section#parts .form::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 1.875rem;
    width: 1.875rem;
  }
  #parts-page section#parts .form h3 {
    margin: 0;
    top: -1.25rem;
    left: -1.25rem;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    line-height: 2.8125rem;
    padding: 0 3.125rem;
    background-position: 0.9375rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem auto;
    background-image: url(/wp-content/themes/seastar/assets/search-white.svg);
  }
  #parts-page section#parts .form h3::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  #parts-page section#parts .form .document {
    display: block;
    margin: 0 0 1.25rem;
    line-height: 2.8125rem;
    background-color: #F7F7F7;
    padding: 0 3.125rem;
    background-position: 0.9375rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem auto;
    background-image: url(/wp-content/themes/seastar/assets/document.svg);
    position: relative;
  }
  #parts-page section#parts .form .document::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem auto;
    background-image: url(/wp-content/themes/seastar/assets/arrow.svg);
  }
  #parts-page section#parts .form label {
    font-size: 1.125rem;
    font-weight: 500;
    display: block;
    margin: 0 0 0.3125rem;
    text-transform: uppercase;
  }
  #parts-page section#parts .form input[type=text] {
    background: #F7F7F7;
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 2.8125rem);
    margin: 0 0 1.25rem;
  }
  #parts-page section#parts .form input[type=text] + button {
    display: inline-block;
    width: 2.8125rem;
    margin-left: -0.3125rem;
    height: 2.8125rem;
    vertical-align: top;
    background-image: url(/wp-content/themes/seastar/assets/search.svg);
    background-position: center;
    background-size: 1.125rem auto;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    text-indent: -62.4375rem;
    overflow: hidden;
  }
  #parts-page section#parts .form select {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 2.8125rem;
    background-image: url(/wp-content/themes/seastar/assets/dropdown.svg);
    background-position: right 0.9375rem center;
    background-size: 0.75rem auto;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 0 0 1.25rem;
    padding: 0 2.5rem 0 0.9375rem;
  }
  #parts-page section#parts .form select[name=model_year] {
    width: 7.5rem;
  }
  #parts-page section#parts .form select[name=model_range] {
    width: 18.75rem;
  }
  #parts-page section#parts .form select[name=model_id] {
    width: 25rem;
  }
  #parts-page section#parts .form.bg-lightgrey h3::after {
    background: #EDEDED;
  }
  #parts-page section#parts .form.bg-lightgrey label {
    text-transform: none;
  }
  #parts-page section#parts .form .products {
    padding-top: 1.25rem;
  }
  #parts-page section#parts .form .products .row {
    margin: 0 -0.625rem;
  }
  #parts-page section#parts .form .products .row .col {
    padding: 0 0.625rem;
  }
  #parts-page section#parts .form .products article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #parts-page section#parts .form .products article .row {
    background: #fff;
    position: relative;
    height: 100%;
    margin: 0;
    width: 100%;
  }
  #parts-page section#parts .form .products article .row::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #EDEDED;
    width: 3.125rem;
    height: 2.5rem;
  }
  #parts-page section#parts .form .products article a {
    position: relative;
    display: block;
    background: #fff;
    padding: 0.625rem;
  }
  #parts-page section#parts .form .products article a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #parts-page section#parts .form .products article a span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #parts-page section#parts .form .products article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #parts-page section#parts .form .products article .bg-white {
    padding: 0.9375rem;
    text-align: center;
    width: 100%;
  }
  #parts-page section#parts .form .products article .bg-white a {
    padding: 0;
  }
  #parts-page section#parts .form .products article .bg-white .status {
    display: block;
    margin: 0 auto 0.125rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #69be28;
    text-indent: -624.9375rem;
    overflow: hidden;
  }
  #parts-page section#parts .form .products article .bg-white .status.backorder {
    background: #FFC400;
  }
  #parts-page section#parts .form .products article .bg-white .price {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
  }
  #parts-page section#parts .form .products article .bg-white .price del {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.3125rem;
    text-decoration: none;
  }
  #parts-page section#parts .form .products article .bg-white .price del::before {
    content: "Was ";
  }
  #parts-page section#parts .form .products article .bg-white .price ins {
    color: #CC0000;
    display: block;
    text-decoration: none;
  }
  #parts-page section#parts .form .products article .bg-white .price .old {
    font-weight: 300;
    text-decoration: line-through;
    display: block;
  }
  #parts-page section#parts .form .products article .bg-white h4 {
    font-size: 1.125rem;
  }
  #parts-page section#parts .form .products article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #parts-page section#parts .form .table {
    border-bottom: 0.125rem solid #EDEDED;
    margin: 1.25rem 0 1.875rem;
  }
  #parts-page section#parts .form .table .table-heading-row {
    display: none;
  }
  #parts-page section#parts .form .table .table-row {
    padding: 0.9375rem 0;
    border-top: 0.125rem solid #EDEDED;
  }
  #parts-page section#parts .form .table .table-row .table-column {
    padding: 0.3125rem 0;
    clear: both;
  }
  #parts-page section#parts .form .table .table-row .table-column small {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
  }
  #parts-page section#parts .form .table .table-row .table-column strong {
    float: left;
    line-height: 2.1875rem;
  }
  #parts-page section#parts .form .table .table-row .table-column span {
    float: right;
    line-height: 1.5625rem;
    font-weight: 700;
    text-align: right;
  }
  #parts-page section#parts .form .table .table-row .table-column h4 {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
    text-transform: none;
    line-height: 1.3;
  }
  #parts-page section#parts .form .table .table-row .table-column button {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    white-space: nowrap;
  }
  #parts-page section#parts .form .table .table-row .table-column button::before, #parts-page section#parts .form .table .table-row .table-column button::after {
    display: none;
  }
  #parts-page section#parts .form .table .table-row .table-column input {
    background: #F7F7F7;
    line-height: 2.1875rem;
    padding: 0 0.625rem;
    font-weight: 400;
  }
  #parts-page section#parts .more-info {
    padding: 0.9375rem 0 0;
  }
  #parts-page section#parts .more-info a {
    display: block;
    background-size: 3.125rem auto;
    background-position: 0.9375rem center;
    background-repeat: no-repeat;
    margin: 0 0 0.9375rem;
    padding: 1.25rem 2.5rem 1.25rem 5rem;
    text-transform: none;
  }
  #parts-page section#parts .more-info a.recalls {
    background-image: url(/wp-content/themes/seastar/assets/recalls.svg);
  }
  #parts-page section#parts .more-info a.manuals {
    background-image: url(/wp-content/themes/seastar/assets/manuals.svg);
  }
  #parts-page section#parts .more-info a.schedules {
    background-image: url(/wp-content/themes/seastar/assets/schedules.svg);
  }
}
@media (min-width: 768px) {
  #parts-page section#title .image {
    position: relative;
    padding-top: 0;
  }
  #parts-page section#title .image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 100%;
    height: 100%;
    right: calc(100% - 3.125rem);
  }
  #parts-page section#title .image img {
    width: 80%;
  }
  #parts-page section#title .text {
    padding-left: 7.5rem;
    padding-right: 1.875rem;
    background-position: 1.875rem 6.25rem;
    background-size: 4.375rem auto;
  }
  #parts-page section#title .text::after {
    display: none;
  }
  #parts-page section#parts {
    padding-bottom: 0.625rem;
  }
  #parts-page section#parts .tabs {
    margin: 0;
  }
  #parts-page section#parts .tabs .tab {
    width: auto;
    padding: 0.3125rem 1.5625rem 0.3125rem 5rem;
    background-position: 3.125rem center;
    font-size: 1rem;
  }
  #parts-page section#parts .tabs .tab.bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    background: #EDEDED;
    height: 100%;
    width: 2.5rem;
  }
  #parts-page section#parts .tabs .tab.bg-white {
    padding: 0.3125rem 1.5625rem 0.3125rem 3.75rem;
    background-position: 1.875rem center;
    width: auto;
  }
  #parts-page section#parts .tabs .basket {
    top: 0;
    right: 0;
    text-indent: 0;
    width: auto;
    height: 3.125rem;
    text-transform: uppercase;
    font-size: 1rem;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    padding: 0.3125rem 3.75rem 0.3125rem 1.5625rem;
    background-position: right 0.9375rem center;
  }
  #parts-page section#parts .tabs .basket span {
    width: 3.75rem;
  }
  #parts-page section#parts .tabs .basket::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
    height: 100%;
    width: 2.5rem;
  }
  .theme-ducati #parts-page section#parts .tabs .basket::before {
    background: #CC0000;
  }
  .theme-kawasaki #parts-page section#parts .tabs .basket::before {
    background: #69be28;
  }
  .theme-scrambler #parts-page section#parts .tabs .basket::before {
    background: #FFC400;
  }
  #parts-page section#parts .form {
    padding: 1.875rem 1.875rem 0.625rem;
    margin: 0 0 1.875rem;
  }
  #parts-page section#parts .form::after {
    display: none;
  }
  #parts-page section#parts .form.results {
    margin: 0 0 1.875rem;
    width: 100%;
  }
  #parts-page section#parts .form.results p {
    padding: 0;
  }
  #parts-page section#parts .form h3 {
    top: -1.875rem;
    left: -1.875rem;
    line-height: 3.125rem;
  }
  #parts-page section#parts .form .select {
    display: inline-block;
    padding-left: 1.875rem;
  }
  #parts-page section#parts .form .select:first-child {
    padding-left: 0;
  }
  #parts-page section#parts .form select {
    display: inline-block;
    width: auto;
  }
  #parts-page section#parts .form select[name=model_range] {
    width: 12.5rem;
  }
  #parts-page section#parts .form select[name=model_id] {
    width: 16.25rem;
  }
  #parts-page section#parts .form.bg-lightgrey form {
    display: inline;
    margin-right: -0.3125rem;
  }
  #parts-page section#parts .form .products article .bg-white .price {
    font-size: 1.375rem;
  }
  #parts-page section#parts .form .products article .bg-white h4 {
    font-size: 1.375rem;
  }
  #parts-page section#parts .form .table {
    display: table;
    width: 100%;
  }
  #parts-page section#parts .form .table .table-heading-row {
    display: table-row;
  }
  #parts-page section#parts .form .table .table-heading-row .table-heading {
    display: table-cell;
    font-weight: 700;
    font-size: 1.0625rem;
    padding: 0 0.625rem 0.3125rem 0;
    vertical-align: bottom;
  }
  #parts-page section#parts .form .table .table-row {
    display: table-row;
  }
  #parts-page section#parts .form .table .table-row .table-column {
    display: table-cell;
    padding: 0.625rem 0.9375rem 0.625rem 0;
    border-top: 0.125rem solid #EDEDED;
    vertical-align: middle;
  }
  #parts-page section#parts .form .table .table-row .table-column span, #parts-page section#parts .form .table .table-row .table-column input {
    font-size: 1.125rem;
    float: none;
    text-align: left;
  }
  #parts-page section#parts .form .table .table-row .table-column strong {
    display: none;
  }
  #parts-page section#parts .form .table .table-row .table-column.column-cart {
    padding-right: 0;
    text-align: right;
  }
  #parts-page section#parts .more-info {
    padding: 0 0 2.5rem;
  }
  #parts-page section#parts .more-info a {
    display: inline-block;
    width: calc(33.3333% - 1.5625rem);
    max-width: 14.0625rem;
    margin: 0 1.25rem 0 0;
  }
}
@media (min-width: 992px) {
  #parts-page section#title .image {
    padding-top: 6.25rem;
    border-bottom: 6.25rem solid #F7F7F7;
  }
  #parts-page section#title .image::after {
    right: 100%;
  }
  #parts-page section#title .image img {
    margin: 0 0 -6.25rem;
    width: 90%;
  }
  #parts-page section#title .text {
    padding: 5rem 1.25rem 3.125rem 10rem;
    background-position: 3.125rem 5rem;
    background-size: 5rem auto;
    z-index: 2;
    max-width: 38.125rem;
  }
  #parts-page section#title .text h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  #parts-page section#notices {
    padding-top: 1.875rem;
  }
  #parts-page section#parts .tabs .tab {
    background-size: 1.5625rem auto;
    padding: 0.3125rem 1.5625rem 0.3125rem 5.3125rem;
    font-size: 1.125rem;
  }
  #parts-page section#parts .tabs .tab.bg-white {
    padding: 0.3125rem 1.5625rem 0.3125rem 4.0625rem;
  }
  #parts-page section#parts .tabs .basket {
    font-size: 1.125rem;
  }
  #parts-page section#parts .form {
    height: 100%;
    margin: 0;
  }
  #parts-page section#parts .form.results {
    margin: 0;
  }
  #parts-page section#parts .form h3 {
    font-size: 1.1875rem;
    background-size: 1.5625rem auto;
    padding-left: 3.4375rem;
    padding-right: 3.75rem;
  }
  #parts-page section#parts .form label {
    font-size: 1.1875rem;
  }
  #parts-page section#parts .form input[type=text] {
    line-height: 3.125rem;
    width: calc(100% - 3.125rem);
    max-width: 21.875rem;
  }
  #parts-page section#parts .form input[type=text] + button {
    background-size: 1.5625rem auto;
    height: 3.125rem;
    width: 3.125rem;
  }
  #parts-page section#parts .form select {
    height: 3.125rem;
    background-size: 0.9375rem auto;
    padding-right: 2.8125rem;
  }
  #parts-page section#parts .form select[name=model_range] {
    width: 16.25rem;
  }
  #parts-page section#parts .form select[name=model_id] {
    width: 21.875rem;
  }
  #parts-page section#parts .form #parts-finder-year .select {
    padding: 0 1.875rem 0 0;
  }
  #parts-page section#parts .form .document {
    line-height: 3.125rem;
    padding: 0 3.125rem 0 3.4375rem;
    background-size: 1.5625rem auto;
    width: 100%;
    max-width: 25rem;
  }
  #parts-page section#parts .form .document::after {
    width: 3.4375rem;
  }
  #parts-page section#parts .form .select {
    padding: 0 1.875rem 0 0;
    max-width: 100%;
  }
  #parts-page section#parts .form form {
    width: 100%;
  }
  #parts-page section#parts .form.bg-lightgrey form {
    width: auto;
  }
  #parts-page section#parts .form .products article .bg-white h4 {
    font-size: 1.375rem;
  }
  #parts-page section#parts .form .products article .bg-white small {
    font-size: 1.125rem;
  }
  #parts-page section#parts .form .table .table-heading-row .table-heading {
    padding: 0 0.625rem 0.625rem 0;
  }
  #parts-page section#parts .form .table .table-row .table-column {
    padding: 0.625rem 1.25rem 0.625rem 0;
  }
  #parts-page section#parts .form .table .table-row .table-column span, #parts-page section#parts .form .table .table-row .table-column input {
    font-size: 1.25rem;
  }
  #parts-page section#parts .form .table .table-row .table-column input {
    padding: 0 0.9375rem;
    line-height: 3.125rem;
  }
  #parts-page section#parts .form .table .table-row .table-column h4 {
    font-size: 1.3125rem;
  }
  #parts-page section#parts .form .table .table-row .table-column button {
    padding: 0 0.9375rem;
    font-size: 1.125rem;
    line-height: 3.125rem;
  }
  #parts-page section#parts .form .table .table-row .table-column.column-cart {
    padding-right: 0;
  }
  #parts-page section#parts .more-info {
    padding: 1.875rem 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  #parts-page section#title .image {
    padding-top: 3.125rem;
  }
  #parts-page section#title .image img {
    width: 33.75rem;
    margin-bottom: -6.25rem;
  }
}
@media (min-width: 0px) {
  section#woocommerce {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    overflow: hidden;
  }
  section#woocommerce .shop_table {
    border: none;
    border-radius: 0;
    margin: 0 0 1.25rem;
    border-spacing: 0;
  }
  section#woocommerce .shop_table tr {
    border-bottom: 0.125rem solid #B5B5B5;
    padding: 0.625rem 0;
  }
  section#woocommerce .shop_table tr.order-total td, section#woocommerce .shop_table tr.cart-subtotal td, section#woocommerce .shop_table tr.tax-rate td {
    text-align: right;
  }
  section#woocommerce .shop_table td, section#woocommerce .shop_table th {
    padding: 0.3125rem 0;
    border: none;
    background: none;
  }
  section#woocommerce .shop_table td img, section#woocommerce .shop_table th img {
    width: 2.5rem;
    height: auto;
    display: block;
  }
  section#woocommerce .shop_table td.product-total, section#woocommerce .shop_table th.product-total {
    text-align: right;
  }
  section#woocommerce .shop_table td .variation, section#woocommerce .shop_table th .variation {
    font-size: 0.83em;
    margin: 0;
  }
  section#woocommerce .shop_table td.product-name p.backorder_notification, section#woocommerce .shop_table th.product-name p.backorder_notification {
    margin: 0;
  }
  section#woocommerce .shop_table td ul#shipping_method li, section#woocommerce .shop_table th ul#shipping_method li {
    margin: 0;
  }
  section#woocommerce .shop_table.cart tbody tr:last-of-type {
    border: none;
  }
  section#woocommerce .shop_table.cart tbody tr:last-of-type td, section#woocommerce .shop_table.cart tbody tr:last-of-type th {
    border: none;
  }
  section#woocommerce .shop_table a.remove {
    color: #151515 !important;
  }
  section#woocommerce .shop_table a.remove:hover {
    background: #151515;
    color: #fff !important;
  }
  section#woocommerce .wc-proceed-to-checkout .button {
    float: right;
  }
  section#woocommerce #order_review .shop_table td, section#woocommerce #order_review .shop_table th {
    border-bottom: 0.125rem solid #B5B5B5;
    padding: 0.625rem 0;
  }
  section#woocommerce form input, section#woocommerce form textarea, section#woocommerce form select {
    padding: 0.46875rem 0.78125rem;
    background: #fff;
    font-size: 1rem;
    border: none;
    line-height: 1.5;
  }
  section#woocommerce form .form-row, section#woocommerce form .select2-container {
    margin: 0 0 0.3125rem;
    padding: 0;
  }
  section#woocommerce .button {
    background: #EDEDED;
    border-radius: 0;
    font-weight: 400;
    color: #151515;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.46875rem 0.78125rem;
    line-height: 1.5;
    display: inline-block;
  }
  section#woocommerce .button::before, section#woocommerce .button::after {
    display: none;
  }
  section#woocommerce .button.alt {
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
  }
  section#woocommerce .button.alt::before, section#woocommerce .button.alt::after {
    display: block;
  }
  section#woocommerce h2 {
    font-size: 1.375rem;
    padding: 0 0 0.625rem;
    border-bottom: 0.125rem solid #B5B5B5;
  }
  section#woocommerce h3 {
    padding: 1.25rem 0 0.625rem;
    border-bottom: 0.125rem solid #B5B5B5;
  }
  section#woocommerce .cart_totals {
    padding: 1.25rem 0 0;
  }
  section#woocommerce .cart_totals h2 {
    display: none;
  }
  section#woocommerce .checkout_coupon, section#woocommerce .woocommerce-form-login {
    border: none;
    border-radius: 0;
    padding: 1.25rem;
    background: #fff;
    margin: 0 0 1.25rem;
  }
  section#woocommerce .checkout_coupon p, section#woocommerce .woocommerce-form-login p {
    float: none;
    width: 100%;
  }
  section#woocommerce .checkout_coupon input, section#woocommerce .woocommerce-form-login input {
    background: #F7F7F7;
  }
  section#woocommerce .woocommerce-notice, section#woocommerce .woocommerce-info, section#woocommerce .woocommerce-error, section#woocommerce .woocommerce-message {
    padding: 1.25rem 20% 1.25rem 1.25rem;
    margin: 0 0 1.25rem;
    background: #fff;
    border: none;
    border-left: 0.625rem solid #B5B5B5;
    position: relative;
    color: #151515;
  }
  section#woocommerce .woocommerce-notice.woocommerce-notice, section#woocommerce .woocommerce-info.woocommerce-notice, section#woocommerce .woocommerce-error.woocommerce-notice, section#woocommerce .woocommerce-message.woocommerce-notice {
    border-left-color: #FFC400;
  }
  section#woocommerce .woocommerce-notice.woocommerce-error, section#woocommerce .woocommerce-info.woocommerce-error, section#woocommerce .woocommerce-error.woocommerce-error, section#woocommerce .woocommerce-message.woocommerce-error {
    border-left-color: #CC0000;
  }
  section#woocommerce .woocommerce-notice.woocommerce-message, section#woocommerce .woocommerce-info.woocommerce-message, section#woocommerce .woocommerce-error.woocommerce-message, section#woocommerce .woocommerce-message.woocommerce-message {
    border-left-color: #69be28;
  }
  section#woocommerce .woocommerce-notice::before, section#woocommerce .woocommerce-notice li::before, section#woocommerce .woocommerce-info::before, section#woocommerce .woocommerce-info li::before, section#woocommerce .woocommerce-error::before, section#woocommerce .woocommerce-error li::before, section#woocommerce .woocommerce-message::before, section#woocommerce .woocommerce-message li::before {
    display: none;
  }
  section#woocommerce .woocommerce-notice::after, section#woocommerce .woocommerce-info::after, section#woocommerce .woocommerce-error::after, section#woocommerce .woocommerce-message::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 100%;
    width: 50%;
  }
  section#woocommerce #payment {
    border-radius: 0;
    background: none;
  }
  section#woocommerce #payment > div, section#woocommerce #payment > ul {
    padding: 0;
    border: none;
  }
  section#woocommerce #payment .payment_box {
    margin: 1.25rem 0;
    background: #fff;
    border-radius: 0;
  }
  section#woocommerce #payment .payment_box::before {
    border-bottom-color: #fff;
  }
  section#woocommerce #customer_login .woocommerce-form {
    border: none;
    border-radius: 0;
    margin: 0 0 1.25rem;
    background: none;
    padding: 0;
  }
  section#woocommerce #customer_login .woocommerce-form p {
    float: none;
    width: 100%;
  }
  section#woocommerce #customer_login .woocommerce-form input {
    background: #fff;
  }
  section#woocommerce .woocommerce-MyAccount-navigation {
    background: #fff;
    padding: 1.25rem;
    position: relative;
    margin: -1.25rem -1.25rem 1.25rem;
    width: calc(100% + 2.5rem);
    overflow: hidden;
  }
  section#woocommerce .woocommerce-MyAccount-navigation::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: calc(100% - 3.25rem);
  }
  section#woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
  }
  section#woocommerce .woocommerce-MyAccount-navigation li {
    padding: 0 10% 0 0;
  }
  section#woocommerce .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 0.3125rem 0;
  }
  section#woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 700;
  }
  section#woocommerce .woocommerce-MyAccount-content form > h3:first-child {
    padding-top: 0;
  }
  section#woocommerce .woocommerce-MyAccount-content h3 {
    padding-top: 1.25rem;
    float: none;
  }
  section#woocommerce .woocommerce-MyAccount-content fieldset {
    padding: 0.625rem 0;
  }
  section#woocommerce .woocommerce-MyAccount-content legend {
    font-weight: 700;
    font-size: 1.125rem;
    display: block;
    margin: 0.625rem 0;
  }
  section#woocommerce .woocommerce-MyAccount-content em, section#woocommerce .woocommerce-MyAccount-content address {
    display: block;
    margin: 0.9375rem 0 0;
    font-style: normal;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
    float: none;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit:hover {
    padding-right: 2.5rem;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit.bg-black::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-black::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkergrey::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkergrey::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkgrey::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkgrey::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-midgrey::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-midgrey::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-red::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-red::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-green::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-green::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-theme::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit.bg-black:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-black:hover::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkergrey:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkergrey:hover::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkgrey:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-darkgrey:hover::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-midgrey:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-midgrey:hover::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-red:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-red:hover::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-green:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-green:hover::after, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-theme:hover::before, section#woocommerce .woocommerce-MyAccount-content a.edit.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit.prev::before {
    transform: skewX(-35deg);
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  section#woocommerce .woocommerce-MyAccount-content a.edit {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit:hover {
    padding-right: 2.8125rem;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit::before, section#woocommerce .woocommerce-MyAccount-content a.edit::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  section#woocommerce .woocommerce-MyAccount-content a.edit {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit:hover {
    padding-right: 3.125rem;
  }
  section#woocommerce .woocommerce-MyAccount-content a.edit::before, section#woocommerce .woocommerce-MyAccount-content a.edit::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 768px) {
  section#woocommerce {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  section#woocommerce .shop_table td, section#woocommerce .shop_table th {
    border-bottom: 0.125rem solid #B5B5B5;
    padding: 0.625rem 0;
  }
  section#woocommerce .shop_table td input, section#woocommerce .shop_table th input {
    width: auto;
  }
  section#woocommerce .shop_table td .quantity input, section#woocommerce .shop_table th .quantity input {
    width: 5rem;
  }
  section#woocommerce .button {
    padding: 0.5625rem 0.9375rem;
  }
  section#woocommerce .button.alt {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  section#woocommerce h2 {
    font-size: 1.5625rem;
  }
  section#woocommerce h3 {
    padding: 1.875rem 0 0.625rem;
  }
  section#woocommerce form input, section#woocommerce form textarea, section#woocommerce form select {
    padding: 0.5625rem 0.9375rem;
  }
  section#woocommerce form .form-row, section#woocommerce form .select2-container {
    margin: 0 0 0.625rem;
  }
  section#woocommerce .checkout_coupon p.form-row {
    width: auto;
    display: inline-block;
  }
  section#woocommerce .woocommerce-form-login p.form-row {
    width: calc(50% - 1.25rem);
    display: inline-block;
    margin-right: 0.9375rem;
  }
  section#woocommerce .woocommerce-notice, section#woocommerce .woocommerce-info, section#woocommerce .woocommerce-error {
    padding: 1.25rem 35% 1.25rem 1.25rem;
  }
  section#woocommerce .woocommerce-MyAccount-navigation {
    width: 30%;
    margin: 0;
    padding: 1.875rem;
  }
  section#woocommerce .woocommerce-MyAccount-navigation::after {
    left: 100%;
    height: 5.625rem;
  }
  section#woocommerce .woocommerce-MyAccount-content {
    padding: 0 0 0 1.25rem;
  }
}
@media (min-width: 992px) {
  section#woocommerce {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  section#woocommerce .button {
    padding: 0.78125rem 1.09375rem;
  }
  section#woocommerce .button.alt {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  section#woocommerce h2 {
    font-size: 1.875rem;
  }
  section#woocommerce h3 {
    padding: 3.125rem 0 0.625rem;
  }
  section#woocommerce form input, section#woocommerce form textarea, section#woocommerce form select {
    padding: 0.78125rem 1.09375rem;
  }
  section#woocommerce form .form-row, section#woocommerce form .select2-container {
    margin: 0 0 0.9375rem;
  }
}
@media (min-width: 0px) {
  .block-1_column_text .container,
  .block-2_column_text .container,
  .block-service_1_column_text .container,
  .block-service_2_column_text .container,
  .block-post_1_column_text .container,
  .block-post_2_column_text .container,
  .block-service_text_and_dropdowns .container,
  .block-text_and_links .container,
  .block-text_and_video .container,
  .block-text_and_dropdowns .container,
  .block-text_and_logo .container,
  .block-text_and_table .container,
  .block-new_warranty .container {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  .block-1_column_text .container h4,
  .block-2_column_text .container h4,
  .block-service_1_column_text .container h4,
  .block-service_2_column_text .container h4,
  .block-post_1_column_text .container h4,
  .block-post_2_column_text .container h4,
  .block-service_text_and_dropdowns .container h4,
  .block-text_and_links .container h4,
  .block-text_and_video .container h4,
  .block-text_and_dropdowns .container h4,
  .block-text_and_logo .container h4,
  .block-text_and_table .container h4,
  .block-new_warranty .container h4 {
    margin: 0 0 1.25rem;
  }
  .block-1_column_text .container h2 + .h2-light, .block-1_column_text .container h3 + .h3-light,
  .block-2_column_text .container h2 + .h2-light,
  .block-2_column_text .container h3 + .h3-light,
  .block-service_1_column_text .container h2 + .h2-light,
  .block-service_1_column_text .container h3 + .h3-light,
  .block-service_2_column_text .container h2 + .h2-light,
  .block-service_2_column_text .container h3 + .h3-light,
  .block-post_1_column_text .container h2 + .h2-light,
  .block-post_1_column_text .container h3 + .h3-light,
  .block-post_2_column_text .container h2 + .h2-light,
  .block-post_2_column_text .container h3 + .h3-light,
  .block-service_text_and_dropdowns .container h2 + .h2-light,
  .block-service_text_and_dropdowns .container h3 + .h3-light,
  .block-text_and_links .container h2 + .h2-light,
  .block-text_and_links .container h3 + .h3-light,
  .block-text_and_video .container h2 + .h2-light,
  .block-text_and_video .container h3 + .h3-light,
  .block-text_and_dropdowns .container h2 + .h2-light,
  .block-text_and_dropdowns .container h3 + .h3-light,
  .block-text_and_logo .container h2 + .h2-light,
  .block-text_and_logo .container h3 + .h3-light,
  .block-text_and_table .container h2 + .h2-light,
  .block-text_and_table .container h3 + .h3-light,
  .block-new_warranty .container h2 + .h2-light,
  .block-new_warranty .container h3 + .h3-light {
    margin: -0.625rem 0 1.25rem;
  }
  .block-1_column_text .container img,
  .block-2_column_text .container img,
  .block-service_1_column_text .container img,
  .block-service_2_column_text .container img,
  .block-post_1_column_text .container img,
  .block-post_2_column_text .container img,
  .block-service_text_and_dropdowns .container img,
  .block-text_and_links .container img,
  .block-text_and_video .container img,
  .block-text_and_dropdowns .container img,
  .block-text_and_logo .container img,
  .block-text_and_table .container img,
  .block-new_warranty .container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.25rem;
  }
  .block-1_column_text .container .dropdown,
  .block-2_column_text .container .dropdown,
  .block-service_1_column_text .container .dropdown,
  .block-service_2_column_text .container .dropdown,
  .block-post_1_column_text .container .dropdown,
  .block-post_2_column_text .container .dropdown,
  .block-service_text_and_dropdowns .container .dropdown,
  .block-text_and_links .container .dropdown,
  .block-text_and_video .container .dropdown,
  .block-text_and_dropdowns .container .dropdown,
  .block-text_and_logo .container .dropdown,
  .block-text_and_table .container .dropdown,
  .block-new_warranty .container .dropdown {
    border-bottom: 0.125rem solid #EDEDED;
    padding: 0 0 0.625rem;
    margin: 0 0 0.625rem;
  }
  .block-1_column_text .container .dropdown:last-child,
  .block-2_column_text .container .dropdown:last-child,
  .block-service_1_column_text .container .dropdown:last-child,
  .block-service_2_column_text .container .dropdown:last-child,
  .block-post_1_column_text .container .dropdown:last-child,
  .block-post_2_column_text .container .dropdown:last-child,
  .block-service_text_and_dropdowns .container .dropdown:last-child,
  .block-text_and_links .container .dropdown:last-child,
  .block-text_and_video .container .dropdown:last-child,
  .block-text_and_dropdowns .container .dropdown:last-child,
  .block-text_and_logo .container .dropdown:last-child,
  .block-text_and_table .container .dropdown:last-child,
  .block-new_warranty .container .dropdown:last-child {
    margin: 0 0 1.25rem;
  }
  .block-1_column_text .container .dropdown .h4-light,
  .block-2_column_text .container .dropdown .h4-light,
  .block-service_1_column_text .container .dropdown .h4-light,
  .block-service_2_column_text .container .dropdown .h4-light,
  .block-post_1_column_text .container .dropdown .h4-light,
  .block-post_2_column_text .container .dropdown .h4-light,
  .block-service_text_and_dropdowns .container .dropdown .h4-light,
  .block-text_and_links .container .dropdown .h4-light,
  .block-text_and_video .container .dropdown .h4-light,
  .block-text_and_dropdowns .container .dropdown .h4-light,
  .block-text_and_logo .container .dropdown .h4-light,
  .block-text_and_table .container .dropdown .h4-light,
  .block-new_warranty .container .dropdown .h4-light {
    margin: 0;
    position: relative;
    display: block;
    padding: 0 1.875rem 0 0;
  }
  .block-1_column_text .container .dropdown .h4-light .chevron,
  .block-2_column_text .container .dropdown .h4-light .chevron,
  .block-service_1_column_text .container .dropdown .h4-light .chevron,
  .block-service_2_column_text .container .dropdown .h4-light .chevron,
  .block-post_1_column_text .container .dropdown .h4-light .chevron,
  .block-post_2_column_text .container .dropdown .h4-light .chevron,
  .block-service_text_and_dropdowns .container .dropdown .h4-light .chevron,
  .block-text_and_links .container .dropdown .h4-light .chevron,
  .block-text_and_video .container .dropdown .h4-light .chevron,
  .block-text_and_dropdowns .container .dropdown .h4-light .chevron,
  .block-text_and_logo .container .dropdown .h4-light .chevron,
  .block-text_and_table .container .dropdown .h4-light .chevron,
  .block-new_warranty .container .dropdown .h4-light .chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-1_column_text .container .dropdown .h4-light.active .chevron,
  .block-2_column_text .container .dropdown .h4-light.active .chevron,
  .block-service_1_column_text .container .dropdown .h4-light.active .chevron,
  .block-service_2_column_text .container .dropdown .h4-light.active .chevron,
  .block-post_1_column_text .container .dropdown .h4-light.active .chevron,
  .block-post_2_column_text .container .dropdown .h4-light.active .chevron,
  .block-service_text_and_dropdowns .container .dropdown .h4-light.active .chevron,
  .block-text_and_links .container .dropdown .h4-light.active .chevron,
  .block-text_and_video .container .dropdown .h4-light.active .chevron,
  .block-text_and_dropdowns .container .dropdown .h4-light.active .chevron,
  .block-text_and_logo .container .dropdown .h4-light.active .chevron,
  .block-text_and_table .container .dropdown .h4-light.active .chevron,
  .block-new_warranty .container .dropdown .h4-light.active .chevron {
    transform: rotate(90deg) translateX(-50%);
  }
  .block-1_column_text .container .dropdown .content,
  .block-2_column_text .container .dropdown .content,
  .block-service_1_column_text .container .dropdown .content,
  .block-service_2_column_text .container .dropdown .content,
  .block-post_1_column_text .container .dropdown .content,
  .block-post_2_column_text .container .dropdown .content,
  .block-service_text_and_dropdowns .container .dropdown .content,
  .block-text_and_links .container .dropdown .content,
  .block-text_and_video .container .dropdown .content,
  .block-text_and_dropdowns .container .dropdown .content,
  .block-text_and_logo .container .dropdown .content,
  .block-text_and_table .container .dropdown .content,
  .block-new_warranty .container .dropdown .content {
    padding: 0.625rem 0 0;
    display: none;
  }
  .block-1_column_text .container .dropdown .content p:last-child, .block-1_column_text .container .dropdown .content ul:last-child, .block-1_column_text .container .dropdown .content ol:last-child,
  .block-2_column_text .container .dropdown .content p:last-child,
  .block-2_column_text .container .dropdown .content ul:last-child,
  .block-2_column_text .container .dropdown .content ol:last-child,
  .block-service_1_column_text .container .dropdown .content p:last-child,
  .block-service_1_column_text .container .dropdown .content ul:last-child,
  .block-service_1_column_text .container .dropdown .content ol:last-child,
  .block-service_2_column_text .container .dropdown .content p:last-child,
  .block-service_2_column_text .container .dropdown .content ul:last-child,
  .block-service_2_column_text .container .dropdown .content ol:last-child,
  .block-post_1_column_text .container .dropdown .content p:last-child,
  .block-post_1_column_text .container .dropdown .content ul:last-child,
  .block-post_1_column_text .container .dropdown .content ol:last-child,
  .block-post_2_column_text .container .dropdown .content p:last-child,
  .block-post_2_column_text .container .dropdown .content ul:last-child,
  .block-post_2_column_text .container .dropdown .content ol:last-child,
  .block-service_text_and_dropdowns .container .dropdown .content p:last-child,
  .block-service_text_and_dropdowns .container .dropdown .content ul:last-child,
  .block-service_text_and_dropdowns .container .dropdown .content ol:last-child,
  .block-text_and_links .container .dropdown .content p:last-child,
  .block-text_and_links .container .dropdown .content ul:last-child,
  .block-text_and_links .container .dropdown .content ol:last-child,
  .block-text_and_video .container .dropdown .content p:last-child,
  .block-text_and_video .container .dropdown .content ul:last-child,
  .block-text_and_video .container .dropdown .content ol:last-child,
  .block-text_and_dropdowns .container .dropdown .content p:last-child,
  .block-text_and_dropdowns .container .dropdown .content ul:last-child,
  .block-text_and_dropdowns .container .dropdown .content ol:last-child,
  .block-text_and_logo .container .dropdown .content p:last-child,
  .block-text_and_logo .container .dropdown .content ul:last-child,
  .block-text_and_logo .container .dropdown .content ol:last-child,
  .block-text_and_table .container .dropdown .content p:last-child,
  .block-text_and_table .container .dropdown .content ul:last-child,
  .block-text_and_table .container .dropdown .content ol:last-child,
  .block-new_warranty .container .dropdown .content p:last-child,
  .block-new_warranty .container .dropdown .content ul:last-child,
  .block-new_warranty .container .dropdown .content ol:last-child {
    margin: 0;
  }
  .block-1_column_text .container .button.bg-lightgrey,
  .block-2_column_text .container .button.bg-lightgrey,
  .block-service_1_column_text .container .button.bg-lightgrey,
  .block-service_2_column_text .container .button.bg-lightgrey,
  .block-post_1_column_text .container .button.bg-lightgrey,
  .block-post_2_column_text .container .button.bg-lightgrey,
  .block-service_text_and_dropdowns .container .button.bg-lightgrey,
  .block-text_and_links .container .button.bg-lightgrey,
  .block-text_and_video .container .button.bg-lightgrey,
  .block-text_and_dropdowns .container .button.bg-lightgrey,
  .block-text_and_logo .container .button.bg-lightgrey,
  .block-text_and_table .container .button.bg-lightgrey,
  .block-new_warranty .container .button.bg-lightgrey {
    margin: 0 1.25rem 1.25rem 0;
  }
  .block-1_column_text .container .video,
  .block-2_column_text .container .video,
  .block-service_1_column_text .container .video,
  .block-service_2_column_text .container .video,
  .block-post_1_column_text .container .video,
  .block-post_2_column_text .container .video,
  .block-service_text_and_dropdowns .container .video,
  .block-text_and_links .container .video,
  .block-text_and_video .container .video,
  .block-text_and_dropdowns .container .video,
  .block-text_and_logo .container .video,
  .block-text_and_table .container .video,
  .block-new_warranty .container .video {
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 0 1.25rem;
  }
  .block-1_column_text .container .video iframe, .block-1_column_text .container .video .image,
  .block-2_column_text .container .video iframe,
  .block-2_column_text .container .video .image,
  .block-service_1_column_text .container .video iframe,
  .block-service_1_column_text .container .video .image,
  .block-service_2_column_text .container .video iframe,
  .block-service_2_column_text .container .video .image,
  .block-post_1_column_text .container .video iframe,
  .block-post_1_column_text .container .video .image,
  .block-post_2_column_text .container .video iframe,
  .block-post_2_column_text .container .video .image,
  .block-service_text_and_dropdowns .container .video iframe,
  .block-service_text_and_dropdowns .container .video .image,
  .block-text_and_links .container .video iframe,
  .block-text_and_links .container .video .image,
  .block-text_and_video .container .video iframe,
  .block-text_and_video .container .video .image,
  .block-text_and_dropdowns .container .video iframe,
  .block-text_and_dropdowns .container .video .image,
  .block-text_and_logo .container .video iframe,
  .block-text_and_logo .container .video .image,
  .block-text_and_table .container .video iframe,
  .block-text_and_table .container .video .image,
  .block-new_warranty .container .video iframe,
  .block-new_warranty .container .video .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block-1_column_text .container .video .image,
  .block-2_column_text .container .video .image,
  .block-service_1_column_text .container .video .image,
  .block-service_2_column_text .container .video .image,
  .block-post_1_column_text .container .video .image,
  .block-post_2_column_text .container .video .image,
  .block-service_text_and_dropdowns .container .video .image,
  .block-text_and_links .container .video .image,
  .block-text_and_video .container .video .image,
  .block-text_and_dropdowns .container .video .image,
  .block-text_and_logo .container .video .image,
  .block-text_and_table .container .video .image,
  .block-new_warranty .container .video .image {
    background-size: cover;
    background-position: center;
  }
  .block-1_column_text .container .video .image .button,
  .block-2_column_text .container .video .image .button,
  .block-service_1_column_text .container .video .image .button,
  .block-service_2_column_text .container .video .image .button,
  .block-post_1_column_text .container .video .image .button,
  .block-post_2_column_text .container .video .image .button,
  .block-service_text_and_dropdowns .container .video .image .button,
  .block-text_and_links .container .video .image .button,
  .block-text_and_video .container .video .image .button,
  .block-text_and_dropdowns .container .video .image .button,
  .block-text_and_logo .container .video .image .button,
  .block-text_and_table .container .video .image .button,
  .block-new_warranty .container .video .image .button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-1_column_text .container .video .image .button::before, .block-1_column_text .container .video .image .button::after,
  .block-2_column_text .container .video .image .button::before,
  .block-2_column_text .container .video .image .button::after,
  .block-service_1_column_text .container .video .image .button::before,
  .block-service_1_column_text .container .video .image .button::after,
  .block-service_2_column_text .container .video .image .button::before,
  .block-service_2_column_text .container .video .image .button::after,
  .block-post_1_column_text .container .video .image .button::before,
  .block-post_1_column_text .container .video .image .button::after,
  .block-post_2_column_text .container .video .image .button::before,
  .block-post_2_column_text .container .video .image .button::after,
  .block-service_text_and_dropdowns .container .video .image .button::before,
  .block-service_text_and_dropdowns .container .video .image .button::after,
  .block-text_and_links .container .video .image .button::before,
  .block-text_and_links .container .video .image .button::after,
  .block-text_and_video .container .video .image .button::before,
  .block-text_and_video .container .video .image .button::after,
  .block-text_and_dropdowns .container .video .image .button::before,
  .block-text_and_dropdowns .container .video .image .button::after,
  .block-text_and_logo .container .video .image .button::before,
  .block-text_and_logo .container .video .image .button::after,
  .block-text_and_table .container .video .image .button::before,
  .block-text_and_table .container .video .image .button::after,
  .block-new_warranty .container .video .image .button::before,
  .block-new_warranty .container .video .image .button::after {
    z-index: 2;
  }
  .block-1_column_text .container .video .image .button .triangle,
  .block-2_column_text .container .video .image .button .triangle,
  .block-service_1_column_text .container .video .image .button .triangle,
  .block-service_2_column_text .container .video .image .button .triangle,
  .block-post_1_column_text .container .video .image .button .triangle,
  .block-post_2_column_text .container .video .image .button .triangle,
  .block-service_text_and_dropdowns .container .video .image .button .triangle,
  .block-text_and_links .container .video .image .button .triangle,
  .block-text_and_video .container .video .image .button .triangle,
  .block-text_and_dropdowns .container .video .image .button .triangle,
  .block-text_and_logo .container .video .image .button .triangle,
  .block-text_and_table .container .video .image .button .triangle,
  .block-new_warranty .container .video .image .button .triangle {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #151515;
    bottom: 0;
    height: 100%;
    width: 1.9375rem;
  }
  .block-1_column_text .container table,
  .block-2_column_text .container table,
  .block-service_1_column_text .container table,
  .block-service_2_column_text .container table,
  .block-post_1_column_text .container table,
  .block-post_2_column_text .container table,
  .block-service_text_and_dropdowns .container table,
  .block-text_and_links .container table,
  .block-text_and_video .container table,
  .block-text_and_dropdowns .container table,
  .block-text_and_logo .container table,
  .block-text_and_table .container table,
  .block-new_warranty .container table {
    border-spacing: 0;
    max-width: 100%;
    overflow-x: scroll;
    margin: 0 0 1.25rem;
    display: block;
  }
  .block-1_column_text .container table th, .block-1_column_text .container table td,
  .block-2_column_text .container table th,
  .block-2_column_text .container table td,
  .block-service_1_column_text .container table th,
  .block-service_1_column_text .container table td,
  .block-service_2_column_text .container table th,
  .block-service_2_column_text .container table td,
  .block-post_1_column_text .container table th,
  .block-post_1_column_text .container table td,
  .block-post_2_column_text .container table th,
  .block-post_2_column_text .container table td,
  .block-service_text_and_dropdowns .container table th,
  .block-service_text_and_dropdowns .container table td,
  .block-text_and_links .container table th,
  .block-text_and_links .container table td,
  .block-text_and_video .container table th,
  .block-text_and_video .container table td,
  .block-text_and_dropdowns .container table th,
  .block-text_and_dropdowns .container table td,
  .block-text_and_logo .container table th,
  .block-text_and_logo .container table td,
  .block-text_and_table .container table th,
  .block-text_and_table .container table td,
  .block-new_warranty .container table th,
  .block-new_warranty .container table td {
    border-bottom: 0.0625rem solid #B5B5B5;
    padding: 0.3125rem;
  }
  .block-1_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::before, .block-1_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-2_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-2_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-service_1_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-service_1_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-service_2_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-service_2_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-post_1_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-post_1_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-post_2_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-post_2_column_text .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-service_text_and_dropdowns .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-service_text_and_dropdowns .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-text_and_links .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-text_and_links .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-text_and_video .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-text_and_video .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-text_and_dropdowns .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-text_and_dropdowns .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-text_and_logo .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-text_and_logo .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-text_and_table .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-text_and_table .container.bg-darkergrey .dropdown .h4-light .chevron::after,
  .block-new_warranty .container.bg-darkergrey .dropdown .h4-light .chevron::before,
  .block-new_warranty .container.bg-darkergrey .dropdown .h4-light .chevron::after {
    background: #fff;
  }
  .block-1_column_text .container.position-right .video .image .button,
  .block-2_column_text .container.position-right .video .image .button,
  .block-service_1_column_text .container.position-right .video .image .button,
  .block-service_2_column_text .container.position-right .video .image .button,
  .block-post_1_column_text .container.position-right .video .image .button,
  .block-post_2_column_text .container.position-right .video .image .button,
  .block-service_text_and_dropdowns .container.position-right .video .image .button,
  .block-text_and_links .container.position-right .video .image .button,
  .block-text_and_video .container.position-right .video .image .button,
  .block-text_and_dropdowns .container.position-right .video .image .button,
  .block-text_and_logo .container.position-right .video .image .button,
  .block-text_and_table .container.position-right .video .image .button,
  .block-new_warranty .container.position-right .video .image .button {
    right: auto;
    left: 0;
  }
  .block-1_column_text .container.position-right .video .image .button .triangle,
  .block-2_column_text .container.position-right .video .image .button .triangle,
  .block-service_1_column_text .container.position-right .video .image .button .triangle,
  .block-service_2_column_text .container.position-right .video .image .button .triangle,
  .block-post_1_column_text .container.position-right .video .image .button .triangle,
  .block-post_2_column_text .container.position-right .video .image .button .triangle,
  .block-service_text_and_dropdowns .container.position-right .video .image .button .triangle,
  .block-text_and_links .container.position-right .video .image .button .triangle,
  .block-text_and_video .container.position-right .video .image .button .triangle,
  .block-text_and_dropdowns .container.position-right .video .image .button .triangle,
  .block-text_and_logo .container.position-right .video .image .button .triangle,
  .block-text_and_table .container.position-right .video .image .button .triangle,
  .block-new_warranty .container.position-right .video .image .button .triangle {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
  }
}
@media (min-width: 768px) {
  .block-1_column_text .container,
  .block-2_column_text .container,
  .block-service_1_column_text .container,
  .block-service_2_column_text .container,
  .block-post_1_column_text .container,
  .block-post_2_column_text .container,
  .block-service_text_and_dropdowns .container,
  .block-text_and_links .container,
  .block-text_and_video .container,
  .block-text_and_dropdowns .container,
  .block-text_and_logo .container,
  .block-text_and_table .container,
  .block-new_warranty .container {
    padding: 1.875rem 1.875rem 0.625rem;
  }
  .block-1_column_text .container h2 + .h2-light, .block-1_column_text .container h3 + .h3-light,
  .block-2_column_text .container h2 + .h2-light,
  .block-2_column_text .container h3 + .h3-light,
  .block-service_1_column_text .container h2 + .h2-light,
  .block-service_1_column_text .container h3 + .h3-light,
  .block-service_2_column_text .container h2 + .h2-light,
  .block-service_2_column_text .container h3 + .h3-light,
  .block-post_1_column_text .container h2 + .h2-light,
  .block-post_1_column_text .container h3 + .h3-light,
  .block-post_2_column_text .container h2 + .h2-light,
  .block-post_2_column_text .container h3 + .h3-light,
  .block-service_text_and_dropdowns .container h2 + .h2-light,
  .block-service_text_and_dropdowns .container h3 + .h3-light,
  .block-text_and_links .container h2 + .h2-light,
  .block-text_and_links .container h3 + .h3-light,
  .block-text_and_video .container h2 + .h2-light,
  .block-text_and_video .container h3 + .h3-light,
  .block-text_and_dropdowns .container h2 + .h2-light,
  .block-text_and_dropdowns .container h3 + .h3-light,
  .block-text_and_logo .container h2 + .h2-light,
  .block-text_and_logo .container h3 + .h3-light,
  .block-text_and_table .container h2 + .h2-light,
  .block-text_and_table .container h3 + .h3-light,
  .block-new_warranty .container h2 + .h2-light,
  .block-new_warranty .container h3 + .h3-light {
    margin: -1.25rem 0 1.25rem;
  }
  .block-1_column_text .container table th, .block-1_column_text .container table td,
  .block-2_column_text .container table th,
  .block-2_column_text .container table td,
  .block-service_1_column_text .container table th,
  .block-service_1_column_text .container table td,
  .block-service_2_column_text .container table th,
  .block-service_2_column_text .container table td,
  .block-post_1_column_text .container table th,
  .block-post_1_column_text .container table td,
  .block-post_2_column_text .container table th,
  .block-post_2_column_text .container table td,
  .block-service_text_and_dropdowns .container table th,
  .block-service_text_and_dropdowns .container table td,
  .block-text_and_links .container table th,
  .block-text_and_links .container table td,
  .block-text_and_video .container table th,
  .block-text_and_video .container table td,
  .block-text_and_dropdowns .container table th,
  .block-text_and_dropdowns .container table td,
  .block-text_and_logo .container table th,
  .block-text_and_logo .container table td,
  .block-text_and_table .container table th,
  .block-text_and_table .container table td,
  .block-new_warranty .container table th,
  .block-new_warranty .container table td {
    padding: 0.625rem;
  }
}
@media (min-width: 992px) {
  .block-1_column_text .container,
  .block-2_column_text .container,
  .block-service_1_column_text .container,
  .block-service_2_column_text .container,
  .block-post_1_column_text .container,
  .block-post_2_column_text .container,
  .block-service_text_and_dropdowns .container,
  .block-text_and_links .container,
  .block-text_and_video .container,
  .block-text_and_dropdowns .container,
  .block-text_and_logo .container,
  .block-text_and_table .container,
  .block-new_warranty .container {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .block-1_column_text .container .dropdown,
  .block-2_column_text .container .dropdown,
  .block-service_1_column_text .container .dropdown,
  .block-service_2_column_text .container .dropdown,
  .block-post_1_column_text .container .dropdown,
  .block-post_2_column_text .container .dropdown,
  .block-service_text_and_dropdowns .container .dropdown,
  .block-text_and_links .container .dropdown,
  .block-text_and_video .container .dropdown,
  .block-text_and_dropdowns .container .dropdown,
  .block-text_and_logo .container .dropdown,
  .block-text_and_table .container .dropdown,
  .block-new_warranty .container .dropdown {
    margin: 0 0 1.25rem;
  }
  .block-1_column_text .container table th, .block-1_column_text .container table td,
  .block-2_column_text .container table th,
  .block-2_column_text .container table td,
  .block-service_1_column_text .container table th,
  .block-service_1_column_text .container table td,
  .block-service_2_column_text .container table th,
  .block-service_2_column_text .container table td,
  .block-post_1_column_text .container table th,
  .block-post_1_column_text .container table td,
  .block-post_2_column_text .container table th,
  .block-post_2_column_text .container table td,
  .block-service_text_and_dropdowns .container table th,
  .block-service_text_and_dropdowns .container table td,
  .block-text_and_links .container table th,
  .block-text_and_links .container table td,
  .block-text_and_video .container table th,
  .block-text_and_video .container table td,
  .block-text_and_dropdowns .container table th,
  .block-text_and_dropdowns .container table td,
  .block-text_and_logo .container table th,
  .block-text_and_logo .container table td,
  .block-text_and_table .container table th,
  .block-text_and_table .container table td,
  .block-new_warranty .container table th,
  .block-new_warranty .container table td {
    padding: 0.9375rem 0.625rem;
  }
}
@media (min-width: 0px) {
  .block-call_to_action {
    overflow: hidden;
  }
  .block-call_to_action .container {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg3.jpg);
    background-size: cover;
    background-position: top;
  }
  .block-call_to_action .container.bg-lightergrey {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F7F7F7, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg3.jpg);
  }
  .block-call_to_action .container.bg-darkergrey {
    background-color: #292929;
    background-image: linear-gradient(to bottom, #292929, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg3.jpg);
  }
  .block-call_to_action .image {
    width: 100%;
    height: 100%;
    padding-bottom: 80%;
    position: relative;
    background-size: 120% auto;
    background-position: right;
  }
  .block-call_to_action .bottom {
    padding: 1.25rem;
    position: relative;
  }
  .block-call_to_action .bottom::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  .block-call_to_action .bottom.bg-lightergrey::after {
    background: #F7F7F7;
  }
  .block-call_to_action .bottom.bg-darkergrey::after {
    background: #292929;
  }
}
@media (min-width: 768px) {
  .block-call_to_action {
    position: relative;
  }
  .block-call_to_action .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
  }
  .block-call_to_action .container.bottom-bg-lightergrey::after {
    background: #F7F7F7;
  }
  .block-call_to_action .container.bottom-bg-darkergrey::after {
    background: #292929;
  }
  .block-call_to_action .image {
    padding-bottom: 100%;
    background-size: cover;
    z-index: 2;
  }
  .block-call_to_action .bottom {
    padding: 1.875rem 1.875rem 1.875rem 0;
    height: 80%;
    width: 100%;
    margin-top: 20%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .block-call_to_action .bottom * {
    position: relative;
    z-index: 2;
  }
  .block-call_to_action .bottom::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    width: 200%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .block-call_to_action::after {
    height: 25%;
  }
  .block-call_to_action .image {
    padding-bottom: 71.5%;
  }
  .block-call_to_action .bottom {
    padding: 3.125rem 3.125rem 3.125rem 0;
    height: 80%;
    margin: 0;
  }
}
@media (min-width: 0px) {
  .block-text_and_image {
    overflow: hidden;
  }
  .block-text_and_image .image {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6666%;
    position: relative;
  }
  .block-text_and_image .bg {
    padding: 1.25rem;
    position: relative;
  }
  .block-text_and_image .bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  .block-text_and_image .bg.bg-lightergrey::after {
    background: #F7F7F7;
  }
  .block-text_and_image .bg.bg-darkergrey::after {
    background: #292929;
  }
  .block-text_and_image .lgorder1 .bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
  }
}
@media (min-width: 768px) {
  .block-text_and_image .image {
    padding-bottom: 50%;
  }
  .block-text_and_image .bg {
    padding: 1.875rem;
  }
  .block-text_and_image .bg::after {
    width: 5.625rem;
    height: 7.5rem;
  }
}
@media (min-width: 992px) {
  .block-text_and_image .image {
    padding-bottom: 71.5%;
  }
  .block-text_and_image .bg {
    padding: 3.125rem 0 3.125rem 3.125rem;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .block-text_and_image .bg * {
    position: relative;
    z-index: 2;
  }
  .block-text_and_image .bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    width: 200%;
    height: 100%;
  }
  .block-text_and_image .lgorder1 .bg {
    padding: 3.125rem 3.125rem 3.125rem 0;
  }
  .block-text_and_image .lgorder1 .bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
  }
}
@media (min-width: 0px) {
  .block-small_call_to_action {
    overflow: hidden;
  }
  .block-small_call_to_action .container {
    position: relative;
    padding: 1.25rem;
  }
  .block-small_call_to_action .container::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #fff;
    width: 55%;
    height: 5.625rem;
  }
  .block-small_call_to_action .container p:last-child {
    margin: 0;
  }
  .block-small_call_to_action.previous-bg-lightergrey .container::after {
    background: #F7F7F7;
  }
  .block-small_call_to_action.previous-bg-darkergrey .container::after {
    background: #292929;
  }
}
@media (min-width: 768px) {
  .block-small_call_to_action .container {
    padding: 1.875rem;
  }
  .block-small_call_to_action .container::after {
    left: 75%;
  }
}
@media (min-width: 992px) {
  .block-small_call_to_action .container {
    padding: 3.125rem;
  }
  .block-small_call_to_action .container::after {
    left: 50%;
  }
}
@media (min-width: 0px) {
  .block-gallery {
    overflow: hidden;
    position: relative;
  }
  .block-gallery .container {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .block-gallery .swiper-container {
    margin: 0 0 1.25rem;
    display: none;
  }
  .block-gallery .swiper-container.swiper-container-initialized {
    display: block;
  }
  .block-gallery .swiper-container .swiper-slide img {
    width: 100%;
    display: block;
    height: auto;
  }
  .block-gallery div.next, .block-gallery div.prev {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  .block-gallery div.next::after, .block-gallery div.prev::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    height: 100%;
    width: 5rem;
    background: #B5B5B5;
  }
  .block-gallery div.next.next, .block-gallery div.prev.next {
    left: auto;
    right: 0;
  }
  .block-gallery div.next.next::after, .block-gallery div.prev.next::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
  }
  .block-gallery div.next.next span::before, .block-gallery div.next.next span::after, .block-gallery div.prev.next span::before, .block-gallery div.prev.next span::after {
    right: auto;
    left: 0.78125rem;
  }
  .block-gallery div.next span, .block-gallery div.prev span {
    display: block;
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .block-gallery .container {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .block-gallery div.next.next span::before, .block-gallery div.next.next span::after, .block-gallery div.prev.next span::before, .block-gallery div.prev.next span::after {
    left: 0.9375rem;
  }
  .block-gallery div.next span, .block-gallery div.prev span {
    padding: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .block-gallery .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .block-gallery div.next.next span::before, .block-gallery div.next.next span::after, .block-gallery div.prev.next span::before, .block-gallery div.prev.next span::after {
    left: 1.09375rem;
  }
  .block-gallery div.next span, .block-gallery div.prev span {
    padding: 1.5625rem 1.875rem;
  }
}
@media (min-width: 0px) {
  .block-faqs .container {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  .block-faqs .container .dropdown {
    border-bottom: 0.125rem solid #EDEDED;
    padding: 0 0 0.625rem;
    margin: 0 0 0.625rem;
  }
  .block-faqs .container .dropdown:last-child {
    margin: 0 0 1.25rem;
  }
  .block-faqs .container .dropdown .h3-bold {
    margin: 0;
    position: relative;
    display: block;
    padding: 0 1.875rem 0 0;
  }
  .block-faqs .container .dropdown .h3-bold .chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-faqs .container .dropdown .h3-bold.active .chevron {
    transform: rotate(90deg) translateX(-50%);
  }
  .block-faqs .container .dropdown .content {
    padding: 1.25rem 0 0;
    display: none;
  }
  .block-faqs .container .dropdown .content h5 {
    font-size: 1rem;
    margin: 0 0 0.625rem;
  }
  .block-faqs .container.bg-darkergrey .dropdown .h3-bold .chevron::before, .block-faqs .container.bg-darkergrey .dropdown .h3-bold .chevron::after {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .block-faqs .container {
    padding: 1.875rem 1.875rem 0.625rem;
  }
  .block-faqs .container .dropdown .content h5 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .block-faqs .container {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .block-faqs .container .dropdown {
    margin: 0 0 1.25rem;
  }
  .block-faqs .container .dropdown .content {
    padding: 0 0 0.625rem;
  }
  .block-faqs .container .dropdown .content h5 {
    margin: 1.875rem 0 0.625rem;
  }
}
@media (min-width: 0px) {
  .block-link_tabs .container {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  .block-link_tabs .container a {
    display: block;
    margin: 0 0 1.25rem;
    overflow: hidden;
  }
  .block-link_tabs .container .image {
    padding-bottom: 85%;
    position: relative;
  }
  .block-link_tabs .container h4 {
    background: #414141;
    padding: 0.75rem 0.9375rem;
    color: #fff;
    position: relative;
    margin: 0;
  }
  .block-link_tabs .container h4::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 3.75rem;
  }
  .block-link_tabs .container.bg-lightergrey h4::after {
    background: #F7F7F7;
  }
  .block-link_tabs .container.bg-darkergrey h4::after {
    background: #292929;
  }
}
@media (min-width: 768px) {
  .block-link_tabs .container {
    padding: 1.875rem 1.875rem 0.625rem;
  }
  .block-link_tabs .container .image {
    padding-bottom: 85%;
  }
  .block-link_tabs .container h4 {
    padding: 0.625rem 0.9375rem;
  }
}
@media (min-width: 992px) {
  .block-link_tabs .container {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .block-link_tabs .container .row {
    margin: 0 -0.625rem;
  }
  .block-link_tabs .container .row .col {
    padding: 0 0.625rem;
  }
  .block-link_tabs .container .image {
    padding-bottom: 85%;
  }
}
@media (min-width: 0px) {
  .block-staff .container {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  .block-staff .container img {
    width: 100%;
    height: auto;
    display: block;
  }
  .block-staff .container small {
    display: block;
    margin: 0.9375rem 0 0.3125rem;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .block-staff .container .dropdown {
    border-bottom: 0.125rem solid #B5B5B5;
    padding: 0 0 0.625rem;
    margin: 0 0 0.625rem;
  }
  .block-staff .container .dropdown:last-child {
    margin: 0 0 1.25rem;
  }
  .block-staff .container .dropdown .h3-bold {
    margin: 0;
    position: relative;
    display: block;
    padding: 0 1.875rem 0 0;
  }
  .block-staff .container .dropdown .h3-bold .chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-staff .container .dropdown .h3-bold.active .chevron {
    transform: rotate(90deg) translateX(-50%);
  }
  .block-staff .container .dropdown .content {
    padding: 0.625rem 0;
    display: none;
  }
  .block-staff .container .dropdown .content p:last-child, .block-staff .container .dropdown .content ul:last-child, .block-staff .container .dropdown .content ol:last-child {
    margin: 0;
  }
  .block-staff .container.bg-darkergrey .dropdown .h3-bold .chevron::before, .block-staff .container.bg-darkergrey .dropdown .h3-bold .chevron::after {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .block-staff .container {
    padding: 1.875rem 1.875rem 0.625rem;
  }
}
@media (min-width: 992px) {
  .block-staff .container {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .block-staff .container small {
    margin: 1.25rem 0 0.625rem;
    font-size: 1.0625rem;
  }
  .block-staff .container .dropdown {
    padding: 0 0 1.25rem;
    margin: 0 0 1.25rem;
  }
  .block-staff .container .dropdown .h3-bold {
    cursor: default;
  }
  .block-staff .container .dropdown .h3-bold .chevron {
    display: none;
  }
  .block-staff .container .dropdown .content {
    display: block !important;
  }
}
@media (min-width: 0px) {
  .block-map .bg {
    padding: 1.25rem;
    height: 100%;
    width: 100%;
  }
  .block-map .bg.bg-lightergrey .button {
    background: #fff;
  }
  .block-map .map {
    position: relative;
    padding-bottom: 75%;
    width: 100%;
    height: 100%;
  }
  .block-map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}
@media (min-width: 768px) {
  .block-map .bg {
    padding: 1.875rem;
    position: relative;
  }
  .block-map .bg * {
    position: relative;
    z-index: 2;
  }
  .block-map .bg::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: skewX(35deg);
    transform-origin: top;
    background: #fff;
    height: 100%;
    width: 100%;
    bottom: 0;
  }
  .block-map .bg.bg-lightergrey::after {
    background: #F7F7F7;
  }
  .block-map .bg.bg-darkergrey::after {
    background: #292929;
  }
}
@media (min-width: 992px) {
  .block-map .bg {
    padding: 3.125rem;
    display: -moz-flex;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .block-map .bg .row {
    padding-top: 1.25rem;
    margin: 0 -60% 0 -1.25rem;
    width: 165%;
  }
  .block-map .bg .row .col {
    padding: 0 1.25rem;
  }
  .block-map .bg .row .col p {
    margin: 0;
  }
  .block-map .map {
    padding-bottom: 60%;
  }
}
@media (min-width: 0px) {
  .block-contact_form .container,
  .block-value_bike_form .container {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  .block-contact_form .container.bg-lightergrey form input, .block-contact_form .container.bg-lightergrey form textarea, .block-contact_form .container.bg-lightergrey form select,
  .block-value_bike_form .container.bg-lightergrey form input,
  .block-value_bike_form .container.bg-lightergrey form textarea,
  .block-value_bike_form .container.bg-lightergrey form select {
    background: #fff;
  }
  .block-contact_form form,
  .block-value_bike_form form {
    margin: 0 0 1.25rem;
  }
  .block-contact_form form .frm_screen_reader, .block-contact_form form .frm_hidden,
  .block-value_bike_form form .frm_screen_reader,
  .block-value_bike_form form .frm_hidden {
    display: none;
  }
  .block-contact_form form h3,
  .block-value_bike_form form h3 {
    font-weight: 300;
    margin: 0.625rem 0 1.25rem;
    display: none;
  }
  .block-contact_form form label,
  .block-value_bike_form form label {
    display: block;
    margin: 0 0 0.3125rem;
  }
  .block-contact_form form input, .block-contact_form form textarea, .block-contact_form form select,
  .block-value_bike_form form input,
  .block-value_bike_form form textarea,
  .block-value_bike_form form select {
    padding: 0.46875rem 0.78125rem;
    background: #F7F7F7;
    font-size: 1rem;
    border: none;
    line-height: 1.5;
    width: 100%;
    margin: 0 0 0.9375rem;
    color: #151515;
  }
  .block-contact_form form .frm-g-recaptcha,
  .block-value_bike_form form .frm-g-recaptcha {
    margin: 0 0 0.9375rem;
  }
  .block-contact_form form .frm_none_container .frm_primary_label,
  .block-value_bike_form form .frm_none_container .frm_primary_label {
    display: none;
  }
  .block-contact_form form button,
  .block-value_bike_form form button {
    display: inline-block;
    padding: 0.46875rem 1.875rem 0.46875rem 0.78125rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 400;
    background: #fff;
    transition: padding 0.5s;
    background: #EDEDED;
    color: #151515;
  }
  .block-contact_form form button::before,
  .block-value_bike_form form button::before {
    content: "";
    position: absolute;
    right: 0.78125rem;
    bottom: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  .block-contact_form form button::after,
  .block-value_bike_form form button::after {
    content: "";
    position: absolute;
    right: 0.78125rem;
    top: 50%;
    width: 0.25rem;
    height: 0.4375rem;
    background: #151515;
    transform: skewX(-35deg);
    transition: box-shadow 0.5s, margin 0.5s;
    box-shadow: 0 0 0 #151515;
  }
  .block-contact_form form button:hover,
  .block-value_bike_form form button:hover {
    padding-right: 2.5rem;
  }
  .block-contact_form form button:hover::before, .block-contact_form form button:hover::after,
  .block-value_bike_form form button:hover::before,
  .block-value_bike_form form button:hover::after {
    box-shadow: 0.625rem 0 0 #151515;
    margin-right: 0.625rem;
  }
  .block-contact_form form button.bg-black::before, .block-contact_form form button.bg-black::after, .block-contact_form form button.bg-darkergrey::before, .block-contact_form form button.bg-darkergrey::after, .block-contact_form form button.bg-darkgrey::before, .block-contact_form form button.bg-darkgrey::after, .block-contact_form form button.bg-midgrey::before, .block-contact_form form button.bg-midgrey::after, .block-contact_form form button.bg-red::before, .block-contact_form form button.bg-red::after, .block-contact_form form button.bg-green::before, .block-contact_form form button.bg-green::after, .block-contact_form form button.bg-theme::before, .block-contact_form form button.bg-theme::after,
  .block-value_bike_form form button.bg-black::before,
  .block-value_bike_form form button.bg-black::after,
  .block-value_bike_form form button.bg-darkergrey::before,
  .block-value_bike_form form button.bg-darkergrey::after,
  .block-value_bike_form form button.bg-darkgrey::before,
  .block-value_bike_form form button.bg-darkgrey::after,
  .block-value_bike_form form button.bg-midgrey::before,
  .block-value_bike_form form button.bg-midgrey::after,
  .block-value_bike_form form button.bg-red::before,
  .block-value_bike_form form button.bg-red::after,
  .block-value_bike_form form button.bg-green::before,
  .block-value_bike_form form button.bg-green::after,
  .block-value_bike_form form button.bg-theme::before,
  .block-value_bike_form form button.bg-theme::after {
    background: #fff;
    box-shadow: 0 0 0 #fff;
  }
  .block-contact_form form button.bg-black:hover::before, .block-contact_form form button.bg-black:hover::after, .block-contact_form form button.bg-darkergrey:hover::before, .block-contact_form form button.bg-darkergrey:hover::after, .block-contact_form form button.bg-darkgrey:hover::before, .block-contact_form form button.bg-darkgrey:hover::after, .block-contact_form form button.bg-midgrey:hover::before, .block-contact_form form button.bg-midgrey:hover::after, .block-contact_form form button.bg-red:hover::before, .block-contact_form form button.bg-red:hover::after, .block-contact_form form button.bg-green:hover::before, .block-contact_form form button.bg-green:hover::after, .block-contact_form form button.bg-theme:hover::before, .block-contact_form form button.bg-theme:hover::after,
  .block-value_bike_form form button.bg-black:hover::before,
  .block-value_bike_form form button.bg-black:hover::after,
  .block-value_bike_form form button.bg-darkergrey:hover::before,
  .block-value_bike_form form button.bg-darkergrey:hover::after,
  .block-value_bike_form form button.bg-darkgrey:hover::before,
  .block-value_bike_form form button.bg-darkgrey:hover::after,
  .block-value_bike_form form button.bg-midgrey:hover::before,
  .block-value_bike_form form button.bg-midgrey:hover::after,
  .block-value_bike_form form button.bg-red:hover::before,
  .block-value_bike_form form button.bg-red:hover::after,
  .block-value_bike_form form button.bg-green:hover::before,
  .block-value_bike_form form button.bg-green:hover::after,
  .block-value_bike_form form button.bg-theme:hover::before,
  .block-value_bike_form form button.bg-theme:hover::after {
    box-shadow: 0.625rem 0 0 #fff;
  }
  .block-contact_form form button.prev::before,
  .block-value_bike_form form button.prev::before {
    transform: skewX(-35deg);
  }
  .block-contact_form form button.prev::after,
  .block-value_bike_form form button.prev::after {
    transform: skewX(35deg);
  }
}
@media (min-width: 0px) and (min-width: 768px) {
  .block-contact_form form button,
  .block-value_bike_form form button {
    padding: 0.5625rem 2.1875rem 0.5625rem 0.9375rem;
  }
  .block-contact_form form button:hover,
  .block-value_bike_form form button:hover {
    padding-right: 2.8125rem;
  }
  .block-contact_form form button::before, .block-contact_form form button::after,
  .block-value_bike_form form button::before,
  .block-value_bike_form form button::after {
    right: 0.9375rem;
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .block-contact_form form button,
  .block-value_bike_form form button {
    padding: 0.78125rem 2.5rem 0.78125rem 1.09375rem;
  }
  .block-contact_form form button:hover,
  .block-value_bike_form form button:hover {
    padding-right: 3.125rem;
  }
  .block-contact_form form button::before, .block-contact_form form button::after,
  .block-value_bike_form form button::before,
  .block-value_bike_form form button::after {
    right: 1.09375rem;
    width: 0.3125rem;
    height: 0.5625rem;
  }
}
@media (min-width: 0px) {
  .block-contact_form form .frm_error,
  .block-value_bike_form form .frm_error {
    font-size: 0.875rem;
    color: #CC0000;
    margin: -0.9375rem 0 0.9375rem;
  }
  .block-contact_form form .frm_error_style,
  .block-value_bike_form form .frm_error_style {
    display: none;
  }
  .block-contact_form p.h4-light,
  .block-value_bike_form p.h4-light {
    margin: 0 0 1.875rem;
  }
  .block-contact_form .dept,
  .block-value_bike_form .dept {
    margin: 0 0 1.25rem;
    font-size: 1rem;
  }
  .block-contact_form .dept a, .block-contact_form .dept span,
  .block-value_bike_form .dept a,
  .block-value_bike_form .dept span {
    display: block;
    margin: 0 0 0.3125rem;
  }
  .block-contact_form .dept h5,
  .block-value_bike_form .dept h5 {
    font-size: 1.0625rem;
    margin: 0 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  .block-contact_form .container,
  .block-value_bike_form .container {
    padding: 1.875rem 1.875rem 0.625rem;
  }
  .block-contact_form form input, .block-contact_form form textarea, .block-contact_form form select,
  .block-value_bike_form form input,
  .block-value_bike_form form textarea,
  .block-value_bike_form form select {
    padding: 0.5625rem 0.9375rem;
  }
  .block-contact_form form h3,
  .block-value_bike_form form h3 {
    margin: 0 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .block-contact_form .container,
  .block-value_bike_form .container {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .block-contact_form form input, .block-contact_form form textarea, .block-contact_form form select,
  .block-value_bike_form form input,
  .block-value_bike_form form textarea,
  .block-value_bike_form form select {
    padding: 0.78125rem 1.09375rem;
  }
  .block-contact_form .dept,
  .block-value_bike_form .dept {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 0px) {
  .block-service_tabbed_section .links {
    display: none;
  }
  .block-service_tabbed_section .tabs {
    border-bottom: 1.25rem solid #B5B5B5;
    border-top: 0.3125rem solid #B5B5B5;
  }
  .block-service_tabbed_section .tabs a.dropdown {
    display: block;
    padding: 0.9375rem 1.25rem;
    font-size: 1.125rem;
    background: #B5B5B5;
    position: relative;
  }
  .block-service_tabbed_section .tabs a.dropdown::after {
    content: "";
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
    height: 0.0625rem;
    background: #fff;
    position: absolute;
  }
  .block-service_tabbed_section .tabs a.dropdown .chevron {
    position: absolute;
    top: calc(50% - 0.4375rem);
    right: 1.25rem;
  }
  .block-service_tabbed_section .tabs a.dropdown.active .chevron {
    transform: rotate(90deg);
  }
  .block-service_tabbed_section .tabs a.dropdown.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.5rem solid #fff;
  }
  .block-service_tabbed_section .tabs .tab {
    display: none;
    margin-top: -0.0625rem;
    position: relative;
  }
  .block-service_tabbed_section .tabs .tab .bg-white {
    padding: 1.25rem;
  }
  .block-service_tabbed_section .tabs .tab .image {
    padding-bottom: 66.6666%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .block-service_tabbed_section .tabs .tab .image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
  .block-service_tabbed_section .tabs .tab.active {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-service_tabbed_section .links {
    display: block;
  }
  .block-service_tabbed_section .links .row {
    flex-wrap: nowrap;
  }
  .block-service_tabbed_section .links .row .col {
    width: auto;
  }
  .block-service_tabbed_section .links a {
    display: block;
    padding: 1.25rem 1.875rem;
    font-size: 1.125rem;
    position: relative;
  }
  .block-service_tabbed_section .links a.active, .block-service_tabbed_section .links a.initial {
    font-weight: 700;
  }
  .block-service_tabbed_section .links a.active::before, .block-service_tabbed_section .links a.initial::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.625rem);
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.5rem solid #fff;
  }
  .block-service_tabbed_section .tabs {
    border: none;
  }
  .block-service_tabbed_section .tabs a.dropdown {
    display: none;
  }
  .block-service_tabbed_section .tabs .tab {
    margin-top: 0;
    overflow: hidden;
  }
  .block-service_tabbed_section .tabs .tab .bg-white {
    padding: 1.875rem;
  }
  .block-service_tabbed_section .tabs .tab .bg-white * {
    position: relative;
    z-index: 2;
  }
  .block-service_tabbed_section .tabs .tab .image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    width: 100%;
    height: 100%;
  }
  .block-service_tabbed_section .tabs .tab.active, .block-service_tabbed_section .tabs .tab.initial {
    display: block;
  }
}
@media (min-width: 992px) {
  .block-service_tabbed_section .links {
    padding: 0 1.25rem;
  }
  .block-service_tabbed_section .links a {
    font-size: 1.25rem;
  }
  .block-service_tabbed_section .tabs .tab .bg-white {
    padding: 3.125rem;
  }
}
@media (min-width: 0px) {
  .block-service_call_to_action .bg-lightgrey {
    padding: 1.25rem 0;
    position: relative;
    overflow: hidden;
  }
  .block-service_call_to_action .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .block-service_call_to_action .bg-lightgrey {
    padding: 1.875rem 0;
  }
  .block-service_call_to_action .bg-lightgrey::after {
    width: 50%;
    height: 7.5rem;
    left: 80%;
  }
  .block-service_call_to_action .bg-lightgrey p.h4-light {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .block-service_call_to_action .bg-lightgrey {
    padding: 3.125rem 0;
  }
  .block-service_call_to_action .bg-lightgrey::after {
    width: 50%;
    left: 60%;
  }
}
@media (min-width: 0px) {
  .block-service_text_and_image .bg-white {
    padding: 1.25rem;
  }
  .block-service_text_and_image .image {
    padding-bottom: 66.6666%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .block-service_text_and_image .image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #fff;
    width: 3.75rem;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .block-service_text_and_image .bg-white {
    padding: 1.875rem;
  }
  .block-service_text_and_image .bg-white * {
    position: relative;
    z-index: 2;
  }
  .block-service_text_and_image .image {
    padding-bottom: 50%;
  }
  .block-service_text_and_image .image::before {
    width: 5.625rem;
    height: 7.5rem;
  }
}
@media (min-width: 992px) {
  .block-service_text_and_image .bg-white {
    padding: 3.125rem;
  }
  .block-service_text_and_image .image {
    padding-bottom: 66.6666%;
  }
  .block-service_text_and_image .image::before {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 0px) {
  .block-post_call_to_action .bg-lightgrey {
    padding: 1.25rem 0;
    position: relative;
    overflow: hidden;
  }
  .block-post_call_to_action .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    width: 3.75rem;
    height: 5rem;
  }
}
@media (min-width: 768px) {
  .block-post_call_to_action .bg-lightgrey {
    padding: 1.875rem 0;
  }
  .block-post_call_to_action .bg-lightgrey::after {
    width: 50%;
    height: 7.5rem;
    left: 80%;
  }
  .block-post_call_to_action .bg-lightgrey p.h4-light {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .block-post_call_to_action .bg-lightgrey {
    padding: 3.125rem 0;
  }
  .block-post_call_to_action .bg-lightgrey::after {
    width: 50%;
    left: 60%;
  }
}
@media (min-width: 0px) {
  .block-post_text_and_image .container {
    padding: 1.25rem 1.25rem 0.0625rem;
  }
  .block-post_text_and_image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .block-post_text_and_image .container {
    padding: 1.875rem 1.875rem 0.625rem;
  }
}
@media (min-width: 992px) {
  .block-post_text_and_image .container {
    padding: 3.125rem 3.125rem 1.875rem;
  }
  .block-post_text_and_image img {
    margin: 0;
  }
}
@media (min-width: 0px) {
  .block-used_warranty .container {
    padding: 1.25rem;
  }
  .block-used_warranty .container h4 {
    margin: 0;
  }
  .block-used_warranty .container ul {
    margin: 1.25rem 0 0;
  }
  .block-used_warranty .container ul li {
    padding: 0.625rem 0;
    border-bottom: 0.0625rem solid #B5B5B5;
    text-align: left;
    position: relative;
  }
  .block-used_warranty .container ul li.heading {
    border-width: 0.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
  .block-used_warranty .container ul li a {
    position: relative;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    padding: 0 0 0 2.1875rem;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/plus.svg);
    background-size: 1.5625rem;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
  }
  .block-used_warranty .container ul li a.active {
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/minus.svg);
  }
  .block-used_warranty .container ul li .description {
    padding: 0.625rem 0;
    display: none;
  }
  .block-used_warranty .container ul li .description p {
    margin: 0;
  }
  .block-used_warranty .container ul li .tick, .block-used_warranty .container ul li .cross {
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/tick.svg);
    background-size: cover;
    margin: 0 auto;
  }
  .block-used_warranty .container ul li .cross {
    background-image: url(https://www.seastarsuperbikes.co.uk/wp-content/themes/seastar/assets/cross.svg);
  }
}
@media (min-width: 768px) {
  .block-used_warranty .container {
    padding: 1.875rem;
  }
  .block-used_warranty .container ul {
    margin: 1.875rem 0 0;
  }
  .block-used_warranty .container ul li.heading {
    font-size: 1.375rem;
  }
  .block-used_warranty .container ul li a {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .block-used_warranty .container ul li .tick, .block-used_warranty .container ul li .cross {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 992px) {
  .block-used_warranty .container {
    padding: 3.125rem;
  }
}
@media (min-width: 0px) {
  #page-search #title form {
    padding: 1.25rem;
    font-size: 1.0625rem;
    width: 100%;
  }
  #page-search #title form input {
    padding: 0.46875rem 0.78125rem;
    background: #fff;
    line-height: 1.5;
    width: calc(100% - 3.4375rem);
    margin: 0 -0.3125rem 0 0;
    color: #151515;
    max-width: 23.75rem;
    vertical-align: top;
  }
  #page-search #title form button {
    background: #fff;
    color: #151515;
    padding: 0.46875rem;
    line-height: 1.5625rem;
    width: 2.5rem;
    vertical-align: top;
  }
  #page-search #search {
    padding: 1.25rem;
  }
  #page-search #search a.filter {
    display: block;
    background: #EDEDED;
    padding: 0.625rem;
    margin: 0 0 0.9375rem;
    text-align: center;
    text-transform: uppercase;
  }
  #page-search #search a.filter.active {
    background: #B5B5B5;
    font-weight: 700;
  }
  #page-search #search .filter-product {
    padding-top: 1.25rem;
  }
  #page-search #search .filter-product .row {
    margin: 0 -0.625rem;
  }
  #page-search #search .filter-product .row .col {
    padding: 0 0.625rem;
  }
  #page-search #search .filter-product article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #page-search #search .filter-product article .variantDetails {
    width: calc(100% - 1.875rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  #page-search #search .filter-product article .d-flex {
    display: flex;
    width: 100%;
  }
  #page-search #search .filter-product article .d-flex.justify-content-between {
    justify-content: space-between;
  }
  #page-search #search .filter-product article .d-flex.flex-direction-col {
    flex-direction: column;
  }
  #page-search #search .filter-product article a {
    position: relative;
    display: block;
    background: #fff;
    padding: 0.625rem;
  }
  #page-search #search .filter-product article a span:not(.status) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #page-search #search .filter-product article a span:not(.status)::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #page-search #search .filter-product article a span.status {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #69be28;
    text-indent: -624.9375rem;
    overflow: hidden;
    position: absolute;
    top: -0.625rem;
  }
  #page-search #search .filter-product article a span.status.backorder {
    background: #FFC400;
  }
  #page-search #search .filter-product article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #page-search #search .filter-product article .bg-white {
    padding: 0.9375rem;
    position: relative;
    text-align: center;
  }
  #page-search #search .filter-product article .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 3.125rem;
    height: 2.5rem;
  }
  #page-search #search .filter-product article .bg-white a {
    padding: 0;
  }
  #page-search #search .filter-product article .bg-white h3 {
    margin: 0 0 0.625rem;
  }
  #page-search #search .filter-product article .bg-white .price {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
  }
  #page-search #search .filter-product article .bg-white .price del {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.3125rem;
    text-decoration: none;
  }
  #page-search #search .filter-product article .bg-white .price del::before {
    content: "Was ";
  }
  #page-search #search .filter-product article .bg-white .price ins {
    color: #CC0000;
    display: block;
    text-decoration: none;
  }
  #page-search #search .filter-product article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #page-search #search .filter-new_bike {
    padding-top: 1.25rem;
  }
  #page-search #search .filter-new_bike article {
    position: relative;
    overflow: hidden;
    margin: 0 -1.25rem 1.25rem;
  }
  #page-search #search .filter-new_bike article .offers .offer {
    padding: 0.9375rem 1.25rem;
    text-transform: uppercase;
  }
  #page-search #search .filter-new_bike article .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 60%;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey {
    padding: 1.25rem;
    position: relative;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey .row {
    margin: 0 -1.25rem;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey .row .col {
    padding: 0 1.25rem;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #F7F7F7;
    height: 5rem;
    width: 50%;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey p {
    margin: 0 0 1.25rem;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey p.h4 {
    font-weight: 500;
    margin: 0 0 0.625rem;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey p.finance {
    font-weight: 500;
    margin: 0 0 1.25rem 0;
    display: inline-block;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey p.finance:first-child {
    margin-right: 1.25rem;
  }
  #page-search #search .filter-used_bike {
    padding-top: 1.25rem;
  }
  #page-search #search .filter-used_bike .row {
    margin: 0 -0.625rem;
  }
  #page-search #search .filter-used_bike .row .col {
    padding: 0 0.625rem;
  }
  #page-search #search .filter-used_bike article {
    margin-bottom: 1.25rem;
    overflow: hidden;
  }
  #page-search #search .filter-used_bike article a {
    position: relative;
  }
  #page-search #search .filter-used_bike article a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1.125rem 0.5rem 0.625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #page-search #search .filter-used_bike article a span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: skewX(-35deg);
    transform-origin: bottom;
    background: #CC0000;
    width: 1.75rem;
    height: 100%;
  }
  #page-search #search .filter-used_bike article img {
    width: 100%;
    height: auto;
    display: block;
  }
  #page-search #search .filter-used_bike article .bg-white {
    padding: 0.9375rem;
    position: relative;
  }
  #page-search #search .filter-used_bike article .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    width: 3.125rem;
    height: 2.5rem;
  }
  #page-search #search .filter-used_bike article .bg-white .price {
    margin: 0 0 0.3125rem;
    font-size: 1rem;
  }
  #page-search #search .filter-used_bike article .bg-white .price strong {
    font-size: 1.375rem;
    padding-right: 0.625rem;
  }
  #page-search #search .filter-used_bike article .bg-white .price strong.sale {
    color: #CC0000;
  }
  #page-search #search .filter-used_bike article .bg-white small {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0.625rem;
  }
  #page-search #search .filter-page {
    padding-top: 1.25rem;
  }
  #page-search #search .filter-page article {
    padding: 0 0 1.25rem;
    margin: 0 0 1.25rem;
    border-bottom: 0.125rem solid #fff;
  }
}
@media (min-width: 768px) {
  #page-search #title form {
    padding: 1.25rem 1.875rem 1.25rem 3.75rem;
    font-size: 1.125rem;
  }
  #page-search #title form input {
    padding: 0.5625rem 0.9375rem;
  }
  #page-search #title form button {
    line-height: 1.875rem;
    width: 2.8125rem;
  }
  #page-search #search {
    padding: 1.875rem;
  }
  #page-search #search .filter-product article .bg-white h3, #page-search #search .filter-used_bike article .bg-white h3 {
    font-size: 1.375rem;
  }
  #page-search #search .filter-new_bike article {
    border-width: 0;
    margin: 0 -1.875rem 1.25rem;
  }
  #page-search #search .filter-new_bike article::after {
    display: none;
  }
  #page-search #search .filter-new_bike article .offers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #page-search #search .filter-new_bike article .offers .offer {
    position: relative;
    padding: 0.9375rem 1.875rem;
  }
  #page-search #search .filter-new_bike article .offers .offer::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #F7F7F7;
    height: 100%;
    width: 3.125rem;
  }
  #page-search #search .filter-new_bike article .image {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey {
    padding: 25% 1.875rem 1.875rem;
    margin-top: -25%;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey::after {
    height: 7.5rem;
  }
  #page-search #search .filter-page article {
    width: 83.3333%;
  }
}
@media (min-width: 992px) {
  #page-search #title form {
    padding: 3.125rem 3.125rem 3.125rem 6.25rem;
  }
  #page-search #title form input {
    padding: 0.78125rem 1.09375rem;
    line-height: 1.5625rem;
  }
  #page-search #title form button {
    line-height: 2.1875rem;
    width: 3.125rem;
  }
  #page-search #search {
    padding: 3.125rem;
  }
  #page-search #search h4 {
    padding: 1.25rem 0 0;
  }
  #page-search #search .filter-product article .bg-white h3, #page-search #search .filter-used_bike article .bg-white h3 {
    font-size: 1.375rem;
  }
  #page-search #search .filter-product article .bg-white small, #page-search #search .filter-used_bike article .bg-white small {
    font-size: 1.125rem;
  }
  #page-search #search .filter-new_bike article {
    border-width: 0.9375rem;
    margin: 0 0 1.25rem -3.125rem;
  }
  #page-search #search .filter-new_bike article .offers {
    width: 50%;
  }
  #page-search #search .filter-new_bike article .offers .offer {
    position: relative;
    padding: 0.9375rem 3.125rem;
  }
  #page-search #search .filter-new_bike article .offers .offer::after {
    display: none;
  }
  #page-search #search .filter-new_bike article .image {
    width: 100%;
    height: 100%;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey {
    padding: 2.5rem 3.125rem 3.125rem;
    margin-top: 0;
    height: 100%;
    width: 100%;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey * {
    position: relative;
    z-index: 2;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey div {
    width: 100%;
  }
  #page-search #search .filter-new_bike article .bg-lightgrey::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    background: #EDEDED;
    height: 100%;
    width: 100%;
    left: -10%;
  }
  #page-search #search .filter-page article {
    width: 75%;
  }
}
@media (min-width: 0px) {
  #page-404 section#section-404 {
    padding: 1.25rem 0 0;
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F7F7F7, rgba(0, 0, 0, 0) 50%), url(/wp-content/themes/seastar/assets/bg3.jpg);
    background-size: cover;
    background-position: top;
  }
  #page-404 section#section-404 img {
    width: 9.375rem;
    height: auto;
    display: block;
    margin: 0 auto 1.25rem;
  }
  #page-404 section#section-404 h1 {
    text-align: center;
    margin: 0;
    padding: 0 1.25rem 1.25rem;
  }
  #page-404 section#section-404 h1 strong {
    display: block;
    font-weight: 500;
    line-height: 1;
  }
  #page-404 section#section-404 .bg-white {
    padding: 1.25rem;
    position: relative;
    margin-top: 2.5rem;
  }
  #page-404 section#section-404 .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 100%;
    transform: skewX(35deg);
    transform-origin: top;
    height: 2.5rem;
    width: 100%;
    background: #fff;
    right: 25%;
  }
  #page-404 section#section-404 .bg-white form {
    font-size: 1.0625rem;
    margin: 0 0 1.875rem;
  }
  #page-404 section#section-404 .bg-white form input {
    padding: 0.46875rem 0.78125rem;
    background: #F7F7F7;
    line-height: 1.5;
    width: calc(100% - 3.4375rem);
    margin: 0 -0.3125rem 0 0;
    color: #151515;
    max-width: 17.5rem;
    vertical-align: top;
  }
  #page-404 section#section-404 .bg-white form button {
    background: #F7F7F7;
    color: #151515;
    padding: 0.46875rem;
    line-height: 1.5625rem;
    width: 2.5rem;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  #page-404 section#section-404 {
    padding: 1.875rem 0 0;
  }
  #page-404 section#section-404 img {
    width: 100%;
    max-width: 23.75rem;
    margin: 0 0 0 1.875rem;
    position: relative;
    z-index: 2;
  }
  #page-404 section#section-404 h1 {
    text-align: left;
    padding: 10% 1.875rem 1.875rem 3.75rem;
  }
  #page-404 section#section-404 .bg-white {
    padding: 1.875rem 1.875rem 1.875rem 3.75rem;
    margin: 0;
  }
  #page-404 section#section-404 .bg-white::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    height: 100%;
    width: 50%;
  }
  #page-404 section#section-404 .bg-white * {
    position: relative;
    z-index: 2;
  }
  #page-404 section#section-404 .bg-white form {
    font-size: 1.125rem;
  }
  #page-404 section#section-404 .bg-white form input {
    padding: 0.5625rem 0.9375rem;
  }
  #page-404 section#section-404 .bg-white form button {
    line-height: 1.875rem;
    width: 2.8125rem;
  }
}
@media (min-width: 992px) {
  #page-404 section#section-404 {
    padding: 3.125rem 0 0;
  }
  #page-404 section#section-404 img {
    margin: 0 0 0 3.125rem;
  }
  #page-404 section#section-404 h1 {
    padding: 5% 3.125rem 3.125rem 6.25rem;
  }
  #page-404 section#section-404 .bg-white {
    padding: 3.125rem 3.125rem 3.125rem 6.25rem;
  }
  #page-404 section#section-404 .bg-white form input {
    padding: 0.78125rem 1.09375rem;
    line-height: 1.5625rem;
  }
  #page-404 section#section-404 .bg-white form button {
    line-height: 2.1875rem;
    width: 3.125rem;
  }
}
@media (min-width: 0px) {
  #slideshow_1.swiper-container {
    position: relative;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    transform: skewX(35deg);
    transform-origin: bottom;
    top: -0.0625rem;
    background: #151515;
    height: 5.3125rem;
    width: 50%;
    z-index: 2;
    transition: background 1s ease;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide .container {
    border-top: 0.625rem solid #151515;
    border-bottom: 0.625rem solid #151515;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide {
    border-top: 0.625rem solid #151515;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container {
    border-bottom: 0.625rem solid #F7F7F7;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .row:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: calc(100% + 1.875rem);
    right: auto;
    left: calc(100% + 0.625rem);
    transform: skewX(-35deg);
    transform-origin: top;
    width: 3.75rem;
    height: 5rem;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.red_style .container {
    background: #CC0000;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.red_style .container .row:before {
    background: #CC0000;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.red_style .container .row h2,
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.red_style .container .row p {
    color: #fff;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.green_style .container {
    background: #69be28;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.green_style .container .row:before {
    background: #69be28;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.green_style .container .row h2,
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.green_style .container .row p {
    color: #151515;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.yellow_style .container {
    background: #FFC400;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.yellow_style .container .row:before {
    background: #FFC400;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.yellow_style .container .row h2,
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.yellow_style .container .row p {
    color: #151515;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.white_style .container {
    background: #fff;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.white_style .container .row:before {
    background: #fff;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.white_style .container .row h2,
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide.white_style .container .row p {
    color: #151515;
  }
  #slideshow_1.swiper-container .swiper-slide {
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #slideshow_1.swiper-container .swiper-slide .slide_title strong {
    display: block;
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .container {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 3.125rem;
    height: 100%;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) -25%, #F7F7F7);
    z-index: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide.ducati_bike:before, #slideshow_1.swiper-container .swiper-slide.bike_slide.ducati_bike:after,
  #slideshow_1.swiper-container .swiper-slide.bike_slide.ducati_bike .chevron::before,
  #slideshow_1.swiper-container .swiper-slide.bike_slide.ducati_bike .chevron::after {
    background: #CC0000;
    transition: background 1s ease;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide.ducati_bike .container {
    border-top-color: #CC0000;
    border-bottom-color: #CC0000;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide.kawasaki_bike:before, #slideshow_1.swiper-container .swiper-slide.bike_slide.kawasaki_bike:after,
  #slideshow_1.swiper-container .swiper-slide.bike_slide.kawasaki_bike .chevron::before,
  #slideshow_1.swiper-container .swiper-slide.bike_slide.kawasaki_bike .chevron::after {
    background: #69be28;
    transition: background 1s ease;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide.kawasaki_bike .container {
    border-top-color: #69be28;
    border-bottom-color: #69be28;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide.scrambler_bike:before, #slideshow_1.swiper-container .swiper-slide.bike_slide.scrambler_bike:after,
  #slideshow_1.swiper-container .swiper-slide.bike_slide.scrambler_bike .chevron::before,
  #slideshow_1.swiper-container .swiper-slide.bike_slide.scrambler_bike .chevron::after {
    background: #FFC400;
    transition: background 1s ease;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide.scrambler_bike .container {
    border-top-color: #FFC400;
    border-bottom-color: #FFC400;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul {
    margin-bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.25rem 0 0.25rem 1rem;
    position: relative;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li .chevron {
    margin-right: 0.375rem;
    vertical-align: baseline;
    display: inline-block;
    position: absolute;
    top: 0.4375rem;
    left: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image img {
    max-width: none;
    width: 100%;
    margin-left: -10%;
    margin-right: -15%;
    margin-top: 0.625rem;
    height: auto;
    position: relative;
    z-index: 2;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .lg_button {
    display: none;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide {
    position: relative;
    background-origin: content-box;
    padding-bottom: 0;
    background-position: center top;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .row {
    position: relative;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .description {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .button {
    margin-top: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 990px) {
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile {
    background-image: none !important;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile .img-container {
    display: block;
    width: 100%;
    height: auto;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile .container {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0 !important;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile .container .row {
    position: relative;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile .container .description {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile .container .button {
    margin-top: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile.background-green {
    background-color: #69be28;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile.background-white {
    background-color: #fff;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile.background-red {
    background-color: #CC0000;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide-mobile.background-yellow {
    background-color: #FFC400;
  }
}
@media (min-width: 0px) {
  #slideshow_1.swiper-container .swiper-slide.contained_image {
    background-size: cover;
    position: relative;
    background-origin: content-box;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #slideshow_1.swiper-container .swiper-slide.contained_image .container {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    border-bottom: 0.625rem solid #fff;
  }
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .row {
    position: relative;
    align-items: center;
    width: 100%;
  }
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .slide_title,
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .description {
    color: #fff;
  }
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .description {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    width: 90%;
  }
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .slide_image {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 0px) and (min-width: 991px) {
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .slide_image {
    justify-content: center;
    padding-right: 1.25rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 990px) {
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .slide_image {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 0px) {
  #slideshow_1.swiper-container .swiper-slide.contained_image .container .slide_image img {
    max-width: 43.75rem;
    height: auto;
    width: 100%;
  }
  #slideshow_1.swiper-container .swiper-button {
    top: auto;
    bottom: -0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    z-index: 11;
    transition: background 1s ease;
  }
  #slideshow_1.swiper-container .swiper-button span {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom: 1.25rem solid #151515;
    border-top: 1.25rem solid transparent;
    pointer-events: none;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-prev {
    left: 0;
    right: auto;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-prev:before, #slideshow_1.swiper-container .swiper-button.swiper-button-prev:after {
    transition: background 1s ease;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-prev span {
    border-left: 0.8125rem solid #151515;
    border-right: 0.8125rem solid transparent;
    left: 2.5rem;
    transition: border-bottom-color 1s ease, border-left-color 1s ease;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-next {
    right: 0;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-next span {
    border-right: 0.8125rem solid #151515;
    border-left: 0.8125rem solid transparent;
    right: 2.5rem;
  }
  #slideshow_1.swiper-container .swiper-button:before, #slideshow_1.swiper-container .swiper-button:after {
    right: 50%;
  }
  #slideshow_1.swiper-container .swiper-button:before, #slideshow_1.swiper-container .swiper-button.swiper-button-prev.prev:after {
    transform: translateX(50%) skewX(35deg);
  }
  #slideshow_1.swiper-container .swiper-button:after, #slideshow_1.swiper-container .swiper-button.swiper-button-prev.prev:before {
    content: "";
    transform: translateX(50%) skewX(-35deg);
  }
  #slideshow_1.swiper-container .swiper-pagination {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0.5rem 3.5rem;
  }
  #slideshow_1.swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 0.75rem;
    width: 0.9375rem;
    background-color: #EDEDED;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    transform: skewX(-35deg);
    transition: background-color 0.75s ease-out;
  }
  #slideshow_1.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #151515;
    border: 0.0625rem solid #fff;
    transition: background-color 0.75s ease-in;
  }
  #slideshow_1.swiper-container[bike=ducati] .swiper-button-prev {
    background: #CC0000;
  }
  #slideshow_1.swiper-container[bike=ducati] .swiper-button-prev span {
    border-left-color: #CC0000 !important;
    border-bottom-color: #CC0000;
  }
  #slideshow_1.swiper-container[bike=kawasaki] .swiper-button-prev {
    background: #69be28;
  }
  #slideshow_1.swiper-container[bike=kawasaki] .swiper-button-prev span {
    border-left-color: #69be28 !important;
    border-bottom-color: #69be28;
  }
  #slideshow_1.swiper-container[bike=scrambler] .swiper-button-prev {
    background: #FFC400;
  }
  #slideshow_1.swiper-container[bike=scrambler] .swiper-button-prev span {
    border-left-color: #FFC400 !important;
    border-bottom-color: #FFC400;
  }
  #slideshow_1.swiper-container[bike=na] .swiper-button-prev {
    background: #F7F7F7;
  }
  #slideshow_1.swiper-container[bike=na] .swiper-button-prev:before, #slideshow_1.swiper-container[bike=na] .swiper-button-prev:after {
    background: #151515;
  }
  #slideshow_1.swiper-container[bike=na] .swiper-button-prev span {
    border-left-color: #F7F7F7 !important;
    border-bottom-color: #F7F7F7;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  #slideshow_1.swiper-container.image_slide_active .swiper-wrapper {
    border-bottom-color: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev {
    background: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:before, #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:after {
    background: #151515;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev span {
    border-left-color: #F7F7F7 !important;
    border-bottom-color: #F7F7F7;
  }
}
@media (min-width: 576px) {
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.625rem;
    max-width: 40.625rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #slideshow_1.swiper-container.image_slide_active .swiper-wrapper {
    border-bottom-color: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev {
    background: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:before, #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:after {
    background: #151515;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev span {
    border-left-color: #F7F7F7 !important;
    border-bottom-color: #F7F7F7;
  }
}
@media (min-width: 768px) {
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    transform: skewX(-35deg);
    transform-origin: bottom;
    height: 21.5625rem;
    right: calc(100% - (8.33333% + 1.875rem));
    z-index: 2;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    height: 30.9375rem;
    width: 50%;
    left: 110%;
    transition: background 1s ease;
    z-index: 2;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .row:before {
    bottom: 100%;
    right: auto;
    left: 103%;
  }
  #slideshow_1.swiper-container .swiper-slide .slide_title {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 0.5rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .container {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8125rem;
    padding: 0.375rem 0 0.375rem 1.25rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li .chevron {
    top: 0.75rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image {
    position: relative;
    z-index: 3;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image img {
    max-width: 43.75rem;
    margin-left: 0;
    margin-right: 15%;
    margin-top: 2.5rem;
    margin-bottom: 1.5625rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .button {
    margin-top: 1.5625rem;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide {
    padding-bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent !important;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .row .col {
    padding-top: 5rem;
    padding-bottom: 9.0625rem;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .button {
    margin-top: 0.625rem;
  }
  #slideshow_1.swiper-container .swiper-button {
    width: 3.125rem;
    height: 3.5rem;
  }
  #slideshow_1.swiper-container .swiper-button span {
    border-bottom-width: 1.75rem;
    border-top-width: 1.75rem;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-prev span, #slideshow_1.swiper-container .swiper-button.swiper-button-next span {
    border-left-width: 1.125rem;
    border-right-width: 1.125rem;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-prev span {
    left: 3.125rem;
  }
  #slideshow_1.swiper-container .swiper-button.swiper-button-next span {
    right: 3.125rem;
  }
  #slideshow_1.swiper-container .swiper-button:before, #slideshow_1.swiper-container .swiper-button:after {
    height: 0.9375rem;
  }
  #slideshow_1.swiper-container .swiper-pagination {
    padding: 0 4.375rem 1.5625rem 4.375rem;
  }
  #slideshow_1.swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 1rem;
    width: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slideshow_1.swiper-container.image_slide_active .swiper-wrapper {
    border-bottom-color: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev {
    background: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:before, #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:after {
    background: #151515;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev span {
    border-left-color: #F7F7F7 !important;
    border-bottom-color: #F7F7F7;
  }
}
@media (min-width: 992px) {
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide:before {
    height: 22.1875rem;
    right: calc(100% + 3rem);
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide:after {
    height: 26.875rem;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide {
    background-size: cover;
  }
}
@media screen and (min-width: 992px) and (min-width: 1280px) {
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide {
    background-size: 65%;
  }
}
@media (min-width: 992px) {
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .row:before {
    left: calc(45% + 3.75rem);
    transform: skewX(-35deg) translateX(-10%);
    transition: transform 1s ease, opacity 1s ease;
    opacity: 0.75;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .row:before {
    transform: skewX(-35deg) translateX(0%);
    opacity: 1;
    bottom: 0;
    left: 50%;
    height: 100%;
    width: 150%;
    z-index: 0;
  }
  #slideshow_1.swiper-container .swiper-slide {
    min-height: 31.25rem;
  }
  #slideshow_1.swiper-container .swiper-slide .slide_title {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 0.5rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_title {
    margin-top: 4.6875rem;
    font-size: 2.1875rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0.375rem 0 0.375rem 1.25rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li .chevron {
    top: 0.75rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image img {
    width: 155%;
    margin-left: 0;
    margin-right: -20%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .lg_button {
    display: inline-block;
    margin-top: 3.125rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_title,
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul,
  #slideshow_1.swiper-container .swiper-slide.bike_slide .lg_button {
    position: relative;
    z-index: 3;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide {
    padding-bottom: 0;
    background-position: center;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .img-container {
    display: none;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .row .col {
    padding-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .slide_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #slideshow_1.swiper-container .swiper-button {
    height: 3.125rem;
    bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-button span {
    border-bottom-width: 1.5625rem;
    border-top-width: 1.5625rem;
  }
  #slideshow_1.swiper-container .swiper-pagination {
    padding: 0 5.625rem 1.5625rem 5.625rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slideshow_1.swiper-container.image_slide_active .swiper-wrapper {
    border-bottom-color: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev {
    background: #F7F7F7;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:before, #slideshow_1.swiper-container.image_slide_active .swiper-button-prev:after {
    background: #151515;
  }
  #slideshow_1.swiper-container.image_slide_active .swiper-button-prev span {
    border-left-color: #F7F7F7 !important;
    border-bottom-color: #F7F7F7;
  }
}
@media (min-width: 1200px) {
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.bike_slide .container {
    border-top-width: 0.9375rem;
    border-bottom-width: 0.9375rem;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide {
    border-top-width: 0.9375rem;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container {
    border-bottom-width: 0.9375rem;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .row:before {
    left: calc(50% + 3.125rem);
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .slide_title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .description {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #slideshow_1.swiper-container .swiper-slide {
    min-height: 31.25rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_title {
    margin-bottom: 0.9375rem;
    margin-top: 3.75rem;
    font-size: 2.1875rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul {
    padding-right: 8%;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide ul li .chevron {
    top: 0.6875rem;
    left: -0.3125rem;
  }
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image img {
    width: 45rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.875rem;
    margin-bottom: -10%;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1500px) {
  #slideshow_1.swiper-container .swiper-slide.bike_slide .slide_image img {
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  #slideshow_1.swiper-container .swiper-slide.image_slide {
    background-size: cover;
    background-position: left center;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container {
    position: relative;
    height: 100%;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .row {
    height: inherit;
    align-content: center;
  }
  #slideshow_1.swiper-container .swiper-slide.image_slide .container .row .col {
    padding-top: 0;
    padding-bottom: 0;
  }
  #slideshow_1.swiper-container .swiper-slide.contained_image .container {
    border-bottom: 0.9375rem solid #fff;
  }
}
@media (min-width: 1500px) {
  #slideshow_1.swiper-container.swiper-container-initialized .swiper-slide.image_slide .container .row:before {
    left: calc(55% + 4.375rem);
  }
}
@media (min-width: 0px) {
  #bike_archive_slideshow.swiper-container {
    position: relative;
  }
  #bike_archive_slideshow.swiper-container:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0;
    left: 100%;
    right: auto;
    transform: skewX(-35deg);
    transform-origin: top;
    background: #fff;
    height: 8.75rem;
    width: 50%;
    z-index: 1;
  }
  #bike_archive_slideshow.swiper-container .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #EDEDED, rgba(237, 237, 237, 0.5) 25%), url("assets/bg1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 75%;
    display: block;
    margin: auto;
    padding-top: 0.9375rem;
    max-width: 25rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button {
    top: auto;
    bottom: -0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    z-index: 11;
    transition: background 1s ease;
  }
  #bike_archive_slideshow.swiper-container .swiper-button span {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom: 1.25rem solid #292929;
    border-top: 1.25rem solid transparent;
    pointer-events: none;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev {
    left: 0;
    right: auto;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev:before, #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev:after {
    transition: background 1s ease;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev span {
    border-left: 0.8125rem solid #292929;
    border-right: 0.8125rem solid transparent;
    left: 2.5rem;
    transition: border-bottom-color 1s ease, border-left-color 1s ease;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next {
    right: 0;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next span {
    border-right: 0.8125rem solid #292929;
    border-left: 0.8125rem solid transparent;
    right: 2.5rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next:before, #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next:after {
    background: white;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next.bg-yellow:before, #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next.bg-yellow:after {
    background: #292929;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next.bg-red span {
    border-right-color: #CC0000;
    border-bottom-color: #CC0000;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next.bg-green span {
    border-right-color: #69be28;
    border-bottom-color: #69be28;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next.bg-yellow span {
    border-right-color: #FFC400;
    border-bottom-color: #FFC400;
  }
  #bike_archive_slideshow.swiper-container .swiper-button:before, #bike_archive_slideshow.swiper-container .swiper-button:after {
    right: 50%;
  }
  #bike_archive_slideshow.swiper-container .swiper-button:before, #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:after {
    transform: translateX(50%) skewX(35deg);
  }
  #bike_archive_slideshow.swiper-container .swiper-button:after, #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:before {
    content: "";
    transform: translateX(50%) skewX(-35deg);
  }
  #bike_archive_slideshow-info.swiper-container {
    background: white;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description {
    margin-bottom: 1.5625rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container h4 {
    font-weight: 500;
    margin-bottom: 0.9375rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .prices {
    font-weight: 500;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .prices .hp {
    margin-right: 1.875rem;
  }
}
@media (min-width: 576px) {
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    max-width: 34.375rem;
  }
}
@media (min-width: 768px) {
  #bike_archive_slideshow.swiper-container:before {
    height: 20.625rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide {
    border-bottom: 2.5rem solid white;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .image_container {
    margin-bottom: -4.0625rem;
    position: relative;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .image_container:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.5625rem;
    background-color: white;
    z-index: 1;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 78%;
    padding-top: 11.25rem;
    max-width: 46.875rem;
    margin-bottom: -1.5625rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .range_name {
    position: relative;
    height: 4.0625rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container h2 {
    font-size: 65px;
    font-size: 4.0625rem;
    font-weight: 700;
    line-height: 4.0625rem;
    color: #dedede;
    margin-bottom: 0;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    z-index: 2;
  }
  #bike_archive_slideshow.swiper-container .swiper-button {
    bottom: 2.5rem;
    width: 3.125rem;
    height: 3.125rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button span {
    border-bottom-width: 1.5625rem;
    border-top-width: 1.5625rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev span, #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next span {
    border-left-width: 1.125rem;
    border-right-width: 1.125rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev span {
    left: 3.125rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-next span {
    right: 3.125rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button:before, #bike_archive_slideshow.swiper-container .swiper-button:after {
    height: 0.9375rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:after {
    transform: translateX(100%) skewX(35deg);
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:before {
    transform: translateX(100%) skewX(-35deg);
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev.next:after {
    transform: translateX(-50%) skewX(35deg);
  }
  #bike_archive_slideshow.swiper-container .swiper-button.swiper-button-prev.next:before {
    transform: translateX(-50%) skewX(-35deg);
  }
  #bike_archive_slideshow-info.swiper-container {
    padding-top: 0;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description, #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container h4, #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .prices {
    padding: 0 0.625rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description {
    margin-bottom: 1.875rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .prices {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #bike_archive_slideshow.swiper-container:before {
    height: 32.1875rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide {
    border-bottom-width: 1.875rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .image_container {
    margin-bottom: -4.375rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .image_container:after {
    height: 2.5rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 63%;
    padding-top: 10.375rem;
    max-width: 46.875rem;
    margin-bottom: -2.5rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .range_name {
    height: 4.375rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container h2 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 4.375rem;
    left: 1.25rem;
    bottom: -0.375rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-button {
    bottom: 1.875rem;
  }
  #bike_archive_slideshow-info.swiper-container {
    padding-bottom: 3.4375rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description, #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container h4, #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .prices {
    padding: 0 0.3125rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  #bike_archive_slideshow.swiper-container:before {
    height: 47.1875rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .image_container:after {
    height: 4.375rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 65%;
    padding-top: 8.75rem;
    margin-bottom: -4.375rem;
    max-width: 59.375rem;
  }
  #bike_archive_slideshow-info.swiper-container {
    padding-bottom: 4.375rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1500px) {
  #bike_archive_slideshow.swiper-container:before {
    height: 53.125rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .image_container:after {
    height: 5.625rem;
  }
  #bike_archive_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 68%;
    margin-bottom: -5.625rem;
  }
}
@media (min-width: 0px) {
  #accessories_slideshow.swiper-container {
    position: relative;
  }
  #accessories_slideshow.swiper-container .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(237, 237, 237, 0.25), #fff 95%), url("assets/bg3.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 75%;
    display: block;
    margin: auto;
    max-width: 25rem;
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .button {
    margin-bottom: 2.1875rem;
  }
  #accessories_slideshow.swiper-container .swiper-button {
    top: auto;
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    z-index: 11;
    transition: background 1s ease;
  }
  #accessories_slideshow.swiper-container .swiper-button span {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom: 1.25rem solid #292929;
    border-top: 1.25rem solid transparent;
    pointer-events: none;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev {
    left: 0;
    right: auto;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev:before, #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev:after {
    transition: background 1s ease;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev span {
    border-left: 0.8125rem solid #292929;
    border-right: 0.8125rem solid transparent;
    left: 2.5rem;
    transition: border-bottom-color 1s ease, border-left-color 1s ease;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next {
    right: 0;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next span {
    border-right: 0.8125rem solid #292929;
    border-left: 0.8125rem solid transparent;
    right: 2.5rem;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next:before, #accessories_slideshow.swiper-container .swiper-button.swiper-button-next:after {
    background: white;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next.bg-yellow:before, #accessories_slideshow.swiper-container .swiper-button.swiper-button-next.bg-yellow:after {
    background: #292929;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next.bg-red span {
    border-right-color: #CC0000;
    border-bottom-color: #CC0000;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next.bg-green span {
    border-right-color: #69be28;
    border-bottom-color: #69be28;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next.bg-yellow span {
    border-right-color: #FFC400;
    border-bottom-color: #FFC400;
  }
  #accessories_slideshow.swiper-container .swiper-button:before, #accessories_slideshow.swiper-container .swiper-button:after {
    right: 50%;
  }
  #accessories_slideshow.swiper-container .swiper-button:before, #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:after {
    transform: translateX(50%) skewX(35deg);
  }
  #accessories_slideshow.swiper-container .swiper-button:after, #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:before {
    content: "";
    transform: translateX(50%) skewX(-35deg);
  }
}
@media (min-width: 576px) {
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    max-width: 34.375rem;
  }
}
@media (min-width: 768px) {
  #accessories_slideshow.swiper-container .parallax-bg {
    background-image: linear-gradient(to bottom, #F7F7F7, rgba(237, 237, 237, 0.5) 95%), url("assets/bg3.jpg");
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 78%;
    max-width: 46.875rem;
    margin-bottom: -1.875rem;
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .button {
    margin-bottom: 5rem;
  }
  #accessories_slideshow.swiper-container .swiper-button {
    width: 3.125rem;
    height: 3.125rem;
  }
  #accessories_slideshow.swiper-container .swiper-button span {
    border-bottom-width: 1.5625rem;
    border-top-width: 1.5625rem;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev span, #accessories_slideshow.swiper-container .swiper-button.swiper-button-next span {
    border-left-width: 1.125rem;
    border-right-width: 1.125rem;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev span {
    left: 3.125rem;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-next span {
    right: 3.125rem;
  }
  #accessories_slideshow.swiper-container .swiper-button:before, #accessories_slideshow.swiper-container .swiper-button:after {
    height: 0.9375rem;
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:after {
    transform: translateX(100%) skewX(35deg);
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev.prev:before {
    transform: translateX(100%) skewX(-35deg);
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev.next:after {
    transform: translateX(-50%) skewX(35deg);
  }
  #accessories_slideshow.swiper-container .swiper-button.swiper-button-prev.next:before {
    transform: translateX(-50%) skewX(-35deg);
  }
}
@media (min-width: 992px) {
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 63%;
    max-width: 46.875rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1200px) {
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 65%;
    margin-bottom: 0;
    max-width: 59.375rem;
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .range_name {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.8125rem;
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .range_name h2 {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.9375rem;
  }
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container .range_name .button {
    margin-bottom: 0;
    background-color: white;
  }
  #bike_archive_slideshow-info.swiper-container {
    padding-bottom: 4.375rem;
  }
  #bike_archive_slideshow-info.swiper-container .swiper-wrapper .swiper-slide .container .description {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1500px) {
  #accessories_slideshow.swiper-container .swiper-wrapper .swiper-slide .container img {
    width: 68%;
    padding-top: 0;
    margin-bottom: -1.875rem;
  }
}
#single-model #warranty .quote-button-container {
  width: 100%;
  position: relative;
}
#single-model #warranty .quote-button-container .info {
  top: 0;
  left: 0;
  position: relative;
  z-index: 2;
  background: #549820;
  padding: 1.25rem;
  padding-bottom: 0;
}
#single-model #warranty .quote-button-container .info .info-icon-span {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  cursor: default;
}
#single-model #warranty .quote-button-container .info .info-icon-span span {
  cursor: default;
}
#single-model #warranty .quote-button-container .info .info-icon-span p {
  margin-bottom: 0;
}
#single-model #warranty .quote-button-container .info-text-container .info-text {
  background: #549820;
  padding: 1.25rem;
}

#archive-offer {
  background: #ededed;
}
#archive-offer #archive {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
#archive-offer #archive .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 1500px) {
  #archive-offer #archive .container:not(:nth-child(4n)) {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 1500px) {
  #archive-offer #archive .container:not(:nth-child(3n)) {
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 991px) {
  #archive-offer #archive .container:not(:nth-child(2n)) {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 567px) {
  #archive-offer #archive .container:not(:nth-child(1n)) {
    gap: 0.9375rem;
  }
}
#archive-offer #archive .container article {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  #archive-offer #archive .container article {
    margin-bottom: 1.875rem;
  }
}
#archive-offer #archive .container article.old-offer-model {
  border-top: unset;
  border-bottom: unset;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1500px) {
  #archive-offer #archive .container article.old-offer-model {
    width: calc(25% - 2.8125rem);
  }
}
@media screen and (max-width: 1500px) {
  #archive-offer #archive .container article.old-offer-model {
    width: calc(33.3333333333% - 1.875rem);
  }
}
@media screen and (min-width: 568px) and (max-width: 991px) {
  #archive-offer #archive .container article.old-offer-model {
    width: calc(50% - 0.9375rem);
  }
}
@media screen and (max-width: 567px) {
  #archive-offer #archive .container article.old-offer-model {
    width: 100%;
  }
}
#archive-offer #archive .container article.old-offer-model .model-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#archive-offer #archive .container article.old-offer-model .model-container .image-container {
  overflow: hidden;
}
#archive-offer #archive .container article.old-offer-model .model-container .image-container img {
  width: 100%;
  transition: 0.2s opacity ease-in-out;
}
#archive-offer #archive .container article.old-offer-model .model-container .image-container img:hover {
  opacity: 0.9;
}
#archive-offer #archive .container article.old-offer-model .model-container .offer-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
#archive-offer #archive .container article.old-offer-model .model-container .offer-content .offer-title {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 991px) {
  #archive-offer #archive .container article.old-offer-model .model-container .offer-content .offer-title {
    font-size: 1.5rem;
  }
}
#archive-offer #archive .container article.old-offer-model .model-container .offer-content .offer-subtitle {
  margin-bottom: 0.625rem;
  margin-top: 0;
}
@media screen and (min-width: 991px) {
  #archive-offer #archive .container article.old-offer-model .model-container .offer-content .offer-subtitle {
    font-size: 1.5rem;
  }
}
#archive-offer #archive .container article.old-offer-model .model-container .offer-content .offer-description {
  font-weight: 700;
}
#archive-offer #archive .container article.old-offer-model .model-container .offer-content a.bg-dark-grey {
  width: -moz-fit-content;
  width: fit-content;
}

#single-offer #intro .single-offer-container .single-offer-top-content-container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #single-offer #intro .single-offer-container .single-offer-top-content-container {
    flex-direction: column-reverse;
  }
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content {
  width: 50%;
  margin-right: 1.875rem;
}
@media screen and (max-width: 990px) {
  #single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content {
    width: calc(60% - 1.25rem);
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content {
    width: 100%;
  }
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-heading {
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-subheading {
  font-weight: 700;
  font-size: 1.375rem;
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-description p {
  line-height: 1.75rem;
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-description ul {
  list-style-type: disc;
  padding-left: 1rem;
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-description ul li {
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .image-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 990px) {
  #single-offer #intro .single-offer-container .single-offer-top-content-container .image-container {
    justify-content: flex-start;
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #single-offer #intro .single-offer-container .single-offer-top-content-container .image-container {
    margin-bottom: 0.9375rem;
    width: 100%;
  }
}
#single-offer #intro .single-offer-container .single-offer-top-content-container .image-container img {
  height: auto;
  max-width: 24rem;
}
@media screen and (max-width: 990px) {
  #single-offer #intro .single-offer-container .single-offer-top-content-container .image-container img {
    width: 100%;
  }
}
#single-offer #intro .single-offer-container .single-offer-terms-and-conditions {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #single-offer #intro .single-offer-container .single-offer-terms-and-conditions {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 990px) {
  #single-model #offers .single-offer-container, #single-e-bike #offers .single-offer-container {
    padding-bottom: 1.25rem;
  }
}
#single-model #offers .single-offer-container .single-offer-top-content-container, #single-e-bike #offers .single-offer-container .single-offer-top-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #single-model #offers .single-offer-container .single-offer-top-content-container, #single-e-bike #offers .single-offer-container .single-offer-top-content-container {
    flex-direction: column-reverse;
  }
}
#single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content {
  width: 50%;
  margin-right: 1.875rem;
}
@media screen and (max-width: 990px) {
  #single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content {
    width: calc(60% - 1.25rem);
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content {
    width: 100%;
  }
}
#single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-heading, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-heading {
  font-weight: 400;
  margin-bottom: 1.5625rem;
}
#single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-short-description, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-short-description {
  font-weight: 700;
}
#single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-description ul, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-description ul {
  list-style-type: disc;
  padding-left: 1rem;
}
#single-model #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .button, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .single-offer-text-content .button {
  color: #151515;
}
#single-model #offers .single-offer-container .single-offer-top-content-container .image-container, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .image-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 990px) {
  #single-model #offers .single-offer-container .single-offer-top-content-container .image-container, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .image-container {
    justify-content: flex-start;
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #single-model #offers .single-offer-container .single-offer-top-content-container .image-container, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .image-container {
    margin-bottom: 0.9375rem;
    width: 100%;
  }
}
#single-model #offers .single-offer-container .single-offer-top-content-container .image-container img, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .image-container img {
  height: auto;
  max-width: 24rem;
}
@media screen and (max-width: 990px) {
  #single-model #offers .single-offer-container .single-offer-top-content-container .image-container img, #single-e-bike #offers .single-offer-container .single-offer-top-content-container .image-container img {
    width: 100%;
  }
}
#single-model #offers .single-offer-container .single-offer-terms-and-conditions, #single-e-bike #offers .single-offer-container .single-offer-terms-and-conditions {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #single-model #offers .single-offer-container .single-offer-terms-and-conditions, #single-e-bike #offers .single-offer-container .single-offer-terms-and-conditions {
    margin-top: 0.9375rem;
  }
}

.archive-model-offer .single-offer-container .single-offer-top-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .archive-model-offer .single-offer-container .single-offer-top-content-container {
    flex-direction: column-reverse;
  }
}
.archive-model-offer .single-offer-container .single-offer-top-content-container .single-offer-text-content {
  width: 50%;
  margin-right: 1.875rem;
}
@media screen and (max-width: 990px) {
  .archive-model-offer .single-offer-container .single-offer-top-content-container .single-offer-text-content {
    width: calc(60% - 1.25rem);
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-model-offer .single-offer-container .single-offer-top-content-container .single-offer-text-content {
    width: 100%;
  }
}
.archive-model-offer .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-heading {
  font-weight: 400;
  margin-bottom: 1.5625rem;
}
.archive-model-offer .single-offer-container .single-offer-top-content-container .single-offer-text-content .single-offer-description {
  font-weight: 700;
}
.archive-model-offer .single-offer-container .single-offer-top-content-container .single-offer-text-content .button {
  color: #151515;
}
.archive-model-offer .single-offer-container .single-offer-top-content-container .image-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 990px) {
  .archive-model-offer .single-offer-container .single-offer-top-content-container .image-container {
    justify-content: flex-start;
    width: 40%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .archive-model-offer .single-offer-container .single-offer-top-content-container .image-container {
    margin-bottom: 0.9375rem;
    width: 100%;
  }
}
.archive-model-offer .single-offer-container .single-offer-top-content-container .image-container img {
  height: auto;
  max-width: 24rem;
}
@media screen and (max-width: 990px) {
  .archive-model-offer .single-offer-container .single-offer-top-content-container .image-container img {
    width: 100%;
  }
}
.archive-model-offer .single-offer-container .single-offer-terms-and-conditions {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .archive-model-offer .single-offer-container .single-offer-terms-and-conditions {
    margin-top: 0.9375rem;
  }
}

/*# sourceMappingURL=style.css.map*/