@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: "DINOTweb";
  font-style: normal;
  font-weight: 100 400;
  src: url("./assets/fonts/DINWeb.woff") format("woff");
}
@font-face {
  font-family: "DINOTweb";
  font-style: normal;
  font-weight: 500 700;
  src: url("./assets/fonts/DINWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "DINOTweb";
  font-style: normal;
  font-weight: 800 900;
  src: url("./assets/fonts/DINWeb-Black.woff") format("woff");
}
/*!
Theme Name:   Ariel Motor Company – Minimal
Author:       Kameleon Group
Author URI:   https://www.kameleondigital.com
Description:  Ariel Motor Company Minimalist WordPress Theme
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Template:     page-builder-framework
Text Domain:  page-builder-framework-child
*/
/* Kameleon Styles */
.col--1 {
  width: calc(8.3333333333% - 17.3333333333px);
  float: left;
  margin-left: 16px;
}

.col--push--1 {
  margin-left: calc(8.3333333333% - 17.3333333333px + 32px);
}

.col--2 {
  width: calc(16.6666666667% - 18.6666666667px);
  float: left;
  margin-left: 16px;
}

.col--push--2 {
  margin-left: calc(16.6666666667% - 18.6666666667px + 32px);
}

.col--3 {
  width: calc(25% - 20px);
  float: left;
  margin-left: 16px;
}

.col--push--3 {
  margin-left: calc(25% - 20px + 32px);
}

.col--4 {
  width: calc(33.3333333333% - 21.3333333333px);
  float: left;
  margin-left: 16px;
}

.col--push--4 {
  margin-left: calc(33.3333333333% - 21.3333333333px + 32px);
}

.col--5 {
  width: calc(41.6666666667% - 22.6666666667px);
  float: left;
  margin-left: 16px;
}

.col--push--5 {
  margin-left: calc(41.6666666667% - 22.6666666667px + 32px);
}

.col--6 {
  width: calc(50% - 24px);
  float: left;
  margin-left: 16px;
}

.col--push--6 {
  margin-left: calc(50% - 24px + 32px);
}

.col--7 {
  width: calc(58.3333333333% - 25.3333333333px);
  float: left;
  margin-left: 16px;
}

.col--push--7 {
  margin-left: calc(58.3333333333% - 25.3333333333px + 32px);
}

.col--8 {
  width: calc(66.6666666667% - 26.6666666667px);
  float: left;
  margin-left: 16px;
}

.col--push--8 {
  margin-left: calc(66.6666666667% - 26.6666666667px + 32px);
}

.col--9 {
  width: calc(75% - 28px);
  float: left;
  margin-left: 16px;
}

.col--push--9 {
  margin-left: calc(75% - 28px + 32px);
}

.col--10 {
  width: calc(83.3333333333% - 29.3333333333px);
  float: left;
  margin-left: 16px;
}

.col--push--10 {
  margin-left: calc(83.3333333333% - 29.3333333333px + 32px);
}

.col--11 {
  width: calc(91.6666666667% - 30.6666666667px);
  float: left;
  margin-left: 16px;
}

.col--push--11 {
  margin-left: calc(91.6666666667% - 30.6666666667px + 32px);
}

.col--12 {
  width: calc(100% - 32px);
  float: left;
  margin-left: 16px;
}

.col--push--12 {
  margin-left: calc(100% - 32px + 32px);
}

.container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.section::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.grid-row::after, .section::after {
  clear: both;
  content: "";
  display: block;
}

.grid-row {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}

.list, .list--inline {
  margin-bottom: 0;
}
.list--inline li {
  display: inline-block;
}

/*

Utility classes do exactly what they say on the tin — they're
especially helpful for rapid prototyping

*/
.backgroundblendmode .blend--overlay {
  mix-blend-mode: overlay;
}
.backgroundblendmode .blend--multiply {
  mix-blend-mode: multiply;
}
.backgroundblendmode .blend--screen {
  mix-blend-mode: screen;
}
.backgroundblendmode .blend--difference {
  mix-blend-mode: difference;
}
.backgroundblendmode .blend--colorburn {
  mix-blend-mode: color-burn;
}

.no-backgroundblendmode .blend--overlay, .no-backgroundblendmode .blend--multiply, .no-backgroundblendmode .blend--screen, .no-backgroundblendmode .blend--difference, .no-backgroundblendmode .blend--colorburn {
  opacity: 0.5;
}

.mar-cent {
  margin: 0 auto !important;
}
@media screen and (max-width: 992px) {
  .mar-cent--max--md {
    margin: 0 auto !important;
  }
}

.content--center {
  margin: auto;
}

.block {
  display: block !important;
}

.inl-block {
  display: inline-block;
}

.flt-lft {
  float: left;
}

.flt-rgt {
  float: right !important;
}
@media screen and (min-width: 992px) {
  .flt-rgt--at--md {
    float: right !important;
  }
}

.pos--rel, .has-topper, .has-ovrflw--hidden {
  position: relative;
}
.pos--abs {
  position: absolute;
}
.pos--fxd {
  position: fixed;
}
.pos--stc {
  position: static;
}

.pos--top--0 {
  top: 0;
}
.pos--rgt--0 {
  right: 0;
}
.pos--btm--0 {
  bottom: 0;
}
.pos--left--0 {
  left: 0;
}

.pos--top--xxs {
  top: 0.4rem;
}
.pos--rgt--xxs {
  right: 0.4rem;
}
.pos--btm--xxs {
  bottom: 0.4rem;
}
.pos--left--xxs {
  left: 0.4rem;
}

.pos--top--xs {
  top: 0.8rem;
}
.pos--rgt--xs {
  right: 0.8rem;
}
.pos--btm--xs {
  bottom: 0.8rem;
}
.pos--left--xs {
  left: 0.8rem;
}

.pos--top--xsm {
  top: 1.2rem;
}
.pos--rgt--xsm {
  right: 1.2rem;
}
.pos--btm--xsm {
  bottom: 1.2rem;
}
.pos--left--xsm {
  left: 1.2rem;
}

.pos--top--sm {
  top: 1.6rem;
}
.pos--rgt--sm {
  right: 1.6rem;
}
.pos--btm--sm {
  bottom: 1.6rem;
}
.pos--left--sm {
  left: 1.6rem;
}

.pos--top--smd {
  top: 2.4rem;
}
.pos--rgt--smd {
  right: 2.4rem;
}
.pos--btm--smd {
  bottom: 2.4rem;
}
.pos--left--smd {
  left: 2.4rem;
}

.pos--top--md {
  top: 3.2rem;
}
.pos--rgt--md {
  right: 3.2rem;
}
.pos--btm--md {
  bottom: 3.2rem;
}
.pos--left--md {
  left: 3.2rem;
}

.pos--top--mdl {
  top: 4rem;
}
.pos--rgt--mdl {
  right: 4rem;
}
.pos--btm--mdl {
  bottom: 4rem;
}
.pos--left--mdl {
  left: 4rem;
}

.pos--top--lg {
  top: 4.8rem;
}
.pos--rgt--lg {
  right: 4.8rem;
}
.pos--btm--lg {
  bottom: 4.8rem;
}
.pos--left--lg {
  left: 4.8rem;
}

.pos--top--xl {
  top: 5.6rem;
}
.pos--rgt--xl {
  right: 5.6rem;
}
.pos--btm--xl {
  bottom: 5.6rem;
}
.pos--left--xl {
  left: 5.6rem;
}

.pos--top--xlg {
  top: 6.4rem;
}
.pos--rgt--xlg {
  right: 6.4rem;
}
.pos--btm--xlg {
  bottom: 6.4rem;
}
.pos--left--xlg {
  left: 6.4rem;
}

.pos--top--xxlg {
  top: 8rem;
}
.pos--rgt--xxlg {
  right: 8rem;
}
.pos--btm--xxlg {
  bottom: 8rem;
}
.pos--left--xxlg {
  left: 8rem;
}

.has-ovrflw--hidden {
  overflow: hidden;
}
.o-flow-v {
  overflow-y: scroll;
}
.o-flow-hide-all {
  overflow: hidden;
}
.o-flow-hide-hor {
  overflow-x: hidden;
}

.txt-up {
  text-transform: uppercase;
}

.txt-low {
  text-transform: lowercase;
}

.txt-sntnc {
  text-transform: none;
}

.txt-c {
  text-align: center !important;
}

.txt-r {
  text-align: right !important;
}

.txt-l {
  text-align: left !important;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .flex-mar {
  margin: auto;
}

.flex-align-left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mar-0 {
  margin: 0 auto !important;
}

.pad-0 {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.strong {
  font-weight: 700 !important;
}

.strongest, .lead {
  font-weight: 900 !important;
}

.lightweight {
  font-weight: 400 !important;
}

.extralightweight {
  font-weight: 100 !important;
}

.fw--bold {
  font-weight: 700 !important;
}
.fw--boldest {
  font-weight: 900 !important;
}
.fw--std {
  font-weight: 400 !important;
}
.fw--light {
  font-weight: 300 !important;
}
.fw--lightest {
  font-weight: 100 !important;
}

.fluid {
  width: 100%;
}
.fluid--full {
  height: 100%;
}

.fs--0 {
  font-size: 0;
}

.fs--xxs {
  font-size: 0.4rem;
}

.fs--xs {
  font-size: 0.8rem;
}

.fs--xsm {
  font-size: 1.2rem;
}

.fs--sm {
  font-size: 1.6rem;
}

.fs--smd {
  font-size: 2.4rem;
}

.fs--md {
  font-size: 3.2rem;
}

.fs--mdl {
  font-size: 4rem;
}

.fs--lg {
  font-size: 4.8rem;
}

.fs--xl {
  font-size: 5.6rem;
}

.fs--xlg {
  font-size: 6.4rem;
}

.fs--xxlg {
  font-size: 8rem;
}

.lsp--1 {
  letter-spacing: 0.1rem;
}
.lsp--2 {
  letter-spacing: 0.2rem;
}

.p--0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p--all--0 {
  padding: 0;
}
.p--top--0 {
  padding-top: 0;
}
.p--right--0 {
  padding-right: 0;
}
.p--bottom--0 {
  padding-bottom: 0;
}
.p--left--0 {
  padding-left: 0;
}

.m--all--0 {
  margin: 0;
}
.m--top--0 {
  margin-top: 0;
}
.m--rgt--0 {
  margin-right: 0;
}
.m--btm--0 {
  margin-bottom: 0;
}
.m--lft--0 {
  margin-left: 0;
}

.p--xxs {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.p--all--xxs {
  padding: 0.4rem;
}
.p--top--xxs {
  padding-top: 0.4rem;
}
.p--right--xxs {
  padding-right: 0.4rem;
}
.p--bottom--xxs {
  padding-bottom: 0.4rem;
}
.p--left--xxs {
  padding-left: 0.4rem;
}

.m--all--xxs {
  margin: 0.4rem;
}
.m--top--xxs {
  margin-top: 0.4rem;
}
.m--rgt--xxs {
  margin-right: 0.4rem;
}
.m--btm--xxs {
  margin-bottom: 0.4rem;
}
.m--lft--xxs {
  margin-left: 0.4rem;
}

.p--xs {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.p--all--xs {
  padding: 0.8rem;
}
.p--top--xs {
  padding-top: 0.8rem;
}
.p--right--xs {
  padding-right: 0.8rem;
}
.p--bottom--xs {
  padding-bottom: 0.8rem;
}
.p--left--xs {
  padding-left: 0.8rem;
}

.m--all--xs {
  margin: 0.8rem;
}
.m--top--xs {
  margin-top: 0.8rem;
}
.m--rgt--xs {
  margin-right: 0.8rem;
}
.m--btm--xs {
  margin-bottom: 0.8rem;
}
.m--lft--xs {
  margin-left: 0.8rem;
}

.p--xsm {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.p--all--xsm {
  padding: 1.2rem;
}
.p--top--xsm {
  padding-top: 1.2rem;
}
.p--right--xsm {
  padding-right: 1.2rem;
}
.p--bottom--xsm {
  padding-bottom: 1.2rem;
}
.p--left--xsm {
  padding-left: 1.2rem;
}

.m--all--xsm {
  margin: 1.2rem;
}
.m--top--xsm {
  margin-top: 1.2rem;
}
.m--rgt--xsm {
  margin-right: 1.2rem;
}
.m--btm--xsm {
  margin-bottom: 1.2rem;
}
.m--lft--xsm {
  margin-left: 1.2rem;
}

.p--sm {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.p--all--sm {
  padding: 1.6rem;
}
.p--top--sm {
  padding-top: 1.6rem;
}
.p--right--sm {
  padding-right: 1.6rem;
}
.p--bottom--sm {
  padding-bottom: 1.6rem;
}
.p--left--sm {
  padding-left: 1.6rem;
}

.m--all--sm {
  margin: 1.6rem;
}
.m--top--sm {
  margin-top: 1.6rem;
}
.m--rgt--sm {
  margin-right: 1.6rem;
}
.m--btm--sm {
  margin-bottom: 1.6rem;
}
.m--lft--sm {
  margin-left: 1.6rem;
}

.p--smd {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.p--all--smd {
  padding: 2.4rem;
}
.p--top--smd {
  padding-top: 2.4rem;
}
.p--right--smd {
  padding-right: 2.4rem;
}
.p--bottom--smd {
  padding-bottom: 2.4rem;
}
.p--left--smd {
  padding-left: 2.4rem;
}

.m--all--smd {
  margin: 2.4rem;
}
.m--top--smd {
  margin-top: 2.4rem;
}
.m--rgt--smd {
  margin-right: 2.4rem;
}
.m--btm--smd {
  margin-bottom: 2.4rem;
}
.m--lft--smd {
  margin-left: 2.4rem;
}

.p--md {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.p--all--md {
  padding: 3.2rem;
}
.p--top--md {
  padding-top: 3.2rem;
}
.p--right--md {
  padding-right: 3.2rem;
}
.p--bottom--md {
  padding-bottom: 3.2rem;
}
.p--left--md {
  padding-left: 3.2rem;
}

.m--all--md {
  margin: 3.2rem;
}
.m--top--md {
  margin-top: 3.2rem;
}
.m--rgt--md {
  margin-right: 3.2rem;
}
.m--btm--md {
  margin-bottom: 3.2rem;
}
.m--lft--md {
  margin-left: 3.2rem;
}

.p--mdl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p--all--mdl {
  padding: 4rem;
}
.p--top--mdl {
  padding-top: 4rem;
}
.p--right--mdl {
  padding-right: 4rem;
}
.p--bottom--mdl {
  padding-bottom: 4rem;
}
.p--left--mdl {
  padding-left: 4rem;
}

.m--all--mdl {
  margin: 4rem;
}
.m--top--mdl {
  margin-top: 4rem;
}
.m--rgt--mdl {
  margin-right: 4rem;
}
.m--btm--mdl {
  margin-bottom: 4rem;
}
.m--lft--mdl {
  margin-left: 4rem;
}

.p--lg {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.p--all--lg {
  padding: 4.8rem;
}
.p--top--lg {
  padding-top: 4.8rem;
}
.p--right--lg {
  padding-right: 4.8rem;
}
.p--bottom--lg {
  padding-bottom: 4.8rem;
}
.p--left--lg {
  padding-left: 4.8rem;
}

.m--all--lg {
  margin: 4.8rem;
}
.m--top--lg {
  margin-top: 4.8rem;
}
.m--rgt--lg {
  margin-right: 4.8rem;
}
.m--btm--lg {
  margin-bottom: 4.8rem;
}
.m--lft--lg {
  margin-left: 4.8rem;
}

.p--xl {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
.p--all--xl {
  padding: 5.6rem;
}
.p--top--xl {
  padding-top: 5.6rem;
}
.p--right--xl {
  padding-right: 5.6rem;
}
.p--bottom--xl {
  padding-bottom: 5.6rem;
}
.p--left--xl {
  padding-left: 5.6rem;
}

.m--all--xl {
  margin: 5.6rem;
}
.m--top--xl {
  margin-top: 5.6rem;
}
.m--rgt--xl {
  margin-right: 5.6rem;
}
.m--btm--xl {
  margin-bottom: 5.6rem;
}
.m--lft--xl {
  margin-left: 5.6rem;
}

.p--xlg {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.p--all--xlg {
  padding: 6.4rem;
}
.p--top--xlg {
  padding-top: 6.4rem;
}
.p--right--xlg {
  padding-right: 6.4rem;
}
.p--bottom--xlg {
  padding-bottom: 6.4rem;
}
.p--left--xlg {
  padding-left: 6.4rem;
}

.m--all--xlg {
  margin: 6.4rem;
}
.m--top--xlg {
  margin-top: 6.4rem;
}
.m--rgt--xlg {
  margin-right: 6.4rem;
}
.m--btm--xlg {
  margin-bottom: 6.4rem;
}
.m--lft--xlg {
  margin-left: 6.4rem;
}

.p--xxlg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p--all--xxlg {
  padding: 8rem;
}
.p--top--xxlg {
  padding-top: 8rem;
}
.p--right--xxlg {
  padding-right: 8rem;
}
.p--bottom--xxlg {
  padding-bottom: 8rem;
}
.p--left--xxlg {
  padding-left: 8rem;
}

.m--all--xxlg {
  margin: 8rem;
}
.m--top--xxlg {
  margin-top: 8rem;
}
.m--rgt--xxlg {
  margin-right: 8rem;
}
.m--btm--xxlg {
  margin-bottom: 8rem;
}
.m--lft--xxlg {
  margin-left: 8rem;
}

.rotate--180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pad-ratio--16x9 {
  position: relative;
}
.pad-ratio--16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.pad-ratio--16x9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--16x9 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.pad-ratio--4x3 {
  position: relative;
}
.pad-ratio--4x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.pad-ratio--4x3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--4x3 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.pad-ratio--2x1 {
  position: relative;
}
.pad-ratio--2x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.pad-ratio--2x1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--2x1 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.pad-ratio--1x1 {
  position: relative;
}
.pad-ratio--1x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.pad-ratio--1x1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pad-ratio--1x1 > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .pad-ratio--sm--1x1 {
    position: relative;
  }
  .pad-ratio--sm--1x1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .pad-ratio--sm--1x1 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pad-ratio--sm--1x1 > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .pad-ratio--sm--4x3 {
    position: relative;
  }
  .pad-ratio--sm--4x3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .pad-ratio--sm--4x3 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pad-ratio--sm--4x3 > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .pad-ratio--sm--32x41 {
    position: relative;
  }
  .pad-ratio--sm--32x41:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 128.125%;
  }
  .pad-ratio--sm--32x41 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pad-ratio--sm--32x41 > .content__iframe {
    height: 100%;
    width: 100%;
    border: 0;
  }
}

.iframe-responsive {
  width: 100%;
  height: 100%;
}

.border--sm {
  border: solid 0.5rem;
}

.img--fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.bg--primary {
  background-color: #E50000;
  color: #FFFFFF;
}
.bg--primary .icon--fill {
  fill: #FFFFFF;
}
.bg--dark, .used-vehicle__card__body, .used-vehicle__card__footer {
  background-color: #211E1E;
  color: #FFFFFF;
}
.bg--dark .icon--fill, .used-vehicle__card__body .icon--fill, .used-vehicle__card__footer .icon--fill {
  fill: #FFFFFF;
}
.bg--light {
  background-color: #FFFFFF;
  color: #211E1E;
}
.bg--light .icon--fill {
  fill: #211E1E;
}
.bg--negative {
  background-color: #E50000;
  color: #FFFFFF;
}
.bg--negative .icon--fill {
  fill: #FFFFFF;
}
.bg--positive {
  background-color: #60A561;
  color: #FFFFFF;
}
.bg--positive .icon--fill {
  fill: #FFFFFF;
}
.bg--darkgrey {
  background-color: #6F6F6F;
  color: #FFFFFF;
}
.bg--darkgrey .icon--fill {
  fill: #FFFFFF;
}
.bg--lightgrey {
  background-color: #E8E8E8;
  color: #211E1E;
}
.bg--lightgrey .icon--fill {
  fill: #211E1E;
}

.cursor--cross {
  cursor: crosshair;
}
.cursor--grab {
  cursor: -webkit-grab;
  cursor: grab;
}

@media (max-width: 1019px) {
  .hide-mob {
    display: none;
  }
}

@media (min-width: 1020px) {
  .hide-desk {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  padding-top: 85px;
}
body.nav--is-open {
  overflow: hidden;
}
.admin-bar body {
  margin-top: 32px;
}

::-moz-selection {
  background-color: #E50000;
  color: #FFFFFF;
}

::selection {
  background-color: #E50000;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #E50000;
  color: #FFFFFF;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.list--no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--no-style li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DINOTweb", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

.elementor p a {
  text-decoration: underline;
}

.elementor-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.elementor-button-icon svg.icon {
  width: 2rem;
  height: 2rem;
}
.elementor-button-icon.elementor-align-icon-right + .elementor-button-text, .elementor-button-icon.elementor-align-icon-left + .elementor-button-text {
  text-align: left;
}

.ariel__cat__grid .product-category {
  text-align: center;
}
.ariel__cat__grid .product-category a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ariel__cat__grid .product-category a .woocommerce-loop-category__title {
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.ariel__cat__grid .product-category a .woocommerce-loop-category__title mark {
  display: none;
}

.elementor-inner {
  padding: 0 40px;
}

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.brand_promo_col {
  min-height: 60vh;
}

.ariel__testimonial__wrapper {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.ariel_news-grid--customised .elementor-post {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-d8e74d3) !important;
}

@media screen and (min-width: 768px) {
  .ariel_news-grid--customised.elementor-post:nth-of-type(2n) {
    border-right: none;
  }

  .ariel_news-grid--customised .elementor-post {
    border-bottom: none;
    padding: 0 3rem 6rem;
    border-right: 1px solid;
  }
}
@media screen and (min-width: 882px) {
  .ariel_news-grid--customised .elementor-post:nth-of-type(2n) {
    border-right: 1px solid;
  }

  .ariel_news-grid--customised .elementor-post {
    border-bottom: none;
    border-right: 1px solid;
  }

  .ariel_news-grid--customised .elementor-post:nth-of-type(4n-8) {
    border: none;
  }
}
.kam_product_carousel.elementor-products-grid ul.products.elementor-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-column-gap: initial !important;
  grid-row-gap: initial !important;
}
.kam_product_carousel.elementor-products-grid ul.products.elementor-grid li.product {
  height: auto;
}

.wpbf-page {
  overflow-x: hidden;
}
.nav--is-open .wpbf-page {
  overflow: hidden;
}

.btn--filter, .btn--lightgrey--solid, .btn--lightgrey--ghost, .btn--darkgrey--solid, .btn--darkgrey--ghost, .btn--positive--solid, .btn--positive--ghost, .btn--negative--solid, .btn--negative--ghost, .btn--light--solid, .btn--light--ghost, .btn--dark--solid, .ariel__cat__grid .product-category a, .btn--dark--ghost, .btn--primary--solid, .btn--primary--ghost, button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: auto;
  text-align: center;
  padding: 1.6rem 3.2rem;
  border-radius: 0.2rem;
  border: 0.2rem solid;
  font-size: 1.4rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn--filter .btn__txt, .btn--lightgrey--solid .btn__txt, .btn--lightgrey--ghost .btn__txt, .btn--darkgrey--solid .btn__txt, .btn--darkgrey--ghost .btn__txt, .btn--positive--solid .btn__txt, .btn--positive--ghost .btn__txt, .btn--negative--solid .btn__txt, .btn--negative--ghost .btn__txt, .btn--light--solid .btn__txt, .btn--light--ghost .btn__txt, .btn--dark--solid .btn__txt, .ariel__cat__grid .product-category a .btn__txt, .btn--dark--ghost .btn__txt, .btn--primary--solid .btn__txt, .btn--primary--ghost .btn__txt, button .btn__txt {
  cursor: inherit;
}
.btn--full.btn--filter, .btn--full.btn--lightgrey--solid, .btn--full.btn--lightgrey--ghost, .btn--full.btn--darkgrey--solid, .btn--full.btn--darkgrey--ghost, .btn--full.btn--positive--solid, .btn--full.btn--positive--ghost, .btn--full.btn--negative--solid, .btn--full.btn--negative--ghost, .btn--full.btn--light--solid, .btn--full.btn--light--ghost, .btn--full.btn--dark--solid, .ariel__cat__grid .product-category a.btn--full, .btn--full.btn--dark--ghost, .btn--full.btn--primary--solid, .btn--full.btn--primary--ghost, button.btn--full {
  width: 100%;
}
.btn--filter:disabled, .btn--lightgrey--solid:disabled, .btn--lightgrey--ghost:disabled, .btn--darkgrey--solid:disabled, .btn--darkgrey--ghost:disabled, .btn--positive--solid:disabled, .btn--positive--ghost:disabled, .btn--negative--solid:disabled, .btn--negative--ghost:disabled, .btn--light--solid:disabled, .btn--light--ghost:disabled, .btn--dark--solid:disabled, .ariel__cat__grid .product-category a:disabled, .btn--dark--ghost:disabled, .btn--primary--solid:disabled, .btn--primary--ghost:disabled, button:disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.btn--primary--ghost {
  border-color: #E50000;
  background-color: transparent;
}
.btn--primary--ghost .btn__txt {
  color: #E50000;
}
.btn--primary--ghost .icon--fill {
  fill: #E50000 !important;
}
.btn--primary--ghost:hover, .btn--primary--ghost:focus, .btn--primary--ghost:active {
  background-color: #E50000;
  border-color: #E50000;
  outline: none;
  color: #FFFFFF;
}
.btn--primary--ghost:hover .btn__txt, .btn--primary--ghost:focus .btn__txt, .btn--primary--ghost:active .btn__txt {
  color: #FFFFFF;
}
.btn--primary--ghost:hover .icon--fill, .btn--primary--ghost:focus .icon--fill, .btn--primary--ghost:active .icon--fill {
  fill: #FFFFFF !important;
}
.btn--primary--solid {
  border-color: #E50000;
  background-color: #E50000;
  color: #FFFFFF !important;
}
.btn--primary--solid .icon--fill {
  fill: #FFFFFF !important;
}
.btn--primary--solid:hover, .btn--primary--solid:focus, .btn--primary--solid:active {
  background-color: #ff0f0f;
  border-color: #ff0f0f;
  outline: none;
  color: #FFFFFF;
}
.btn--dark--ghost {
  border-color: #211E1E;
  background-color: transparent;
}
.btn--dark--ghost .btn__txt {
  color: #211E1E;
}
.btn--dark--ghost .icon--fill {
  fill: #211E1E !important;
}
.btn--dark--ghost:hover, .btn--dark--ghost:focus, .btn--dark--ghost:active {
  background-color: #211E1E;
  border-color: #211E1E;
  outline: none;
  color: #FFFFFF;
}
.btn--dark--ghost:hover .btn__txt, .btn--dark--ghost:focus .btn__txt, .btn--dark--ghost:active .btn__txt {
  color: #FFFFFF;
}
.btn--dark--ghost:hover .icon--fill, .btn--dark--ghost:focus .icon--fill, .btn--dark--ghost:active .icon--fill {
  fill: #FFFFFF !important;
}
.btn--dark--solid, .ariel__cat__grid .product-category a {
  border-color: #211E1E;
  background-color: #211E1E;
  color: #FFFFFF !important;
}
.btn--dark--solid .icon--fill, .ariel__cat__grid .product-category a .icon--fill {
  fill: #FFFFFF !important;
}
.btn--dark--solid:hover, .ariel__cat__grid .product-category a:hover, .btn--dark--solid:focus, .ariel__cat__grid .product-category a:focus, .btn--dark--solid:active, .ariel__cat__grid .product-category a:active {
  background-color: #363131;
  border-color: #363131;
  outline: none;
  color: #FFFFFF;
}
.btn--light--ghost {
  border-color: #FFFFFF;
  background-color: transparent;
}
.btn--light--ghost .btn__txt {
  color: #FFFFFF;
}
.btn--light--ghost .icon--fill {
  fill: #FFFFFF !important;
}
.btn--light--ghost:hover, .btn--light--ghost:focus, .btn--light--ghost:active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  outline: none;
  color: #211E1E;
}
.btn--light--ghost:hover .btn__txt, .btn--light--ghost:focus .btn__txt, .btn--light--ghost:active .btn__txt {
  color: #211E1E;
}
.btn--light--ghost:hover .icon--fill, .btn--light--ghost:focus .icon--fill, .btn--light--ghost:active .icon--fill {
  fill: #211E1E !important;
}
.btn--light--solid {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #211E1E !important;
}
.btn--light--solid .icon--fill {
  fill: #211E1E !important;
}
.btn--light--solid:hover, .btn--light--solid:focus, .btn--light--solid:active {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  outline: none;
  color: #211E1E;
}
.btn--negative--ghost {
  border-color: #E50000;
  background-color: transparent;
}
.btn--negative--ghost .btn__txt {
  color: #E50000;
}
.btn--negative--ghost .icon--fill {
  fill: #E50000 !important;
}
.btn--negative--ghost:hover, .btn--negative--ghost:focus, .btn--negative--ghost:active {
  background-color: #E50000;
  border-color: #E50000;
  outline: none;
  color: #FFFFFF;
}
.btn--negative--ghost:hover .btn__txt, .btn--negative--ghost:focus .btn__txt, .btn--negative--ghost:active .btn__txt {
  color: #FFFFFF;
}
.btn--negative--ghost:hover .icon--fill, .btn--negative--ghost:focus .icon--fill, .btn--negative--ghost:active .icon--fill {
  fill: #FFFFFF !important;
}
.btn--negative--solid {
  border-color: #E50000;
  background-color: #E50000;
  color: #FFFFFF !important;
}
.btn--negative--solid .icon--fill {
  fill: #FFFFFF !important;
}
.btn--negative--solid:hover, .btn--negative--solid:focus, .btn--negative--solid:active {
  background-color: #ff0f0f;
  border-color: #ff0f0f;
  outline: none;
  color: #FFFFFF;
}
.btn--positive--ghost {
  border-color: #60A561;
  background-color: transparent;
}
.btn--positive--ghost .btn__txt {
  color: #60A561;
}
.btn--positive--ghost .icon--fill {
  fill: #60A561 !important;
}
.btn--positive--ghost:hover, .btn--positive--ghost:focus, .btn--positive--ghost:active {
  background-color: #60A561;
  border-color: #60A561;
  outline: none;
  color: #FFFFFF;
}
.btn--positive--ghost:hover .btn__txt, .btn--positive--ghost:focus .btn__txt, .btn--positive--ghost:active .btn__txt {
  color: #FFFFFF;
}
.btn--positive--ghost:hover .icon--fill, .btn--positive--ghost:focus .icon--fill, .btn--positive--ghost:active .icon--fill {
  fill: #FFFFFF !important;
}
.btn--positive--solid {
  border-color: #60A561;
  background-color: #60A561;
  color: #FFFFFF !important;
}
.btn--positive--solid .icon--fill {
  fill: #FFFFFF !important;
}
.btn--positive--solid:hover, .btn--positive--solid:focus, .btn--positive--solid:active {
  background-color: #7ab47b;
  border-color: #7ab47b;
  outline: none;
  color: #FFFFFF;
}
.btn--darkgrey--ghost {
  border-color: #6F6F6F;
  background-color: transparent;
}
.btn--darkgrey--ghost .btn__txt {
  color: #6F6F6F;
}
.btn--darkgrey--ghost .icon--fill {
  fill: #6F6F6F !important;
}
.btn--darkgrey--ghost:hover, .btn--darkgrey--ghost:focus, .btn--darkgrey--ghost:active {
  background-color: #6F6F6F;
  border-color: #6F6F6F;
  outline: none;
  color: #FFFFFF;
}
.btn--darkgrey--ghost:hover .btn__txt, .btn--darkgrey--ghost:focus .btn__txt, .btn--darkgrey--ghost:active .btn__txt {
  color: #FFFFFF;
}
.btn--darkgrey--ghost:hover .icon--fill, .btn--darkgrey--ghost:focus .icon--fill, .btn--darkgrey--ghost:active .icon--fill {
  fill: #FFFFFF !important;
}
.btn--darkgrey--solid {
  border-color: #6F6F6F;
  background-color: #6F6F6F;
  color: #FFFFFF !important;
}
.btn--darkgrey--solid .icon--fill {
  fill: #FFFFFF !important;
}
.btn--darkgrey--solid:hover, .btn--darkgrey--solid:focus, .btn--darkgrey--solid:active {
  background-color: #838383;
  border-color: #838383;
  outline: none;
  color: #FFFFFF;
}
.btn--lightgrey--ghost {
  border-color: #E8E8E8;
  background-color: transparent;
}
.btn--lightgrey--ghost .btn__txt {
  color: #E8E8E8;
}
.btn--lightgrey--ghost .icon--fill {
  fill: #E8E8E8 !important;
}
.btn--lightgrey--ghost:hover, .btn--lightgrey--ghost:focus, .btn--lightgrey--ghost:active {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  outline: none;
  color: #211E1E;
}
.btn--lightgrey--ghost:hover .btn__txt, .btn--lightgrey--ghost:focus .btn__txt, .btn--lightgrey--ghost:active .btn__txt {
  color: #211E1E;
}
.btn--lightgrey--ghost:hover .icon--fill, .btn--lightgrey--ghost:focus .icon--fill, .btn--lightgrey--ghost:active .icon--fill {
  fill: #211E1E !important;
}
.btn--lightgrey--solid {
  border-color: #E8E8E8;
  background-color: #E8E8E8;
  color: #211E1E !important;
}
.btn--lightgrey--solid .icon--fill {
  fill: #211E1E !important;
}
.btn--lightgrey--solid:hover, .btn--lightgrey--solid:focus, .btn--lightgrey--solid:active {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  outline: none;
  color: #211E1E;
}
.btn--sq {
  border-radius: 0;
}
.btn--full {
  width: 100%;
}
.btn--align-right {
  float: right;
}
.btn--no-txt {
  padding: 1.6rem;
}
.btn--no-txt .icon__wrapper__btn {
  left: 0;
  right: 0;
}
.btn--icon, .btn--icon--smd, .btn--icon--left, .btn--icon--right, .btn--no-txt {
  position: relative;
  width: auto;
}
.btn--icon--right {
  text-align: left;
  padding-right: 5.6rem;
}
.btn--icon--left {
  text-align: right;
  padding-left: 5.6rem;
}
.btn--icon--smd {
  padding: 2.4rem;
}
.btn--icon--sm {
  padding: 1.6rem;
}
.btn--sm {
  padding: 0.8rem;
  font-size: 1.2rem;
}
.btn--xsm {
  padding: 0.4rem;
  font-size: 1.2rem;
}
.btn--product-drawer-action {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.btn--close-panel {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: sticky;
  top: 0;
  background-color: inherit;
  padding: 2rem;
  border-bottom: solid 1px;
  z-index: 99;
}
@media (min-width: 768px) {
  .btn--close-panel {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .btn--close-panel {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.btn--close-panel .btn--txt {
  padding: 0.8rem;
}
.btn--close-panel:hover {
  color: #E50000;
  cursor: pointer;
}
.btn--close-panel:hover .icon--fill {
  fill: #E50000;
}
.btn--txt-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion__item-head {
  cursor: default;
}
.accordion__master-controls-wrapper {
  margin: 3.2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .accordion__master-controls-wrapper {
    margin: 4.8rem auto;
  }
}
.accordion__master-control {
  margin: 0 1rem;
  font-size: 1.2rem;
  padding-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .accordion__master-control {
    margin: 0 1.6rem;
  }
}
.accordion__master-control:hover {
  cursor: pointer;
  opacity: 0.6;
  color: #E50000;
}
.accordion__master-control.is--active {
  opacity: 0.35;
}
.accordion__master-control.is--active:hover {
  color: inherit;
}
.accordion__master-control:after, .accordion__master-control:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordion__master-control:before {
  border-color: inherit;
}
.accordion__master-control:after {
  left: 0;
  right: 100%;
  z-index: 1;
}
.accordion__master-control.is--active:after {
  right: 0;
  border-color: #BFBFBF;
}

.spec__wrapper {
  max-width: 108rem;
  margin: 0 auto;
}
.spec__row__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.2rem 0 2.4rem;
  border-bottom: 1px solid;
  padding-bottom: 0.8rem;
}
.spec__row__heading-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .spec__row__heading-text {
    font-size: 1.8rem;
  }
}
.spec__row__heading-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.is--active .spec__row__heading-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spec__row__content {
  padding: 1.2rem 0;
  border-bottom: 1px solid #BFBFBF;
}
.spec__row__content-wrapper {
  padding-bottom: 2.4rem;
}
.spec__row__content:hover {
  color: #E50000;
}

.vehicle-options__wrapper {
  padding: 0;
}
.vehicle-options__image-wrapper {
  background-color: #FFFFFF;
  height: 100%;
}
.vehicle-options__image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vehicle-options__heading-wrapper {
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vehicle-options__heading-wrapper {
    margin-bottom: 3.2rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .vehicle-options__heading-wrapper {
    margin-bottom: 6.4rem;
  }
}
.vehicle-options__content-wrapper {
  background-color: inherit;
  padding: 3.2rem 0;
  height: 100%;
}
@media (min-width: 768px) {
  .vehicle-options__content-wrapper {
    padding: 2.4rem;
  }
}
@media (min-width: 992px) {
  .vehicle-options__content-wrapper {
    padding: 4.8rem;
  }
}
@media (min-width: 1480px) {
  .vehicle-options__content-wrapper {
    padding: 8rem 16rem;
  }
}
.vehicle-options__list-wrapper {
  background-color: inherit;
}
.vehicle-options__item-main {
  background-color: inherit;
}
.vehicle-options__item-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.2rem 0 2.4rem;
  border-bottom: 1px solid;
  padding-bottom: 0.8rem;
}
.vehicle-options__item-heading-wrapper:hover {
  color: #E50000;
  cursor: pointer;
}
.vehicle-options__item-heading-wrapper:hover .icon--fill {
  fill: #E50000;
}
.vehicle-options__item-heading-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.vehicle-options__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.is--active .vehicle-options__item-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vehicle-options__sub-list {
  background-color: inherit;
  padding: 0;
}
@media (min-width: 768px) {
  .vehicle-options__sub-list {
    padding: 0 2rem;
  }
}
.vehicle-options__sub-list-heading {
  width: 100%;
  padding: 0;
  font-size: 1.8rem !important;
}
.vehicle-options__sub-list-heading:hover {
  color: #E50000;
}
@media (max-width: 768px) {
  .vehicle-options__sub-item__wrapper {
    margin-bottom: 1.6rem;
  }
}
.vehicle-options__sub-item-heading {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.vehicle-options__sub-item-heading:hover {
  color: #E50000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .vehicle-options__master-controls-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.vehicle-options__master-control {
  margin: 0;
}
.vehicle-options__master-control:first-child {
  margin-right: 1rem;
}

.logo {
  width: 100%;
}
.logo__wrap {
  max-width: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary__header .logo__wrap {
  max-height: 4.8rem;
}
.logo--fill {
  fill: #FAFAFA;
}
.logo:hover .logo--fill {
  fill: #E50000;
}

.icon__wrap, .icon__wrap__btn {
  display: block;
  max-width: 2rem;
}
.icons__row .icon__wrap, .icons__row .icon__wrap__btn {
  display: inline-block;
}
.icon__wrap svg, .icon__wrap__btn svg {
  height: 100%;
  width: 100%;
}
.icon__wrap__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.icon--left {
  left: 0;
}
.icon--right {
  right: 0;
}
.icon--bag .icon--fill {
  fill: #FAFAFA;
}

.searchform:before {
  color: #211E1E;
}

.primary__header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  max-height: 85px;
}
.admin-bar .primary__header {
  top: 32px;
}

.swiper {
  overflow: hidden;
}
.simple__slideshow {
  width: 100%;
}
.simple__slideshow.slideshow-sq {
  position: relative;
  border: 1px solid #E8E8E8;
}
.simple__slideshow.slideshow-sq:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.simple__slideshow.slideshow-sq > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.simple__slideshow.slideshow-sq > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.simple__slideshow .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.simple__slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.simple__slideshow--pagination {
  z-index: 1;
  position: relative;
  text-align: center;
  bottom: 1rem !important;
}
@media (min-width: 768px) {
  .simple__slideshow--pagination {
    bottom: 6.4rem !important;
  }
}
.elementor-widget-html .simple__slideshow--pagination {
  bottom: initial !important;
}
.simple__slideshow--pagination span {
  width: 1.6rem;
  border-radius: 0;
  height: 2px;
  background-color: rgba(33, 30, 30, 0.5);
}
@media (min-width: 768px) {
  .simple__slideshow--pagination span {
    width: 3.2rem;
  }
}
.simple__slideshow--pagination span.swiper-pagination-bullet {
  margin: 0 2px !important;
}
.simple__slideshow--pagination span.swiper-pagination-bullet-active {
  background-color: #E50000;
}

.frm_partition, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=datetime], .searchform input[type=search] {
  background: #EFEFEF;
  color: #211E1E;
  padding: 2.4rem 3.2rem 2.4rem 2.4rem;
  font-weight: 400;
  border-bottom: solid 1px;
}
.frm_partition::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, .searchform input[type=search]::-webkit-input-placeholder {
  color: #BFBFBF;
  color: #211E1E;
}
.frm_partition::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=datetime]::-moz-placeholder, .searchform input[type=search]::-moz-placeholder {
  color: #BFBFBF;
  color: #211E1E;
}
.frm_partition::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, .searchform input[type=search]::-ms-input-placeholder {
  color: #BFBFBF;
  color: #211E1E;
}
.frm_partition::placeholder, textarea::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=url]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=datetime]::placeholder, .searchform input[type=search]::placeholder {
  color: #BFBFBF;
  color: #211E1E;
}

textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=datetime] {
  line-height: 1.1;
}

input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /*Your new styles */
  height: 1.2rem;
  width: 1.2rem;
  background: url("assets/images/vector/icon--cross.svg");
  background-size: contain;
}

select[data-attribute_name], select.orderby {
  color: #211E1E;
  background-image: url("./assets/image/icon--select-arrow.png");
  width: 100%;
  border: 1px solid #E8E8E8;
}

.kam__form__error-node {
  color: #E50000;
}

.frm_form_fields fieldset {
  border: none;
  padding: 0;
}

.frm_form_field {
  margin-bottom: 1.8rem;
}

.frm_primary_label:not(.long-label), .frm_switch_opt {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.75px;
}

.frm_slider:before {
  border: solid 1px #211E1E;
}

input + .frm_switch .frm_slider {
  background-color: #BFBFBF;
}

input:checked + .frm_switch .frm_slider {
  background-color: #60A561;
}

.long-label {
  margin-bottom: 1.8rem;
  display: block;
}
.long-label + div {
  text-align: right;
}
.long-label + button {
  float: right;
  border: none;
}
.long-label + button:hover {
  cursor: pointer;
}
.long-label + button:focus {
  outline: 2px solid #211E1E;
}
.long-label a {
  text-decoration: underline;
}

.frm_required {
  font-weight: bold;
  color: #E50000;
}

.filter__drawer__trigger {
  margin-bottom: 1.6rem;
}

.nav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-height: 85px;
}
.nav__wrap--top {
  padding: 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1019px) {
  .nav__wrap--top {
    text-align: right;
  }
}
@media (max-width: 1019px) {
  .nav__wrap--left {
    position: fixed;
    width: 33rem;
    height: calc(100% - 85px);
    bottom: 0;
    right: -33rem;
    display: block;
    background: #E8E8E8;
    padding: 4rem;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav--is-open .nav__wrap--left {
    right: 0;
  }
}
.nav__wrap--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo__wrap__nav {
  padding: 0 1.6rem;
}

@media (min-width: 1200px) {
  .nav-primary__wrap__top-level {
    margin-left: calc(4.1666666667% - 16.6666666667px + 32px);
  }
}

.nav-main-item {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}
.nav-main-item a, .nav-main-item > span {
  text-transform: uppercase;
  color: #6F6F6F;
  display: block;
  font-weight: 500;
  padding: 1.2rem;
}
@media (min-width: 1020px) {
  .nav-main-item a, .nav-main-item > span {
    color: #FAFAFA;
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 300;
  }
}
.nav-main-item a:hover, .nav-main-item a:focus, .nav-main-item a:focus-within, .nav-main-item > span:hover, .nav-main-item > span:focus, .nav-main-item > span:focus-within {
  color: #E50000;
}
.nav-main-item:hover a.nav-main-link, .nav-main-item:hover span.nav-main-link, .nav-main-item:focus a.nav-main-link, .nav-main-item:focus span.nav-main-link, .nav-main-item:focus-within a.nav-main-link, .nav-main-item:focus-within span.nav-main-link {
  color: #E50000;
}
@media (min-width: 1020px) {
  .nav-main-item {
    display: inline-block;
  }
}

@media (max-width: 1019px) {
  .nav__login__wrap {
    position: fixed;
    width: 33rem;
    max-height: 16vh;
    bottom: 0;
    right: -33rem;
    display: block;
    background: #E8E8E8;
    padding: 2.4rem 4rem;
    border-top: 1px solid #BFBFBF;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .nav--is-open .nav__login__wrap {
    right: 0;
  }
}

.nav__cart-icon__wrap {
  position: relative;
}
.nav__cart-icon__wrap:hover .icon--fill, .nav__cart-icon__wrap:focus .icon--fill, .nav__cart-icon__wrap:focus-within .icon--fill {
  fill: #E50000;
}
.nav__cart-icon__pill {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FAFAFA;
  font-size: 10px;
}
.nav__cart-icon__pill--value {
  font-size: 0.9em;
  top: 0.1em;
  position: relative;
  color: #211E1E;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1020px) {
  .menu__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.menu__separator {
  display: none;
}
@media (min-width: 1020px) {
  .menu__separator {
    display: inline-block;
    height: 3.2rem;
    width: 1px;
    background-color: #FAFAFA;
  }
}

@media (min-width: 1020px) {
  .menu-item-has-children .nav-main-link {
    position: relative;
  }
  .menu-item-has-children .nav-main-link span:hover {
    cursor: default;
  }
  .menu-item-has-children .nav-main-link:before {
    content: "";
    position: absolute;
    top: 115%;
    left: 50%;
    width: 1px;
    height: 0rem;
    background-color: #FAFAFA;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .menu-item-has-children:hover .nav-main-link:before, .menu-item-has-children:focus .nav-main-link:before, .menu-item-has-children:focus-within .nav-main-link:before {
    height: 2rem;
  }
}

@media (max-width: 1019px) {
  .mega-menu__wrap {
    position: fixed;
    width: 33rem;
    height: calc(100% - 8.5rem);
    bottom: 0;
    right: -33rem;
    display: block;
    background: #E8E8E8;
    padding: 4rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .sub--is-open .mega-menu__wrap {
    right: 0;
  }
}
@media (min-width: 1020px) {
  .mega-menu__wrap {
    display: none;
    opacity: 0;
    top: calc(100% + 3rem);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    -webkit-box-shadow: 0 0.3rem 0.4rem rgba(43, 36, 25, 0.2);
            box-shadow: 0 0.3rem 0.4rem rgba(43, 36, 25, 0.2);
    width: 100vw;
    left: calc(50% - 50vw);
    padding: 0;
    z-index: 1000;
  }
  .menu-item-has-children:hover .mega-menu__wrap, .menu-item-has-children:focus .mega-menu__wrap, .menu-item-has-children:focus-within .mega-menu__wrap {
    display: block;
    opacity: 1;
    top: 100%;
  }
  .mega-menu__wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: -100%;
    left: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background-color: rgba(250, 250, 250, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .menu-item-has-children:hover .mega-menu__wrap:after, .menu-item-has-children:focus .mega-menu__wrap:after, .menu-item-has-children:focus-within .mega-menu__wrap:after {
    opacity: 1;
  }
  .mega-menu__wrap a {
    color: #211E1E;
    text-transform: none;
  }
  .mega-menu__wrap:before {
    content: "";
    width: 100%;
    height: 3rem;
    top: -3rem;
    position: absolute;
    background-color: transparent;
    display: block;
  }
}

@media (max-width: 1019px) {
  .mega-menu__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (min-width: 1020px) {
  .mega-menu__items {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding: 8rem 1.6rem;
    position: relative;
  }
  .menu-item-has-children:hover .mega-menu__items, .menu-item-has-children:focus .mega-menu__items, .menu-item-has-children:focus-within .mega-menu__items {
    -webkit-animation: slideDown 1.2s cubic-bezier(0.19, 1, 0.22, 1);
            animation: slideDown 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .mega-menu__sub-group {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 4rem 0 0;
  }
  .mega-menu__sub-group + ul {
    padding-left: 4rem;
  }
  .mega-menu__sub-group:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    right: 0;
    background: #BFBFBF;
  }
  .mega-menu__sub-group:last-of-type:before {
    display: none;
  }
  .mega-menu__sub-item a {
    display: block;
  }
  .mega-menu__sub-item .primary__sub-item {
    margin-bottom: 1.6rem;
  }
  .mega-menu__sub-item:last-of-type .primary__sub-item {
    margin-bottom: 0;
  }
}

@media (max-width: 1019px) {
  .primary__sub-item, .mega-menu__ancillary-item a {
    display: block;
    color: #6F6F6F;
  }
}
.mega-menu__sub-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.75pt;
  text-transform: uppercase;
}
@media (min-width: 1020px) {
  .mega-menu__sub-item__title {
    font-size: 2rem;
  }
}
.mega-menu__sub-item__desc {
  font-size: 1.4rem;
  opacity: 0.65;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mega-menu__sub-item:hover .mega-menu__sub-item__desc, .mega-menu__sub-item:focus .mega-menu__sub-item__desc, .mega-menu__sub-item:focus-within .mega-menu__sub-item__desc {
  opacity: 1;
}

.mega-menu__ancillary-items__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.2rem;
}
.mega-menu__ancillary-items__title span {
  display: inline-block;
}
.mega-menu__ancillary-items:hover a, .mega-menu__ancillary-items:hover span {
  color: #211E1E;
}
@media (min-width: 1020px) {
  .mega-menu__ancillary-item {
    margin-left: -1.2rem;
  }
}
.mega-menu__ancillary-item a, .mega-menu__ancillary-item span {
  -webkit-transition: none;
  transition: none;
  color: #6F6F6F;
  font-size: 1.6rem;
}
@media (min-width: 1020px) {
  .mega-menu__ancillary-item a, .mega-menu__ancillary-item span {
    font-size: 1.4rem;
  }
}
.mega-menu__ancillary-item:hover a, .mega-menu__ancillary-item:focus a, .mega-menu__ancillary-item:focus-within a {
  color: #E50000;
}
.mega-menu__ancillary-item:hover a span, .mega-menu__ancillary-item:focus a span, .mega-menu__ancillary-item:focus-within a span {
  color: #E50000;
}

.menu__feature__wrap {
  display: block;
  width: 30vw;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 50vw;
}

.menu__feature__content {
  height: 100%;
  width: 100%;
}
.menu__feature__content img {
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  width: 100%;
  max-height: 55rem;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background-color: #000;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.menu__feature__content .feature__image--hidden {
  opacity: 0;
}
.menu__feature__content .feature__image--visible {
  opacity: 1;
}

.mobile-nav--trigger {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  margin-left: 1.6rem;
  padding: 0.4rem;
  cursor: pointer;
}
.mobile-nav--trigger:before, .mobile-nav--trigger:after, .mobile-nav--trigger span.center-line {
  content: "";
  left: 1.6rem;
  right: 0;
  background-color: #FAFAFA;
  height: 1px;
  top: 50%;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mobile-nav--trigger:before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.nav--is-open .mobile-nav--trigger:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-nav--trigger:after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.nav--is-open .mobile-nav--trigger:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav--trigger span.center-line {
  opacity: 1;
}
.nav--is-open .mobile-nav--trigger span.center-line {
  opacity: 0;
}
.mobile-nav--trigger-wrapper {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1020px) {
  .mobile-nav--trigger-wrapper {
    display: none;
  }
}

.sub-nav-close .icon--fill {
  fill: #6F6F6F;
}
.sub-nav-close:hover .icon--fill, .sub-nav-close:focus .icon--fill, .sub-nav-close:focus-within .icon--fill {
  fill: #E50000;
}

.product-cards__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-cards__grid > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 580px) {
  .product-cards__grid > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .product-cards__grid > div {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .product-cards__grid > div {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .product-cards__grid > div {
    width: 20%;
  }
}

.card__pre-header {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.card__header {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}
.card__body {
  font-size: 1.6rem;
}
.card__col-heading {
  font-size: 1.2rem;
}
.card__col-data {
  font-size: 1.6rem;
}

.used-vehicle__cards__wrapper {
  display: grid;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
@media (min-width: 580px) {
  .used-vehicle__cards__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .used-vehicle__cards__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .used-vehicle__cards__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.used-vehicle__card__wrapper {
  padding: 0;
  margin: 0;
  background: #211E1E;
  position: relative;
  padding-bottom: 8rem;
}
.used-vehicle__card__header__wrapper {
  position: relative;
  position: relative;
}
.used-vehicle__card__header__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.used-vehicle__card__header__wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.used-vehicle__card__header__wrapper > .content__iframe {
  height: 100%;
  width: 100%;
  border: 0;
}
.used-vehicle__card__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.used-vehicle__card__pre-header {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 9;
  color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.used-vehicle__card__pre-header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.4rem;
}
.used-vehicle__card__body, .used-vehicle__card__footer {
  padding: 1.6rem;
}
.used-vehicle__card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
}
@media (min-width: 1400px) {
  .used-vehicle__card__body {
    gap: 20px 33%;
  }
}
.used-vehicle__card__details--heading {
  font-size: 9px;
}
.used-vehicle__card__details--heading, .used-vehicle__card__details--content {
  text-transform: uppercase;
}
.used-vehicle__card__footer__wrapper {
  bottom: 0;
  width: 100%;
  position: absolute;
}

.badge--sold {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 9;
  background: #E50000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.6rem 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 600;
}

#ariel-video__grid {
  display: grid;
  gap: 0px;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #ariel-video__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #ariel-video__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#ariel-video__grid .elementor-column {
  width: 100% !important;
}

.ariel_on_video:after {
  content: "play";
  text-align: right;
  float: right;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 20px;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #FFFFFF;
  pointer-events: none;
}

.ariel-gallery__count-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px;
  border-radius: 2rem;
  padding: 5px 10px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 0.8rem;
  position: relative;
  top: 50px;
  right: 30px;
  pointer-events: none;
  z-index: 2;
  text-transform: uppercase;
}

.filter__buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 580px) {
  .filter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.video_filter_identifier {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.elementor-editor-active .video_filter_identifier {
  display: initial;
  opacity: 1;
  visibility: visible;
}

.kam_product-filter__list {
  text-align: center;
}
@media (min-width: 768px) {
  .kam_product-filter__list {
    text-align: left;
  }
}

.btn--filter {
  padding: 0.4rem 1.2rem;
  border-radius: 1.8rem;
  margin: 0.8rem;
}
.btn--filter:hover {
  cursor: default;
}
.btn--filter .btn--txt {
  display: block;
  width: 100%;
}
.btn--filter.filter--is-active {
  background: #211E1E;
  color: #FAFAFA;
  border-color: #211E1E;
}
.btn--filter--sold {
  display: none;
}
.post-type-archive-ariel-used .btn--filter--sold {
  display: inline-block;
}

.js .filters__wrapper label, .js .login-remember label {
  background-color: transparent;
  padding-left: 3.2rem !important;
  margin-bottom: 1.2rem;
  text-indent: none;
  display: inline-block;
  line-height: 2rem;
  position: relative;
  cursor: pointer;
  background-size: 2rem;
}
.js .filters__wrapper label.is--checked:before, .js .login-remember label.is--checked:before {
  background-position: 0 -1.25em;
  opacity: 1;
}
.js .filters__wrapper label:before, .js .login-remember label:before {
  content: "";
  background-image: url(./assets/images/vector/checkbox.svg);
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.js .filters__wrapper input[type=checkbox], .js .filters__wrapper input[type=radio], .js .login-remember input[type=checkbox], .js .login-remember input[type=radio] {
  position: absolute !important;
  z-index: -1000;
  left: -62.5em;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.woocommerce button.wpbf-qty-control, .woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input, .woocommerce .quantity input.qty {
  background-color: #FFFFFF !important;
  border: 1px solid #E8E8E8 !important;
  border-left: none !important;
  border-right: none !important;
}
@media (min-width: 992px) {
  .woocommerce button.wpbf-qty-control, .woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input, .woocommerce .quantity input.qty {
    height: 100% !important;
    min-height: 6.4rem;
  }
}
.woocommerce .woocommerce-MyAccount-content fieldset {
  border: none;
  padding: 0;
  margin-top: 2.6rem;
}
.woocommerce .woocommerce-MyAccount-content fieldset legend {
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #211E1E;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 1.6rem;
  padding: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce .ariel_product_price {
  margin: 0px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 33.33333%;
}
.woocommerce .wpbf-quantity .wpbf-qty-decrease:before, .woocommerce .wpbf-quantity .wpbf-qty-increase:before {
  width: 2rem;
  height: 1px;
}
.woocommerce .wpbf-quantity .wpbf-qty-increase::after {
  width: 1px;
  height: 2rem;
}
.woocommerce .wpbf-quantity .wpbf-qty-increase:hover:before, .woocommerce .wpbf-quantity .wpbf-qty-increase:hover:after, .woocommerce .wpbf-quantity .wpbf-qty-decrease:hover:before, .woocommerce .wpbf-quantity .wpbf-qty-decrease:hover:after {
  background-color: #E50000;
}
.woocommerce div.product.elementor .quantity + .button {
  border: solid 1px #FFB30F;
  border-radius: 2px;
}
.woocommerce div.product.elementor .quantity + .button:hover {
  border-color: #211E1E;
}
@media (max-width: 1200px) {
  .woocommerce div.product form.cart .variations select {
    width: 100%;
  }
  .woocommerce a.button.is-loading::after, .woocommerce button.button.is-loading::after {
    right: 50%;
    top: 50%;
  }
  .woocommerce a.added_to_cart {
    display: block;
    text-align: center;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce div.product.elementor .quantity .qty {
    vertical-align: top;
    margin-right: 0;
    height: 100%;
    width: 100%;
    min-height: 50px;
    margin-bottom: 1.6rem;
  }
  .woocommerce div.product.elementor .quantity + .button {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    display: block;
  }
}
.woocommerce td.product-quantity {
  min-width: 250px;
}
.woocommerce .shop_table {
  border: none;
}
.woocommerce .shop_table.cart {
  margin-bottom: 5.6rem;
}
.woocommerce a.remove {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  color: #E50000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 3.2rem;
}
.woocommerce .actions {
  vertical-align: middle;
}
.woocommerce .woocommerce-cart table.cart td.actions {
  background-color: transparent !important;
}
.woocommerce .quantity {
  display: none;
}
.woocommerce .quantity.wpbf-quantity {
  display: block;
}
.woocommerce table.shop_table th {
  text-transform: uppercase;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 1.6rem;
}
.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce .input-text {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce .woocommerce-page table.shop_table_responsive tr td::before {
    text-transform: uppercase;
  }
  .woocommerce .wpbf-quantity .wpbf-qty-decrease, .woocommerce .wpbf-quantity .wpbf-qty-increase {
    padding: 1rem;
  }
  .woocommerce woocommerce-cart-form__cart-item tr.woocommerce-cart-form__cart-item td, .woocommerce .woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce .product-remove {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .woocommerce a.remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1rem;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before {
    content: "Remove Item";
    font-weight: 700;
    float: right;
    display: inline-block;
  }
}
.woocommerce div.product .stock {
  color: #60A561;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce .woocommerce-cart-form__cart-item.cart_item td {
  padding: 2rem;
  border-top: 1px solid;
}
.woocommerce .variations .label {
  display: none;
}
.woocommerce .sku_wrapper.detail-container {
  display: none;
}
.woocommerce div.product span.price {
  font-weight: bold;
  font-size: 2.4rem;
}
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-message {
  border-top: none;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce .cart_totals table.shop_table tr {
  border-top: 1px solid;
}
.woocommerce .cart_totals table.shop_table tr th {
  background-color: #E8E8E8;
}
.woocommerce .cart_totals table.shop_table tr td {
  padding: 2rem;
}
.woocommerce .cart_totals table.shop_table tr th, .woocommerce .cart_totals table.shop_table tr td {
  border-top: 1px solid #211E1E;
  vertical-align: middle;
}
.woocommerce .cart_totals table.shop_table tr:last-of-type th, .woocommerce .cart_totals table.shop_table tr:last-of-type td {
  border-bottom: 1px solid #211E1E !important;
}
.woocommerce table.shop_table tr {
  border-bottom: 1px solid #211E1E !important;
}
.woocommerce .cart_totals th {
  background-color: #E8E8E8;
}
.woocommerce form .form-row label {
  text-transform: uppercase;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #60A561;
}
.woocommerce #order_review table tfoot th {
  background-color: #E8E8E8;
}
@media (min-width: 768px) {
  .woocommerce #order_review table.shop_table th {
    width: 50%;
  }
}
.woocommerce h3#ship-to-different-address {
  padding-bottom: 38px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2, .woocommerce-checkout .cart-collaterals .cart_totals h2, #add_payment_method .cart-collaterals .cart_totals h2 {
  background-color: transparent;
  border: none;
  padding-left: 20px;
}

.woocommerce-cart table.cart td.actions {
  background-color: transparent !important;
  border-color: #211E1E;
  border-bottom: none !important;
  padding-top: 6.4rem;
}

.wpbf-woo-product-wrapper {
  text-align: center;
  border: 1px solid #E8E8E8;
  padding: 4rem;
  height: 100%;
}

.woocommerce ul.products li.product a img {
  max-width: 180px;
  margin: 0 auto;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.wpbf-woo-loop-summary {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 1.2rem auto;
  }
}

.ariel_product_single_addinfo table.woocommerce-product-attributes.shop_attributes {
  border: none;
}
.ariel_product_single_addinfo table.woocommerce-product-attributes.shop_attributes td, .ariel_product_single_addinfo table.woocommerce-product-attributes.shop_attributes th, .ariel_product_single_addinfo table.woocommerce-product-attributes.shop_attributes tr {
  border: none;
  border-top: 1px solid #211E1E;
  background-color: transparent !important;
}
.ariel_product_single_addinfo table.woocommerce-product-attributes.shop_attributes tr:last-of-type th, .ariel_product_single_addinfo table.woocommerce-product-attributes.shop_attributes tr:last-of-type td {
  border-bottom: 1px solid #211E1E;
}

body {
  font-family: "DINOTweb", sans-serif;
}

.wpbf-post.sticky {
  border: none !important;
  padding: 0;
}
.wpbf-post.sticky + .wpbf-post.sticky {
  border-top: solid 2rem #FFFFFF;
}
/*# sourceMappingURL=style.css.map */
