:root {
  --theme-o-white: #efefef;
  --theme-so-white: #fbfbfb;
  --theme-gold: #b59e14;
  --theme-grey: #313131;
  --theme-d-grey: #160402;
  --theme-black: #000000;
  --theme-white: #ffffff;
  --theme-green: #287a2c;
  --theme-red: #b81f1f;
}

body {
  font-size: 1.4rem;
  /* font-weight: 600; */
  /* font-family: "Roboto", sans-serif !important; */
  min-width: 330px;
}

body,
.action.primary,
.action-primary {
  font-family: "Inter Tight", sans-serif !important;
}

img,
object,
video,
embed {
  height: auto;
}

/*
TEMP
*/

.actions.dropdown.options.switcher-options {
  display: none !important;
}

/*Theme Basic*/
.c-white {
  color: var(--theme-white);
}
.c-o-white {
  color: var(--theme-o-white);
}
.c-gold {
  color: var(--theme-gold) !important;
}
.c-grey {
  color: var(--theme-grey);
}
.c-d-grey {
  color: var(--theme-d-grey);
}
.c-l-grey {
  color: #989898;
}
.c-black {
  color: var(--theme-black);
}
.c-green {
  color: var(--theme-green);
}
.c-red {
  color: var(--theme-red);
}

.bg-white {
  background-color: var(--theme-white);
}
.bg-o-white {
  background-color: var(--theme-o-white);
}
.bg-so-white {
  background-color: var(--theme-so-white);
}
.bg-gold {
  background-color: var(--theme-gold);
}
.bg-grey {
  background-color: var(--theme-grey);
}
.bg-d-grey {
  background-color: var(--theme-d-grey);
}
.bg-black {
  background-color: var(--theme-black);
}

.bg-cov-cen {
  background-size: cover;
  background-position: center;
}

.border-o-white-1 {
  border: 1px solid var(--theme-o-white);
}

.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}

.lh_1-1 {
  line-height: 1.1 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

body > .widget.block.block-static-block {
  margin-bottom: 0;
}

.modal-backdrop.fade.show {
  display: none;
}

.modal.show {
  background: rgba(0, 0, 0, 0.5);
}

div.breadcrumbs {
  /* background-color: #666; */
  background-color: white;
  max-width: 100%;
  padding: 0 20px;
  margin-top: 39px;
}
.breadcrumbs > ul.items {
  font-size: 11px;
  color: #222222;
  font-weight: 300;
  max-width: 1280px;
  width: 100%;
  margin: 8px 0;
  margin: 5px 0;
}
.breadcrumbs a,
.breadcrumbs a:visited {
  /* color: #fff; */
  color: black;
}
@media (min-width: 768px) {
  div.breadcrumbs {
    padding: 0 50px;
  }
}

/*Header*/
.page-header {
  /* background-color: #222222; */
  border: none;
  margin-bottom: 0;
}
.page-header div.panel.wrapper {
  padding-top: 5px;
  border-bottom: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .page-header {
    margin-bottom: 0;
  }
}

.page-header .header-details {
  background-color: black;
  font-size: 12px;
  font-weight: 300;
}

.page-header .header-details .icon a {
  display: inline-block;
}

.bc-nav-social .details .icon svg,
.page-header .header-details .icon svg {
  fill: var(--theme-gold);
  width: 17px;
  margin-top: -2px;
}
.bc-nav-social .details .text,
.page-header .header-details .text {
  color: white;
  font-family: "Inter Tight", sans-serif !important;
}

.bc-nav-social .details .icon svg {
  width: 15px;
}

.bc-nav-social .details .text {
  font-weight: 100;
  font-size: 12px;
}

.bc-nav-logo,
.bc-nav-social {
  overflow: hidden;
  text-wrap: nowrap;
}
body:not(.menu_open) .bc-nav-logo,
body:not(.menu_open) .bc-nav-social {
  display: none;
  /* opacity: 0; */
}

.page-header div.panel.wrapper {
  display: none;
  /* padding-top: 5px; */
  /* border-bottom: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .page-header {
    margin-bottom: 0;
  }
}

.header-details .header.panel {
  padding-left: 60px !important;
  /* margin: 0 0 0 auto; */
  background-color: #3b3b3b;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-details .header.panel .action.skip {
  display: none;
}

.bc-nav-social .icons svg,
.header-details .header.panel svg {
  width: 20px;
  height: 20px;
  fill: #f7f2da;
}

.header-details .header.panel .headerPhone svg,
.header-details .header.panel a:hover svg {
  fill: #b69f15;
}

.headerSocials {
  background-color: #666666;
  border-left: 10px solid #b69f15;
  margin-left: -2px;
  margin-right: 10px;
  transform: skew(16deg, 0deg);
  -webkit-transform: skew(16deg, 0deg);
  -moz-transform: skew(16deg, 0deg);
  -o-transform: skew(16deg, 0deg);
  -ms-transform: skew(16deg, 0deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;

  position: absolute;
  right: calc(100% - 44px);
  top: 0;
  height: 100%;
}
.headerSocials > * {
  transform: skew(-16deg, 0deg);
  -webkit-transform: skew(-16deg, 0deg);
  -moz-transform: skew(-16deg, 0deg);
  -o-transform: skew(-16deg, 0deg);
  -ms-transform: skew(-16deg, 0deg);
}
.headerSocials ul {
  margin: 0;
  padding: 0 8px;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerSocials ul li {
  margin: 0;
  padding: 6px 8px;
}

.header-details .header.panel .inner a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 12px;
  font-family: "Inter Tight", sans-serif !important;
}

.headerPhone {
  margin: 0 12px 0 18px;
}
.headerPhone a {
  display: block;
}

/* Free Shipping banner */
.page-header {
  position: relative !important;
}

.bc-marquee {
  background-color: #202020c2;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.bc-marquee:before,
.bc-marquee:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 8vw;
  background-color: #666666;
  z-index: 1;
}

.bc-marquee:before {
  left: -10px;
  border-right: 2.5vw solid #ae9833;
  transform: skew(-16deg, 0deg);
  -webkit-transform: skew(-16deg, 0deg);
  -moz-transform: skew(-16deg, 0deg);
  -o-transform: skew(-16deg, 0deg);
  -ms-transform: skew(-16deg, 0deg);
  -webkit-box-shadow: 2vw 0px 10px -4px rgba(32, 32, 32, 0.8);
  -moz-box-shadow: 2vw 0px 10px -4px rgba(32, 32, 32, 0.8);
  box-shadow: 2vw 0px 10px -4px rgba(32, 32, 32, 0.8);
}

.bc-marquee:after {
  right: -10px;
  border-left: 2.5vw solid #ae9833;
  transform: skew(16deg, 0deg);
  -webkit-transform: skew(16deg, 0deg);
  -moz-transform: skew(16deg, 0deg);
  -o-transform: skew(16deg, 0deg);
  -ms-transform: skew(16deg, 0deg);
  -webkit-box-shadow: -2vw 0px 10px -4px rgba(32, 32, 32, 0.8);
  -moz-box-shadow: -2vw 0px 10px -4px rgba(32, 32, 32, 0.8);
  box-shadow: -2vw 0px 10px -4px rgba(32, 32, 32, 0.8);
}

.Marquee {
  width: 100vw;
  padding: 5px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-animation: marquee 60s linear infinite running;
  -moz-animation: marquee 60s linear infinite running;
  -o-animation: marquee 60s linear infinite running;
  -ms-animation: marquee 60s linear infinite running;
  animation: marquee 60s linear infinite running;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.Marquee-tag {
  width: auto;
  margin: 0 10px;
  padding: 5px 20px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  /* background-color: #202020; */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Marquee-tag span {
  display: block;
  white-space: nowrap;
}

.Marquee-tag span:before {
  content: "";
  display: inline-block;
  background-image: url("/static/frontend/CT/BCnew/en_GB/img/delivery-van.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 19px;
  margin-right: 10px;
  vertical-align: bottom;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.sections.nav-sections {
  background: transparent;
  margin-bottom: 0;
}
.nav-sections-items .navigation {
  background: transparent;
}

.nav-sections-items .navigation > .menu > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-sections-items .menu > ul > li {
  background: transparent;
}
.nav-sections-items .menu > ul > li > a {
  padding: 1.2em 1.75em;
}
.nav-sections-items .level-top span {
  color: var(--theme-grey);
  font-size: 1.5rem;
  text-transform: uppercase;
}

.block-search .actions,
.block.block-search {
  /*display: none !important;*/
}
.block-search .nested {
  display: none !important;
}

.header.content > .header.links,
.header.content > .toplinks-custom-wrapper {
  display: none;
}

.sections.nav-sections .nav-sections-item-switch {
  color: var(--theme-gold);
}

.navigation .menu-dropdown-icon .level1.submenu,
.navigation .level1 .level1.submenu,
/*.ui-menu#dm > li:nth-child(1),*/ 
ul.ui-menu li.expanded {
  display: none !important;
}

.header-country-select .container {
  max-width: 1280px;
}
.header-country-select.main button {
  padding: 1rem;
  border: none;
}
.header-country-select.main button > span {
  vertical-align: middle;
}
.header-country-select.main .flag-icon {
  max-width: 20px;
  margin-right: 10px;
}
.header-country-select .dropdown-menu.show {
  width: 100%;
  font-size: 1.4rem;
}

.header-country-select.mobile {
  float: left;
  padding-left: 14px;
  padding-top: 0 !important;
}
.header-country-select.mobile .container {
  padding: 0;
}
.header-country-select.mobile .row {
  height: 33px;
}
.header-country-select.mobile .dropdown button {
  border: 0;
  padding: 0;
  background-color: transparent !important;
}
.header-country-select.mobile .flag-icon {
  max-width: 22px;
  position: relative;
}
.header-country-select.mobile .dropdown-menu .flag-icon {
  margin-right: 10px;
}
.header-country-select.mobile .name {
  display: none;
}
.header-country-select.mobile .dropdown button::after {
  content: "\f107";
  background-color: #d8d7d7;
  border-radius: 0 10px 10px 0;
  line-height: 33px;
  padding: 3px 7px 5px 13px;
  margin-left: -11px;
  font-family: "Font Awesome 5 Pro";
}

/* IP Country Popup */
#header_countr_ip_modal .modal-content {
  z-index: -1;
}
#header_countr_ip_modal .modal-header,
#header_countr_ip_modal .modal-body {
  border-bottom: 0;
}
#header_countr_ip_modal .modal-content::after {
  content: "";
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#header_countr_ip_modal .modal-content.store-UK::after {
  background-image: url("/pub/media/BC/Flags/unionjack.png");
}
#header_countr_ip_modal .modal-content.store-EU::after {
  background-image: url("/pub/media/BC/Flags/euflag.png");
}

.navigation .level0 {
  border: 0;
}

@media (max-width: 767.9px) {
  .logo {
    max-width: 40%;
  }
  .logo img {
    max-height: 48px;
    width: auto;
  }
}

/*
    Fix and Re-order the
    items in the Header

    LOGO - SEARCH - ACCOUNT - CART
*/

.nav-toggle {
  display: none !important;
}

.page-header .header.content {
  /* margin: 0 0 0 15px; */
  background-color: #fff;
  max-width: 100%;
  padding: 0 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* -webkit-justify-content: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.content > * {
  min-width: 0;
}

.page-header .navMenu {
  margin: auto;
}

.header.content > a.logo {
  /*-webkit-order: 1; -ms-flex-order: 1; order: 1;*/
}
.header.content > .block.block-search {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.header.content > .header-country-select {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.header.content > .toplinks-custom-wrapper {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.header.content > .minicart-wrapper {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.header.content a.logo {
  margin: 0 auto 0 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  z-index: 1;
}
.header.content a.logo img {
  max-height: 40px;
  width: auto;
}

.header.content .navButton {
  order: 7;
}

.header.content .navButton .menuClick#burger {
  margin-right: 0;
}

.header.content .navButton .hamburger > .line {
  width: 30px;
  background-color: black;
}

.header.content .minicart-wrapper {
  margin-top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
  padding: 6px 14px;
}

.minicart-wrapper .action.showcart.active,
.header.content .minicart-wrapper a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .minicart-wrapper .action.showcart:before {
  color: #000;
}
.minicart-wrapper .action.showcart .counter.qty {
  min-width: auto;
  height: auto;
  line-height: 1;
  background: transparent;
  font-weight: bold;
}

.header.content .block-search {
  padding-left: 0;
  width: 230px;
  margin: 0 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.header.content .block-search .control {
  padding: 0;
}
.header.content .header-country-select {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-sections-items .navigation {
  border-top: none;
}
.navigation .level0 {
  border-top: 1px solid #d1d1d1;
}

/*Stack Account / sign in buttons*/
.header.content > .toplinks-custom-wrapper {
  background-color: #e5e5e5;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.toplinks-custom-wrapper > li {
  list-style: none;
  margin-bottom: 5px;
}
.toplinks-custom-wrapper > li a {
  color: var(--theme-gold);
  font-size: 0.9em;
  text-transform: uppercase;
}
.header.content .header.links {
  float: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style-type: none;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.header.content .header.links li {
  margin-bottom: 0;
  min-width: 0;
}
.header.content .header.links li.compare {
  display: none;
}
.header.content .header.links li.authorization-link {
  margin-right: 10px;
}
.header.content .header.links li.authorization-link:after {
  content: "|";
  margin-left: 10px;
  color: var(--theme-gold);
}
.header.content .header.links li a {
  color: var(--theme-grey);
}

.bc-search {
  max-width: 770px;
  margin: auto;
}

.bc-search .searchIntro {
  display: none !important;
}

@media (min-width: 576px) {
  .page-header .header.content {
    /* margin: 0 15px; */
  }
  .header.content a.logo img {
    max-height: 55px;
    max-width: 230px;
  }
}
@media (min-width: 1280px) {
  body.page-layout-checkout .header.content a.logo {
    margin: 0 20px 0px 0px;
  }
  body:not(.page-layout-checkout) .header.content a.logo {
    margin: 0 20px 0px 0px;
  }
}
@media (min-width: 992px) {
  .headerSocials ul {
    margin: 0 8px;
  }
  header.page-header .header.panel > .header.links li a {
    padding: 4px 7px;
  }
  .headerPhone {
    margin: 0 15px 0 30px;
  }
  .header.content a.logo img {
    max-height: 70px;
  }
}

/*Footer*/
footer {
  overflow: hidden;
  background-color: #212121;
  padding-bottom: 120px;
  position: relative;
  background-image: url("../img/footer-coilover-bg.jpg");
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
footer:not(.modal-footer):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../img/footer-geo.svg");
  background-size: cover;
  background-position: 50%;
  opacity: 0.8;
}

footer .footer.content {
  border-top: none;
  position: relative;
  z-index: 5;
}
footer .block.newsletter {
  display: none;
}

footer .social-icon {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

footer .social-icon:hover {
  opacity: 1;
}
footer .footCall {
  font-size: 25px;
}

footer .footer-logo {
  max-width: 220px;
}

footer .footer-details,
footer .footer-details .text > a {
  color: white;
  font-weight: 200;
  font-size: 12px;
}
footer .footer-details .icon svg {
}
footer .footer-details text a {
}

@media (min-width: 768px) {
  footer {
    background-size: contain;
  }
  footer:before {
    opacity: 0.4;
  }
  footer:after {
    content: "";
    position: absolute;
    left: -10vw;
    top: 0;
    bottom: -10vw;
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.08);
    transform: rotate(220deg) skew(9deg);
    -webkit-transform: rotate(220deg) skew(9deg);
    -moz-transform: rotate(220deg) skew(9deg);
    -o-transform: rotate(220deg) skew(9deg);
    -ms-transform: rotate(220deg) skew(9deg);
  }
}

/* ===== PAGES ===== */

/*HOMEPAGE*/
.cms-bc-homepage-page-new .page-main {
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}

.hp-hero {
  height: 30rem;
}

.hp-hero__txt {
  font-size: 2rem;
  line-height: 1.1;
}

#homepageShippingModal .modal-header {
  border-bottom: 0;
}

.homeNews {
  border: 10px solid #fff;
  margin-top: 40px;
}
.homeNewsImg {
  background-size: cover;
  background-position: 50%;
  position: relative;
  min-height: 25vh;
}
.homeNewsText {
  padding-bottom: 40px;
}
.homeNewsText h3 {
  font-weight: 900;
  color: var(--theme-gold);
  font-size: 30px;
  background-color: #fff;
  padding: 10px 20px;
}
.homeNewsText a.action.primary {
  text-transform: uppercase;
  font-size: 12px;
}

.homeCoolWall {
  border: 3px solid #fff;
}
.hcw-img {
  background-color: #202020;
  background-size: cover;
  background-position: 50%;
  border: 3px solid #fff;
  min-height: 30vh;
  position: relative;
}
.hcw-img.hcw-img-first {
  min-height: 40vh;
}
.hcw-img.hcw-img-last {
  min-height: 24vh;
}
.hcw-img h3 {
  font-weight: 900;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 25px;
  margin: -60px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
}
.hcw-img h3 span {
  color: var(--theme-gold);
}

.cms-index-index .columns .column.main {
  padding-bottom: 0;
}

@media (max-width: 575.98px) {
  .homeNewsImg {
    min-height: 30vh;
  }
  .homeNewsImg:before,
  .homeNewsImg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #fff;
  }
  .homeNewsImg:before {
    left: 0;
  }
  .homeNewsImg:after {
    right: 0;
  }
  .homeNewsText h3 {
    padding: 10px 15px 10px 10px;
    margin-left: -10px;
    display: inline-block;
    margin-top: -20px;
    max-width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homeNewsText h3 {
    min-width: 150%;
    float: right;
  }
  .homeNewsText {
    padding-top: 40px;
  }
  .homeNewsImg {
    margin: 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homeNewsImg {
    min-height: 30vh;
  }
  .homeNewsImg:before,
  .homeNewsImg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #fff;
  }
  .homeNewsImg:before {
    left: 0;
  }
  .homeNewsImg:after {
    right: 0;
  }
  .homeNewsText h3 {
    padding: 10px 15px 10px 10px;
    margin-left: -10px;
    display: inline-block;
    margin-top: -20px;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .homeNewsText h3 {
    min-width: 150%;
    float: right;
  }
  .homeNewsText {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .hcw-img {
    min-height: 35vh;
  }
  .hcw-img.hcw-img-last {
    min-height: 28vh;
  }
}

/*Might need this added back in again...*/
/*.hp-hero .txt-outer { background-color: rgba(0,0,0,.25); }*/

.hp-hero .main-txt h2 {
  font-size: 4rem;
}
.hp-hero .main-txt .sub-title {
  font-size: 2.5rem;
}

.hp-kit .kit-title h2 {
  font-size: 4rem;
}
.hp-kit .kit-name {
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  .hp-hero {
    height: 75rem;
  }
  .hp-hero .main-txt h2 {
    font-size: 8rem;
  }
  .hp-hero .main-txt .sub-title {
    font-size: 5rem;
  }
  .hp-kit .kit-info {
    display: inline-block;
    float: right;
    font-size: 2rem;
  }
  .hp-kit .kit-para {
    font-size: 2rem;
  }
  .hp-hero .shop-btn a {
    font-size: 3rem;
  }
  .hp-hero__txt {
    font-size: 4rem;
  }
  .txt-outer button.hp-hero__btn {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .hp-hero__txt {
    font-size: 5rem;
  }
}

/*CATEGORY*/

/*TEMP*/
.sidebar.sidebar-additional,
.product.info.detailed {
  display: none;
}
/*TEMP*/

/*FILTER STYLES*/
.filter-title strong {
  font-weight: 400;
}

.filter-title strong[data-count]:after {
  color: #fff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}

.filter-title strong.disabled {
  opacity: 0.5;
}

.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}

/*.filter-subtitle {
    display: none
}
*/
.filter-current {
  margin: 0;
}

.filter-current .filter-label {
  display: inline-block;
}

.filter-current .items {
  padding: 5px 10px;
}

.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}

.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
  padding-top: 0 !important;
}

.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}

.filter-label {
  font-weight: 700;
}

.filter-label:after {
  content: ": ";
}

.filter-value {
  color: #757575;
}

.filter-options {
  /*display: none;*/
  margin: 0;
}

.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.filter-options div.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-word;
  z-index: 1;
  display: block;
  text-decoration: none;
  line-height: 1.3;
}

.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}

.filter-options-title:hover {
  color: #000;
}

.active > .filter-options-title:after {
  content: "\f106";
}

.filter-options-content {
  margin: 0;
  padding: 10px;
}

.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}

.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  padding: 1rem;
}

.filter-options-content a:hover {
  background-color: var(--theme-o-white);
  text-decoration: none;
}

.filter-options-content a:hover + .count {
  background-color: var(--theme-o-white);
}

.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}

.filter-options-content .count:before {
  content: "(";
}

.filter-options-content .count:after {
  content: ")";
}
/*FILTER STYLES END*/

.catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .sidebar.sidebar-main,
/* .catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .toolbar.toolbar-products, */
.catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .sidebar.sidebar-additional,
.catalog-category-view .modes {
  display: none;
}

.page-products .message.info.empty {
  display: none;
}
.products {
  margin: 0 0;
}

.catalog-category-view:not([class*="category-springs"]):not(
    .category-accessories
  ):not(.catalogsearch-result-index):not([class*="category-clearance"])
  .columns
  .column.main {
  width: 100%;
}

.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  .page-title-wrapper {
  text-align: center;
}
.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  .page-title {
  color: var(
    --theme-gold
  ); /* font-size: 3rem; margin: 3rem 0; font-weight: 700;*/
  text-transform: uppercase;
}
.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  .seriesOuter
  h1.page-title {
  margin-top: 0; /*font-size: 2.5rem; */
}
.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  .product.product-item {
  border-bottom: 1px solid var(--theme-o-white);
}

/*SPRING BLURB*/
.catalog-category-view .spring-blurb .blurb-skew {
  transform: skewX(-38deg);
  transform-origin: bottom;
}
.catalog-category-view .spring-blurb .unskew {
  transform: skewX(38deg);
  transform-origin: bottom;
}
.catalog-category-view .spring-blurb p,
.catalog-category-view .spring-blurb li {
  font-size: 1.4rem;
}
/*------------*/

.catalog-category-view div.product-item-info,
.catalogsearch-result-index div.product-item-info {
  width: 100%;
  margin: 0;
}

.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  .product-items
  .product-item-info
  .prod-img {
  max-width: 300px;
}
/* .catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .product-items .product-item-details { font-size: 2rem; } */
/* .catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .product-items .product-item-details .price-wrapper:not(.price-excluding-tax) .price { font-size: 4rem; } */
.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  .product-items
  .product-item-link {
  border-bottom: 1px solid var(--theme-o-white);
}

.catalog-category-view div.product-image-wrapper,
.catalogsearch-result-index div.product-image-wrapper {
  display: inline;
  padding-bottom: 0;
}

.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  div.product-image-wrapper
  img {
  position: unset;
  margin: 0;
  display: inline;
  width: 100%;
}
.catalog-category-view:not([class*="category-springs"]):not(
    [class*="category-accessories"]
  ):not([class*="category-clearance"])
  div.price-box {
  margin-bottom: 0;
}

.catalog-category-view div.product_short-desc,
.catalog-category-view div.price-label,
.catalogsearch-result-index div.product_short-desc,
.catalogsearch-result-index div.price-label {
  font-size: 1.5rem;
}

/*Temp*/
.catalog-category-view .product-image-container,
.catalogsearch-result-index div.product-image-container {
  width: 100%;
}

.catalogsearch-result-index .sidebar.sidebar-main {
  display: none;
}
.catalogsearch-result-index .search.results > .block {
  display: none;
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .catalogsearch-result-index .column.main {
    width: 70%;
  }
  .catalog-category-view div.product-image-container,
  .catalogsearch-result-index div.product-image-container {
    width: 165px;
  }
  /* .catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .product-item-link { font-size: 2.5rem } */

  .products-grid.widget-list div.product-item-info,
  .catalog-category-view[class*="category-springs"] div.product-item-info,
  .catalog-category-view[class*="category-accessories"] div.product-item-info,
  .catalog-category-view[class*="category-clearance"] div.product-item-info,
  .catalog-category-view[class*="category-merchandise"] div.product-item-info,
  .catalogsearch-result-index div.product-item-info {
    width: 240px;
  }
  /* .catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .page-title { font-size: 4.5rem; } */
  /* .catalog-category-view:not([class*="category-springs"]):not([class*="category-accessories"]):not([class*="category-clearance"]) .seriesOuter h1.page-title { font-size: 3rem } */
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .catalog-category-view .page-title,
  .catalogsearch-result-index .page-title {
    font-size: 4rem;
    margin: 4rem 0;
  }
  .catalog-category-view div.product-image-container,
  .catalogsearch-result-index div.product-image-container {
    width: 240px;
  }
}

/*PRODUCT*/

/*.catalog-product-view .product-add-form form > div.box-tocart { display: none; }*/
.catalog-product-view .page-title-wrapper.product {
  margin: 2rem 0;
  padding-bottom: 2rem;
  text-align: center;
}
.catalog-product-view .page-title {
  font-size: 3.3rem;
  font-weight: bold;
  color: var(--theme-gold);
  text-transform: uppercase;
}
.catalog-product-view.seriesOuter .page-title {
  font-size: 4rem;
  margin-top: 0;
}

.action.secondary {
  padding: 7px 15px;
  font-size: 1.4rem;
}

a.action.primary,
.action.primary {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--theme-gold);
  border-color: var(--theme-gold);
}
.action.primary:hover,
.action.primary:focus,
.selected .action.primary {
  background-color: var(--theme-black);
  color: var(--theme-gold);
  border-color: var(--theme-gold);
}

.catalog-product-view .fieldset {
  width: 100%;
}
.catalog-product-view div.product-item-name {
  font-size: 1.5rem;
  color: var(--theme-gold);
  font-weight: bold;
}
.catalog-product-view div.product-item-clearance {
  display: inline-block;
  background-color: var(--theme-gold);
}
.catalog-product-view .price-box .price-container span.price {
  font-size: 2.6rem;
}
.catalog-product-view .price-box.price-final_price {
  margin-top: 20px;
  margin-bottom: 10px;
}
.catalog-product-view .price-box .price-including-tax {
  width: 100%;
}
.catalog-product-view .price-box .old-price,
.catalog-product-view .price-box .old-price .price-wrapper {
  opacity: 0.6;
}
.catalog-product-view div.col.item::before {
  display: none;
}
.catalog-product-view .table.data.grouped > tbody > tr {
  border-bottom: 1px solid var(--theme-o-white);
}
.catalog-product-view .featured-item .product-item-name {
  font-size: 2rem;
}
.catalog-product-view .product.info.detailed .data.item div.data.switch {
  box-sizing: unset;
}
.catalog-product-view .o-kits {
  border-bottom: 1px solid var(--theme-grey);
}
.catalog-product-view .o-inner {
  border: 1px solid var(--theme-o-white);
}

.catalog-product-view .kit-title {
  font-size: 2.8rem;
}

/*Simple product only*/
.catalog-product-view.product-type-simple .product-info-main {
  background-color: var(
    --theme-o-white
  ); /*padding: 3rem;*/ /*border-radius: 0.25rem;*/
}
.catalog-product-view.product-type-simple
  .product-info-main
  .product-reviews-summary {
  display: none;
}
.catalog-product-view.product-type-simple .product-info-main .stock.available {
  color: var(--theme-green);
}
.catalog-product-view.product-type-simple .gallery-placeholder {
  width: 100%;
}

.catalog-product-view.product-type-simple .product-info-price,
.catalog-product-view.product-type-simple .product-add-form {
  padding-left: 3rem;
  padding-right: 3rem;
}
.catalog-product-view.product-type-simple .product-info-price {
  padding-top: 3rem;
}

.catalog-product-view.product-type-simple .product.attribute.overview {
  float: right;
  width: 100%;
  margin: 0;
  padding: 3rem;
  background-color: var(--theme-white);
}
.catalog-product-view.product-type-simple
  .product.attribute.overview
  > div::before {
  content: "Description: ";
  margin-right: 84%;
  font-weight: bold;
}
/*Simple product only end*/

.catalog-product-view .featured-item .recom-outer {
  border: 4px solid #fff;
  margin-top: -5rem;
}
.catalog-product-view .product.highlighted {
  background-color: #fbf9e9;
  border: 1px solid var(--theme-gold);
}

.products.wrapper.grid.products-grid .product-item .price-box {
  margin: 10px 0 9px;
}

.products.wrapper.grid.products-grid .product-item-inner .stock-display {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .catalog-product-view .page-title {
    font-size: 4.3rem;
  }
  .catalog-product-view.seriesOuter .page-title {
    font-size: 5.5rem;
  }
  .catalog-product-view div.box-tocart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .catalog-product-view .product-info-price {
    float: left;
  }
  .catalog-product-view .product-add-form {
    float: right;
  }

  .catalog-product-view .fieldset {
    width: unset;
  }
  .catalog-product-view .table.data.grouped > tbody > tr > .col.item {
    padding-bottom: 2rem;
  }
  .catalog-product-view .featured-item .product-item-name {
    font-size: 2.5rem;
  }
  .catalog-product-view div.product-info-main,
  .catalog-product-view div.product.media {
    width: 50%;
  }
  .catalog-product-view .kit-title {
    font-size: 3.5rem;
  }
}

/*BLOG*/
.mpblog-post-index .page-title-wrapper {
  text-align: center;
}
.mpblog-post-index .page-title {
  color: var(--theme-gold);
  font-size: 3rem;
  margin: 3rem 0;
  font-weight: 700;
  text-transform: uppercase;
}
.mpblog-post-index div.mp-post-title a {
  color: var(--theme-gold);
}
@media (min-width: 768px) {
  .mpblog-post-index .page-title {
    font-size: 4rem;
  }
}

.mpblog-post-view .page-title-wrapper h1 {
  font-weight: bold;
  color: var(--theme-gold);
}

.mpblog-post-view .block-blog-related.about-admin,
.mpblog-post-view .mp-post-info {
  display: none;
}

.mpblog-post-view p {
  font-size: 1.4rem;
}

.sidebar.sidebar-main a.data.switch {
  box-sizing: unset;
}

.mpblog-post-index.page-layout-2columns-right .sidebar.sidebar-additional,
.mpblog-post-view.page-layout-2columns-right .sidebar.sidebar-additional {
  display: none;
}

@media (min-width: 768px) {
  .mpblog-post-index.page-layout-2columns-right .sidebar.sidebar-main,
  .mpblog-post-view.page-layout-2columns-right .sidebar.sidebar-main,
  .mpblog-post-index.page-layout-2columns-right .sidebar.sidebar-additional,
  .mpblog-post-view.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 30%;
  }

  .mpblog-post-index.page-layout-2columns-right .column.main,
  .mpblog-post-view.page-layout-2columns-right .column.main {
    width: 70%;
  }
}

/*COILOVER*/
.cms-coilovers-html .std {
  max-width: 600px;
  margin: auto;
}
.cms-coilovers-html .coiloverList {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--theme-o-white);
}

.coilover-cms .std,
.bc-form .std {
  max-width: 600px;
  margin: auto;
}

/*Account Login Page*/

.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-login .block-customer-login div.fieldset.login::after {
  margin-left: 0;
}
.customer-account-login .block-customer-login div.label {
  text-align: left;
}
.customer-account-login .block-customer-login div.secondary {
  float: none;
  margin-left: 1rem;
}

/*Account Logged-in Page*/
body.account .nav.items > .item {
  width: 100%;
}
body.account .nav.items > .item a {
  color: var(--theme-gold);
}
body.account .nav.items > .item.current strong {
  border-color: var(--theme-gold);
}

/* CHECKOUT */

.paypal-checkout-warning {
  background-color: var(--theme-gold);
  color: white;
  font-size: 1.4rem;
}
.payment-method-bank-notice {
  background-color: var(--theme-gold);
  color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* SHIPPING SAME AS BILLING ADDRESS */

/* SERIAL NUMBER REGISTRATION FORM */
.serial-number-app .title h2 {
  font-size: 2.3rem;
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
  font-weight: 700;
}

.serial-number-app label {
  font-size: 1.6rem;
}

input.serial-input {
  margin-bottom: 20px;
  font-size: clamp(18px, 2vw, 20px);
  padding: 24px 10px;
  background-color: #f6f6f6;
}

input.serial-input#serial_num {
  font-size: clamp(24px, 3vw, 30px);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

input.serial-input.valid {
  border-bottom: 2px solid #1e832b;
}

.serial-number-app .error:not(.serial-input) {
  display: none !important;
}

.serial-number-succ .success-message {
  max-width: 400px;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@media (min-width: 768px) {
  .serial-number-app .title h2 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
}

/* CAR GALLERY */
.gallery-gallery-view .page-main {
  max-width: 100%;
}

.car-list-item {
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
}

.car-list-item:hover {
  border-color: #c0a70d;
}

.car-list-item .car-tumbnail {
  padding-bottom: 70%;
}

.car-list-item .car-name {
  color: black;
}

.car-slick-slider {
  margin-bottom: 10px;
}

.view-kit-btn {
  font-size: 20px;
}

/* Fix Minicart icon */

.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: 2px;
  right: 7px;
  background-color: var(--theme-gold);
  border-radius: 20px;
  padding: 4px 5px;
  font-size: 10px;
}

/* Fix header Spacing */
body.checkout-cart-index .page-header,
body.checkout-index-index.page-header {
  margin-bottom: 48px;
}

/* 2025 new styles */

/*-------
  Buttons
---------*/
.solidDarkYellowBtn,
.outlineDarkYellowBtn {
  font-weight: 500;
  text-decoration: none !important;
  padding: 10px 15px;
  max-width: 300px;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #b59e14 !important;
  transition-duration: 0.1s;
}

.solidDarkYellowBtn {
  background-color: #b59e14;
  color: white !important;
}

.solidDarkYellowBtn:hover,
.solidDarkYellowBtn:focus {
  background-color: #9f8816;
}

.outlineDarkYellowBtn {
  background-color: transparent;
  color: #b59e14 !important;
}

.outlineDarkYellowBtn:hover,
.outlineDarkYellowBtn:focus {
  background-color: #b59e14;
  color: white !important;
}

/*------------
  Input Styles
--------------*/

#maincontent .input-outer {
  padding: 15px 0;
}

#maincontent .input-outer label {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  text-align: left;
  margin-bottom: 0.8rem;
}

#maincontent .input-outer label.sub-label {
  font-weight: 500;
  opacity: 0.8;
}

#maincontent .input-outer input:not([type="file"]),
#maincontent .input-outer textarea,
#maincontent .input-outer select {
  background-color: #ebedfb !important;
}

#maincontent .input-outer input:not([type="file"]),
#maincontent .input-outer textarea {
  padding: 19px 10px;
}

#maincontent .input-outer select {
  min-height: 44px;
}

.image-container .remove-btn {
  background-color: #db0a0a;
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  border-radius: 5px;
}

.image-container .remove-btn:hover {
    background: #bd0a0a;
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.submitBtn {
  max-width: unset;
  font-weight: 600;
  font-size: 1.6rem;
}

/*------------
  Hero Section
--------------*/

.page-wrapper .breadcrumbs {
  margin-bottom: 0px;
  background-color: black;
}

.page-wrapper .breadcrumbs ul.items li,
.page-wrapper .breadcrumbs ul.items li > * {
  color: white;
}

.cmsHero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: clamp(30vh, 18vw, 50vh);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
}

.cmsHero h1,
.cmsHero h2 {
  color: white;
  font-size: clamp(3rem, 4vw, 5rem);
  max-width: 23ch;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/*------------
  Blocks
--------------*/

.cms-page-view p, .std p {
    font-size: 16px;
}
