@charset "UTF-8";
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
body,
html {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  position: relative;
}
.search_label {
  display: none;
}
#bpoint-card-month-expiry,
#bpoint-card-year-expiry {
  border-radius: 5px;
}
span#mt-product-price {
  font-weight: 700 !important;
}
.buttonizer {
  bottom: 20px !important;
}
#load-recommended-spinner {
  margin-bottom: 10px;
}
.woocommerce_total .woocommerce-Price-amount.amount {
  font-weight: 700 !important;
}
.adds-components-widget-results {
  display: none;
}
#map {
  height: 500px;
}
#map,
.full-width {
  width: 100%;
}
.ribbon {
  padding: 2px 12px 2px 20px;
  background-color: #fdc90b;
  border-radius: 0;
  -webkit-appearance: none;
  color: #000;
  font-size: 20px;
  height: 45px;
  margin: 0 0 1rem 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ribbon,
.ribbon .fa {
  display: inline-block;
}
.ribbon .fa {
  font-size: 1.6em;
  top: 4px;
  position: relative;
  margin-right: 12px;
}
.ribbon.no-fa > span {
  display: inline-block;
  margin-top: 4px;
}
.ribbon:after,
.ribbon:before {
  content: " ";
  z-index: 100;
  width: 25px;
  height: 45px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ribbon:before {
  background-image: url(images/Ribbon-Tail.svg);
  margin-left: -44px;
}
.ribbon:after {
  content: " ";
  background-image: url(images/Ribbon-Head.svg);
  position: absolute;
  z-index: 300;
  margin-left: 6px;
  width: 36px;
}
.ribbon:hover {
  color: #523500;
  text-decoration: none;
  padding-left: 31px;
  padding-right: 30px;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
}
.ribbon:hover,
.ribbon:hover:before {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ribbon:hover:before {
  margin-left: -55px;
}
.ribbon:hover:after {
  margin-left: 24px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ribbon-white {
  background-color: #fff !important;
}
.ribbon-white:after,
.ribbon-white:before {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.submit-ribbon {
  background: url(images/ribbon.png);
  font-weight: 900;
  height: 40px;
  width: 250px !important;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none !important;
  margin-left: 0;
}
.submit-ribbon:hover {
  margin-left: 10px;
}
.strip,
.submit-ribbon:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.strip {
  background-color: #ffe55e;
  padding: 5px 30px 5px 310px;
  margin: 5px 10px 10px -300px;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  font-weight: 900;
  font-style: italic;
  float: left;
  color: #000;
  clear: left;
}
.strip .fa {
  padding-right: 10px;
}
.strip:hover {
  padding-left: 320px;
  text-decoration: none;
  color: #000;
}
.strip-orange {
  background: #ffbf3f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffbf3f), to(#f99100));
  background: linear-gradient(180deg, #ffbf3f 1%, #f99100);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf3f",endColorstr="#f99100",GradientType=0);
  color: #372f21;
}
.strip-orange:hover {
  color: #000;
}
.strip-2x {
  font-size: 170%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
}
.yellow-box {
  background: #fc0;
  text-align: center;
  width: 100%;
  padding: 50px;
}
.yellow-button {
  background-color: #fac900;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.yellow-button:hover {
  background-color: #d9ae00;
  text-decoration: none;
  color: #fff;
}
.tyres-img {
  width: 100%;
  height: auto;
  margin-top: -100px;
}
.btn-yellow {
  background-color: #fac900;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-weight: 700;
  height: 40px;
}
.btn-yellow:hover {
  -webkit-filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  padding-left: 31px;
  color: #fff;
}
.btn-green {
  background-color: #509e2f;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-weight: 600;
  min-width: 202px;
}
.btn-green:hover {
  -webkit-filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  padding-left: 31px;
  color: #fff;
}
.btn-red {
  background-color: #ff0700;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-weight: 600;
  min-width: 202px;
}
.btn-red:hover {
  -webkit-filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  padding-left: 31px;
  color: #fff;
}
.btn-grey {
  background-color: #7f7f7f;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-weight: 600;
  min-width: 202px;
}
.btn-grey:hover {
  -webkit-filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  filter: drop-shadow(1px 3px 2px rgba(196, 128, 0, 0.15));
  padding-left: 31px;
  color: #fff;
}
h1.product_title {
  display: none;
}
.location-link {
  background-color: #fac900;
  padding: 10px;
  color: #000;
  padding-right: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 10px;
  border-left: 3px solid #000;
  display: inline-block;
  margin-bottom: 5px;
}
.location-link:hover {
  background-color: #d9ae00;
  text-decoration: none;
  color: #000;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.tyres-top {
  padding-top: 30px;
  padding-bottom: 120px;
  background: url(images/tyres-bg.jpg) no-repeat bottom;
}
.tyres-header {
  font-size: 55px;
  font-weight: 900;
}
.quote-bottom {
  height: 396px;
  padding-top: 80px;
  background: url(images/background-cta-band.jpg) no-repeat 50%;
  text-align: center;
}
.quote-bottom p {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.spinner {
  height: 80px;
  width: 80px;
}
.btn-spinner,
.spinner {
  background: url(images/loading.gif?v=2) no-repeat 50%;
  background-size: contain;
  margin-right: 15px;
  display: none;
}
.btn-spinner {
  height: 20px;
  width: 20px;
}
ul.social {
  padding-bottom: 22px;
}
.social li {
  border-radius: 14.5px;
  float: left;
  margin: 0 5px;
}
.social li a {
  -moz-border-radius: 14.5px;
  -webkit-border-radius: 14.5px;
  background-color: #000;
  background-image: url(images/social-bgs.png);
  border: none;
  border-radius: 14.5px;
  display: block;
  height: 29px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 29px;
}
.social li.fb a {
  background-position: 0 100%;
}
.social li.tw a {
  background-position: 29px bottom;
}
.social li.yt a {
  background-position: 58px bottom;
}
.social li.gp a {
  background-position: 87px bottom;
}
.social li a:hover {
  background-color: #ffcd00;
  border: none;
}
.social li.fb a:hover {
  background-position: 0 100%;
}
.social li.tw a:hover {
  background-position: 29px bottom;
}
.social li.yt a:hover {
  background-position: 58px bottom;
}
.social li.gp a:hover {
  background-position: 87px bottom;
}
.yellow-divider {
  width: 100%;
  height: 8px;
  background-color: #fdc90b;
}
.awards-bottom {
  margin-bottom: 40px;
  margin-top: 40px;
}
.copy {
  color: #a5a4a4;
  font-size: 12px;
  line-height: 18px;
}
.black-button {
  background-color: #000;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.wpcf7-response-output {
  background: red;
  color: #fff;
  border: none !important;
  font-weight: 900;
}
.wpcf7-not-valid {
  border-color: red !important;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
  background: #398f14 !important;
}
.alignright {
  float: right;
  padding: 10px;
}
.alignleft {
  float: left;
  padding: 10px;
}
.img-fix {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.btn-dark .orange {
  color: #ff9f15;
}
.mt-step-blurb {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  font-weight: 700;
}
.mt-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 80px 100px;
  border-top: 2px solid #e5e5e5;
}
.mt-steps div {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  font-weight: 600;
  padding-top: 50px;
  position: relative;
  width: 130px;
}
.mt-steps div > div {
  background-color: #fff;
}
.mt-steps div.active > div,
.mt-steps div > div {
  border: 5px solid #dedede;
  position: absolute;
  border-radius: 116px;
  width: 70px;
  height: 70px;
  top: -37px;
  left: 30px;
}
.mt-steps div.active > div {
  background-color: #ffcd00;
}
.instruction-video {
  margin: 40px auto;
  text-align: center;
}
.mt-product-left p {
  font-size: 12px;
}
.woocommerce-product-gallery__image {
  text-align: center;
}
.mt-qty.minus {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.mt-qty.plus {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.mt-qty {
  padding: 6px 14px 5px;
  background: #fdc90b;
}
.mt-qty,
.mt-qty:hover {
  color: #000;
}
.woocommerce-message {
  display: none;
}
.mt-search-header {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  padding-top: 10px;
}
.mt-search-sub-head {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.mt-search-product-col {
  padding: 0;
  border-bottom: 2px solid #fdc90b;
}
.mt-search-product {
  padding: 0;
  position: relative;
  display: block;
  color: #000;
  width: 100%;
}
.mt-search-product:hover {
  color: #000;
  text-decoration: none;
}
.mt-search-product-brand-img {
  float: left;
  width: 100%;
}
.mt-search-product-brand-img img {
  max-width: 40%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #fff;
}
.mt-search-product-img {
  max-height: 140px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.mt-search-product-rank {
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 3px;
  margin-bottom: 8px;
}
.mt-search-product-rank.premium {
  background: #fece00;
  color: #734303;
}
.mt-search-product-price {
  float: right;
  color: #e9a303;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  padding-right: 5px;
}
.mt-search-product-brand {
  font-weight: 900;
  font-size: 20px;
}
.mt-search-product-name {
  font-size: 20px;
}
.mt-mobile-search-but {
  background: #fece00;
  border-radius: 20px;
  padding: 10px;
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  display: inline-block;
}
.mt-mobile-search-but:hover {
  color: #000;
  text-decoration: none;
}
#mt-product-price:first-letter {
  font-size: 80%;
}
.mt-product-table {
  margin: 0 auto 40px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}
.mt-product-table td {
  padding: 5px;
}
.mt-grey-link {
  color: #bababa;
}
.mt-grey-link:hover {
  color: #bababa;
  text-decoration: none;
}
.payment-methods {
  border-top: 1px solid #dbdbdb;
}
.chatlio-title-text-content {
  visibility: hidden;
  font-size: 0;
}
.chatlio-title-text-content:after {
  content: "Need Help?";
  display: inline-block;
  visibility: visible;
  font-size: 16px;
}
.whitebg {
  position: absolute;
  background-color: #fff;
  width: 50%;
  height: 8vh;
}
div.grecaptcha-badge {
  bottom: 84px !important;
}
.mt-offer {
  border: 1px solid #d2d2d2;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 10px;
}
.mt-offer > div a > div > img {
  max-height: 30vh;
  max-width: 100%;
  border-radius: 11px 11px 0 0;
}
.mt-offer > img {
  height: 100%;
  border-radius: 11px 11px 0 0;
}
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 100%;
  max-width: 100%;
  float: left;
}
@media only screen and (max-width: 575px) {
  #ts-size {
    display: none;
  }
}
@media only screen and (max-width: 395px) {
  #ts-size {
    display: none;
  }
}
@media (max-width: 1500px) {
  .navbar .top-phone {
    background-color: #ffcd00;
  }
  .free-quote {
    color: #fff;
    font-size: 35px;
    background-color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .free-quote a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .free-quote a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .view-range {
    color: #fff;
    font-size: 35px;
    background-color: #7f7f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .view-range a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .view-range a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .location-map {
    background-color: #000;
  }
  .locations {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 27px;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
    max-width: 20%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .submit-ribbon {
    margin-left: 30px;
  }
  .submit-ribbon:hover {
    margin-left: 35px;
  }
  .searchform {
    text-align: right;
    width: 100%;
    background: #fdc90b;
  }
  .searchform > div {
    text-align: right;
    width: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .searchform > div input[type="text"] {
    width: 100%;
    border: 1px solid #d0a50b;
  }
  .searchform > div input[type="text"]::-webkit-input-placeholder {
    content: "Search";
  }
  .searchform > div input[type="text"]::-moz-placeholder {
    content: "Search";
  }
  .searchform > div input[type="text"]:-ms-input-placeholder,
  .searchform > div input[type="text"]::-ms-input-placeholder {
    content: "Search";
  }
  .searchform > div input[type="text"]::placeholder {
    content: "Search";
  }
  .searchform > div input[type="text"]:before {
    content: "Search";
    display: inline-block;
  }
  .searchform > div #searchsubmit {
    display: none;
  }
  #search-trigger {
    text-align: center;
    width: 100%;
    height: inherit;
  }
  .tyre-size-results {
    color: #000;
    background-color: #ffcd00;
    text-align: left;
    padding: 35px 30px;
  }
  .free-quote,
  .tyre-size-results {
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .free-quote {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 40px 30px;
  }
  .free-quote a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .free-quote a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .view-range {
    color: #fff;
    font-size: 35px;
    background-color: #7f7f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .view-range a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .view-range a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .location-map {
    background-color: #000;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .title-mts {
    padding-left: 600px;
    left: 0;
  }
  .strip-2x {
    font-size: 130%;
  }
  #search-trigger {
    text-align: center;
    width: 100%;
    height: inherit;
  }
  .btn-green {
    min-width: auto;
  }
  .free-quote,
  .tyre-size-results {
    color: #fff;
    font-size: 35px;
    text-align: center;
  }
  .free-quote {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .free-quote a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .free-quote a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .view-range {
    color: #fff;
    font-size: 35px;
    background-color: #7f7f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .view-range a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .view-range a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .tyre-size-results {
    color: #000;
    font-size: 12px;
    background-color: #ffcd00;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .tyre-size .tyre-image img.tyre {
    left: -9px;
    bottom: -15px;
  }
  .tyre-size .tyre-image img.arrow {
    position: absolute;
    left: 123px;
    top: -7px;
    width: 252px;
  }
  .tyre-size .tyre-image > span {
    left: 190px;
    top: 1px;
    width: 181px;
  }
  #tyre-size-form .tyre-size .tyre-image .tyre-form .col-lg-4,
  .tyre-size .tyre-size-form .col-lg-3.form-group {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tyre-size .tyre-size-form select {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 992px) {
  .free-quote {
    color: #fff;
    font-size: 35px;
    background-color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .free-quote a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .free-quote a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .view-range {
    color: #fff;
    font-size: 35px;
    background-color: #7f7f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .view-range a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .view-range a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .location-map {
    display: block;
    background-color: #000;
  }
  .locations {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-bar {
    border: none;
    background-color: #3e3e3e;
  }
  .title-mts {
    padding-left: 300px;
    left: 0;
  }
  .ribbon {
    font-size: 16px;
    padding: 2px 10px;
    margin-left: 0;
  }
  .ribbon,
  .ribbon:after,
  .ribbon:before {
    height: 35px;
  }
  .ribbon:before {
    margin-left: -33px;
  }
  .ribbon:after {
    margin-left: -5px;
  }
  .ribbon:hover {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ribbon:hover:before {
    margin-left: -40px;
  }
  .ribbon:hover:after {
    margin-left: 0;
  }
  article {
    margin-bottom: 20px;
  }
  article img {
    width: 100%;
    height: auto;
  }
  article .ribbon {
    margin-left: 15px;
  }
  .tyres-img {
    width: 400%;
    margin-top: -90px;
    margin-bottom: -10px;
  }
  .form-group {
    width: 100%;
  }
  .mt-step.active {
    background: #fdc90b;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .mt-step.active .van {
    bottom: 4px;
    margin-left: 0;
  }
  .mt-step.sub {
    display: none;
  }
  .mt-step-border {
    border-bottom: none;
  }
  .mt-step-title {
    font-size: 2rem;
  }
  .quantity {
    font-size: 24px;
  }
  .free-quote {
    color: #fff;
    font-size: 35px;
    background-color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .free-quote a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .free-quote a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .view-range {
    color: #fff;
    font-size: 35px;
    background-color: #7f7f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  .view-range a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    background-color: #ffcd00;
    padding: 15px 50px;
    border-radius: 3px;
    margin-left: 15px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
  }
  .view-range a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .location-map {
    display: block;
    background-color: #000;
  }
  .tyre-size-results {
    color: #000;
    font-size: 12px;
    background-color: #ffcd00;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
}
@media only screen and (max-width: 480px) {
  .awards-bottom img {
    width: 50%;
    height: auto;
    margin-bottom: 15px;
  }
  .awards-bottom {
    margin-top: 0;
  }
  .stages .active.altpage {
    margin-left: 0;
  }
  .location-map {
    display: block;
    background-color: #000;
  }
  .free-quote {
    color: #fff;
    font-size: 21px;
    background-color: #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .free-quote,
  .free-quote a {
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .free-quote a {
    background-color: #ffcd00;
    padding: 9px 0;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    margin-top: 23px;
    cursor: pointer;
    width: 200px;
  }
  .free-quote a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .view-range {
    color: #fff;
    font-size: 21px;
    background-color: #7f7f7f;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .view-range,
  .view-range a {
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .view-range a {
    background-color: #ffcd00;
    padding: 9px 0;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    margin-top: 23px;
    cursor: pointer;
    width: 200px;
  }
  .view-range a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
      opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .locations {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .btn-yellow {
    min-width: 145px;
    border-radius: 0.6em;
    max-width: 100%;
    position: relative;
    min-width: 10px;
    padding: 10px 6px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
a:focus,
button:focus {
  outline: 0;
}
a {
  color: rgb(244.8, 197.76, 0);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #509e31;
}
li,
ol,
p,
td {
  font-size: 1.2857em;
}
@media screen and (max-width: 767px) {
  li,
  ol,
  p,
  td {
    font-size: 1.1857em;
    line-height: 1.27;
  }
}
h1 {
  font-size: 2.9em;
  line-height: 1.07;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2em;
  }
}
.h2-custom,
h2 {
  font-size: 2.9em;
  line-height: 1.07;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .h2-custom,
  h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .h2-custom,
  h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 420px) {
  .h2-custom,
  h2 {
    font-size: 1.8em;
  }
}
h3 {
  font-size: 2.2em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6em;
  }
}
h4 {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.2em;
  }
}
h5 {
  font-size: 1.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.1em;
  }
}
h6 {
  font-size: 0.9em;
  line-height: 1;
  font-weight: 700;
}
select {
  border: 1px solid rgb(165.25, 165.25, 165.25);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select.png);
  background-size: 10px;
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  padding: 10px 20px;
  word-wrap: normal;
}
.white-text p {
  margin-bottom: 0 !important;
  color: #e9e9e7 !important;
}
.promoImageWrapper {
  width: 100%;
  height: 0;
  padding-top: 27%;
  background-position: 50% !important;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .promoImageWrapper {
    display: none;
  }
}
.promoImageWrapperMobile {
  display: none;
  width: auto;
}
.promoImageWrapperMobile img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .promoImageWrapperMobile {
    display: block;
  }
}
.remove-ul ul {
  list-style: none;
  padding: initial;
}
.overflow-bottom-img img {
  position: absolute;
  bottom: -590%;
}
@media screen and (max-width: 760px) {
  .overflow-bottom-img img {
    position: absolute;
    bottom: -158%;
  }
}
.vc_gitem-animated-block {
  position: relative;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 35px;
}
.overflow-bottom-pad ul {
  color: #fff;
}
@media screen and (max-width: 760px) {
  .overflow-bottom-pad {
    padding-bottom: 69px;
  }
}
.vc_toggle_content > p {
  margin-bottom: 0.1rem;
}
.dark-grey-faq > p {
  color: #7f7f7f;
}
.vertical {
  display: table-cell;
  width: 100%;
  height: 250px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .vertical {
    display: block;
    width: 100%;
    height: unset;
    vertical-align: unset;
  }
}
.white-text ul {
  list-style: none;
  padding: initial;
}
.white-text ul,
.white-text ul a {
  color: #fff !important;
}
.white-text ul a .fa-caret-right {
  margin-left: 0.5em;
  -webkit-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition:
    transform 0.15s,
    -webkit-transform 0.15s;
}
.white-text ul a:hover .fa-caret-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.white-text .h2-custom,
.white-text h1,
.white-text h2,
.white-text h3 {
  color: #fff !important;
}
.grey-section {
  background: #e4e4e4;
}
.grey-section .brand-icons_link {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .grey-section .brand-icons_link a {
    font-size: 0.9em;
  }
}
.grey-section .offers_link {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .grey-section .offers_link a {
    font-size: 0.9em;
  }
}
.grey-section-white {
  background: #fff;
}
.grey-section-white .brand-icons_link,
.grey-section-white .offers_link {
  margin-top: -15px;
}
.vc_toggle_title > h4 {
  font-weight: 500;
}
.grey-section a {
  color: #000;
}
h3.carousel-item_content {
  z-index: 1;
}
.grey-section .columns {
  -webkit-column-width: 22vw;
  -moz-column-width: 22vw;
  column-width: 22vw;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.grey-section .columns hr {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .grey-section .columns hr {
    display: none;
  }
}
.grey-section .columns ul {
  list-style: none;
  padding: initial;
}
@media screen and (max-width: 2200px) {
  .grey-section .columns {
    -webkit-column-width: 30vw;
    -moz-column-width: 30vw;
    column-width: 30vw;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .grey-section .columns {
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-gap: auto;
    -moz-column-gap: auto;
    column-gap: auto;
  }
}
.faq .vc_toggle {
  display: block;
  padding: 0;
  padding-bottom: 10px !important;
  padding-top: 12px !important;
  font-size: 1em;
  border-bottom: 2px solid #000;
  margin: 0 !important;
}
.faq-list .link {
  position: relative;
  top: -3px;
  margin-left: 5px;
  opacity: 0;
  padding: 5px;
}
.faq-list .copied {
  position: absolute;
  z-index: 100;
  background: #e11f26;
  color: #000;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 28px 0 0 -72px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2392156863);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2392156863);
}
.faq-list .vc_toggle_title:hover .link {
  opacity: 1;
}
.badge2 {
  display: table-cell;
  position: absolute;
  width: 85px;
  height: 85px;
  line-height: 1;
  padding: 34px 3px;
  border-radius: 100%;
  font-size: 16px;
  text-align: center;
  background: red;
  color: #fefefe;
  right: 65%;
}
table.vc-table-plugin-theme-classic {
  width: 100%;
}
.content-wrapper {
  width: 100%;
  max-width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1440px;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 0 30px;
  }
}
.module {
  padding: 50px 0;
}
.module + .wpb_column {
  display: none;
}
.h2-custom {
  margin-bottom: 35px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 767px) {
  .h2-custom {
    margin-bottom: 20px;
  }
}
.a-custom {
  font-size: 1.21em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.a-custom:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .vc_empty_space.filler {
    height: 40vh !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_table_payments {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .vc_table_payments td {
    padding: 8px 6px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: inline-block !important;
    width: 50% !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
    margin-right: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .review-img {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .accordion {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 767px) {
  .paymentsboxes {
    padding-top: 40px !important;
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_gitem-animated-block {
    padding: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .hideMob {
    display: none;
  }
}
.chevronBG {
  min-height: 400px;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position-x: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chevronBG .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
  .chevronBG {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -902%;
  }
}
.chevronBG a {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .paddingTopWorldClass {
    padding-top: 100px;
  }
}
.chevronVanCentre {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
button.cta-buttons_btn a {
  color: unset;
}
#container .navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
#container .navigation {
  position: relative !important;
}
.puncture-btn {
  float: right;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .vc_custom_1586315435348 {
    background-position-x: -20% !important;
  }
}
@media screen and (max-width: 767px) {
  .social-intents-tab {
    display: none !important;
  }
}
.black-links a {
  color: #000;
}
.iframe-video iframe {
  width: 1000px;
  height: 562px;
}
@media screen and (max-width: 991px) {
  .iframe-video iframe {
    width: 90vw;
    height: 50.65vw;
  }
}
.iframe-video .close {
  opacity: 1;
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #787878;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
}
html.locked {
  overflow: hidden;
}
.black {
  color: #000;
}
.big-button {
  font-size: 17px;
  font-weight: 700;
  padding: 18px 24px;
  text-align: center;
  border: none;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.big-button.green {
  background: #509e31;
  color: #fff;
}
.big-button.green:hover {
  opacity: 0.8;
}
.big-button.white {
  background: #fff;
  color: #000;
}
.big-button.white:hover {
  background: #f8f8f8;
}
.big-button.yellow {
  background: #e11f26;
  color: #000;
}
.big-button.yellow:hover {
  opacity: 0.8;
}
.big-button.black {
  background: #000;
  color: #fff;
}
.big-button.black:hover {
  opacity: 0.8;
}
.big-button i {
  margin-right: 5px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 280px;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  font-size: 14px;
  padding: 2px 15px;
}
.global-overlay {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.global-overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.global-overlay.lighter {
  background: rgba(0, 0, 0, 0.75);
}
#wpadminbar {
  opacity: 0.1;
}
#wpadminbar:hover {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #wpadminbar {
    display: none;
  }
}
ul > li > ul > li {
  font-size: 1em;
}
div.background-align-top {
  background-position: top !important;
}
body .select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
body .select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
body .select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .select2-container .select2-search--inline {
  float: left;
}
body .select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
body .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
body .select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
body .select2-results {
  display: block;
}
body .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
body .select2-results__option[aria-selected] {
  cursor: pointer;
}
body .select2-container--open .select2-dropdown {
  left: 0;
}
body .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .select2-search--dropdown {
  display: block;
  padding: 4px;
}
body .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
body .select2-search--dropdown.select2-search--hide {
  display: none;
}
body .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
body .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body .select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
body .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
body .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body .select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
body .select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
body .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
body
  .select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
body .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
body .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
body .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
body .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
body .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
body .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
body .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
body .select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
body .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
body .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
body .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
body .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
body .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
body .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
body .select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
body .select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
body .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
body .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
body .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
body .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
body .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
body .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
body .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
body .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
body .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
body .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
body .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
body .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
body .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
body .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.slick-slider .slick-dots {
  text-align: center;
  width: 100%;
  left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}
.slick-slider .slick-dots li button {
  border: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  background: hsla(0, 0%, 100%, 0.4);
}
.navigation,
.slick-slider .slick-dots li.slick-active button {
  background: #fff;
}
.navigation {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 200;
}
@media screen and (max-width: 991px) {
  .navigation .content-wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .navigation .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .navigation .mobile-only {
    display: none;
  }
}
.navigation .row-1 {
  padding-top: 8px;
}
.navigation .row-1,
.navigation .row-1 .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation .row-1 .right-block {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .navigation .row-2 .mobile-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
  }
}
.navigation_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 289px;
}
@media screen and (min-width: 992px) {
  .navigation_logo {
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .navigation_logo {
    max-width: 200px;
    margin-right: 20px;
  }
}
.navigation_logo img {
  max-width: 200px;
  height: auto;
}
.navigation_phone-number {
  display: none;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  background: #f8f8f8;
  color: #000;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
  min-height: 48px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation_phone-number:hover {
  background: #e11f26;
  color: #000;
}
.navigation_phone-number.visible {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.navigation_phone-number .icon-phone {
  width: 18px;
  height: 18px;
  background: url(images/icon-phone.png) no-repeat 50%;
  background-size: 18px;
}
@media screen and (max-width: 1135px) {
  .navigation_phone-number span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navigation_phone-number span {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .navigation_phone-number span {
    display: none;
  }
}
.navigation .mega-toggle-label {
  display: none;
}
.navigation .search-tyres {
  background: #e11f26;
  height: 48px;
  border-radius: 8px;
  padding: 13px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.navigation .search-tyres a {
  color: #000;
}
@media screen and (max-width: 991px) {
  .navigation .search-tyres {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 140px;
  }
}
.navigation-cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f8f8f8;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  border-radius: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navigation-cart_button {
    margin-left: 0;
  }
}
.navigation-cart_button .icon-cart {
  display: inline-block;
  position: relative;
  color: #000;
  width: 18px;
  height: 18px;
  background: url(images/icon-cart.png) no-repeat 50%;
  background-size: 18px;
  margin-top: 1px;
}
.navigation-cart_button .icon-cart:after {
  content: attr(data-total) "";
  top: -10px;
  right: -10px;
  background: #e11f26;
  font-size: 11px;
  font-weight: 800;
  border-radius: 50%;
  border: 3px solid #f8f8f8;
  position: absolute;
  padding: 2px;
  width: 20px;
  height: 20px;
  line-height: 10px;
  font-family: Montserrat;
  text-align: center;
  font-style: normal;
}
.navigation .user-location {
  position: relative;
}
@media screen and (max-width: 991px) {
  .navigation .user-location {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}
.navigation .user-location .icon-location {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 16px;
  height: 20px;
  background: url(images/icon-location-pin.png) no-repeat 50%;
  background-size: 16px;
}
.navigation .user-location .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 13px 24px;
  background: #f8f8f8;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  height: 48px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .navigation .user-location .current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .navigation .user-location .current:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.navigation-hamburger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .navigation-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navigation-hamburger * {
  color: #000;
}
.navigation-hamburger_btn {
  padding: 0 20px 0 0;
  height: 100%;
  background-color: transparent;
  border: 0;
}
.navigation-hamburger_btn i {
  font-size: 18px;
}
.navigation-hamburger.-open .navigation-hamburger_btn.closed {
  display: block;
}
.car-selection-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  position: sticky;
  top: 115px;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .car-selection-bar {
    top: 121px;
  }
  .car-selection-bar .content-wrapper {
    padding: 0;
  }
}
.car-selection-bar .bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.car-selection-bar .back-link {
  padding: 14px 16px 14px 0;
  color: #000;
  letter-spacing: -0.2px;
  min-width: 140px;
}
@media screen and (max-width: 991px) {
  .car-selection-bar .back-link {
    padding-right: 5px;
    padding-left: 8px;
    border-right: 0 !important;
    min-width: 25px;
  }
}
.car-selection-bar .back-link.has-vehicle {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .car-selection-bar .back-link.has-vehicle span {
    display: none;
  }
}
.car-selection-bar .back-link .fa {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (min-width: 991px) {
  .car-selection-bar .current-tyre-search {
    padding-left: 0;
  }
}
body:has(.recommended-content-item) .car-selection-bar {
  display: none !important;
}
.footer {
  background: #242424;
  color: #fff;
  padding: 40px 0;
  font-size: 12px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer a {
  color: #fff;
}
.footer img {
  max-width: 100%;
}
.footer-logos {
  margin-bottom: 48px;
}
.footer-logos .pm {
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  .footer-logos .pm {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logos .pm {
    display: block;
    margin: 15px auto;
  }
  .footer-logos .pm img {
    width: 50px;
  }
  .footer-logos .pm.zip {
    margin-top: 40px;
  }
  .footer-logos .pm.afterpay img {
    width: 100px;
  }
}
.footer-logos .pm.zip {
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .footer-logos {
    text-align: center;
  }
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
}
.footer-section.footer-description {
  min-width: 30%;
  max-width: 30%;
}
.footer-section.footer-description p {
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .footer-section.footer-description p {
    max-width: none;
  }
}
.footer-section.footer-contact {
  max-width: 18%;
}
.footer-section_title {
  font-size: 18px;
  font-weight: 600;
  color: #e11f26;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer-section_title {
    margin-bottom: 0;
    cursor: pointer;
  }
  .footer-section_title:after {
    content: "\f078";
    font-family: Font Awesome\5 Pro;
    font-size: 16px;
    color: #fff;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-section_title.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 767px) {
  .footer-section-inner {
    display: none;
    padding: 12px 0;
  }
}
.footer-section-list_item {
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .footer-section-list_item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-section {
    min-width: 100% !important;
    max-width: 100% !important;
    padding-right: 0;
    border-bottom: 1px solid #343434;
    padding: 20px 0;
  }
}
.footer-terms {
  padding: 30px 0;
  border: 1px solid #343434;
  border-right: 0;
  border-left: 0;
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .footer-terms {
    margin: 0 0 25px;
  }
}
.footer-terms-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-terms-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-terms-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer-terms-social {
    margin-left: 0;
  }
}
.footer-bottom-images {
  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;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-bottom-images .tsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom-images .tsa p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-images .tsa p {
    font-size: 12px;
  }
}
.footer-search {
  display: none;
  position: relative;
}
.footer-search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 20px;
}
.footer-search_form .search_form {
  position: relative;
  height: 100%;
  width: 100%;
  margin-right: 8px;
  max-width: 500px;
}
.footer-search_form .search_form label {
  display: none;
}
.footer-search_form .search_form input {
  height: 48px;
  border-radius: 8px !important;
  min-width: 0 !important;
}
.footer-search_form .search_form input::-webkit-search-cancel-button,
.footer-search_form .search_form input::-webkit-search-decoration,
.footer-search_form .search_form input::-webkit-search-results-button,
.footer-search_form .search_form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.footer-newsletter-signup {
  padding: 10px 0 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.footer-newsletter-signup p {
  font-weight: 700;
  font-size: 16px;
}
.footer-newsletter-signup form {
  padding: 0 !important;
}
.footer-newsletter-signup form > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer-newsletter-signup form > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 22px;
  }
}
.footer-newsletter-signup form div[data-testid="form-row"] {
  display: inline-block;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .footer-newsletter-signup form div[data-testid="form-row"] {
    width: 100%;
  }
}
.footer-newsletter-signup form div[data-testid="form-row"] label {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
  color: #fff !important;
}
.footer-newsletter-signup form div[data-testid="form-row"] input {
  width: 100% !important;
}
.footer-newsletter-signup form h1,
.footer-newsletter-signup form h2,
.footer-newsletter-signup form p {
  color: #fff !important;
}
.actual-checkout-page {
  background: #262626;
}
.actual-checkout-page .footer,
.actual-checkout-page .navigation {
  display: none;
}
.checkout-bg {
  width: 100%;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top;
  object-position: top;
  height: 1269px !important;
}
@media screen and (min-width: 1920px) {
  .checkout-bg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100vh !important;
  }
}
.instant-checkout {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  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;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .instant-checkout {
    display: block;
  }
}
.instant-checkout[data-current_step="4"] .inner-box {
  max-width: 1160px;
}
.instant-checkout:has(.woocommerce-error) .woocommerce-error,
.instant-checkout:has(.woocommerce-error) .woocommerce-message,
.instant-checkout:has(.woocommerce-message) .woocommerce-error,
.instant-checkout:has(.woocommerce-message) .woocommerce-message {
  margin-bottom: 5px;
}
.instant-checkout:has(.woocommerce-error) .inner-box .steps .step.step-4 .content,
.instant-checkout:has(.woocommerce-message) .inner-box .steps .step.step-4 .content {
  max-height: 70vh;
}
.instant-checkout form.checkout {
  background: none !important;
  padding-top: 0 !important;
}
.instant-checkout li,
.instant-checkout ol,
.instant-checkout p,
.instant-checkout td {
  font-size: 1em;
}
.instant-checkout .background-overlay {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.instant-checkout .inner-box {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.instant-checkout .inner-box .cart-content {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: right;
  padding: 1em 2.5em;
  font-size: 1.4285714286em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .cart-content {
    padding: 27px 20px;
    font-size: 1.0714285714em;
  }
}
.instant-checkout .inner-box .cart-content .fa {
  margin-right: 10px;
  color: #e11f26;
}
.instant-checkout .inner-box .cart-content .close-checkout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #313131;
  color: #fff;
  border-radius: 4px;
  width: 30px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.instant-checkout .inner-box .steps .step {
  display: none;
}
.instant-checkout .inner-box .steps .step > .heading {
  background: #000;
  border-radius: 16px 16px 0 0;
  padding: 1.4285714286em 3.5714285714em;
  color: #fff;
}
.instant-checkout .inner-box .steps .step > .heading .text {
  font-size: 1.4285714286em;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step > .heading {
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
  }
  .instant-checkout .inner-box .steps .step > .heading .text {
    font-size: 1.0714285714em;
  }
  .instant-checkout .inner-box .steps .step > .heading .text b {
    display: block;
  }
}
.instant-checkout .inner-box .steps .step > .content {
  max-height: 80vh;
  overflow: auto;
  padding: 1.4285714286em 3.5714285714em 80px;
  background: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step > .content {
    padding: 30px 20px 75px;
  }
}
.instant-checkout .inner-box .steps .step > .content .numbers-container {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step > .content .numbers-container {
    margin-bottom: 30px;
  }
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .numbers .step-number {
  font-size: 1.4285714286em;
  font-weight: 700;
  color: #a7a7a7;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step > .content .numbers-container .numbers .step-number {
    font-size: 1.2857142857em;
  }
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .numbers .step-number.active,
.instant-checkout .inner-box .steps .step > .content .numbers-container .numbers .step-number.valid {
  color: #000;
  cursor: pointer;
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .line {
  position: relative;
  background: #f0f0f0;
  height: 4px;
  border-radius: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step > .content .numbers-container .line {
    margin-top: 5px;
  }
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  border-radius: 8px;
  background: #e11f26;
  width: 25px;
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .line.to-2:after {
  width: 36%;
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .line.to-3:after {
  width: 68%;
}
.instant-checkout .inner-box .steps .step > .content .numbers-container .line.to-4:after {
  width: 100%;
}
.instant-checkout .inner-box .steps .step .nav-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 16px 16px;
  padding: 12px 2.8571428571em;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step .nav-buttons {
    padding: 12px 16px;
    border-radius: 0;
  }
}
.instant-checkout .inner-box .steps .step .nav-buttons .right {
  margin-left: auto;
}
.instant-checkout .inner-box .steps .step .nav-buttons .link {
  color: #000;
  font-size: 1.0714285714em;
}
.instant-checkout .inner-box .steps .step .nav-buttons .link .fa {
  margin-right: 10px;
}
.instant-checkout .inner-box .steps .step .nav-buttons button {
  padding: 13px 28px;
  background: #e11f26;
  color: #000;
  border: 0;
  border-radius: 8px;
  font-size: 1.2857142857em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step .nav-buttons button {
    font-size: 1.1428571429em;
  }
}
.instant-checkout .inner-box .steps .step .nav-buttons button.complete {
  background: #509e31;
  color: #fff;
}
.instant-checkout .inner-box .steps .step .nav-buttons button:disabled {
  background: #ddd !important;
  color: #000 !important;
}
.instant-checkout .inner-box .steps .step .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 22px;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.-half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step .fields .checkout-field.-half {
    width: 100%;
  }
}
.instant-checkout .inner-box .steps .step .fields .checkout-field:last-of-type {
  margin-bottom: 10px;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field .checkout-field_label {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 12px;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field .checkout-field_input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1.5px solid #7f7f7f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 1.0714285714em 1.2857142857em;
  font-size: 1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step .fields .checkout-field .checkout-field_input {
    padding: 12px 18px;
  }
}
.instant-checkout .inner-box .steps .step .fields .checkout-field .checkout-field_input.error,
.instant-checkout .inner-box .steps .step .fields .checkout-field .checkout-field_input.force-error {
  border-color: #ff0700;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field .display-field {
  font-size: 1.0714285714em;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.field-checkbox {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: 15px;
  font-size: 1.0714285714em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.field-checkbox input {
  width: 22px;
  height: 22px;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.field-checkbox label {
  font-size: 1.0714285714em;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.billing_car_rego {
  width: 30%;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step .fields .checkout-field.billing_car_rego {
    width: 60%;
  }
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.billing_car_rego input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.billing_car_state {
  width: 20%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step .fields .checkout-field.billing_car_state {
    width: 40%;
  }
}
.instant-checkout .inner-box .steps .step .fields .checkout-field.billing_car_state select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field input:autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset !important;
  box-shadow: inset 0 0 0 50px #fff !important;
}
.instant-checkout .inner-box .steps .step .fields .checkout-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset !important;
  box-shadow: inset 0 0 0 50px #fff !important;
}
.instant-checkout .inner-box .steps .step h4 {
  font-size: 1.4285714286em;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step h4 {
    font-size: 1.1428571429em;
  }
}
.instant-checkout .inner-box .steps .step.step-1 .slot-unavailable {
  display: none;
  background: #f6f6f6;
  padding: 10px 20px;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid red;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info {
  border: 0;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .datetime-container {
  padding: 0;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .suburb .current {
  border-radius: 7px;
  padding: 1.1428571429em 2.1428571429em;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-1 .fitting-info .suburb .current {
    padding: 10px 15px;
    font-size: 1em;
  }
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .suburb .postcode-lookup.error {
  border-color: #ff0700;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .date-selector,
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .time-selector {
  margin: 2px 0;
  padding: 15px 0;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .date-selector p,
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .time-selector p {
  margin-bottom: 12px;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .suburb-selector {
  padding: 10px 0;
}
.instant-checkout .inner-box .steps .step.step-1 .fitting-info .notes {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-1 .fitting-info .notes {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.instant-checkout .inner-box .steps .step.step-2 .fitting-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-2 .fitting-details {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.instant-checkout .inner-box .steps .step.step-2 .fitting-details p {
  font-size: 1.0714285714em;
  margin: 0;
}
.instant-checkout .inner-box .steps .step.step-2 .fitting-details .edit {
  margin-left: auto;
  color: #000;
  font-size: 1.0714285714em;
  font-weight: 500;
}
.instant-checkout .inner-box .steps .step.step-2 .fitting-details .edit .fa-pencil {
  margin-left: 7px;
}
.instant-checkout .inner-box .steps .step.step-2 .personal-details .fields .checkout-field.billing_email,
.instant-checkout .inner-box .steps .step.step-2 .personal-details .fields .checkout-field.billing_phone {
  width: 100%;
}
.instant-checkout .inner-box .steps .step.step-2 .personal-details .fields .checkout-field.billing_phone {
  position: relative;
}
.instant-checkout .inner-box .steps .step.step-2 .personal-details .fields .checkout-field.billing_phone:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: calc(50% - 28px);
  width: 36px;
  height: 36px;
  background: url(images/australian-flag.png) no-repeat 50%;
  background-size: 36px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-2 .personal-details .fields .checkout-field.billing_phone:before {
    top: 32px;
    left: 27px;
  }
}
.instant-checkout .inner-box .steps .step.step-2 .personal-details .fields .checkout-field.billing_phone input {
  padding-left: 70px;
}
.instant-checkout .inner-box .steps .step.step-2 .note {
  display: none;
  padding: 15px;
  background: #f5f5f5;
}
.instant-checkout .inner-box .steps .step.step-2 .note p {
  font-size: 1.0714285714em;
  font-weight: 500;
  margin: 0;
}
.instant-checkout .inner-box .steps .step.step-2 .note p a {
  text-decoration: underline;
  color: #ff0800;
}
.instant-checkout .inner-box .steps .step.step-3 .vehicle-details .fields .woocommerce-additional-fields {
  margin: 0 10px;
  width: 100%;
}
.instant-checkout .inner-box .steps .step.step-3 .vehicle-details .fields .woocommerce-additional-fields h3 {
  display: none;
}
.instant-checkout .inner-box .steps .step.step-3 .vehicle-details .fields .woocommerce-additional-fields .form-row {
  display: block;
  width: 100%;
  margin: 0;
}
.instant-checkout .inner-box .steps .step.step-3 .vehicle-details .fields .woocommerce-additional-fields .form-row label {
  font-weight: 700;
  font-size: 12px;
  display: block;
}
.instant-checkout .inner-box .steps .step.step-3 .vehicle-details .fields .woocommerce-additional-fields .form-row textarea {
  border-color: #000;
  padding: 15px 17px;
  font-size: 1pxem;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .vehicle-details .fields .woocommerce-additional-fields .form-row textarea {
    padding: 9px 20px;
    font-size: 14px;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position {
  margin: 30px 0;
  text-align: center;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .car-image {
    width: 130px;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position {
  position: absolute;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position label {
  margin: 0;
  font-size: 1.0714285714em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5px;
    font-size: 1em;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position label .check-circle {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #b8b8b8;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position label input {
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position label input:checked + .check-circle {
  background: #509e31 url(images/white-tick.png) no-repeat 50%;
  background-size: 12px;
  border-color: #509e31;
  color: #fff;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.front-left {
  top: 60px;
  left: -130px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.front-left {
    left: -82px;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.front-right {
  top: 60px;
  right: -140px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.front-right {
    right: -90px;
  }
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.front-right label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.rear-left {
  bottom: 90px;
  left: -130px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.rear-left {
    left: -82px;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.rear-right {
  bottom: 90px;
  right: -140px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.rear-right {
    right: -90px;
  }
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.rear-right label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.spare {
  position: relative;
  margin-top: 30px;
}
.instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.spare label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 55px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-3 .which-tyres .car-tyres-position .car .position.spare label {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.instant-checkout .inner-box .steps .step.step-4 h4 {
  margin-bottom: 24px;
}
.instant-checkout .inner-box .steps .step.step-4 .content {
  padding: 0 0 43px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-4 .content {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .nav-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .nav-buttons .left {
  margin-right: auto;
}
.instant-checkout .inner-box .steps .step.step-4 .nav-buttons .disclaimer {
  font-size: 12px;
  color: #686868;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .nav-buttons .disclaimer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: center;
    padding: 15px 10px 10px;
  }
}
@media screen and (max-width: 560px) {
  .instant-checkout .inner-box .steps .step.step-4 .nav-buttons .disclaimer {
    text-align: left;
    padding-right: 60px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .nav-buttons .disclaimer a {
  color: #2066ff;
  text-decoration: underline;
}
.instant-checkout .inner-box .steps .step.step-4 .nav-buttons .last {
  margin-left: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .nav-buttons .last .button {
  padding: 15px 25px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-4 .nav-buttons .last .button {
    padding: 16px 32px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 32px 54px;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form {
    padding: 16px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #fff;
  border-bottom: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method {
  margin-bottom: 16px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  font-size: 1.2857142857em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  cursor: pointer;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .label .circle-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #d6d6d6;
  margin-right: 16px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .label img {
  width: 65px;
  max-width: none !important;
  max-height: none !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .input-radio:checked + .label {
  border: 2px solid #faca00;
  background: #fffdf5;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .input-radio:checked + .label .circle-check {
  border-color: #e11f26;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box {
  border-radius: 4px;
  background: #f6f6f6;
  padding: 24px;
  margin: 24px 0 0;
  font-size: 1em;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box {
    padding: 16px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box:before {
  content: none;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box input {
  margin: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box .input-text {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box .special-promo {
  border-radius: 4px;
  background: #e11f26;
  padding: 15px;
  margin-top: 20px;
  color: #000;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box .special-promo.paypal-offer {
  background: #ffc439;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box .special-promo .apply-coupon {
  border: 1px solid #000;
  padding: 10px 15px;
  background: none;
  color: #000;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box .special-promo .apply-coupon:hover {
  opacity: 0.5;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint .form-row {
  position: relative;
  margin-bottom: 6px;
}
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  .form-row:has(#bpoint-card-number):before {
  content: "";
  width: 25px;
  height: 21px;
  background: url(images/credit-card.png) no-repeat;
  position: absolute;
  top: 18px;
  left: 20px;
}
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  .form-row:has(#bpoint-card-number)
  label {
  left: 55px;
}
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  .form-row:has(#bpoint-card-number)
  input {
  padding-left: 51px !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint label:has(+ input) {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 15px;
  line-height: 1;
  color: #9a9a9a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint label:has(+ input) .required {
  color: #9a9a9a;
}
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  label:has(+ input):has(+ input.has-text),
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  label:has(+ input):has(+ input:focus) {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  top: 13px;
}
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  label:has(+ input):has(+ input.has-text)
  .required,
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_bpoint
  label:has(+ input):has(+ input:focus)
  .required {
  color: #ec2028;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint .input-text {
  padding: 24px 16px 10px;
  border-radius: 4px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint .input-text:focus {
  border: 2px solid #000;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint select {
  padding: 16px !important;
  border: 1px solid #d2d2d2 !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint select:focus {
  border: 2px solid #000 !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint ::-moz-placeholder {
  color: #fff;
  opacity: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint :-ms-input-placeholder,
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint ::-ms-input-placeholder {
  color: #fff;
  opacity: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method .payment_box.payment_method_bpoint ::placeholder {
  color: #fff;
  opacity: 0;
}
.instant-checkout
  .inner-box
  .steps
  .step.step-4
  .payment-container
  .payment-form
  #payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box.payment_method_stripe
  .woocommerce-SavedPaymentMethods-saveNew
  label {
  margin: 0 0 0 10px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method #afterpay-widget-container iframe {
  background: #fff !important;
  border-radius: 5px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method.payment_method_cod {
  display: none !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method.payment_method_cod.visible {
  display: block !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method.payment_method_direct-billing .payment_box .form-row-wide {
  display: block;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .payment-form #payment .wc_payment_methods .wc_payment_method.payment_method_direct-billing .payment_box .optional {
  display: none;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f6f6f6;
  padding: 40px;
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary {
    max-width: none;
    padding: 24px 16px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary[data-selected_method="bpoint"] .card-only-details,
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary[data-selected_method="ppcp-gateway"] .ppcp-messages {
  display: block !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary[data-selected_method="direct-billing"] .fmo-available-banner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .heading {
  font-size: 1.8571428571em;
  margin-bottom: 40px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .image {
  position: relative;
  border-radius: 1px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  max-width: 112px;
  width: 100%;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .image .rondel-icon {
  position: absolute;
  top: 27px;
  left: 15%;
  width: 30px;
  height: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .image .rondel-icon img {
  width: 30px;
  height: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details {
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details .name {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details .qty {
  font-size: 12px;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details .qty span {
  color: #636363;
  margin-right: 7px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details .price {
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details .price .original-price {
  color: #636363;
  margin-right: 7px;
  text-decoration: line-through;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item .details .offer {
  color: red;
  font-size: 12px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item.balancing .details .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .items .item.balancing .details .price .remove-balancing {
  color: #000;
  font-weight: 500;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border-radius: 4px;
  background: #e9e9e9;
  margin-top: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .line-1 {
  color: #636363;
  font-size: 12px;
  font-weight: 700;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .line-2 {
  font-size: 14px;
  font-weight: 700;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer p {
  font-size: 12px;
  margin: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .add-balancing {
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #000;
  text-align: center;
  padding: 12px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .add-balancing .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .add-balancing .mobile {
    display: none;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .add-balancing:hover {
  opacity: 0.8;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .field-tooltip {
  margin-left: 5px;
  width: 16px;
  height: 12px;
  display: inline-block;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .field-tooltip.on-left .field-tooltip-text {
  margin-right: 15px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .balancing-offer .field-tooltip .field-tooltip-text {
  width: 270px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary {
  margin-top: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary h5 {
  font-size: 15px;
  font-weight: 700;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary table {
  width: 100%;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary table tr td {
  font-size: 14px;
  padding-top: 12px;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary table tr td:nth-child(2) {
  text-align: right;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary .remove-coupon {
  color: #000;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .price-summary .remove-coupon:hover {
  text-decoration: underline;
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .card-charge {
  background: #e11f26;
  padding: 15px;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .cart-summary-content .card-charge br {
    display: none;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .place-order button {
  padding: 20px;
  background: #509e31;
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 1.5714285714em;
  font-weight: 800;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .place-order button {
    font-size: 16px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .payment-container .cart-summary .place-order button:disabled {
  background: #ddd !important;
  color: #000 !important;
}
.instant-checkout .inner-box .steps .step.step-4 .coupon-container {
  margin: 25px 0 20px;
  width: 100%;
}
.instant-checkout .inner-box .steps .step.step-4 .coupon-container input {
  display: none;
  padding: 15px;
  border-radius: 3px;
  border-width: 1px;
  width: 100%;
}
.instant-checkout .inner-box .steps .step.step-4 .coupon-container .woocommerce-error {
  margin: 0;
}
.instant-checkout .inner-box .steps .step.step-4 .woocommerce-terms-and-conditions-wrapper {
  padding-left: 30px;
  margin-top: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .woocommerce-terms-and-conditions-wrapper #terms {
  min-width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 0;
  margin-left: -32px;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step.step-4 .woocommerce-terms-and-conditions-wrapper #terms {
    margin-left: -30px;
  }
}
.instant-checkout .inner-box .steps .step.step-4 .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  line-height: 10px;
}
.instant-checkout .inner-box .steps .step.step-4 .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.instant-checkout .inner-box .steps .step.step-4 .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  color: #000af6;
  text-decoration: underline;
}
.instant-checkout .inner-box .steps .step.step-4 .notifications {
  display: none;
  margin-top: 20px;
}
.instant-checkout .inner-box .steps .step.step-4 .notifications ul li {
  font-size: 1.0714285714em;
}
.instant-checkout .inner-box .steps .step.step-4 .card-only-details,
.instant-checkout .inner-box .steps .step.step-4 .ppcp-messages {
  display: none !important;
}
.instant-checkout .inner-box .steps .step.step-4 .fmo-available-banner {
  display: none;
  margin-top: 30px;
  padding-left: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.instant-checkout .inner-box .steps .step.step-4 .fmo-available-banner .icon {
  margin-top: 3px;
}
.instant-checkout .inner-box .steps .step.step-4 .other-details {
  margin-top: 30px;
}
.instant-checkout .inner-box .steps .step.step-4 .other-details .card-only-details p {
  font-size: 12px;
  margin: 0 0 8px;
  letter-spacing: -0.2px;
}
.instant-checkout .inner-box .steps .step.step-4 .other-details .card-only-details p b {
  font-size: 14px;
}
.instant-checkout .inner-box .steps .step .mobile-jump {
  display: none;
  background-color: #f6f6f6;
  padding: 20px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .instant-checkout .inner-box .steps .step .mobile-jump {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.instant-checkout .inner-box .steps .step .mobile-jump .left {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.instant-checkout .inner-box .steps .step .mobile-jump .jump {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  text-decoration: underline;
}
@media (-webkit-min-device-pixel-ratio: 1.2) and (min-width: 991px), (min-device-pixel-ratio: 1.2) and (min-width: 991px) {
  .instant-checkout {
    font-size: 80%;
  }
  .instant-checkout .inner-box {
    max-width: 600px;
  }
}
.thick-form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.thick-form .fields .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.thick-form .fields .field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
.thick-form .fields .field input {
  width: 100%;
  border: 1px solid #9a9a9a;
  border-radius: 8px;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
}
.thick-form .fields .field select {
  height: 62px;
  width: 100%;
}
.thick-form .fields .field .select2-container--default {
  width: 100% !important;
}
.thick-form .fields .field .select2-container--default .select2-selection--single {
  padding: 16px;
  border-radius: 8px;
  height: auto;
}
.thick-form .fields .field .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 600;
}
.thick-form .fields .field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  width: 42px;
}
.thick-form .fields .field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0;
  border-color: #000 transparent transparent;
}
.thick-form .fields .field .big-button {
  width: 100%;
}
.btn-md {
  display: inline-block;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  background: #509e31;
  border-radius: 8px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-md:hover {
  opacity: 0.8;
  color: #fff !important;
}
.btn-md .fa {
  margin-left: -20px;
  font-size: 20px;
  translate: -5px 2px;
}
.btn-md .fa-phone {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.btn-md.black {
  background: #000;
  color: #fff !important;
}
.btn-md.yellow {
  background: #e11f26;
  color: #000 !important;
}
.btn-md.full {
  width: 100%;
}
.field-tooltip {
  position: relative;
  z-index: 99;
  margin-left: 10px;
  cursor: pointer;
}
.field-tooltip.active .field-tooltip-text {
  display: block;
}
.field-tooltip:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/filter-tooltip.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.field-tooltip:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
}
.field-tooltip-text {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 32px;
  left: -30px;
  font-size: 13px;
  font-weight: 500;
  width: 200px;
  padding: 11px 15px;
  border-radius: 4px;
  background: #858585;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  letter-spacing: -0.2px;
}
.field-tooltip-text:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #858585;
  position: absolute;
  bottom: -10px;
  left: 22px;
}
.field-tooltip.on-left .field-tooltip-text {
  left: auto;
  right: -30px;
  text-align: left;
}
.field-tooltip.on-left .field-tooltip-text:before {
  left: auto;
  right: 8px;
}
.field-tooltip.on-center .field-tooltip-text {
  left: -117px;
}
.field-tooltip.on-center .field-tooltip-text:before {
  left: 110px;
}
.accordion-section {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.accordion-section .content {
  width: 900px;
  max-width: 900px;
}
.accordion-section .accordion-item {
  padding: 10px 0;
  position: relative;
}
.accordion-section .accordion-item:not(:last-child) {
  border-bottom: 2px solid #000;
}
.accordion-section .accordion-item .accordion-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.accordion-section .accordion-item .accordion-toggle > * {
  margin: 0;
  padding: 0;
}
.accordion-section .accordion-item .accordion-toggle .accordion-icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 20px;
  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;
}
.accordion-section .accordion-item .accordion-toggle .accordion-icon:after,
.accordion-section .accordion-item .accordion-toggle .accordion-icon:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 4px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-section .accordion-item .accordion-toggle .accordion-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-section .accordion-item .accordion-content {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion-section .accordion-item .accordion-content > .inner {
  padding: 20px 0;
}
.accordion-section .accordion-item .accordion-content > .inner > img {
  float: right;
  width: 50%;
  margin: 0 0 20px 20px;
  height: auto;
}
.accordion-section .accordion-item.closed .accordion-content {
  opacity: 0;
}
.accordion-section .accordion-item:not(.closed) .accordion-icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-section .accordion-item:not(.closed) .accordion-icon:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0;
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e5e5e5;
  color: #000;
}
.hero.-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75vh;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.hero .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 100vh;
}
.hero .inner h1 {
  background: hsla(0, 0%, 100%, 0.7490196078);
  padding: 20px;
}
.hero .inner h1 span {
  font-size: 1.9em;
}
.hero .hero-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: 50%;
}
.hero .hero-circle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50vh;
  height: 50vh;
  padding: 10vh 5vh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 50%;
  background-color: blue;
  color: #fff;
}
.hero .hero-circle,
.hero .hero-circle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .hero-circle div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10vh;
  line-height: 1;
}
.hero .hero-circle div span {
  font-weight: 700;
  font-size: 2em;
}
.hero .hero-circle small {
  font-size: 3.5vh;
}
.hero_title.-dark {
  color: #fff;
}
.static-hero {
  position: relative;
}
.static-hero__img img,
.static-hero__img source {
  display: block;
  width: 100%;
  height: auto;
}
.static-hero__btn {
  position: absolute;
  left: 50%;
  bottom: 14%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-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;
  border: 0;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.5vw;
  width: 15%;
  height: 10%;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) {
  .static-hero__btn {
    bottom: 8%;
    height: 8%;
    width: 40%;
    font-size: 4vw;
  }
}
.static-hero__btn--red {
  background-color: #ff0700;
  color: #fff;
}
.static-hero__btn--red:hover {
  background-color: rgb(204, 5.6, 0);
  color: #fff;
}
.static-hero__btn--green {
  background-color: #509e31;
  color: #fff;
}
.static-hero__btn--green:hover {
  background-color: rgb(60.2898550725, 119.0724637681, 36.9275362319);
  color: #fff;
}
.static-hero__btn--white {
  background-color: #fff;
  color: #000;
}
.static-hero__btn--white:hover {
  background-color: #7f7f7f;
  color: #fff;
}
@media screen and (min-width: 1226px) {
  body.is-widget-open .hero .inner {
    margin-left: 500px;
  }
}
@media screen and (min-width: 992px) {
  .carousel {
    height: 640px;
  }
}
.carousel-bg {
  left: 0;
  width: 100%;
  overflow: hidden;
}
.carousel-bg,
.carousel-bg:before {
  position: absolute;
  top: 0;
  height: 100%;
}
.carousel-bg:before {
  content: "";
  right: 0;
  width: calc((100vw - 1440px) / 2);
  background-color: #e11f26;
}
@media screen and (max-width: 500px) {
  .carousel-bg:before {
    display: none;
  }
}
.carousel-bg .content-wrapper {
  position: relative;
  height: 640px;
}
.carousel-bg .content-wrapper svg {
  position: absolute;
  left: 50%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .carousel-bg .content-wrapper svg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .carousel-bg .content-wrapper svg {
    width: auto;
    left: 0;
  }
}
.carousel-main,
.carousel-main > .content-wrapper {
  position: relative;
}
.carousel-item {
  height: 50vh;
}
@media screen and (min-width: 992px) {
  .carousel-item {
    height: 640px;
  }
}
.carousel-item .content-wrapper {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  height: 100%;
}
.carousel-item .content-wrapper,
.carousel-item .content-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-item .content-wrapper > a {
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}
@media screen and (max-width: 991px) {
  .carousel-item .content-wrapper > a {
    padding: 5vh;
    width: 100%;
  }
}
.carousel-item .content-wrapper > a:hover {
  text-decoration: none;
}
.carousel-item_content {
  width: 40%;
  font-size: 3.5em;
  line-height: 1;
  padding: 20px 0;
  margin-top: 20px;
}
.carousel-item_content span {
  color: #7f7f7f;
}
@media screen and (max-width: 991px) {
  .carousel-item_content {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3vh 0;
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .carousel-item_content {
    font-size: 2em;
  }
}
.carousel-item_content.-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.carousel-item_content.-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.carousel-item_content.-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 99px;
}
.carousel-item_image {
  width: 50%;
  height: 55vh;
}
@media screen and (max-width: 991px) {
  .carousel-item_image {
    width: 100%;
    height: 25vh;
  }
}
.carousel-item_image > img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  position: relative;
}
.carousel-item_image > img.-top {
  -o-object-position: center top;
  object-position: center top;
}
.carousel-item_image > img.-topLeft {
  -o-object-position: left top;
  object-position: left top;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-item_image > img.-topRight {
  -o-object-position: right top;
  object-position: right top;
  position: absolute;
  right: 0;
  top: 0;
}
.carousel-item_image > img.-center {
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .carousel-item_image > img.-center {
    position: relative !important;
  }
}
.carousel-item_image > img.-centerLeft {
  -o-object-position: left center;
  object-position: left center;
}
@media screen and (max-width: 991px) {
  .carousel-item_image > img.-centerLeft {
    position: relative !important;
  }
}
.carousel-item_image > img.-centerRight {
  -o-object-position: right center;
  object-position: right center;
  position: absolute;
  right: 0;
}
.carousel-item_image > img.-bottom {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.carousel-item_image > img.-bottomLeft {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.carousel-item_image > img.-bottomRight {
  -o-object-position: right bottom;
  object-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .carousel-item_image > img {
    width: 100% !important;
  }
}
.carousel-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 10px;
}
.carousel-buttons_btn {
  background-color: transparent;
  border: 0;
  color: #7f7f7f;
  font-size: 3em;
  font-weight: 700;
  margin: 0 7px;
}
.carousel-buttons_btn > .fal {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .carousel-buttons_btn {
    font-size: 2em;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body.is-widget-open .carousel-item .content-wrapper > a {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 450px;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_content {
    width: 80%;
    text-align: center;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_content span {
    color: #7f7f7f;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_image {
    height: 25vh;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_image img {
    width: 100% !important;
  }
}
@media screen and (min-width: 1300px) {
  body.is-widget-open .carousel-item .content-wrapper > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_content {
    margin-bottom: 0;
    text-align: center;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_image {
    width: 100%;
    height: 33vh;
  }
  body.is-widget-open .carousel-item .content-wrapper .carousel-item_image img {
    width: 100% !important;
  }
}
.green-tyres {
  right: -15%;
}
@media screen and (max-width: 767px) {
  .green-tyres {
    -webkit-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
    right: unset;
  }
}
@media screen and (max-width: 767px) {
  .dude {
    bottom: -30% !important;
    -webkit-transform: scale(1.7) !important;
    transform: scale(1.7) !important;
    right: 7% !important;
  }
}
@media screen and (max-width: 767px) {
  .inflator {
    -webkit-transform: scale(1.6) !important;
    transform: scale(1.6) !important;
    bottom: 10% !important;
    right: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .services-van {
    bottom: -10% !important;
    right: unset !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 767px) {
  .about-fork {
    -webkit-transform: scale(1.7) !important;
    transform: scale(1.7) !important;
    right: -14% !important;
  }
}
@media screen and (max-width: 767px) {
  .offers-hero {
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
    right: -48% !important;
    top: -10% !important;
  }
}
@media screen and (max-width: 767px) {
  .covidHerovan,
  .homeHeroVan {
    -webkit-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
    bottom: 11% !important;
  }
}
@media screen and (max-width: 767px) {
  .homeHeroFork {
    -webkit-transform: scale(1.65) !important;
    transform: scale(1.65) !important;
    right: -17% !important;
    bottom: 7% !important;
  }
}
.homeHeroFork {
  -webkit-transform: scale(1.65);
  transform: scale(1.65);
  right: -17%;
  bottom: 7%;
}
@media screen and (max-width: 767px) {
  .homeHeroTimer {
    -webkit-transform: scale(1.8) !important;
    transform: scale(1.8) !important;
    right: -19% !important;
    bottom: -2% !important;
  }
}
@media screen and (max-width: 767px) {
  .homeHeroVanandCar {
    right: -7% !important;
  }
}
@media screen and (max-width: 767px) {
  .homeHeroDudeTyreVan,
  .homeHeroVanandCar {
    -webkit-transform: scale(1.65) !important;
    transform: scale(1.65) !important;
  }
  .homeHeroDudeTyreVan {
    right: -12% !important;
    bottom: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .shopTyresHero {
    -webkit-transform: scale(1.65) !important;
    transform: scale(1.65) !important;
    right: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .priceGuaranteeHero {
    right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .heroPaymentOptions {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    bottom: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .deliveryPromiseHero {
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
    right: -5% !important;
  }
}
@media screen and (max-width: 767px) {
  .winHero {
    -webkit-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
    right: unset !important;
    bottom: -10% !important;
  }
}
@media screen and (max-width: 767px) {
  .tyreSalesHero {
    -webkit-transform: scale(1.8) !important;
    transform: scale(1.8) !important;
    right: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .reviewsHero {
    -webkit-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
    right: unset !important;
    bottom: -6% !important;
    left: -5% !important;
  }
}
@media screen and (max-width: 767px) {
  .warrantyHero {
    right: 20% !important;
    bottom: 7% !important;
  }
}
@media screen and (max-width: 767px) {
  .ourStoryHero,
  .warrantyHero {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
  }
  .ourStoryHero {
    bottom: 8% !important;
    left: 11% !important;
  }
}
@media screen and (max-width: 767px) {
  .motorSportHero {
    -webkit-transform: scale(1.6) !important;
    transform: scale(1.6) !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .recyclingHero {
    right: -2% !important;
    bottom: 4% !important;
  }
}
@media screen and (max-width: 767px) {
  .equipmentHeader {
    right: -1% !important;
  }
}
@media screen and (max-width: 767px) {
  .professionalFittingHero {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    right: 1% !important;
  }
}
@media screen and (max-width: 767px) {
  .howItWorksHero {
    bottom: -20% !important;
    right: 6% !important;
  }
}
@media screen and (max-width: 767px) {
  .aboutUsHero,
  .howItWorksHero {
    -webkit-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
  }
}
@media screen and (max-width: 767px) {
  .aboutUsHero,
  .novLeaseHero {
    right: unset !important;
  }
  .novLeaseHero {
    -webkit-transform: scale(1.6) !important;
    transform: scale(1.6) !important;
  }
}
@media screen and (max-width: 767px) {
  .homePhoneHero {
    -webkit-transform: scale(1.45) !important;
    transform: scale(1.45) !important;
    right: -10% !important;
    bottom: 16% !important;
  }
}
@media screen and (max-width: 767px) {
  .fleetDudeHero {
    right: 12% !important;
    position: relative !important;
    bottom: -15% !important;
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
  }
}
@media screen and (max-width: 767px) {
  .heroRotations {
    -webkit-transform: scale(1.9) !important;
    transform: scale(1.9) !important;
  }
}
@media screen and (max-width: 767px) {
  .heroValves {
    -webkit-transform: scale(2.3) !important;
    transform: scale(2.3) !important;
    right: 12% !important;
  }
}
@media screen and (max-width: 767px) {
  .FleetSolHero {
    bottom: 9% !important;
  }
}
@media screen and (max-width: 767px) {
  .fleetVehiclesHero {
    bottom: 16% !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    right: 4% !important;
  }
}
.brand-icons {
  background-color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 420px) {
  .brand-icons {
    padding: 25px 0;
    text-align: center;
  }
}
.brand-icons.-yellow {
  background-color: #e11f26;
}
.brand-icons.-red {
  background-color: #ff0700;
}
.brand-icons.-green {
  background-color: #509e31;
}
.brand-icons.-green_link > .a-custom:hover {
  color: #fff;
}
.brand-icons img {
  height: auto;
  width: 100%;
  max-width: 70%;
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition:
    filter 0.5s ease,
    -webkit-filter 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 auto;
}
.brand-icons img:hover {
  width: 100%;
  max-width: 70%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brand-icons_title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .brand-icons_title {
    margin-bottom: 35px;
  }
}
.brand-icons_list {
  list-style: none;
  margin: 0 -12.5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .brand-icons_list {
    margin: 0 -5px;
  }
}
.brand-icons_list.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brand-icons_list.slick-slider .next-arrow,
.brand-icons_list.slick-slider .prev-arrow {
  padding: 0;
}
@media screen and (max-width: 1475px) {
  .brand-icons_list.slick-slider .next-arrow,
  .brand-icons_list.slick-slider .prev-arrow {
    font-size: 1.9em;
  }
}
.brand-icons_list > li {
  width: 25%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 25px;
  overflow: hidden;
  border: 12.5px solid transparent;
}
@media screen and (max-width: 991px) {
  .brand-icons_list > li {
    width: 33.334%;
  }
}
@media screen and (max-width: 767px) {
  .brand-icons_list > li {
    width: 50%;
    border: 5px solid transparent;
    border-radius: 17px;
  }
}
@media screen and (max-width: 500px) {
  .brand-icons_list > li {
    border-radius: 12px;
  }
}
.brand-icons_list > li > a {
  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-color: #fff;
  padding: 20px 50px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .brand-icons_list > li > a {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 767px) {
  .brand-icons_list > li > a {
    padding: 10px 30px;
  }
}
.brand-icons_list > li > a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brand-icons_list > li img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.brand-icons_link {
  display: none;
  text-align: right;
}
.brand-icons_link > .a-custom {
  color: #000;
}
.brand-icons_link > .a-custom:hover {
  color: #509e31;
}
.brands-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .brands-carousel {
    padding-left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.brands-carousel .slick-list {
  overflow: visible;
  margin-left: -100px;
}
@media screen and (max-width: 600px) {
  .brands-carousel .slick-list {
    width: 70%;
    margin-left: 0;
  }
}
.brands-carousel .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brands-carousel .item {
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .brands-carousel .item {
    padding: 0 5px;
  }
}
.brands-carousel .item img {
  display: inline-block;
  max-width: 260px;
  max-height: 80px;
  width: auto;
  height: auto;
  padding: 0 20px;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
}
@media screen and (max-width: 600px) {
  .brands-carousel .item img {
    max-width: 100%;
    padding: 0 10px;
  }
}
.easy-steps {
  background-color: #e11f26;
}
.easy-steps-container {
  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 screen and (max-width: 991px) {
  .easy-steps-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.easy-steps-container > h2 {
  width: 200px;
  margin-right: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .easy-steps-container > h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.easy-steps-wrapper {
  position: relative;
  width: 85%;
  padding-right: 10%;
  padding-left: 8%;
}
@media screen and (max-width: 991px) {
  .easy-steps-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .easy-steps-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.easy-steps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.easy-steps-content_text {
  position: static !important;
}
.easy-steps-content_text:last-child {
  -webkit-transform: translateX(2.1em);
  transform: translateX(2.1em);
}
@media screen and (max-width: 767px) {
  .easy-steps-content_text:last-child {
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }
}
@media screen and (max-width: 1700px) {
  .easy-steps-content_text {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1470px) {
  .easy-steps-content_text {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1230px) {
  .easy-steps-content_text {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .easy-steps-content_text {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .easy-steps-content_text {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 400px) {
  .easy-steps-content_text {
    font-size: 0.78em;
  }
}
.easy-steps-images,
.easy-steps_image {
  position: relative;
  width: 100%;
}
.easy-steps_image {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.easy-steps_image--other {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.easy-steps_image.-active {
  opacity: 1;
}
.easy-steps_link {
  text-align: right;
  margin-top: 35px;
}
.easy-steps_link > .a-custom {
  color: #000;
}
.easy-steps_link > .a-custom:hover {
  color: #509e31;
}
.cta-buttons + .wpb_content_element {
  margin: 0;
}
.cta-buttons + .wpb_column {
  display: none;
}
.cta-buttons_item {
  padding: 20px 0;
}
.cta-buttons_item .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .cta-buttons_item .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta-buttons-shop {
  background-color: #7f7f7f;
}
.cta-buttons-shop .cta-buttons_title {
  color: #fff;
}
.cta-buttons-shop .cta-buttons_btn {
  background-color: #509e31;
  color: #fff;
  text-align: center;
}
.cta-buttons-shop .cta-buttons_btn:hover {
  background-color: rgb(60.2898550725, 119.0724637681, 36.9275362319);
}
.cta-buttons-contact {
  background-color: #000;
}
.cta-buttons-contact .cta-buttons_title {
  color: #fff;
}
.cta-buttons-contact .cta-buttons_btn {
  background-color: #fff;
  color: #000;
  text-align: center;
}
.cta-buttons-contact .cta-buttons_btn:hover {
  background-color: #7f7f7f;
  color: #fff;
}
.cta-buttons-call {
  background-color: #e11f26;
}
.cta-buttons-call .cta-buttons_btn {
  background-color: #ff0700;
  color: #fff;
  text-align: center;
}
.cta-buttons-call .cta-buttons_btn:hover {
  background-color: rgb(204, 5.6, 0);
}
.cta-buttons_title {
  margin: 0;
}
.cta-buttons_btn {
  display: inline-block;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 21px;
  min-width: 275px;
  text-align: center;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .cta-buttons_btn {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .cta-buttons_btn {
    padding: 15px 5px;
    min-width: 150px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 400px) {
  .cta-buttons_btn {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}
.cta-buttons_btn.white {
  background-color: #fff;
  color: #000;
}
.cta-buttons_btn.white:hover {
  background-color: #7f7f7f;
  color: #fff;
}
.btn.disabled,
.btn:disabled {
  pointer-events: none;
  cursor: default;
}
.quick-links-items,
.services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media screen and (max-width: 767px) {
  .quick-links-items,
  .services-items {
    padding: 0 8px;
  }
}
.quick-links-item,
.services-item {
  width: 25%;
  text-align: center;
  overflow: hidden;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .quick-links-item,
  .services-item {
    width: 33.334%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .quick-links-item,
  .services-item {
    width: 50%;
  }
}
.quick-links-item a,
.services-item a {
  background-color: #e5e5e5;
}
.quick-links-item > a,
.services-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e5e5;
  padding: 4px 40px;
  overflow: hidden;
  border-radius: 7px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .quick-links-item > a,
  .services-item > a {
    padding: 20px;
  }
}
.quick-links-item > a,
.quick-links-item > a:hover,
.services-item > a,
.services-item > a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick-links-item > a:hover,
.services-item > a:hover {
  text-decoration: none;
  background: #509e31 !important;
  color: #fff;
}
.quick-links-item > a:hover .services-item_title,
.services-item > a:hover .services-item_title {
  color: #fff !important;
}
.quick-links-item > a:hover > .quick-links-item_title,
.services-item > a:hover > .quick-links-item_title {
  color: #fff;
}
.quick-links-item > a:hover img,
.services-item > a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.quick-links-item_icon,
.services-item_icon {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .quick-links-item_icon,
  .services-item_icon {
    padding-top: 82%;
  }
}
.quick-links-item_icon,
.services-item_icon {
  margin-bottom: 0;
}
.quick-links-item_icon > img,
.services-item_icon > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 100%;
}
.quick-links-item_title,
.services-item_title {
  font-size: 1.57em;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .quick-links-item_title,
  .services-item_title {
    font-size: 1.1em;
    margin-bottom: 0;
  }
}
.quick-links_link,
.services_link {
  text-align: right;
  margin-top: 10px;
}
.quick-links_link > a,
.services_link > a {
  color: silver;
}
.quick-links_link > a:hover,
.services_link > a:hover {
  color: #509e31;
}
.active.services-item a {
  background: #fff;
  border: 3px solid #c1c0c0;
}
.quick-links {
  background-color: #7f7f7f;
}
.quick-links_title {
  color: #fff;
}
.quick-links .quick-links-item a {
  background-color: #fff;
}
.services-page {
  overflow: hidden;
}
.services-page .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}
.services-page .inner {
  position: relative;
}
.services-page .page-header {
  padding: 10vw;
  color: #fff;
  text-align: center;
  position: relative;
  height: 700px;
  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-color: #000;
}
.services-page .page-header h1 {
  font-size: 2em;
  text-transform: lowercase;
  font-weight: 800;
}
.services-page .service {
  position: relative;
  display: block;
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .services-page .service {
    display: block;
    text-align: center;
  }
}
.services-page .service.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.services-page .service.right > .icon-image {
  text-align: left;
  width: auto;
  height: 100%;
  color: #000;
  float: left;
  bottom: 0;
  left: 0;
  vertical-align: middle;
}
.services-page .service.right > .icon-image.bleed-right {
  right: -25%;
  left: unset;
}
@media screen and (max-width: 991px) {
  .services-page .service.right > .icon-image.bleed-right {
    left: unset;
    right: -16% !important;
    bottom: 10%;
    position: absolute;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.services-page .service.left > .icon-image {
  text-align: left;
  width: auto;
  height: 100%;
  position: absolute;
  color: #000;
  float: left;
  bottom: 0;
  left: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .services-page .service.left > .icon-image {
    left: unset;
    right: 0;
  }
}
.services-page .service.left > .icon-image.bleed-right {
  right: -25%;
}
@media screen and (max-width: 991px) {
  .services-page .service.left > .icon-image.bleed-right {
    left: unset;
    right: -16% !important;
    bottom: 10%;
    position: absolute;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@media screen and (max-width: 991px) {
  .services-page .service.left > .icon-image {
    text-align: left;
    width: 100%;
    height: auto;
    color: #000;
    float: none;
    bottom: 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .services-page .service.left > .icon-image {
    left: 10%;
    width: 80%;
  }
}
.services-page .service:before {
  left: 0;
}
.services-page .service:after,
.services-page .service:before {
  content: "";
  position: absolute;
  top: 0;
  width: 150vw;
  height: 100%;
  background-color: #fff;
}
.services-page .service:after {
  right: 0;
  z-index: -1;
}
.services-page .service:nth-child(2n) {
  background-color: #e8e8e6;
}
.services-page .service:nth-child(2n):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150vw;
  height: 100%;
  background-color: #e8e8e6;
}
.services-page .service:nth-child(2n):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150vw;
  height: 100%;
  background-color: #e8e8e6;
  z-index: -1;
}
.services-page .service:nth-child(2n) > .inner .service-icon {
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-page .service:nth-child(2n) > .inner .service-icon img {
  width: 102px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .services-page .service:nth-child(2n) > .inner .service-icon img {
    width: 77px;
  }
}
.services-page .service:nth-child(2n) > .inner .service-icon:hover {
  background-color: #509e31 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-page .service:nth-child(2n) > .inner .service-icon:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-page .service > .inner {
  width: 50%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .services-page .service > .inner {
    width: 100%;
    text-align: left;
    margin-bottom: 92vw;
  }
}
.services-page .service > .inner > .heading {
  font-weight: 700;
  margin-bottom: 1rem;
}
.services-page .service > .inner .service-link {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-transform: lowercase;
}
.services-page .service > .inner .service-link span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .services-page .service > .inner .service-link {
    position: absolute;
    right: 0;
  }
}
.services-page .service > .inner .service-icon {
  margin-left: 20px;
  margin-bottom: 0;
  background-color: #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-page .service > .inner .service-icon img {
  width: 102px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .services-page .service > .inner .service-icon img {
    width: 77px;
  }
}
.services-page .service > .inner .service-icon:hover {
  background-color: #509e31 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-page .service > .inner .service-icon:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.offers {
  padding: 30px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.offers .slick-list {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .offers .slick-list {
    overflow: visible;
  }
}
.offers img {
  width: 100%;
  height: auto;
}
.offers-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .offers-items {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.offers-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  padding: 0 12.5px;
}
@media screen and (max-width: 767px) {
  .offers-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.offers-item:hover .offers-item_img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.offers-item_bg {
  overflow: hidden;
  border-radius: 7px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.offers-item_img {
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 5s ease;
  transition: -webkit-transform 5s ease;
  transition: transform 5s ease;
  transition:
    transform 5s ease,
    -webkit-transform 5s ease;
}
.offers_link {
  text-align: right;
  margin-top: 20px;
}
.offers_link > a {
  color: silver;
  line-height: 1;
}
.offers_link > a:hover {
  color: #fff;
}
.offers .next-arrow,
.offers .prev-arrow {
  display: block;
}
@media screen and (max-width: 1475px) {
  .offers .next-arrow,
  .offers .prev-arrow {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 767px) {
  .offers .next-arrow,
  .offers .prev-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .offers .next-arrow {
    left: 100%;
  }
  .offers .prev-arrow {
    right: 100%;
  }
}
.offers-index-wrapper {
  padding: 50px 0;
}
.offers-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offers-index-list-item {
  width: 33.33334%;
  padding: 10px;
  max-height: 163px;
}
.offers-index-list-item a:hover {
  color: #fff !important;
}
.offers-index-list-item-current {
  background: #e11f26;
}
@media screen and (max-width: 991px) {
  .offers-index-list-item {
    width: 100%;
  }
}
.offers-index-list-item a {
  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-color: #e5e5e5;
  padding: 20px;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .offers-index-list-item a img {
    padding: 5px 0;
  }
}
.offers-index-list-item a:hover .offers-index-list-item_desc {
  color: #fff;
}
.offers-index-list-item a:hover .offers-index-list-item_image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.offers-index-list-item_desc {
  color: #000;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 66.66667%;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .offers-index-list-item_desc {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .offers-index-list-item_desc {
    padding-right: 43px;
  }
}
.offers-index-list-item_image {
  width: 33.333334%;
}
.offers-index-list-item_image img {
  max-width: 100%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.offers-index-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .offers-index-title-wrap {
    padding: 15px;
  }
}
.offers-index_title {
  display: inline-block;
  width: 50%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .offers-index_title {
    width: 100%;
  }
}
.offers-index_title span {
  color: silver;
}
.offers-index_link {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 25px;
}
.offers-index_link a {
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
}
.offers-index_link a:hover {
  color: #fff;
}
.offers-index .terms-link {
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .offers-index .terms-link {
    margin-bottom: 0;
  }
}
.offers-index .terms-link a {
  font-size: 20px;
  color: #000;
  padding: 20px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .offers-index .terms-link a {
    font-size: 16px;
  }
}
.offers-item-content_img {
  width: 80% !important;
  margin-bottom: 30px;
}
.offers-index-list-item > a {
  cursor: pointer;
}
.offers-index-list-item > a:hover {
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .offers-index-list-item {
    max-height: 94px;
  }
}
.offers-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px 0 #323232;
  box-shadow: 0 3px 10px 0 #323232;
}
@media screen and (max-width: 420px) {
  .offers-carousel {
    padding-left: 0;
  }
}
.offers-carousel .slick-list {
  overflow: visible;
}
.offers-carousel .item {
  display: block !important;
}
.offers-carousel .item img {
  max-width: 320px;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .offers-carousel .item img {
    height: 150px;
    height: 50vw;
  }
}
.offers-carousel-443 {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .offers-carousel-443 {
    margin: 0 -20px;
  }
}
.offers-carousel-443 .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .offers-carousel-443 .slider {
    overflow: visible;
  }
}
@media screen and (max-width: 420px) {
  .offers-carousel-443 .slider {
    padding-left: 0;
  }
}
.offers-carousel-443 .slider .slick-list {
  overflow: visible;
  margin-left: 0;
  width: 100%;
}
.offers-carousel-443 .slider .item {
  display: block !important;
  position: relative;
  padding-bottom: 100%;
}
@media screen and (max-width: 991px) {
  .offers-carousel-443 .slider .item {
    padding-bottom: 0;
  }
}
.offers-carousel-443 .slider .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .offers-carousel-443 .slider .item img {
    position: relative;
    width: 265px;
    height: 265px;
  }
}
.offers-carousel-443 .arrows {
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .offers-carousel-443 .arrows {
    top: -53px;
  }
}
.offers-carousel-443 .arrows .fa {
  font-size: 30px;
  font-weight: 100;
  margin-left: 40px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .offers-carousel-443 .arrows .fa {
    font-size: 20px;
    font-weight: 500;
    margin-left: 25px;
  }
}
.offers-carousel-443 .arrows .slick-disabled {
  opacity: 0.3;
}
.offer-terms-popup .content h1,
.offer-terms-popup .content h2,
.offer-terms-popup .content h3,
.offer-terms-popup .content h4 {
  font-size: 1.7142857143em !important;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .offer-terms-popup .content h1,
  .offer-terms-popup .content h2,
  .offer-terms-popup .content h3,
  .offer-terms-popup .content h4 {
    font-size: 1.4285714286em !important;
  }
}
.payment-options {
  padding: 70px 0;
}
.payment-options_title {
  color: silver;
  margin-bottom: 20px;
}
.payment-options-items {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 991px) {
  .payment-options-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 420px) {
  .payment-options-items {
    margin: 0 -10px;
  }
}
.payment-options_item {
  padding: 0 15px;
  overflow: hidden;
  width: 16.666%;
}
@media screen and (max-width: 991px) {
  .payment-options_item {
    width: 33.334%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .payment-options_item {
    padding: 5px;
  }
}
.payment-options_item img {
  width: 100%;
  border: 1px solid silver;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .payment-options_item img {
    border-radius: 10px;
  }
}
.interest-free-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .interest-free-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.interest-free_title {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 991px) {
  .interest-free_title {
    margin: 0 0 20px;
    width: 100%;
  }
}
.interest-free-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .interest-free-items {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.interest-free-items > a > img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .interest-free-items > a > img {
    width: 100%;
    height: auto !important;
  }
}
.interest-free_item {
  display: block;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .interest-free_item {
    margin: 20px;
  }
}
.woocommerce .interest-free_item > img {
  height: 30px;
  width: auto;
}
.interest-free {
  padding: 30px 0 !important;
}
@media screen and (max-width: 767px) {
  .interest-free {
    padding-bottom: 0 !important;
  }
}
.product-review {
  background-color: #e5e5e5;
}
.product-review-feature {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #fff;
  color: #000;
}
.product-review-feature.no-bg {
  background: none;
  border: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .product-review-feature {
    width: 100%;
  }
}
.product-review-feature .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-bottom: 7px;
}
.product-review-feature p {
  font-size: 14px;
  margin: 0;
}
.product-review-feature a {
  color: #000;
  text-decoration: underline;
}
.reviews-list > div > div > div > div:first-child {
  display: none;
}
.reviews-list h4 {
  margin-bottom: 8px !important;
  font-size: 1.04em !important;
}
.car-chart {
  max-width: 800px;
}
.car-chart-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 25px;
}
.car-chart-header,
.car-chart-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.car-chart-sub {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 15px;
}
.car-chart-section {
  width: 25%;
}
.car-chart-section.-red {
  width: 50%;
}
.car-chart-section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  font-size: 1.5em;
  font-weight: 700;
  height: 100%;
}
.car-chart-section_title.-green {
  background-color: #49a942;
}
.car-chart-section_title.-yellow {
  background-color: #e11f26;
}
.car-chart-section_title.-red {
  background-color: #ff0700;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .car-chart-section_title {
    font-size: 1.26rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .car-chart-section_title {
    font-size: 1rem;
    line-height: 1 !important;
  }
}
.car-chart_image {
  position: relative;
  max-width: 85%;
  margin-right: 0;
  margin-left: auto;
}
.car-chart_image.-red {
  max-width: 42.5%;
  margin-right: 20%;
}
.car-chart_image_blurb {
  position: absolute;
  top: -5px;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .car-chart_image_blurb {
    font-size: 1rem;
  }
}
.car-chart_image_blurb_arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin: -3px auto 0;
}
.car-chart-car.-pink {
  position: absolute;
  left: -25%;
  right: 25%;
}
.car-chart-car.-red {
  position: relative;
}
.car-chart-car.-person {
  position: absolute;
  top: 0;
  left: 68%;
  right: -68%;
}
.car-chart-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.car-chart-tabs-content {
  position: relative;
}
.car-chart-tabs-content.-green .-green,
.car-chart-tabs-content.-red .-red,
.car-chart-tabs-content.-yellow .-yellow {
  z-index: 10;
}
.car-chart-tab {
  width: 25%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}
.car-chart-tab.-green {
  background-color: #49a942;
}
.car-chart-tab.-yellow {
  background-color: #e11f26;
}
.car-chart-tab.-red {
  background-color: #ff0700;
}
.car-chart-tab_title {
  padding: 7px 25px;
  font-size: 1.5em;
  font-weight: 700;
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 1900px) {
  .car-chart-tab_title {
    font-size: 1.26rem;
    padding: 7px 15px;
  }
}
@media screen and (max-width: 767px) {
  .car-chart-tab_title {
    font-size: 1rem;
    line-height: 1;
  }
}
.car-chart-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 150px;
  padding: 10px 25px 15px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
}
.car-chart-tab-content.-green {
  position: relative;
  width: 100%;
  background-color: #49a942;
}
.car-chart-tab-content.-yellow {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  background-color: #e11f26;
}
.car-chart-tab-content.-red {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #ff0700;
}
@media screen and (max-width: 991px) {
  .car-chart-tab-content {
    padding: 10px 15px;
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .car-chart-tab-content {
    min-height: 75px;
  }
}
.car-chart-tab-content_status {
  font-size: 1.9em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1900px) {
  .car-chart-tab-content_status {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .car-chart-tab-content_status {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .car-chart-tab-content_status {
    font-size: 1rem;
  }
}
.car-chart-tab-content_button {
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .car-chart-tab-content_button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .car-chart-tab-content_button {
    font-size: 0.8rem;
  }
}
.car-chart-tab-content_button:hover {
  background-color: #000;
  color: #fff;
}
.chart {
  background-color: #e5e5e5;
}
.chart_title {
  max-width: 1000px;
}
.chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .chart-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.chart-content {
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .chart-content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .chart-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.chart .car-chart {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .chart .car-chart {
    width: 100%;
  }
}
.woocommerce-breadcrumb {
  background-color: #e5e5e5;
  padding: 20px 10%;
  color: #000;
}
.woocommerce-breadcrumb a {
  color: #000;
}
@media screen and (min-width: 1920px) {
  .woocommerce-breadcrumb {
    padding-left: calc((100% - 1440px) / 2);
    padding-right: calc((100% - 1440px) / 2);
  }
}
.btn--out-of-stock,
.out-of-stock {
  display: none !important;
}
.quantity-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tyre-search-hero {
  min-height: 320px;
}
.tyre-search-hero .eg-hero {
  padding: 100px 0 80px;
  background-image: url(https://mobiletyreshop.com.au/wp-content/uploads/2021/08/van-1-1.png);
  background-repeat: no-repeat;
  background-position: right top 20px;
  background-size: contain;
}
@media screen and (max-width: 1600px) {
  .tyre-search-hero .eg-hero {
    background-size: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .tyre-search-hero .eg-hero {
    background-position: right 80px;
    background-size: 675px;
  }
}
@media screen and (max-width: 1024px) {
  .tyre-search-hero .eg-hero {
    background-image: none;
    padding: 60px 0;
  }
}
.tyre-search-hero .eg-hero .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .tyre-search-hero .eg-hero .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tyre-search-hero .eg-hero .eg-hero-inr {
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .tyre-search-hero .eg-hero .eg-hero-inr {
    margin-bottom: 24px;
    width: 100%;
  }
}
.tyre-search-hero .eg-hero .eg-hero-inr ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.tyre-search-hero .eg-hero .eg-hero-inr ul li {
  list-style: none;
  line-height: 40px;
  font-size: 22px;
  position: relative;
  padding-left: 50px;
}
.tyre-search-hero .eg-hero .eg-hero-inr ul li:before {
  content: " ";
  margin-right: 27px;
  background: url(https://mobiletyreshop.com.au/wp-content/uploads/2021/08/noun_tick_576510_1.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .tyre-search-hero .eg-hero .eg-hero-inr ul li {
    padding-left: 32px;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tyre-search-hero .eg-hero .eg-hero-inr ul li:before {
    width: 20px;
    height: 20px;
    top: 2px;
    -webkit-transform: none;
    transform: none;
  }
}
.tyre-search-hero .eg-hero .eg-hero-inr .eg-hero-heading {
  font-size: 47px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .tyre-search-hero .eg-hero .eg-hero-inr .eg-hero-heading {
    font-size: 36px;
    line-height: 43px;
  }
}
.tyre-search-hero .eg-hero .eg-hero-inr .eg-hero-heading span {
  display: block;
  line-height: 1.4;
  color: silver;
  margin-bottom: 30px;
}
.tyre-search-hero .eg-hero .eg-hero-inr .eg-btn {
  padding: 10px 20px;
  background: #509e31;
  border-radius: 4px;
  width: 170px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  cursor: pointer;
}
.tyre-search-hero .eg-hero .eg-hero-inr .eg-btn:hover {
  background: #3c7725;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .tyre-search-hero .eg-hero .eg-hero-inr .eg-btn {
    display: none;
  }
}
.tyre-search-hero .eg-hero .eg-hero-form {
  margin: -50px auto;
  padding-left: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tyre-search-hero .eg-hero .eg-hero-form {
    margin: 0 auto;
    padding-left: 0;
  }
}
body.highlight-search-hero .tyre-search-hero .hero-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.side-cart {
  right: -100%;
  z-index: 100;
  letter-spacing: 0;
}
.side-cart,
.side-cart .background-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.side-cart .background-overlay {
  z-index: 0;
  left: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.side-cart .fmo-available-banner {
  padding: 14px 18px;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
}
.side-cart .fmo-available-banner .icon {
  background-size: 14px;
  height: 14px;
}
.side-cart-inner {
  background: #fff;
  position: absolute;
  z-index: 10;
  right: -100%;
  max-width: 430px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
@media screen and (max-width: 767px) {
  .side-cart-inner {
    max-width: 100%;
    height: auto;
    max-height: 95%;
    bottom: -100%;
    right: 0;
    padding-bottom: 30px;
    border-radius: 8px 8px 0 0;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
  }
}
.side-cart-inner .heading {
  background: #000;
  color: #fff;
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .side-cart-inner .heading {
    border-radius: 8px 8px 0 0;
  }
}
.side-cart-inner .heading h4 {
  margin: 0;
}
.side-cart-inner .heading .c-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 70px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .side-cart-inner .heading .c-close {
    width: 75px;
    font-size: 44px;
  }
}
.side-cart-inner .white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: calc(100% - 75px);
  padding: 32px;
}
@media screen and (max-width: 420px) {
  .side-cart-inner .white-box {
    padding: 20px 15px;
  }
}
.side-cart-inner .white-box .v-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.side-cart-inner .white-box .v-item.sharer-container {
  position: relative;
  vertical-align: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.side-cart-inner .white-box .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.side-cart-inner .white-box .items .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.side-cart-inner .white-box .items .item .image {
  position: relative;
  display: block;
  width: 100px;
  height: 95px;
  overflow: hidden;
}
.side-cart-inner .white-box .items .item .image .reflection {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  margin: 0 auto;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.side-cart-inner .white-box .items .item .image .blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  z-index: 3;
}
.side-cart-inner .white-box .items .item .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.side-cart-inner .white-box .items .item .details a {
  color: inherit;
}
.side-cart-inner .white-box .items .item .details p {
  font-size: 16px;
}
.side-cart-inner .white-box .items .item .details .qty input {
  width: 32px;
  height: 33px;
  border: 1px solid #aaa;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: 6px;
}
.side-cart-inner .white-box .items .item .details .qty input::-webkit-inner-spin-button,
.side-cart-inner .white-box .items .item .details .qty input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.side-cart-inner .white-box .items .item .details .qty input {
  -moz-appearance: textfield;
}
.side-cart-inner .white-box .items .item .details .price {
  font-size: 16px;
  text-align: right;
  margin-top: 5px;
  font-weight: 600;
}
.side-cart-inner .white-box .items .item .details .remove-item {
  float: right;
  width: auto;
  color: #ff0700;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.side-cart-inner .white-box .items .item .offer-description {
  text-align: right;
  color: red;
  font-weight: 500;
  margin-top: 20px;
  padding-right: 15px;
}
.side-cart-inner .white-box h5 {
  font-size: 16px;
  font-weight: 700;
}
.side-cart-inner .white-box .s14 {
  font-size: 14px;
}
.side-cart-inner .white-box hr {
  border: 1px solid #e6e6e6;
  margin: 25px 0;
}
.side-cart-inner .white-box .additional {
  position: relative;
}
.side-cart-inner .white-box .additional p {
  margin-bottom: 17px;
}
.side-cart-inner .white-box .additional .coupon-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-cart-inner .white-box .additional .coupon-line .amount-bubble {
  background: #509e31;
  color: #fff;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
}
.side-cart-inner .white-box .additional .coupon-line .remove-coupon {
  color: #000;
  margin-left: 5px;
}
.side-cart-inner .white-box .additional .coupon-line .remove-coupon:hover {
  text-decoration: underline;
}
.side-cart-inner .white-box .total-price {
  margin-top: 40px;
}
.side-cart-inner .white-box .total-price .amount {
  font-size: 32px;
  font-weight: 700;
  float: right;
  margin-top: -10px;
}
.side-cart-inner .white-box .discounts-note {
  text-align: right;
  color: #ff0700;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.side-cart-inner .white-box .checkout-btn {
  display: block;
  text-align: center;
  padding: 16px;
  background: #e11f26;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.side-cart-inner .white-box .extra-actions {
  position: relative;
  min-height: 20px;
}
.side-cart-inner .white-box .extra-actions .continue {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  display: block;
  color: #000;
}
.side-cart-inner .white-box .coupon-container {
  display: none;
  margin: 20px 0;
}
.side-cart-inner .white-box .coupon-container input {
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  border-width: 1px;
}
.side-cart-inner .white-box .coupon-container .woocommerce-error,
.side-cart-inner .white-box .coupon-container .woocommerce-message {
  display: block;
  margin: 5px 0 0;
  font-size: 11px;
}
.side-cart-inner .white-box .coupon-container .woocommerce-error li,
.side-cart-inner .white-box .coupon-container .woocommerce-message li {
  font-size: 11px;
}
.side-cart-inner .share-cart {
  margin: 20px 0;
}
@media screen and (max-width: 420px) {
  .side-cart-inner .share-cart {
    margin-bottom: 0;
  }
}
.side-cart-inner .share-cart .cart-link-box {
  display: none;
  background: #e3e3e3;
  padding: 8px;
  border-radius: 3px;
}
.side-cart.active {
  right: 0;
}
.side-cart.active .background-overlay {
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.side-cart.active .side-cart-inner {
  right: 0;
}
@media screen and (max-width: 767px) {
  .side-cart.active .side-cart-inner {
    bottom: 0;
  }
}
.side-cart.show-coupon .coupon-container {
  display: block;
}
.side-cart.show-coupon .show-side-cart-coupon {
  display: none;
}
.tyre-tile {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  min-width: 240px;
  max-width: 360px;
  width: 100%;
  overflow: hidden;
}
.tyre-tile.show-arrows .arrows {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tyre-tile .brand-logo {
  border-radius: 4px;
  border: 1px solid #dedede;
  display: inline-block;
  overflow: hidden;
}
.tyre-tile .brand-logo img {
  max-width: 100%;
  width: auto;
  height: 40px;
}
.tyre-tile .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.tyre-tile .setting {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.tyre-tile .main-layer {
  position: relative;
}
.tyre-tile .main-layer .hover-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  z-index: 10;
}
.tyre-tile .main-layer .image {
  width: 100%;
  height: 190px;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 12px 22px;
  background: -webkit-gradient(linear, left bottom, left top, from(#eaeaea), to(#fff));
  background: linear-gradient(0deg, #eaeaea, #fff);
}
.tyre-tile .main-layer .image .main-image,
.tyre-tile .main-layer .image .reflection {
  max-width: 190px;
  max-height: 190px;
  width: auto;
  height: auto;
}
.tyre-tile .main-layer .image .reflection {
  position: absolute;
  top: calc(100% - 24px);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  opacity: 0.2;
}
.tyre-tile .main-layer .badges {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
.tyre-tile .main-layer .badges img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tyre-tile .main-layer .badges .car-make {
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #f1f1f1;
}
.tyre-tile .main-layer .badges .car-make img {
  width: 62px;
  height: 62px;
}
.tyre-tile .main-layer .details {
  position: relative;
  padding: 5px 15px 100px;
  min-height: 208px;
}
.tyre-tile .main-layer .details .brand-logo {
  position: relative;
  top: -26px;
  margin-bottom: -17px;
  background: #fff;
}
.tyre-tile .main-layer .details .price-summary {
  position: absolute;
  width: 100%;
  bottom: 55px;
  left: 0;
  padding: 7px 15px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tyre-tile .main-layer .details .price-summary.in-offer {
  background: #ec2028;
  color: #fff;
  font-weight: 500;
}
.tyre-tile .main-layer .details .price-summary.in-offer .prices .prev-price {
  color: hsla(0, 0%, 100%, 0.6);
}
.tyre-tile .main-layer .details .price-summary.in-offer .prices .current-price {
  color: #fff;
}
.tyre-tile .main-layer .details .price-summary.in-offer.offer-new_low_price {
  background: #202020;
}
.tyre-tile .main-layer .details .price-summary .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tyre-tile .main-layer .details .price-summary .prices .prev-price {
  color: #717171;
  font-size: 14px;
  text-decoration-line: line-through;
}
.tyre-tile .main-layer .details .price-summary .prices .current-price {
  color: #ec2028;
  font-size: 18px;
  font-weight: 700;
}
.tyre-tile .main-layer .details .attributes-icons-wrapper {
  position: relative;
  border-top: 1px solid #dedede;
  padding: 15px;
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tyre-tile .main-layer .details .attributes-icons-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(90deg, #fff 60%, hsla(0, 0%, 100%, 0));
  z-index: 10;
}
.tyre-tile .main-layer .details .attributes-icons-wrapper .arrows {
  display: none;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding-right: 5px;
}
.tyre-tile .main-layer .details .attributes-icons-wrapper .arrows:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  z-index: 10;
}
.tyre-tile .main-layer .details .attributes-icons-wrapper .arrows .arrow {
  padding: 17px 9px;
  font-size: 14px;
  cursor: pointer;
}
.tyre-tile .main-layer .details .attributes-icons-wrapper .arrows .arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.tyre-tile .main-layer .details .attributes-icons {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tyre-tile .main-layer .details .attributes-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 10px 1px 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  background: #e7e7e7;
}
.tyre-tile .main-layer .details .attributes-icons .icon .circle img {
  min-width: 22px;
  width: 22px;
  height: 22px;
}
.tyre-tile .main-layer .details .attributes-icons .icon .tip {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
}
.tyre-tile .hover-details {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  color: #fff;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tyre-tile .hover-details .c-close {
  position: absolute;
  top: 8px;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.tyre-tile .hover-details .brand-logo {
  padding: 2px;
  margin-bottom: 10px;
  border: 0.8px solid #363636;
}
.tyre-tile .hover-details .brand-logo img {
  height: 27px;
}
.tyre-tile .hover-details .brand-logo.auto img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.tyre-tile .hover-details .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tyre-tile .hover-details .setting {
  margin-bottom: 15px;
}
.tyre-tile .hover-details .quantities .item[class] {
  display: block;
  margin: 0;
}
.tyre-tile .hover-details .quantities .item[class] input {
  opacity: 0;
  position: absolute;
}
.tyre-tile .hover-details .quantities .item[class] input:checked + .item-button {
  background: #fff;
  color: #000;
  opacity: 1 !important;
}
.tyre-tile .hover-details .quantities .item[class] input:checked + .item-button .left .circle {
  background: url(images/tyre-tile-tick.png) no-repeat 50% #e11f26;
  background-size: 9px;
}
.tyre-tile .hover-details .quantities .item[class] input:disabled + .item-button {
  padding-left: 15px;
  opacity: 1 !important;
}
.tyre-tile .hover-details .quantities .item[class] input:disabled + .item-button .left {
  text-decoration: line-through;
}
.tyre-tile .hover-details .quantities .item[class] input:disabled + .item-button .circle {
  display: none;
}
.tyre-tile .hover-details .quantities .item[class] .item-button {
  background: #393939;
  padding: 8px 16px;
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.tyre-tile .hover-details .quantities .item[class] .item-button:hover {
  opacity: 0.9;
}
.tyre-tile .hover-details .quantities .item[class] .item-button .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tyre-tile .hover-details .quantities .item[class] .item-button .left .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #616161;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .tyre-tile .hover-details .quantities .item[class] .item-button .left .circle {
    margin-right: 10px;
  }
}
.tyre-tile .hover-details .quantities .item[class] .item-button .right {
  font-weight: 700;
  margin-left: auto;
  width: 35%;
  text-align: left;
}
.tyre-tile .hover-details .quantities .item[class].is-offer .item-button {
  background: #ec2028;
  color: #fff;
}
.tyre-tile .hover-details .quantities .item[class].is-offer .item-button .left .circle {
  background: hsla(0, 0%, 100%, 0.2);
}
.tyre-tile .hover-details .actions {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.tyre-tile .hover-details .actions > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tyre-tile .hover-details .actions .submit {
  background: #509e31;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 13px 3px;
  text-align: center;
  white-space: nowrap;
}
.tyre-tile .hover-details .actions .submit:disabled {
  background: #c5c5c5;
  color: #636363;
}
.tyre-tile .hover-details .actions .call-us {
  background: #c5c5c5;
  font-size: 14px;
  font-weight: 800;
  padding: 13px;
  color: #606060;
  border-radius: 4px;
  text-align: center;
}
.tyre-tile .hover-details .actions .link {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  min-width: 98px;
}
.tyre-tile.hover .hover-details {
  z-index: 40;
  opacity: 1;
}
.tyre-tile.has-offer .price-summary .price {
  color: #ec2028;
}
.fitting-info {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
}
.fitting-info p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  .fitting-info p {
    margin-bottom: 16px;
  }
}
.fitting-info .suburb .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px 7px 0 0;
  background: #f6f6f6;
  padding: 26px 30px;
}
@media screen and (max-width: 991px) {
  .fitting-info .suburb .current {
    padding: 16px;
  }
}
.fitting-info .suburb .current .fa-map-marker-alt {
  background: #000;
  color: #fff;
  font-size: 12px;
  min-width: 24px;
  height: 24px;
  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;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 420px) {
  .fitting-info .suburb .current .fa-map-marker-alt {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
.fitting-info .suburb .current .address .label {
  margin-right: 5px;
}
.fitting-info .suburb .current .address .address-line {
  display: inline-block;
  font-weight: 700;
}
.fitting-info .suburb .current .edit {
  margin-left: auto;
  color: #000;
}
.fitting-info .suburb .suburb-selector {
  display: none;
  padding: 10px 30px;
}
.fitting-info .suburb .suburb-selector .cancel {
  color: #000;
  font-size: 12px;
}
.fitting-info .suburb .suburb-selector .popup-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.fitting-info .suburb .suburb-selector .field {
  position: relative;
}
.fitting-info .suburb .suburb-selector .field input {
  font-size: 14px;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
}
.fitting-info .service-unavailable {
  display: none;
  background: #d22628;
  padding: 12px 30px;
  font-weight: 500;
  color: #fff;
}
.fitting-info .service-unavailable a {
  color: #fff;
  text-decoration: underline;
}
.fitting-info .datetime-container {
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .fitting-info .datetime-container {
    padding: 16px;
  }
}
.fitting-info .slot-box,
.fitting-info .time-selector .slots .item {
  position: relative;
  display: block;
  text-align: center;
  min-height: 100px;
  padding: 12px 5px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fitting-info .slot-box,
  .fitting-info .time-selector .slots .item {
    min-height: 95px;
    font-size: 14px;
  }
}
.fitting-info .slot-box.dp-selected,
.fitting-info .slot-box.selected,
.fitting-info .time-selector .slots .dp-selected.item,
.fitting-info .time-selector .slots .selected.item {
  background-color: #e11f26;
  border-color: #e11f26;
}
.fitting-info .slot-box.disabled,
.fitting-info .time-selector .slots .disabled.item {
  background: #7f7f7f;
  color: #fff;
  cursor: default !important;
  border-color: #7f7f7f;
}
.fitting-info .slot-box .cost.discount,
.fitting-info .time-selector .slots .item .cost.discount {
  display: block;
  background: #509e31;
  color: #fff;
  padding: 2px;
  border-radius: 20px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  width: 50px;
  margin: 5px auto 0;
  text-align: center;
}
.fitting-info .slot-box .cost.sold-out,
.fitting-info .time-selector .slots .item .cost.sold-out {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7px;
}
.fitting-info .slot-box .cost.free,
.fitting-info .time-selector .slots .item .cost.free {
  display: block;
  font-weight: 500;
  margin: 4px;
}
.fitting-info .slot-box .remaining,
.fitting-info .time-selector .slots .item .remaining {
  background: red;
  color: #fff;
  width: 15px;
  height: 15px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  line-height: 14px;
}
.fitting-info .date-selector {
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 420px) {
  .fitting-info .date-selector {
    padding: 18px 16px;
  }
}
.fitting-info .date-selector .seven-days-calendar {
  border: 1px solid #ccc;
  border-radius: 8px;
}
.fitting-info .date-selector .seven-days-calendar .heading {
  position: relative;
  background: #000;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
}
.fitting-info .date-selector .seven-days-calendar .heading .prev {
  color: #fff;
}
.fitting-info .date-selector .seven-days-calendar .heading .prev .fa {
  margin-right: 5px;
}
.fitting-info .date-selector .seven-days-calendar .heading .next {
  color: #fff;
}
.fitting-info .date-selector .seven-days-calendar .heading .next .fa {
  margin-left: 5px;
}
.fitting-info .date-selector .seven-days-calendar .pagination {
  margin: 0;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ccc;
  position: relative;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li:last-child {
  border-right: 0;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item {
  display: block;
  height: 115px;
  color: #000;
  text-align: center;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item.disabled {
  background: #7f7f7f;
  color: #fff;
  cursor: default !important;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item.disabled .has-discount {
  display: none !important;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .dow {
  display: block;
  background: #f3f3f3;
  color: #000;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .dow {
    padding: 6px;
    font-size: 12px;
  }
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .day {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .day {
    margin-top: 28px;
    font-size: 16px;
  }
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .month {
  font-size: 12px;
  font-weight: 500;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .has-discount {
  position: absolute;
  top: 42px;
  right: 3px;
  width: 16px;
  height: 16px;
  padding: 1px 0 0;
  background: #509e31;
  border-radius: 50%;
  font-size: 9px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .has-discount {
    right: calc(50% - 10px);
    top: 36px;
  }
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item .has-discount:after {
  content: "\f155";
  font-family: Font Awesome\5 Pro;
}
.fitting-info .date-selector .seven-days-calendar .pagination > li .dp-item.dp-selected {
  background-color: #e11f26;
}
.fitting-info .time-selector {
  display: none;
  padding-top: 24px;
}
@media screen and (max-width: 420px) {
  .fitting-info .time-selector {
    margin: 0;
    padding: 18px 0;
  }
}
.fitting-info .time-selector .slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.fitting-info .time-selector .slots .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fitting-info .time-selector .slots .item.flexible {
  min-height: 0;
  min-width: 100%;
  padding: 14px 8px;
}
.fitting-info .time-selector .slots .item.flexible .time {
  font-weight: 400;
}
.fitting-info .time-selector .slots .item.flexible .cost {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 420px) {
  .fitting-info .time-selector .slots .item.flexible .time {
    display: block;
  }
  .fitting-info .time-selector .slots .item.flexible .cost {
    margin-top: 5px;
  }
}
.fitting-info .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .fitting-info .notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.fitting-info .notes .discount-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fitting-info .notes .discount-note:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #509e31;
  border-radius: 50%;
  margin-right: 5px;
}
.fitting-info .notes .remaining-slots-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fitting-info .notes .remaining-slots-note:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ff0700;
  border-radius: 50%;
  margin-right: 5px;
}
.fitting-info .action-button.instant {
  margin-top: 20px;
}
.fitting-info .action-button.instant .order-num {
  font-weight: 400;
}
.fitting-info .action-button.instant:disabled .order-num {
  display: none;
}
body .autocomplete > div {
  padding: 3px 20px;
}
body .autocomplete > div:nth-child(2n) {
  background: #f7f7f7;
}
body .autocomplete > div.selected,
body .autocomplete > div:hover:not(.group) {
  background: #e11f26;
}
.cart-notice {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.3);
}
.cart-notice.active {
  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;
}
.cart-notice.active.loaded .cart-notice-loader {
  display: none;
}
.cart-notice.active.loaded .cart-notice-wrapper {
  display: block;
}
.cart-notice-loader {
  background-color: #fff;
  border-radius: 50%;
}
.cart-notice-loader .spinner {
  margin-right: 0;
  display: block;
}
.cart-notice-wrapper {
  display: none;
  text-align: center;
  padding: 40px 65px;
  background-color: #fff;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .cart-notice-wrapper {
    width: 100%;
    max-width: 90%;
    padding: 30px;
  }
}
.cart-notice-wrapper h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin: 20px 0;
}
.cart-notice-wrapper .added-items {
  margin-bottom: 30px;
}
.cart-notice-wrapper .added-items .item {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 25px 45px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .cart-notice-wrapper .added-items .item {
    padding: 20px;
  }
}
.cart-notice-wrapper .added-items .item .image {
  max-width: 125px;
  width: 100%;
}
.cart-notice-wrapper .added-items .item .details {
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 575px) {
  .cart-notice-wrapper .added-items .item .details {
    font-size: 16px;
  }
}
.cart-notice-wrapper .added-items .item .details .product-link {
  color: #0a6cff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0.1px;
}
.cart-notice-buttons .btn {
  padding: 13px 8px;
  height: 48px;
  width: 100%;
  letter-spacing: 0.1px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .cart-notice-buttons .btn.continue {
    margin-top: 20px;
  }
}
.inline-tyre-search-widget {
  display: none;
  position: relative;
}
.inline-tyre-search-widget.preloaded {
  display: inline-block !important;
}
@media screen and (max-width: 991px) {
  .inline-tyre-search-widget.preloaded {
    width: 100%;
  }
}
.inline-tyre-search-widget.highlighted {
  z-index: 600;
}
.inline-tyre-search-widget .widget-box {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 16px 56px rgba(0, 0, 0, 0.1);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px;
  width: 820px;
}
@media screen and (max-width: 991px) {
  .inline-tyre-search-widget .widget-box {
    padding: 24px;
    width: 100%;
  }
}
.inline-tyre-search-widget .widget-box .close {
  display: none;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .inline-tyre-search-widget .widget-box .close {
    top: 8px;
    right: 8px;
  }
}
.inline-tyre-search-widget .widget-box .headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .inline-tyre-search-widget .widget-box .headings {
    gap: 20px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    margin-top: -3px;
  }
}
.inline-tyre-search-widget .widget-box .headings a {
  padding: 0 0 15px;
  border-bottom: 4px solid #fff;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}
.inline-tyre-search-widget .widget-box .headings a .field-tooltip {
  display: none;
}
.inline-tyre-search-widget .widget-box .headings a.active {
  color: #000;
  border-bottom-color: #e11f26;
}
.inline-tyre-search-widget .widget-box .headings a.active .field-tooltip {
  display: inline;
}
.inline-tyre-search-widget .widget-box .tabs .tab {
  display: none;
}
.inline-tyre-search-widget .widget-box .tabs .tab:first-child {
  display: block;
}
.inline-tyre-search-widget .widget-box .tabs .tab .fields {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .inline-tyre-search-widget .widget-box .tabs .tab .fields {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.inline-tyre-search-widget .widget-box .tabs .tab .fields .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.inline-tyre-search-widget .widget-box .tabs .tab .fields .field.button {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.inline-tyre-search-widget.floating .widget-box {
  position: fixed;
  top: 60px;
  left: calc(50% - 410px);
  max-width: 820px;
  width: 100%;
}
.inline-tyre-search-widget.floating .widget-box .close {
  display: block;
}
@media screen and (max-width: 991px) {
  .inline-tyre-search-widget.floating .widget-box {
    left: 10%;
    max-width: 80%;
  }
}
@media screen and (max-width: 420px) {
  .inline-tyre-search-widget.floating .widget-box {
    top: 20px;
    left: 5%;
    max-width: 90%;
  }
}
.staggered-popup {
  display: none;
  background: #fff;
  max-width: 620px;
  width: calc(100% - 40px);
  border-radius: 8px;
  max-height: 90vh;
  overflow: auto;
}
.staggered-popup .heading {
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .staggered-popup .heading {
    padding: 8px;
  }
}
.staggered-popup .heading .close {
  float: right;
  width: 48px;
  height: 48px;
  background: #f8f8f8;
  border-radius: 8px;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
  opacity: 1;
  cursor: pointer;
}
.staggered-popup .thick-form {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .staggered-popup .thick-form {
    padding: 24px;
  }
}
.staggered-popup .thick-form .sizes .h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.staggered-popup .thick-form .sizes.front {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.staggered-popup .thick-form .sizes.rear {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .staggered-popup .thick-form .sizes .fields {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.staggered-popup .thick-form .big-button {
  width: 100%;
}
.dropdown-content.accordion .item {
  padding: 20px 0 20px 50px;
  border-bottom: 1px solid #e6e6e4;
}
@media screen and (max-width: 767px) {
  .dropdown-content.accordion .item {
    padding-left: 0;
  }
}
.dropdown-content.accordion .item:last-child {
  border-bottom: 0;
}
.dropdown-content.accordion .item .heading {
  cursor: pointer;
}
.dropdown-content.accordion .item .heading .chevron {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.dropdown-content.accordion .item .content {
  max-height: 0;
  overflow: auto;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.dropdown-content.accordion .item .content .inner {
  padding: 15px 0 0 95px;
}
@media screen and (max-width: 767px) {
  .dropdown-content.accordion .item .content .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-content.accordion .item .content .inner p {
    font-size: 15px;
  }
}
.dropdown-content.accordion .item.active .heading .chevron {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown-content.accordion .item.active .content {
  max-height: 400px;
  opacity: 1;
}
.dropdown-content.accordion.light .item {
  padding: 0 0 20px;
  border-bottom: 0;
}
.map-state-locator .map-container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.map-state-locator .map-container .map {
  height: 600px;
  margin: 0 auto;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .map-state-locator .map-container .map {
    height: 450px;
    border-radius: 7px;
  }
}
.map-state-locator .map-container .address-finder {
  position: absolute;
  background: #fff;
  top: 30px;
  left: 22%;
  max-width: 650px;
  width: 56%;
  padding: 25px;
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .map-state-locator .map-container .address-finder {
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .map-state-locator .map-container .address-finder {
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}
.map-state-locator .map-container .address-finder .title {
  font-size: 16px;
}
.map-state-locator .map-container .address-finder hr {
  margin: 15px 0;
}
.map-state-locator .map-container .address-finder .fields {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.map-state-locator .map-container .address-finder .fields .field {
  position: relative;
}
.map-state-locator .map-container .address-finder .fields .field.button {
  min-width: 28%;
  max-width: 28%;
}
.map-state-locator .cities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .map-state-locator .cities-list {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 7px;
  }
}
.map-state-locator .cities-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.map-state-locator .cities-list a.active {
  background: #e11f26;
  color: #000;
}
.van-animation {
  overflow: hidden;
}
.van-animation .steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: 0;
  width: 400%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.van-animation .steps .step {
  width: 25%;
  text-align: center;
  padding: 0 30px;
}
.header-note {
  height: 35px;
}
.header-note .heading {
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
}
.header-note .heading .learn-more {
  font-weight: 300;
}
.header-note .inner {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 300;
  color: #fff;
  padding: 30px 0 50px;
}
.header-note .inner .content-wrapper {
  max-width: 800px;
}
.header-note .inner h2 {
  font-size: 4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header-note .inner h2 {
    font-size: 2.2rem;
  }
}
.header-note .inner .close-note {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}
.header-note .inner .close-note i {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header-note .inner .close-note {
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .header-note .inner .close-note i {
    font-size: 1.5em;
  }
}
.header-note .inner a {
  text-decoration: underline;
}
.generic-popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.generic-popup.lg .inner {
  max-width: 1080px;
}
.generic-popup.md .inner {
  max-width: 960px;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.generic-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.generic-popup .inner {
  opacity: 0;
  max-width: 1080px;
  margin: 50px auto 0;
  width: 90%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  max-height: 90%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}
.generic-popup.active {
  left: 0;
}
.generic-popup.active .inner {
  opacity: 1;
}
.generic-popup.fade-out .inner {
  -webkit-animation-name: fade_out;
  animation-name: fade_out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (-webkit-min-device-pixel-ratio: 1.2) and (min-width: 991px), (min-device-pixel-ratio: 1.2) and (min-width: 991px) {
  .generic-popup {
    font-size: 80%;
  }
  .generic-popup .inner,
  .generic-popup.lg .inner,
  .generic-popup.md .inner {
    max-width: 960px;
  }
}
.generic-popup .heading {
  position: relative;
  background: #000;
  padding: 2.2857142857em 4.2857142857em;
  color: #fff;
}
.generic-popup .heading .h2 {
  font-size: 1.7142857143em;
  font-weight: 600;
  margin: 0;
}
.generic-popup .heading .close-popup {
  position: absolute;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  top: calc(50% - 24px);
  right: 1.02em;
  background: hsla(0, 0%, 100%, 0.1);
  text-align: center;
  color: #fff;
  font-size: 4.2857142857em;
}
@media screen and (max-width: 767px) {
  .generic-popup .heading {
    padding: 1.7142857143em;
  }
  .generic-popup .heading .h2 {
    font-size: 1.1428571429em;
  }
  .generic-popup .heading .close-popup {
    font-size: 40px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: 14px;
    right: 20px;
  }
}
.generic-popup .content .inner-content {
  padding: 3.2142857143em 4.2857142857em 0;
  max-height: calc(100vh - 320px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .generic-popup .content .inner-content {
    padding: 24px;
    max-height: calc(100vh - 270px);
  }
}
.generic-popup .content .h3 {
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .generic-popup .content .h3 {
    font-size: 1.4285714286em;
  }
}
.generic-popup .content .h4 {
  font-size: 1.2857142857em;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .generic-popup .content .h4 {
    font-size: 1.1428571429em;
  }
}
.generic-popup .content p {
  font-size: 1.1428571429em;
  margin-top: 15px;
}
.generic-popup .content ol,
.generic-popup .content ul {
  font-size: 14px;
  padding-left: 17px;
  margin: 15px 0 20px;
}
.generic-popup .content ol li,
.generic-popup .content ul li {
  font-size: 1.1428571429em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .generic-popup .content ol li,
  .generic-popup .content ul li {
    font-size: 1em;
  }
}
.generic-popup .content hr {
  margin: 30px 0;
}
.generic-popup .content .action-container {
  text-align: center;
  padding: 2.1428571429em 0 3.2142857143em;
}
@media screen and (max-width: 767px) {
  .generic-popup .content .action-container {
    padding: 24px;
    border-top: 1px solid #e3e3e3;
  }
  .generic-popup .content .action-container .btn-md {
    display: block;
    font-size: 20px;
  }
}
.contact-popup .inner {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .contact-popup .inner {
    position: absolute;
    top: auto;
    bottom: -100%;
    left: 0 !important;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    border-radius: 8px 8px 0 0;
    -webkit-transition:
      opacity 0.3s,
      bottom 0.3s;
    transition:
      opacity 0.3s,
      bottom 0.3s;
  }
  .contact-popup.active .inner {
    bottom: 0;
  }
}
.contact-popup .heading {
  padding: 1.7142857143em 5em;
}
.contact-popup .heading .h2 {
  font-size: 2.1428571429em;
}
@media screen and (max-width: 767px) {
  .contact-popup .heading {
    padding: 1.4285714286em;
  }
  .contact-popup .heading .h2 {
    font-size: 1.1428571429em;
  }
  .contact-popup .heading .close-popup {
    top: 10px;
  }
}
.contact-popup .content .inner-content {
  max-height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.6428571429em 5em 0;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content {
    padding: 1.7857142857em 1.1428571429em 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-popup .content .inner-content .options {
  min-width: 34%;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .options {
    width: 100%;
  }
}
.contact-popup .content .inner-content .options .online {
  color: #509e31;
}
.contact-popup .content .inner-content .options .offline {
  display: none;
  color: #ff0700;
}
@media screen and (min-width: 768px) {
  .contact-popup .content .inner-content .options .details {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .form-container {
    display: none;
    margin: -5px;
  }
}
@media screen and (min-width: 768px) {
  .contact-popup .content .inner-content .form-container {
    display: block !important;
    margin-top: -10px;
    padding-left: 5em;
  }
  .contact-popup .content .inner-content .form-container:after {
    content: "";
    display: block;
    height: 5em;
  }
}
.contact-popup .content .inner-content .form-container .wpcf7-form p {
  font-size: 14px;
}
.contact-popup .content .inner-content .form-container .wpcf7-form .row {
  margin-right: -5px;
  margin-left: -5px;
}
.contact-popup .content .inner-content .form-container .wpcf7-form .row div[class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.contact-popup .content .inner-content .form-container .wpcf7-form label {
  font-size: 12px;
  line-height: 12px;
}
.contact-popup .content .inner-content .form-container .wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  height: auto;
  padding: 1.2857142857em 1.4285714286em;
  border-radius: 4px;
  border-color: #9a9a9a;
  font-size: 1.1428571429em;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .form-container .wpcf7-form .wpcf7-form-control-wrap input {
    padding: 1.0714285714em;
  }
}
.contact-popup .content .inner-content .form-container .wpcf7-form .phone-field input {
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .form-container .wpcf7-form .phone-field input {
    padding-left: 65px;
  }
}
.contact-popup .content .inner-content .form-container .wpcf7-form .phone-field:after {
  content: "";
  position: absolute;
  left: 2.5em;
  top: 2.8571428571em;
  width: 36px;
  height: 36px;
  background: url(images/australian-flag.png) no-repeat 50%;
  background-size: 36px;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .form-container .wpcf7-form .phone-field:after {
    top: 2.5714285714em;
    left: 2em;
  }
}
.contact-popup .content .inner-content .form-container .wpcf7-form .custom-select {
  height: auto;
  padding: 1.2857142857em 1.4285714286em;
  font-size: 1.1428571429em;
  border-color: #9a9a9a;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .form-container .wpcf7-form .custom-select {
    padding: 1.0714285714em;
  }
}
.contact-popup .content .inner-content .form-container .wpcf7-form textarea {
  border-color: #9a9a9a;
  padding: 1.2857142857em 1.4285714286em;
  font-size: 1.1428571429em;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .form-container .wpcf7-form textarea {
    padding: 1.0714285714em;
  }
}
.contact-popup .content .inner-content .form-container .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.contact-popup .content .inner-content .form-container .wpcf7-form .wpcf7-response-output {
  font-weight: 700;
}
.contact-popup .content .inner-content .form-container .wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  translate: -30px 15px;
}
.contact-popup .content .inner-content .form-container .wpcf7-form p {
  margin-top: 3px;
  margin-bottom: 0;
}
.contact-popup .content .inner-content .mobile-tabs {
  display: none;
  position: relative;
  margin: 30px 0 -30px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .contact-popup .content .inner-content .mobile-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-popup .content .inner-content .mobile-tabs .item {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.1428571429em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.contact-popup .content .inner-content .mobile-tabs .item.active {
  color: #000;
}
.contact-popup .content .inner-content .mobile-tabs .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #e11f26;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.generic-popup.buy-again-popup .heading {
  padding: 20px 45px;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .heading {
    padding: 20px 16px;
  }
}
.generic-popup.buy-again-popup .heading .close-popup {
  right: 15px;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .heading .close-popup {
    top: 10px;
    right: 10px;
  }
}
.generic-popup.buy-again-popup > .inner {
  max-width: 1150px !important;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup > .inner {
    width: 95% !important;
  }
}
.generic-popup.buy-again-popup .inner-content {
  padding: 3.5714285714em;
  max-height: calc(100vh - 150px);
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .h4 {
    text-align: center;
  }
}
.generic-popup.buy-again-popup .inner-content .current-tyre-search {
  margin-bottom: 20px;
  font-size: 14px;
}
.generic-popup.buy-again-popup .inner-content .browse-all-mobile {
  display: block;
  padding: 8px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .generic-popup.buy-again-popup .inner-content .browse-all-mobile {
    display: none;
  }
}
.generic-popup.buy-again-popup .inner-content .tyres {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres {
    padding: 20px 12px;
  }
}
.generic-popup.buy-again-popup .inner-content .tyres:has(.tyre.front) .tyre.rear {
  display: none;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .single-product-details {
  position: relative;
  padding: 0;
  margin: 0;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image {
  position: relative;
  width: calc(55% - 68px);
  margin-right: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    margin: 0;
  }
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .group {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .group {
    padding-bottom: 10px;
  }
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .group img {
  max-width: 350px;
  max-height: 350px;
  width: 100%;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .group .reflection {
  position: absolute;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  left: 0;
  top: calc(100% - 40px);
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .group .reflection {
    top: calc(100% - 10px);
  }
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .group .blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  z-index: 3;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .rondel-icon {
  position: absolute;
  top: 20px;
  left: 4vw;
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .rondel-icon {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 0;
  }
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .product-image .rondel-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .summary .details .brand {
    display: block;
    padding-right: 100px;
  }
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .summary .details .brand img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .generic-popup.buy-again-popup .inner-content .tyres .tyre .summary .details .fits-vehicle {
    font-size: 13px;
  }
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .actions {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .actions .btn-md {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
  border-radius: 4px;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .actions .btn-md.transparent {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.generic-popup.buy-again-popup .inner-content .tyres .tyre .actions .btn-md.transparent:hover {
  background: #509e31;
  border-color: #509e31;
  color: #fff;
}
.generic-popup.confirm-location-popup .inner {
  padding: 32px;
  max-width: 850px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    padding: 16px;
    overflow: auto;
    border-radius: 24px 24px 0 0;
  }
}
.generic-popup.confirm-location-popup .inner .close-popup {
  font-size: 30px;
  line-height: 20px;
  color: #000;
}
.generic-popup.confirm-location-popup .inner .main-image {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner .main-image {
    display: none;
  }
}
.generic-popup.confirm-location-popup .inner h3 {
  font-size: 20px;
}
.generic-popup.confirm-location-popup .inner p {
  color: #757575;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner p {
    font-size: 16px;
  }
}
.generic-popup.confirm-location-popup .inner .postcode-lookup {
  min-height: 327px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner .postcode-lookup {
    min-height: 70vh;
  }
}
.generic-popup.confirm-location-popup .inner .field {
  position: relative;
}
.generic-popup.confirm-location-popup .inner .suburbs-custom-list {
  display: none;
  position: absolute;
  background: #f8f8f8;
  padding: 0;
  list-style: none;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 215px;
  border-radius: 8px;
  overflow: auto;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner .suburbs-custom-list {
    max-height: 365px;
  }
}
.generic-popup.confirm-location-popup .inner .suburbs-custom-list .none,
.generic-popup.confirm-location-popup .inner .suburbs-custom-list li {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner .suburbs-custom-list .none,
  .generic-popup.confirm-location-popup .inner .suburbs-custom-list li {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.generic-popup.confirm-location-popup .inner .suburbs-custom-list .none:last-child,
.generic-popup.confirm-location-popup .inner .suburbs-custom-list li:last-child {
  border-bottom: 0;
}
.generic-popup.confirm-location-popup .inner .suburbs-custom-list .none[data-suburb],
.generic-popup.confirm-location-popup .inner .suburbs-custom-list li[data-suburb] {
  cursor: pointer;
}
.generic-popup.confirm-location-popup .inner .suburb-result {
  display: none;
}
.generic-popup.confirm-location-popup .inner .suburb-result.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.generic-popup.confirm-location-popup .inner .suburb-result.suburb-serviced .box {
  background: #e6f6e0;
  color: #166534;
}
.generic-popup.confirm-location-popup .inner .suburb-result.suburb-not-serviced .box {
  background: #fff1f0;
  color: #c50000;
}
.generic-popup.confirm-location-popup .inner .suburb-result .box {
  padding: 20px;
  border-radius: 8px;
  background: #e3e3e3;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .generic-popup.confirm-location-popup .inner .suburb-result .box {
    min-height: 0;
  }
}
.generic-popup.confirm-location-popup .inner .suburb-result .box h4 {
  font-size: 16px;
  font-weight: 600;
}
.generic-popup.confirm-location-popup .inner .suburb-result .box h4 .tick {
  margin: -3px 6px 0 0;
}
.generic-popup.confirm-location-popup .inner .suburb-result .box p {
  color: inherit;
  margin-bottom: 0;
}
.generic-popup.confirm-location-popup .inner .field.button {
  display: none;
  margin-top: auto;
}
.generic-popup.confirm-location-popup .inner .field.button .big-button {
  margin-top: 20px;
  width: 100%;
}
.blog-carousel .heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .blog-carousel .heading {
    margin-bottom: 25px;
  }
}
.blog-carousel .heading .title {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .blog-carousel .heading .title {
    margin-bottom: 25px;
  }
}
.blog-carousel .heading .explore {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .blog-carousel .heading .explore {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.blog-carousel .heading .explore u {
  font-size: 16px;
}
.blog-carousel .heading .explore a {
  color: #000;
}
.blog-carousel .heading .explore .arrows {
  margin-left: 10px;
}
.blog-carousel .heading .explore .arrows .fa {
  font-size: 18px;
  margin-left: 20px;
}
.blog-carousel .heading .explore .arrows .slick-disabled {
  opacity: 0.3;
}
.blog-carousel .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-carousel .posts .draggable {
  overflow: visible;
  margin: 0;
}
.blog-carousel .posts .item {
  padding-right: 10px;
}
.blog-carousel .posts .item .image {
  width: 380px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .blog-carousel .posts .item .image {
    width: 240px;
    height: 280px;
  }
}
.blog-carousel .posts .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-right: 20px;
  max-width: 360px;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .blog-carousel .posts .item .title {
    max-width: 220px;
  }
}
.fleet-carousel .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fleet-carousel .title-container .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.fleet-carousel .title-container .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.fleet-carousel .items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.fleet-carousel .items:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  overflow: hidden;
}
.fleet-carousel .items:not(.slick-initialized) .item {
  min-width: 96px;
}
.fleet-carousel .items.slick-initialized .slick-list {
  width: 100%;
}
.fleet-carousel .items.slick-initialized .slick-slide img {
  display: block;
  margin: 0 auto;
}
.fleet-carousel .items img {
  max-width: 96px;
  width: 100%;
  height: 96px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header-menu {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 12px 0 48px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-menu.active {
    left: 0;
  }
}
.header-menu .underlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 115px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 991px) {
  .header-menu .underlay {
    display: none !important;
  }
}
.header-menu:has(.top-links .active) .underlay {
  height: calc(100% - 115px);
}
.header-menu:has(.top-links .active).header-note-is-on .underlay {
  top: 150px;
  height: calc(100% - 150px);
}
.header-menu .mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-menu .mobile {
    display: block;
  }
}
.header-menu .mobile-header {
  margin-bottom: 40px;
  padding: 0 24px;
}
@media screen and (max-width: 991px) {
  .header-menu .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-menu .mobile-header img {
  width: 150px;
}
.header-menu .mobile-header .navigation-hamburger_btn {
  padding: 0;
}
.header-menu .mobile-header .navigation-hamburger_btn .fa-times {
  font-size: 26px;
}
.header-menu .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1220px) {
  .header-menu .top-links {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .top-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 24px;
  }
}
.header-menu .top-links a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 0;
}
@media screen and (max-width: 991px) {
  .header-menu .top-links a {
    font-size: 18px;
    padding: 4px 0;
  }
  .header-menu .top-links a .fa-chevron-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 13px;
  }
  .header-menu .top-links a:not([data-target-tab]):hover {
    text-decoration: underline;
  }
}
.header-menu .top-links a.active {
  color: #757575;
}
.header-menu .top-links a .fa {
  font-size: 14px;
}
.header-menu .menu-tabs {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #e5e5e5;
}
.header-menu .menu-tabs.active {
  left: 0;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs {
    position: absolute;
    border: 0;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
    left: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 48px 0;
  }
}
.header-menu .menu-tabs .menu-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 72vh;
  height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .header-menu .menu-tabs .menu-tab .white-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
  }
  .header-menu .menu-tabs .menu-tab.active {
    height: 745px;
    z-index: 10;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab {
    max-height: 100%;
    height: 100%;
    overflow: auto;
    display: none;
  }
  .header-menu .menu-tabs .menu-tab.active {
    display: block;
  }
}
.header-menu .menu-tabs .menu-tab .tab-header {
  margin-bottom: 40px;
  padding: 0 24px;
}
.header-menu .menu-tabs .menu-tab .tab-header a {
  color: #000;
}
.header-menu .menu-tabs .menu-tab .tab-header .fa {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.header-menu .menu-tabs .menu-tab .tab-header-heading {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.header-menu .menu-tabs .menu-tab .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab .side {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.08)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), transparent);
    height: 745px;
    max-height: 72vh;
    min-width: 30%;
    width: 30%;
    padding: 30px 30px 40px;
    gap: 28px;
  }
}
@media screen and (min-width: 1282px) {
  .header-menu .menu-tabs .menu-tab .side {
    padding-top: 50px;
    padding-left: 10%;
  }
}
@media screen and (min-width: 1750px) {
  .header-menu .menu-tabs .menu-tab .side {
    padding-left: 13%;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .side {
    padding: 0 24px;
  }
}
.header-menu .menu-tabs .menu-tab .side > a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.header-menu .menu-tabs .menu-tab .side > a.active {
  color: #757575;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .side > a.active span {
    text-decoration: underline;
  }
  .header-menu .menu-tabs .menu-tab .side > a.active .fa {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.header-menu .menu-tabs .menu-tab .side > a:hover {
  color: #757575;
}
.header-menu .menu-tabs .menu-tab .side > a .fa {
  font-size: 15px;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 12px;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .side > a .fa {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.header-menu .menu-tabs .menu-tab .tab-subtabs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs {
    max-width: 1050px;
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs {
    display: none;
  }
  .header-menu .menu-tabs .menu-tab .tab-subtabs.active {
    display: block;
  }
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab {
  display: none;
  position: relative;
}
@media screen and (min-width: 1282px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab {
    padding: 30px 50px;
    height: 100%;
    overflow: auto;
  }
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1281px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab.active {
    gap: 20px;
  }
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab .s20 {
  font-size: 20px;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab .default-links a {
  font-size: 16px;
  color: #000;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab .default-links a:hover {
  text-decoration: underline;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .tab-subtab .more-link {
  margin-top: 20px;
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1281px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer {
    display: none;
  }
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer p {
  font-size: 16px;
  margin: 0;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer a {
  font-size: 16px;
  color: #000;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer a .fa {
  margin-left: 10px;
  font-size: 15px;
}
.header-menu .menu-tabs .menu-tab .tab-subtabs .subtab-footer .ml {
  margin-left: 24px;
}
.header-menu .menu-tabs .menu-tab .icons-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .icons-grid {
    gap: 12px;
  }
}
.header-menu .menu-tabs .menu-tab .icons-grid a {
  width: 25%;
  max-width: calc(25% - 18px);
  border-radius: 4px;
  border: 1px solid #fff;
  background: #e5e5e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  height: 13vw;
  max-height: 200px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .icons-grid a {
    width: 50%;
    max-width: calc(50% - 6px);
    height: 110px;
  }
}
.header-menu .menu-tabs .menu-tab .icons-grid a:hover {
  background: #fff;
  border-color: #c1c0c0;
}
.header-menu .menu-tabs .menu-tab .icons-grid a img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 70%;
  max-height: 70%;
}
.header-menu .menu-tabs .menu-tab .icons-grid a .link-title {
  font-size: 15px;
  line-height: normal;
  color: #000;
}
.header-menu .menu-tabs .menu-tab .carousel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu .menu-tabs .menu-tab .carousel-heading .arrows .fa {
  font-size: 18px;
  margin-left: 20px;
  cursor: pointer;
}
.header-menu .menu-tabs .menu-tab .carousel-heading .arrows .slick-disabled {
  opacity: 0.3;
}
.header-menu .menu-tabs .menu-tab .offers-carousel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 24px 0 0;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab .offers-carousel {
    left: -24px;
    width: calc(100% + 48px);
  }
}
.header-menu .menu-tabs .menu-tab .offers-carousel .slick-list {
  margin: 0;
}
.header-menu .menu-tabs .menu-tab .offers-carousel .item img {
  max-width: 220px;
  height: 220px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget {
  margin-bottom: 40px;
  width: 100%;
}
.header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget .widget-box {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media screen and (max-width: 1281px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget .widget-box {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget .headings {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget .widget-box {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1400px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget div[data-tab="size"] .fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget div[data-tab="size"] .fields .field:first-child,
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget div[data-tab="size"] .fields .field:nth-child(2),
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget div[data-tab="size"] .fields .field:nth-child(3) {
    min-width: 30%;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget div[data-tab="size"] .fields .field:nth-child(4) {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .inline-tyre-search-widget div[data-tab="size"] .fields .field:nth-child(4) {
    margin-left: 0;
  }
}
.header-menu .menu-tabs .menu-tab.tab-shop .offers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .offers-list .item {
  max-width: 20%;
}
.header-menu .menu-tabs .menu-tab.tab-shop .offers-list .item img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .heading,
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-rego .offers-list-container {
    display: none;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .carousel-heading {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .carousel-heading {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid {
    left: -24px;
    width: calc(100% + 48px);
    overflow: hidden;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .slick-list {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item {
    max-width: calc(33.3334% - 20px);
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item a {
    display: block;
    padding: 16px 24px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item a:hover {
    background: #f8f8f8;
  }
}
@media screen and (min-width: 1150px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item {
    max-width: calc(25% - 15px);
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item {
    margin-right: 10px;
  }
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item a {
    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: 150px;
    height: 150px;
    border-radius: 4px;
    background: #f8f8f8;
  }
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .brands-grid .item img {
  max-width: 100%;
  max-height: 40px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-brand .all-brands {
  margin: 20px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-size .sizes-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-size .sizes-grid {
    margin-bottom: 30px;
  }
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-size .sizes-grid a {
  font-size: 18px;
  width: 25%;
  max-width: calc(25% - 40px);
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-size .sizes-grid a {
    width: 50%;
    max-width: calc(50% - 20px);
  }
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-size .all-sizes {
  margin: 20px 0 30px;
  padding-top: 20px;
  border-top: 1px solid #d5d5d5;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .vehicles-carousel {
  margin-top: 34px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 60px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .vehicles-carousel:after {
  content: "";
  background: linear-gradient(92deg, hsla(0, 0%, 100%, 0) 1.36%, #fff 98.33%);
  position: absolute;
  top: 0;
  right: -1px;
  height: calc(100% - 60px);
  width: 100px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .vehicles-carousel .slick-list {
  overflow: visible;
  margin-left: 0;
  width: 100%;
  padding-right: 60px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .vehicles-carousel .item {
  max-width: 100px;
  text-align: center;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .vehicles-carousel .item img {
  width: 96px;
  height: 96px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  padding: 10px;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .vehicles-carousel .item h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .slick-dots li.slick-active button {
  background: #000;
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .slick-dots li button {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0;
  height: 2px;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-vehicle .offers-list-container {
    display: none;
  }
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-type .types-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 50px;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-type .types-grid {
    margin: 0 0 30px;
  }
}
.header-menu .menu-tabs .menu-tab.tab-shop .subtab-type .types-grid a {
  max-width: calc(25% - 30px);
  width: 25%;
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-type .types-grid a {
    max-width: calc(50% - 20px);
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-type .heading,
  .header-menu .menu-tabs .menu-tab.tab-shop .subtab-type .offers-list-container {
    display: none;
  }
}
.header-menu .menu-tabs .menu-tab.tab-locations .subtab-all .map-state-locator .map-container .address-finder {
  padding: 16px;
  top: 20px;
}
.header-menu .menu-tabs .menu-tab.tab-locations .subtab-all .map-state-locator .map-container .address-finder .title {
  font-size: 14px;
}
.header-menu .menu-tabs .menu-tab.tab-locations .subtab-all .map-state-locator .map-container .address-finder .thick-form .fields .field input {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
}
.header-menu .menu-tabs .menu-tab.tab-locations .subtab-all .map-state-locator .map {
  height: 370px;
}
.header-menu .menu-tabs .menu-tab.tab-locations .subtab-all .map-state-locator .cities-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 34px 0 0;
}
.header-menu .menu-tabs .menu-tab.tab-locations .subtab-all .map-state-locator .cities-list a {
  font-size: 12px;
}
.header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid .child {
  max-width: calc(50% - 40px);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid .child {
    max-width: 100%;
    width: 100%;
  }
}
.header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid .child a {
  display: block;
  font-size: 18px;
  margin-bottom: 18px;
}
.header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid .child table {
  width: 100%;
  table-layout: fixed;
}
.header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid .child table td {
  vertical-align: top;
  width: 50%;
}
.header-menu .menu-tabs .menu-tab.tab-locations .sublocations-grid .child table td:first-child a {
  padding-right: 15px;
}
.header-menu .menu-tabs .menu-tab.tab-fleet .content-wrapper,
.header-menu .menu-tabs .menu-tab.tab-services .content-wrapper {
  max-width: 100%;
}
.header-menu .menu-tabs .menu-tab.tab-fleet .services {
  padding: 0 !important;
  margin: 30px 0 0;
}
.header-menu .menu-tabs .menu-tab.tab-fleet .services .h2-custom {
  display: none;
}
.header-menu .menu-tabs .menu-tab.tab-about .content-wrapper {
  max-width: 100%;
}
.header-menu .menu-tabs .menu-tab.tab-about .quick-links {
  background: #fff;
}
.header-menu .menu-tabs .menu-tab.tab-about .quick-links-items {
  padding: 0 !important;
  margin: 30px 0 0;
}
.header-menu .menu-tabs .menu-tab.tab-about .quick-links .h2-custom {
  display: none;
}
.header-menu .menu-tabs .menu-tab.tab-resources .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .header-menu .menu-tabs .menu-tab.tab-resources .posts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-menu .menu-tabs .menu-tab.tab-resources .posts .item {
  max-width: 160px;
}
@media screen and (max-width: 1200px) {
  .header-menu .menu-tabs .menu-tab.tab-resources .posts .item {
    max-width: calc(33% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .header-menu .menu-tabs .menu-tab.tab-resources .posts .item {
    max-width: calc(50% - 12px);
    width: 50%;
  }
}
.header-menu .menu-tabs .menu-tab.tab-resources .posts .item .image {
  max-width: 100%;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 12px;
}
.header-menu .menu-tabs .menu-tab.tab-resources .posts .item .title {
  font-size: 14px;
  color: #000;
  line-height: normal;
}
.current-tyre-search {
  letter-spacing: -0.2px;
}
.current-tyre-search-anchor {
  height: 0;
}
.current-tyre-search-box-container {
  position: sticky;
  top: 115px;
  z-index: 50;
}
@media screen and (max-width: 991px) {
  .current-tyre-search-box-container {
    top: 120px;
  }
}
.current-tyre-search-box-container .current-tyre-search {
  margin-bottom: 32px;
}
.current-tyre-search-box-container:has(.current-tyre-search.floating):has(.scroll-content span) .mobile-filters-cloud {
  display: block;
}
.current-tyre-search.floating .car-details,
.current-tyre-search.floating .inner,
.current-tyre-search.floating .tyre-details {
  border-radius: 0 !important;
}
@media screen and (max-width: 991px) {
  .current-tyre-search.floating {
    margin: 0 -15px;
  }
  .current-tyre-search.floating .inner {
    border-left: 0;
    border-right: 0;
  }
}
.current-tyre-search .inner {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .inner {
    border-radius: 4px;
  }
}
.current-tyre-search .last-change .date {
  font-weight: 700;
}
.current-tyre-search .car-details {
  background: #f2f2f2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
}
.current-tyre-search .car-details .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.current-tyre-search .car-details .logo img {
  max-width: 43px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.current-tyre-search .car-details .name {
  font-weight: 700;
  margin-right: auto;
}
.current-tyre-search .car-details .rego {
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px;
}
.current-tyre-search .car-details .question a {
  color: #0066d3;
}
.current-tyre-search .car-details .odometer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
}
.current-tyre-search .car-details .last-change {
  cursor: pointer;
  text-decoration: underline;
}
.current-tyre-search .car-details .toggle {
  padding: 4px 4px 4px 10px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .car-details .toggle {
    margin-left: auto;
  }
}
.current-tyre-search .car-details .toggle .fa {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-tyre-search .car-details .toggle.active .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.current-tyre-search .car-details.desktop {
  border-radius: 8px 8px 0 0;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .car-details.desktop {
    display: none;
  }
}
.current-tyre-search .car-details.desktop .odometer {
  position: relative;
  padding-left: 16px;
  margin-left: 6px;
}
.current-tyre-search .car-details.desktop .odometer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .current-tyre-search .car-details.mobile {
    display: none;
  }
}
.current-tyre-search .car-details.mobile .block {
  padding: 12px 16px;
}
.current-tyre-search .car-details.mobile .car {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.current-tyre-search .tyre-details {
  background: #fafafa;
  padding: 12px 20px;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #d2d2d2;
  margin-top: -1px;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .tyre-details {
    border-radius: 0 0 4px 4px;
  }
}
.current-tyre-search .tyre-details .staggered-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.current-tyre-search .tyre-details .staggered-tabs a {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.current-tyre-search .tyre-details .staggered-tabs a.active {
  color: #000;
}
.current-tyre-search .tyre-details .staggered-tabs a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  background: #e11f26;
}
.current-tyre-search .tyre-details .line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.current-tyre-search .tyre-details .detail-tab {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.current-tyre-search .tyre-details .detail-tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.current-tyre-search .tyre-details .detail-tab .divider {
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.current-tyre-search .tyre-details .detail-tab select {
  height: 32px;
  padding: 6px 30px 6px 12px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
}
.current-tyre-search .tyre-details .detail-tab a {
  color: #0066d3;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .tyre-details .detail-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .current-tyre-search .tyre-details .detail-tab .other {
    width: 100%;
  }
  .current-tyre-search .tyre-details .detail-tab .other select {
    margin: 0;
    width: 100%;
  }
}
.current-tyre-search .tyre-details .not {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .tyre-details .not {
    margin-top: 3px;
    width: 100%;
  }
}
.current-tyre-search .tyre-details .not a {
  color: #0066d3;
}
.current-tyre-search .tyre-details .extra-details {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.current-tyre-search .tyre-details .extra-details .last-change,
.current-tyre-search .tyre-details .extra-details .odometer {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .current-tyre-search .tyre-details .extra-details {
    display: none;
  }
}
.current-tyre-search-inline {
  position: relative;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .current-tyre-search-inline {
    width: calc(100% - 30px);
  }
}
.current-tyre-search-inline .car-details {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0;
}
.current-tyre-search-inline .car-details .name {
  margin-right: 0;
}
.current-tyre-search-inline .car-details .toggle {
  padding-left: 4px;
}
.current-tyre-search-inline .car-details .inline-question {
  display: none;
}
.current-tyre-search-inline .car-details .car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .current-tyre-search-inline .car-details .car {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .current-tyre-search-inline .car-details .name {
    max-width: 75%;
  }
  .current-tyre-search-inline .car-details .name .shorten {
    text-overflow: ellipsis;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  .current-tyre-search-inline .car-details .question {
    display: none;
  }
  .current-tyre-search-inline .car-details .inline-question {
    display: block;
  }
  .current-tyre-search-inline .car-details .inline-question a {
    color: #1c5ca2;
    font-weight: 400;
  }
}
.current-tyre-search-inline .car-details-popup {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  left: -1px;
  top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
@media screen and (max-width: 991px) {
  .current-tyre-search-inline .car-details-popup {
    top: 61px;
    width: calc(100% + 30px);
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}
.current-tyre-search-inline .car-details-popup .car {
  padding: 12px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.current-tyre-search-inline .car-details-popup .car .state {
  margin-right: auto;
}
.current-tyre-search-inline .car-details-popup .inline-question {
  display: none;
}
.current-tyre-search-buy-again .inner {
  max-width: none;
  width: 100%;
  margin-top: 30px;
}
.current-tyre-search-buy-again .car-details .name {
  margin-right: 0;
  max-width: 240px;
}
@media screen and (max-width: 991px) {
  .current-tyre-search-buy-again .car-details .name {
    max-width: none;
  }
}
.current-tyre-search-buy-again .car-details .question {
  margin-right: auto;
}
.current-tyre-search-buy-again .car-details.mobile .car .extra-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.current-tyre-search-buy-again .tyre-details .line-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.current-tyre-search-buy-again .tyre-details .line-2 .browse-all {
  margin-left: auto;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .current-tyre-search-buy-again .tyre-details .line-2 .browse-all {
    display: none;
  }
}
.fmo-available-banner {
  background: #f7d046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px;
}
.fmo-available-banner .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  background: url(images/filter-tooltip.svg) 50%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fmo-available-banner .text {
  color: #585a58;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fmo-available-banner .text {
    font-size: 13px;
    line-height: 1.3;
  }
}
.fmo-available-banner .text b {
  color: #000;
}
.service-map .address-finder {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  min-height: 600px;
}
@media screen and (max-width: 991px) {
  .service-map .address-finder {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 0;
    padding: 20px;
  }
}
.service-map .address-finder .title {
  font-size: 15px;
}
.service-map .address-finder hr {
  margin: 23px 0;
}
.service-map .address-finder .field {
  position: relative;
}
.service-map .address-finder .cities-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 50px auto 0;
  padding-top: 23px;
  margin-top: 63px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .service-map .address-finder .cities-list {
    gap: 10px;
  }
}
.service-map .address-finder .cities-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f6f5f5;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.service-map .address-finder .cities-list a .far {
  color: rgba(0, 0, 0, 0.5);
}
.service-map .address-finder .cities-list a.active {
  background: #e11f26;
  color: #000;
}
.service-map .address-finder .cities-list a.active .far {
  color: #000;
}
.service-map .address-finder .cities-list .heading {
  position: absolute;
  top: -29px;
  font-size: 13px;
  font-weight: 600;
}
.service-map .address-finder .if-serviced {
  display: none;
}
.service-map .address-finder .icon-link {
  width: 100%;
}
.service-map .address-finder .note {
  display: none;
  padding: 18px 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 600;
}
.service-map .address-finder .note .circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #509e31;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.service-map .address-finder .note.serviced-note {
  color: #509e31;
  background: rgba(80, 158, 49, 0.1);
}
.service-map .address-finder .note.not-serviced-note {
  color: #ff0700;
  background: rgba(255, 7, 0, 0.1);
}
.service-map .address-finder .note.not-serviced-note .circle {
  border-color: #ff0700;
}
.service-map .map-container {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .service-map .map-container {
    height: 300px;
  }
}
.service-map .map-container .map {
  height: 100%;
  border-radius: 20px;
  min-height: 600px;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 991px) {
  .service-map .map-container .map {
    min-height: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.service-map.serviced .cities-list,
.service-map.serviced .not-serviced-note {
  display: none;
}
.service-map.serviced .if-serviced {
  display: block;
}
.service-map.serviced .serviced-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-map.not-serviced .if-serviced,
.service-map.not-serviced .serviced-note {
  display: none;
}
.service-map.not-serviced .not-serviced-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .elementor > .e-con > .e-con-inner,
body .elementor > .elementor-section-wrap > .e-con > .e-con-inner {
  width: 80%;
}
@media screen and (max-width: 767px) {
  body .elementor > .e-con > .e-con-inner,
  body .elementor > .elementor-section-wrap > .e-con > .e-con-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .elementor .e-con-full > .e-con-boxed .e-con-inner {
  width: 80%;
}
@media screen and (max-width: 767px) {
  body .elementor .e-con-full > .e-con-boxed .e-con-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .elementor .elementor-heading-title {
  line-height: 1.1em;
}
body .elementor .elementor-heading-title.elementor-size-medium {
  font-size: 20px;
  line-height: 1.3em;
}
body .elementor .elementor-heading-title [class*="fa-chevron"] {
  font-size: 0.8em;
  margin-left: 10px;
}
.custom-gallery.stretchy {
  overflow: hidden;
}
.custom-gallery.stretchy .items .slick-list {
  overflow: visible;
  width: 100%;
  margin-left: 0;
}
.custom-gallery.stretchy .items .item {
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .custom-gallery.stretchy .items .item {
    height: 260px;
  }
}
.custom-gallery.stretchy .items .slick-dots {
  position: absolute;
  top: 220px;
}
.custom-gallery.grey-stack .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 10px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .custom-gallery.grey-stack .items {
    gap: 20px 40px;
  }
}
.custom-gallery.grey-stack .items .item {
  height: 60px;
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (max-width: 1200px) {
  .custom-gallery.grey-stack .items .item {
    min-width: calc(24% - 25px) !important;
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .custom-gallery.grey-stack .items .item {
    height: 74px;
  }
}
@media screen and (max-width: 420px) {
  .custom-gallery.grey-stack .items .item {
    min-width: 30% !important;
    max-width: 50%;
  }
}
.custom-gallery.grey-stack .items.slides-8 .item {
  min-width: calc(12.5% - 10px);
}
.custom-gallery .heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-gallery .heading-container .heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.custom-gallery .heading-container .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.icon-link.style-yellow-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .icon-link.style-yellow-box {
    gap: 15px;
  }
}
.icon-link.style-yellow-box:hover {
  opacity: 0.75;
}
.icon-link.style-yellow-box .icon {
  width: 60px;
  height: 60px;
  background: #e11f26;
  color: #000;
  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;
  border-radius: 10px;
}
.icon-link.style-yellow-box .icon img {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .icon-link.style-yellow-box .icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .icon-link.style-yellow-box .icon img {
    max-width: 25px;
    max-height: 25px;
  }
}
.icon-link.style-yellow-box .text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .icon-link.style-yellow-box .text {
    font-size: 16px;
  }
}
.icon-link.style-yellow-box .chevron {
  position: absolute;
  right: 0;
  color: #000;
}
.icon-link.style-green-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  background: #509e31;
  border-radius: 8px;
  height: 60px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .icon-link.style-green-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.icon-link.style-green-button:hover {
  opacity: 0.75;
}
.icon-link.style-green-button.color-yellow {
  background: #e11f26;
}
.icon-link.style-green-button.color-yellow .icon,
.icon-link.style-green-button.color-yellow .text {
  color: #000;
}
.icon-link.style-green-button.color-black {
  background: #000;
}
.icon-link.style-green-button.color-black .icon,
.icon-link.style-green-button.color-black .text {
  color: #fff;
}
.icon-link.style-green-button .icon {
  color: #fff;
  font-size: 16px;
}
.icon-link.style-green-button .icon img {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
}
.icon-link.style-green-button .text {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.container-arrows-hero {
  overflow: hidden !important;
  position: relative !important;
  height: 650px !important;
}
@media screen and (max-width: 767px) {
  .container-arrows-hero {
    height: auto !important;
  }
}
.container-arrows-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: #e11f26;
  width: calc((100vw - 1260px) / 2);
  height: 100%;
}
.container-arrows-hero > .e-con-inner:after {
  content: "";
  background: url(images/chevron-bg.svg) no-repeat 100%;
  position: absolute;
  left: 50%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  background-position: 0;
  width: 800px;
  background-size: auto 100%;
}
.testimonials-slider {
  text-align: center;
}
.testimonials-slider .item {
  display: none;
  padding: 64px 80px 52px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
@media screen and (max-width: 420px) {
  .testimonials-slider .item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.testimonials-slider .item:first-child {
  display: block;
}
.testimonials-slider .item .logo {
  margin-bottom: 32px;
}
.testimonials-slider .item h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.testimonials-slider .item p {
  font-size: 20px;
  line-height: 28px;
}
.testimonials-slider .item .author-info {
  margin-top: 32px;
}
.testimonials-slider .item .author-info .arrows {
  gap: 32px;
}
.testimonials-slider .item .author-info .arrows,
.testimonials-slider .item .author-info .arrows .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-slider .item .author-info .arrows .arrow {
  border-radius: 50%;
  border: 1px solid #000;
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.testimonials-slider .item .author-info .arrows .arrow.disabled {
  opacity: 0.3;
  cursor: default;
}
.testimonials-slider .item .author-info .arrows .author-image {
  min-width: 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e11f26;
  -o-object-fit: fill;
  object-fit: fill;
  background: #e7e7e7;
}
.testimonials-slider .item .author-info h3 {
  font-size: 20px;
  margin-top: 15px;
}
.testimonials-slider .item .author-info h4 {
  color: #747474;
  font-size: 14px;
  font-weight: 500;
}
.recommended {
  display: none;
}
.recommended.-show {
  display: block;
}
@media screen and (min-width: 992px) {
  .recommended .h2-custom {
    font-size: 2.5em;
  }
}
.recommended-content {
  padding-bottom: 30px;
  margin: 35px 0 50px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 991px) {
  .recommended-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.recommended-content-error,
.recommended-content-loading,
.recommended-content-no-tyres {
  display: none;
}
.recommended-content-error.-show,
.recommended-content-loading.-show,
.recommended-content-no-tyres.-show {
  display: block;
}
.recommended-content-loading_text {
  font-weight: 700;
}
.recommended-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .recommended-content-item {
    margin: 0 -15px;
  }
}
.recommended-content-item.has-scrollbar {
  padding-right: 20px;
  margin-right: 5px;
}
.recommended-content-item.has-scrollbar:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background-image: linear-gradient(90deg, transparent, #fff);
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
}
.recommended-content-item .scrollbar-track-x {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .recommended-content-item .scrollbar-track-x:after,
  .recommended-content-item .scrollbar-track-x:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 20px;
    height: 10px;
    background: #fff;
    left: 0;
  }
  .recommended-content-item .scrollbar-track-x:after {
    right: 0;
    left: auto;
  }
}
.recommended-content-item .scrollbar-thumb-x {
  background: #000;
  border-radius: 0;
}
.recommended-content-item + .recommended-content-item {
  margin-top: 30px;
}
.recommended-content-item_detail {
  width: 25%;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .recommended-content-item_detail {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 12.5px;
  }
}
@media screen and (max-width: 991px) {
  .recommended-content-item_detail {
    padding: 0 5.5px;
    margin-bottom: 60px;
  }
}
.recommended-content-item_detail_title {
  font-size: 2.14em;
  line-height: 1.1em;
  color: #e11f26;
}
.recommended-content-item_detail .btn {
  display: block;
  width: 100%;
  border: 2px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .recommended-content-item_detail .btn {
    max-width: 200px;
  }
}
.recommended-content-item-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .recommended-content-item-suggestions {
    padding: 0 15px;
    gap: 8px;
  }
}
.recommended-content-item_suggestion {
  width: 392px;
  min-width: 240px;
}
@media screen and (max-width: 991px) {
  .recommended-content-item_suggestion.empty {
    display: none;
  }
}
.recommended-content-item_suggestion .mt-suggestion_title {
  background: #e11f26;
  padding: 20px;
  text-align: center;
  margin: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: -5px;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .recommended-content-item_suggestion .mt-suggestion_title {
    font-size: 13px;
    padding: 10px 10px 15px;
  }
}
.recommended-content-item_suggestion .mt-suggestion.premium .mt-suggestion_title {
  background: #000;
  color: #fff;
}
.recommended-content-item_suggestion .mt-suggestion.midrange .mt-suggestion_title {
  background: #509e31;
  color: #fff;
}
.recommended-content-item_suggestion .mt-suggestion .tyre-tile {
  max-width: 392px;
}
@media screen and (max-width: 991px) {
  .recommended-header_title {
    font-size: 20px;
  }
}
.recommended-header_link {
  text-decoration: underline;
  margin: -5px 0 20px;
}
.recommended-header_link a {
  font-size: 14px;
  color: #000;
  display: block;
}
.recommended-header_link a i {
  margin-left: 15px;
}
@media screen and (min-width: 992px) {
  .recommended-header_link {
    display: none;
  }
}
.full-search {
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 991px) {
  .full-search {
    margin: 0 0 50px;
  }
  .full-search .content-wrapper {
    padding: 0;
  }
}
.full-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .full-search-wrapper {
    border-top: 1px solid #e3e3e3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.full-search-form {
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .full-search-form {
    width: 100%;
    padding-right: 10px;
    position: fixed !important;
    background: #fff;
    top: auto !important;
    bottom: -100%;
    left: 0;
    z-index: 1000;
    padding: 0;
    height: 85%;
    border-radius: 15px 15px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.full-search-form.active {
  bottom: 0;
}
.full-search-form .scrollbar-track {
  opacity: 0 !important;
}
.full-search-form .mobile-heading {
  position: relative;
  padding: 22px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc;
  letter-spacing: 0.2px;
}
.full-search-form .mobile-heading .close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 8px;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .full-search-form .mobile-heading {
    display: none;
  }
}
.full-search-form-wrapper {
  position: relative;
}
@media screen and (min-width: 992px) {
  .full-search-form-wrapper {
    width: 240px;
    min-width: 240px;
  }
}
.full-search-form-overlay {
  display: none;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 115%;
  height: 115%;
  background: rgba(0, 0, 0, 0.1);
  margin: -7.5%;
  border-radius: 10px;
}
.full-search-form-overlay.active {
  display: block;
}
.full-search-items {
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .full-search-filters-container {
    overflow: auto;
    height: calc(100% - 200px);
    padding: 20px 16px 0;
  }
}
.full-search-filters_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .full-search-filters_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .full-search-filters_title {
    margin-bottom: 20px;
  }
}
.full-search-filters_title .clear {
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
  cursor: pointer;
}
.full-search-filters_opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.full-search-filters_opener .text {
  margin-right: auto;
}
.full-search-filters_opener .counter {
  margin-right: 24px;
}
.full-search-filters_opener.active .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.full-search-filters hr {
  margin: 20px 0 !important;
}
@media screen and (max-width: 991px) {
  .full-search-filters--details {
    margin-top: 20px;
  }
  .full-search-filters--filters .full-search-items {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .full-search-filters {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .full-search .additional-filters .collapsible-filters-container {
    display: none;
  }
}
.full-search-actions {
  display: none;
}
@media screen and (max-width: 767px) {
  .full-search-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 100;
    top: auto;
    left: 0;
    bottom: 32px;
    width: 100%;
    height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #dcdcdc;
    background: #fff;
    margin-bottom: 0;
  }
}
.full-search-actions a u {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.full-search .current-filters-container {
  margin: 0 0 20px;
}
@media screen and (min-width: 992px) {
  .full-search .current-filters-container.floating {
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 240px;
    padding: 15px 0 5px;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media screen and (max-width: 991px) {
  .full-search .current-filters-container {
    display: none;
  }
}
.full-search .filters-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  top: -8px;
}
.full-search .filters-cloud span {
  padding: 3px 8px;
  background: #e11f26;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.2px;
  border-radius: 5px;
}
.full-search .filters-cloud span .remove {
  display: inline-block;
  color: #fff;
  background: #000;
  width: 13px;
  height: 13px;
  line-height: 14px;
  font-size: 16px;
  vertical-align: middle;
  font-style: normal;
  text-align: center;
  margin-left: 3px;
  cursor: pointer;
}
.full-search .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #dedede;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-left: auto;
  margin-right: 8px;
}
.full-search .counter.active {
  background: #e11f26 !important;
  color: #000 !important;
}
.full-search-item {
  position: relative;
  margin-bottom: 10px;
}
.full-search-item_label {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.full-search-item_input {
  padding: 23px 10px 6px 12px;
  width: 100%;
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 75%, 0.7);
}
@media screen and (max-width: 991px) {
  .full-search-item_input {
    font-size: 16px;
  }
}
.full-search-item_input.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.full-search-item_checkboxes {
  position: relative;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
}
.full-search-item_checkboxes .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.full-search-item_checkboxes .heading .label {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.full-search-item_checkboxes .heading .arrow {
  background: url(images/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.full-search-item_checkboxes .boxes {
  display: none;
  padding-top: 14px;
  overflow: auto !important;
  max-height: 255px;
}
.full-search-item_checkboxes .boxes .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.full-search-item_checkboxes .boxes .item:last-child {
  margin-bottom: 0;
}
.full-search-item_checkboxes .boxes .item input {
  width: 16px;
  height: 16px;
  accent-color: #000;
  margin-top: -1px;
}
.full-search-item_checkboxes .boxes .item input:disabled + span {
  opacity: 0.8;
}
.full-search-item_checkboxes.active .heading .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.full-search-item select option:disabled,
.full-search-item select option[disabled="disabled"] {
  color: #cbcbcb;
  background-color: #f7f7f7;
}
@media screen and (max-width: 991px) {
  .full-search-item select {
    font-size: 16px;
  }
}
.full-search-item_switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.full-search-item_switch input:checked + .switch-button {
  background-color: #509e31;
  border-color: #509e31;
}
.full-search-item_switch input:checked + .switch-button:after {
  left: 24px;
}
.full-search-item_switch .switch-button {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  background-color: #d2d2d2;
  border: 2px solid #d2d2d2;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.full-search-item_switch .switch-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.full-search .available-today {
  display: none;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.full-search .available-today p {
  font-size: 14px;
}
.full-search .pre-search {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f2f2f2;
  padding: 20px;
  border-radius: 8px;
}
.full-search .pre-search p {
  margin-bottom: 0;
}
.full-search-results {
  width: calc(100% - 260px);
}
@media screen and (min-width: 1360px) {
  .full-search-results {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 991px) {
  .full-search-results {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 15px;
    padding: 0 15px;
  }
}
.full-search-results-header {
  margin-bottom: 36px;
}
.full-search-results-header h3 {
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .full-search-results-header h3 {
    font-size: 20px;
  }
}
.full-search-results-header .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.full-search-results-header .cols > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.full-search-results-header .cols .open-filter {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #d2d2d2;
  color: #000;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}
.full-search-results-header .cols .open-filter .counter {
  background: #000;
  color: #fff;
  width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 20px;
}
.full-search-results-header .cols .open-filter.active {
  background: #e11f26;
  font-weight: 700;
  border-color: #e11f26;
}
.full-search-results-header .cols .open-filter.active .counter {
  background: #fff;
  color: #000;
}
.full-search-results-header .full-search-sort {
  margin-left: auto;
  max-width: 240px;
}
@media screen and (max-width: 991px) {
  .full-search-results-header .full-search-sort {
    max-width: 50%;
  }
}
.full-search-results-header .full-search-sort select {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .full-search-results-header .full-search-sort select {
    font-size: 14px;
    padding: 12px;
  }
}
.full-search-results .scroll-to-container {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 48px;
  padding-top: 78px;
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .full-search-results .scroll-to-container {
    right: auto;
    left: 10px;
    padding-bottom: 30px;
  }
}
.full-search-results .scroll-to-container .scroll-to {
  position: sticky;
  height: 48px;
  border-radius: 5px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 48px;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  overflow: hidden;
  float: right;
}
@media screen and (max-width: 991px) {
  .full-search-results .scroll-to-container .scroll-to {
    height: 40px;
    min-width: 40px;
    padding: 0;
    float: left;
  }
}
.full-search-results .scroll-to-container .scroll-to:after {
  font-family: Font Awesome\5 Pro;
  font-size: 18px;
  color: #000;
  width: 18px;
  text-align: center;
}
.full-search-results .scroll-to-container .scroll-to.top {
  top: 133px;
}
.full-search-results .scroll-to-container .scroll-to.top:after {
  content: "\f078";
}
@media screen and (max-width: 991px) {
  .full-search-results .scroll-to-container .scroll-to.top {
    top: calc(100% - 65px);
    margin-right: 0;
  }
}
.full-search-results .scroll-to-container .scroll-to.bottom {
  top: calc(100% - 140px);
}
.full-search-results .scroll-to-container .scroll-to.bottom:after {
  content: "\f077";
}
@media screen and (max-width: 991px) {
  .full-search-results .scroll-to-container .scroll-to.bottom {
    top: calc(100% - 65px);
    margin-left: 45px;
  }
}
.full-search-results .scroll-to-container .scroll-to .desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 0;
  opacity: 0;
}
.full-search-results .scroll-to-container .scroll-to:hover {
  cursor: pointer;
}
.full-search-results .scroll-to-container .scroll-to:hover .desc {
  max-width: 200px;
  padding-right: 12px;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .full-search-results .scroll-to-container .scroll-to:hover .desc {
    display: none !important;
  }
}
.full-search .mobile-filters-cloud {
  display: none;
  margin: 0 -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fafafa;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .full-search .mobile-filters-cloud {
    display: none !important;
  }
}
.full-search .mobile-filters-cloud .open-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.2px;
  margin-left: 15px;
}
.full-search .mobile-filters-cloud .open-filter .counter {
  width: 16px;
  height: 16px;
  margin-right: 0;
}
.full-search .mobile-filters-cloud .filters-cloud {
  position: relative;
  margin: 0;
  margin-left: -15px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  top: auto;
  padding: 12px;
  gap: 6px;
}
.full-search .mobile-filters-cloud .filters-cloud:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
}
.full-search .mobile-filters-cloud .filters-cloud .scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.full-search .mobile-filters-cloud .filters-cloud .scrollbar-track {
  display: none !important;
}
.full-search .mobile-filters-cloud .filters-cloud span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.full-search .mobile-filters-cloud .filters-cloud span .remove {
  margin-left: 5px;
}
.full-search .blockUI {
  background: rgba(0, 0, 0, 0.2) !important;
}
.full-search .blockUI.blockMsg {
  display: none !important;
}
.full-search .blockUI * {
  display: none;
}
@media screen and (max-width: 991px) {
  .full-search .blockUI {
    margin: 0 !important;
  }
}
.full-search-current-filters {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .full-search-current-filters {
    display: none !important;
  }
}
.full-search-current-filters .items {
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.full-search-current-filters .items li {
  background: #faca00;
  border-radius: 41px;
  display: inline-block;
  padding: 15px;
}
.full-search-current-filters .items li .remove {
  display: inline-block;
  margin-left: 10px;
}
.full-search-current-filters .clear-filters {
  float: right;
  margin-right: 15px;
  font-size: 16px;
}
.full .loading-tyres-spinner {
  display: none;
  margin: 20px auto;
}
.full .loading-tyres-spinner.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .full .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .full .mobile-only {
    display: none;
  }
}
.mt-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 360px));
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  gap: 12px;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1480px) {
  .mt-list {
    grid-template-columns: repeat(3, minmax(240px, 360px));
  }
}
@media screen and (max-width: 1230px) {
  .mt-list {
    grid-template-columns: repeat(2, minmax(240px, 360px));
  }
}
@media screen and (max-width: 991px) {
  .mt-list {
    grid-template-columns: repeat(3, minmax(240px, 360px));
  }
}
@media screen and (max-width: 795px) {
  .mt-list {
    grid-template-columns: repeat(2, minmax(240px, 360px));
  }
}
@media screen and (max-width: 540px) {
  .mt-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mt-list_item .tyre-tile {
  margin: 0 auto;
}
.tyres-search-hero {
  position: relative;
  height: 650px;
  overflow: hidden;
  padding-top: 160px;
}
.tyres-search-hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: #e11f26;
  width: calc((100vw - 1260px) / 2);
  height: 100%;
}
.tyres-search-hero .chevron {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .tyres-search-hero {
    height: auto;
    padding: 50px 0;
  }
}
.searching-products-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  background: hsla(0, 0%, 96%, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searching-products-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searching-products-popup .text {
  display: block;
  text-align: center;
  margin-top: 100px;
  font-size: 20px;
  font-weight: 600;
}
.breadcrumbs-nav {
  position: relative;
  background-color: hsla(0, 0%, 75%, 0.5);
  overflow: hidden;
}
.breadcrumbs-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.breadcrumbs-nav-sec {
  padding: 15px 50px;
  font-size: 1.2em;
  min-width: 175px;
  text-align: center;
}
.breadcrumbs-nav-sec.-on {
  background-color: #e11f26;
}
@media screen and (max-width: 991px) {
  .breadcrumbs-nav-sec {
    padding: 15px 20px;
    min-width: 25%;
    font-size: 1em;
  }
}
.breadcrumbs-nav-date {
  position: relative;
}
.breadcrumbs-nav-date:before {
  position: absolute;
  right: 95%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #e11f26;
}
.breadcrumbs-nav-date.-on:before {
  content: "";
}
.breadcrumbs-nav-details {
  background-color: hsla(0, 0%, 50%, 0.3);
}
.breadcrumbs-nav-payment {
  background-color: hsla(0, 0%, 50%, 0.15);
}
.breadcrumbs-nav-confirm {
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}
.breadcrumbs-nav-confirm:before {
  position: absolute;
  left: 95%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #509e31;
}
.breadcrumbs-nav-confirm.-on {
  background-color: #509e31;
  color: #fff;
}
.breadcrumbs-nav-confirm.-on:before {
  content: "";
}
.breadcrumbs-nav {
  display: none;
}
.breadcrumbs-nav .breadcrumbs-nav-sec {
  display: block;
  float: left;
  text-align: center;
  position: relative;
  margin: 0 10px 0 0;
}
.breadcrumbs-nav .breadcrumbs-nav-sec:before {
  border-left: 28px solid #dfdfdf;
  left: 0;
  display: inline;
}
.breadcrumbs-nav .breadcrumbs-nav-sec:after,
.breadcrumbs-nav .breadcrumbs-nav-sec:before {
  content: "";
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  position: absolute;
  top: 0;
}
.breadcrumbs-nav .breadcrumbs-nav-sec:after {
  border-left: 28px solid hsla(0, 0%, 50%, 0.3);
  right: -28px;
  z-index: 2;
}
.breadcrumbs-nav .breadcrumbs-nav-payment:after {
  content: "";
  height: 55px;
  border-right: 100vw solid #d1d1d1;
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  z-index: -1;
}
.breadcrumbs-nav .breadcrumbs-nav-payment {
  background: #c8c8c8 !important;
}
.breadcrumbs-nav .-on:after {
  border-left: 28px solid #e11f26;
}
.breadcrumbs-nav .breadcrumbs-nav-wrapper:before {
  content: "";
  position: absolute;
  padding: 10vw;
  background: #e11f26;
  left: 0;
  z-index: 0;
}
.breadcrumbs-nav .breadcrumbs-nav-sec:first-child:before {
  display: none;
}
.single-product {
  letter-spacing: 0;
}
.single-product .content-wrapper {
  max-width: 1200px;
  padding: 0 25px;
}
.single-product.module {
  padding: 0;
}
@media screen and (max-width: 420px) {
  .single-product.module .content-wrapper {
    padding: 0;
  }
}
.single-product .car-selection-bar .current-tyre-search {
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .single-product .car-selection-bar .current-tyre-search-inline .car-details-popup {
    left: -30px;
  }
}
.single-product .mobile-details {
  display: none;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .single-product .mobile-details {
    display: block;
  }
}
.single-product .mobile-details .title {
  font-size: 20px;
  font-weight: 500;
}
.single-product .mobile-details .title span {
  display: block;
}
.single-product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .single-product-details {
    padding: 25px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 420px) {
  .single-product-details {
    padding: 30px 25px;
  }
}
.single-product-details .brand {
  margin-bottom: 25px;
}
.single-product-details .brand img {
  max-width: 200px;
  max-height: 65px;
}
.single-product .imagery {
  width: calc(55% - 68px);
  text-align: center;
  margin-right: 68px;
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 991px) {
  .single-product .imagery {
    max-width: 400px;
    width: 100%;
    margin-right: 0;
    position: relative;
    top: auto;
  }
}
.single-product .imagery .secondary-description {
  margin-bottom: 30px;
  font-weight: 500;
}
.single-product .imagery .gallery {
  position: relative;
}
.single-product .imagery .gallery .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.single-product .imagery .gallery .thumbnails .thumbnail {
  position: relative;
  padding-bottom: 14.5%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .thumbnails .thumbnail {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.single-product .imagery .gallery .thumbnails .thumbnail:first-child img {
  padding: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .thumbnails .thumbnail:first-child img {
    padding: 2px;
  }
}
.single-product .imagery .gallery .thumbnails .thumbnail.active {
  border: 2px solid #edbe00;
}
.single-product .imagery .gallery .thumbnails .thumbnail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .thumbnails {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 0;
    width: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-product .imagery .gallery .thumbnails .thumbnail {
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.single-product .imagery .gallery .single-product_image {
  position: relative;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 15px;
}
.single-product .imagery .gallery .single-product_image .inner {
  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: -1px;
}
.single-product .imagery .gallery .single-product_image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-product .imagery .gallery .single-product_image .single-image {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-bottom: 75%;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .single-product_image .single-image {
    min-height: 298px;
  }
}
.single-product .imagery .gallery .single-product_image .single-image[data-index="0"] {
  display: block;
}
.single-product .imagery .gallery .single-product_image .single-image[data-index="0"] img {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .single-product_image .single-image[data-index="0"] img {
    padding: 24px 0;
  }
}
.single-product .imagery .gallery .single-product_image .single-image .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product .imagery .gallery .single-product_image .single-image .image-container img {
  margin-bottom: -1px;
}
.single-product .imagery .gallery .single-product_image .single-image .image-container .reflection {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  margin-top: -80px;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .single-product_image .single-image .image-container .reflection {
    margin-top: -48px;
  }
}
.single-product .imagery .gallery .single-product_image .blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  z-index: 3;
}
.single-product .imagery .gallery .single-product_image .rondel-icon {
  position: absolute;
  top: 45px;
  left: 4vw;
  width: 125px;
  height: 125px;
}
@media screen and (max-width: 991px) {
  .single-product .imagery .gallery .single-product_image .rondel-icon {
    width: 72px;
    height: 72px;
    top: 40px;
    left: 32px;
  }
}
.single-product .imagery .gallery .single-product_image .rondel-icon img {
  width: 100%;
  height: 100%;
}
.single-product .imagery .gallery .single-product_image .car-make {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  z-index: 10;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px;
  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;
}
.single-product .imagery .gallery .single-product_image .car-make .car-make-icon {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .single-product .imagery .gallery .single-product_image .car-make {
    width: 70px;
    height: 70px;
    padding: 8px;
  }
}
.single-product .imagery .gallery .single-product_image .flex-control-nav {
  margin: 0;
  padding: 0;
}
.single-product .imagery .gallery .single-product_image .flex-control-nav li {
  display: inline-block;
  width: 70px;
}
.single-product .summary {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .single-product .summary {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .single-product .summary .details .brand,
  .single-product .summary .details .title {
    display: none;
  }
  .single-product .summary .details .attributes-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.single-product .summary .details .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
}
.single-product .summary .details .title span {
  display: inline-block;
}
.single-product .summary .details .size {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0;
}
.single-product .summary .attributes-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 420px) {
  .single-product .summary .attributes-icons {
    margin: 10px 0 15px;
  }
}
.single-product .summary .attributes-icons .icon {
  gap: 10px;
  padding: 5px 8px;
  background: #f6f6f6;
  border-radius: 4px;
}
.single-product .summary .attributes-icons .icon,
.single-product .summary .attributes-icons .icon .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product .summary .attributes-icons .icon .circle {
  height: 20px;
  width: 20px;
  min-width: 20px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}
.single-product .summary .attributes-icons .icon .circle img {
  height: 20px;
  width: 20px;
}
.single-product .summary .attributes-icons .icon .tip {
  font-size: 14px;
  font-weight: 500;
}
.single-product .summary .yellow-tickbox {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(images/tyre-tile-tick.png) no-repeat 50% #e11f26;
  background-size: 11px;
}
.single-product .summary .fits-vehicle {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 5px 18px 5px 12px;
  margin-top: 25px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product .summary .fits-vehicle .yellow-tickbox {
  margin-right: 10px;
}
.single-product .summary .quantities {
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .single-product .summary .quantities {
    margin-top: 24px;
  }
}
.single-product .summary .quantities .q-heading {
  font-size: 16px;
  margin: 16px 0;
}
.single-product .summary .quantities .q-heading .only {
  display: inline-block;
  background: #ec2028;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 2px;
  position: relative;
  top: -2px;
  margin-left: 8px;
}
.single-product .summary .quantities .items {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0;
}
.single-product .summary .quantities .items li {
  width: 20%;
}
.single-product .summary .quantities .items li .box {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  padding: 16px 10px;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .single-product .summary .quantities .items li .box {
    font-size: 20px;
  }
}
.single-product .summary .quantities .items li input {
  position: absolute;
  opacity: 0;
}
.single-product .summary .quantities .items li input:checked + .box {
  background: #e11f26;
  border-color: #e11f26;
}
.single-product .summary .quantities .items li input:disabled + .box {
  background: #ccc;
  color: #1a1a1a;
  opacity: 0.3;
}
.single-product .summary .prices {
  margin-top: 18px;
}
.single-product .summary .prices .tyre-price {
  display: none;
}
.single-product .summary .prices .tyre-price[data-quantity="4"] {
  display: block;
}
@media screen and (max-width: 991px) {
  .single-product .summary .prices .tyre-price .price-col {
    padding-right: 0;
  }
}
.single-product .summary .prices .tyre-price .price-group {
  margin-top: 22px;
}
@media screen and (max-width: 420px) {
  .single-product .summary .prices .tyre-price .price-group {
    margin-top: 20px;
  }
}
.single-product .summary .prices .tyre-price .price-group .actual-price {
  display: block;
  font-weight: 700;
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 420px) {
  .single-product .summary .prices .tyre-price .price-group .actual-price {
    font-size: 24px;
  }
}
.single-product .summary .prices .tyre-price .price-group .comparative {
  font-weight: 500;
  color: #ff0700;
  margin-right: 10px;
}
@media screen and (max-width: 420px) {
  .single-product .summary .prices .tyre-price .price-group .comparative {
    font-size: 14px;
  }
}
.single-product .summary .prices .tyre-price .promo-text-applied {
  padding: 4px 22px 4px 7px;
  background: #509e31;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
  margin-top: 5px;
}
.single-product .summary .prices .tyre-price .promo-text-applied.not {
  background: #f6f6f6;
  color: #000;
}
.single-product .summary .prices .tyre-price .promo-text-applied .field-tooltip {
  margin-left: 5px;
}
.single-product .summary .prices .tyre-price .promo-text-applied .field-tooltip:before {
  background-image: url(images/filter-tooltip-white.svg);
}
.single-product .summary .prices .tyre-price .promo-text-applied .field-tooltip .field-tooltip-text {
  width: 250px;
}
@media screen and (max-width: 991px) {
  .single-product .summary .prices .tyre-price .promo-text-applied {
    margin: 10px -10px 0 0;
    padding-right: 20px;
  }
}
.single-product .summary .prices .tyre-price .add-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  margin-top: 5px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .single-product .summary .prices .tyre-price .add-extra {
    margin-bottom: 0;
  }
}
.single-product .summary .prices .tyre-price .add-extra .checkbox {
  width: 24px;
  height: 24px;
  background: #fcfcfc;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
}
.single-product .summary .prices .tyre-price .no-4 {
  color: red;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  .single-product .summary .prices .tyre-price .no-4 {
    white-space: normal;
  }
}
.single-product .summary .prices .tyre-price:has(.add-extra) .promo-text-applied {
  display: none !important;
}
.single-product .summary .total-price {
  text-align: right;
}
.single-product .summary .total-price p {
  font-size: 14px;
  margin: 0;
}
.single-product .summary .total-price .amount {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .single-product .summary .total-price .amount {
    font-size: 30px;
  }
}
.single-product .summary .total-price .after-cashback {
  text-align: right;
  color: #a1a1a1;
  font-size: 14px;
}
.single-product .summary .total-price .after-cashback .amount {
  font-size: 28px;
}
.single-product .summary .inclusive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 28px 0 45px;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .single-product .summary .inclusive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 30px;
  }
}
.single-product .summary .inclusive .item svg {
  margin-right: 5px;
  vertical-align: top;
}
.single-product .summary .next-available {
  border-radius: 4px;
  background: #f6f6f6;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 28px 0;
}
@media screen and (max-width: 991px) {
  .single-product .summary .next-available {
    margin-bottom: 20px;
  }
}
.single-product .summary .next-available a {
  color: #000;
}
.single-product .summary .next-available .loaded {
  display: none;
}
.single-product .summary .action-button {
  width: 100%;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 56px;
  background: #e11f26;
  color: #000;
  border-radius: 4px;
  outline: none;
  border: none;
}
@media screen and (max-width: 991px) {
  .single-product .summary .action-button {
    font-size: 18px;
  }
}
.single-product .summary .action-button.instant {
  background: #509e31;
  color: #fff;
}
.single-product .summary .action-button:disabled {
  background: hsla(0, 0%, 75%, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.single-product .summary .dynamic-options.preload .quantities {
  opacity: 0.8;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.single-product .more-details {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .single-product .more-details {
    margin-top: 30px;
  }
}
.single-product .more-details .box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.single-product .more-details .box .opener {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 420px) {
  .single-product .more-details .box .opener {
    font-size: 16px;
  }
}
.single-product .more-details .box .opener:after {
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product .more-details .box .opener.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.single-product .more-details .box .inner {
  display: none;
  padding: 20px 0 0;
}
.single-product .more-details .box .inner p {
  font-size: 16px;
}
.single-product .more-details .box .inner ul {
  padding-left: 25px;
  list-style-type: none;
}
.single-product .more-details .box .inner ul li {
  position: relative;
  font-size: 16px;
}
.single-product .more-details .box .inner ul li:before {
  content: "·";
  position: absolute;
  top: -7px;
  left: -15px;
  font-size: 24px;
}
.single-product .more-details .box.technical-specs ul {
  list-style: none;
  padding-left: 0;
}
.single-product .more-details .box.technical-specs ul li:before {
  content: none;
}
.single-product .more-details .box.faqs .inner {
  margin-top: 10px;
  max-height: 520px;
  overflow: auto;
}
.single-product .more-details .box.faqs .item {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-product .more-details .box.faqs .item.active .question:before {
  content: "-";
}
.single-product .more-details .box.faqs .item.active .answer {
  max-height: 500px;
  padding-bottom: 15px;
  overflow: auto;
}
.single-product .more-details .box.faqs .item .question {
  margin-bottom: 10px;
  cursor: pointer;
}
.single-product .more-details .box.faqs .item .question:before {
  content: "+";
  font-weight: 700;
  display: inline-block;
  width: 10px;
}
.single-product .more-details .box.faqs .item .answer {
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-product .more-details .box.faqs .item p {
  display: inline;
}
.single-product .more-details .box.faqs .item p a {
  color: #000;
  text-decoration: underline;
}
.single-product .more-details .box.reviews {
  display: none;
}
.single-product .more-details .box.reviews:has(hr) {
  display: block;
}
.single-product .single-product-total_price .amount {
  position: relative;
}
.single-product .single-product-total_price .offer-asterix-applied:after {
  content: "*";
  font-size: 0.5em;
  position: absolute;
  right: -0.4em;
  top: 0;
}
.single-product .financing .single-product-afterpay-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: small;
  margin-top: 7px;
  text-align: center;
}
.single-product .financing .single-product-afterpay-price square-placement {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .single-product .financing .single-product-afterpay-price square-placement {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
  }
}
.single-product .financing .single-product-afterpay-price .afterpay-logo svg {
  max-height: 30px;
}
@media screen and (max-width: 991px) {
  .single-product .financing .single-product-afterpay-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
  }
  .single-product .financing .single-product-afterpay-price p {
    font-size: 14px;
  }
  .single-product .financing .single-product-afterpay-price img {
    width: 72px;
    margin-right: 0;
    padding: 7px;
  }
  .single-product .financing .single-product-afterpay-price a span {
    display: none;
  }
}
.single-product .financing .single-product-afterpay-price img {
  background: #b2fce5;
  padding: 12px;
  width: 120px;
  height: auto;
  border-radius: 25px;
  margin: 0 5px;
}
.single-product .financing .zip-container {
  text-align: center;
}
.single-product .financing .zip-container strong {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .single-product .financing .zip-container * {
    font-size: 14px;
  }
  .single-product .financing .zip-container .zip-learn-more {
    font-size: 12px !important;
  }
}
.single-product .financing .paypal-container {
  margin-top: 20px;
}
.single-product hr {
  margin: 28px 0;
}
@media screen and (max-width: 991px) {
  .single-product hr {
    margin: 20px 0;
  }
}
.single-product .fitting-note {
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 25px;
}
.single-product .legalscript {
  font-size: 14px;
}
.single-product.default .single-product-extra {
  margin-bottom: 30px;
}
.single-product .product-review {
  margin-top: 40px;
}
@media screen and (max-width: 420px) {
  .single-product .product-review {
    margin-top: 20px;
    padding: 30px;
  }
}
.cart-page {
  background-color: #e5e5e5;
}
.cart-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .cart-page-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.1857em;
  }
}
.cart-page-items {
  width: 70%;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .cart-page-items {
    width: 100%;
    margin-right: 0;
  }
}
.cart-page-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid hsla(0, 0%, 75%, 0.7);
  min-height: 200px;
}
.cart-page-item:first-child {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .cart-page-item {
    border-bottom: 0;
  }
}
.cart-page-item_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid hsla(0, 0%, 75%, 0.7);
  padding: 30px 40px;
}
.cart-page-item_sec:last-child {
  border-right: 0;
}
@media screen and (max-width: 1370px) {
  .cart-page-item_sec {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cart-page-item_sec {
    padding: 10px;
  }
}
.cart-page-item_sec .category-image {
  display: block;
  margin-bottom: 15px;
}
.cart-page-item_sec a {
  color: inherit;
}
.cart-page-item_image {
  position: relative;
  width: 22.5%;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .cart-page-item_image {
    display: none;
  }
}
.cart-page-item_image--reverse {
  position: relative;
  overflow: hidden;
  height: 20px;
}
.cart-page-item_image--reverse:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  z-index: 3;
}
.cart-page-item_image .rondel-icon {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (max-width: 1440px) {
  .cart-page-item_image .rondel-icon {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .cart-page-item_image .rondel-icon {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media screen and (max-width: 991px) {
  .cart-page-item_image .rondel-icon {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.cart-page-item_image .rondel-icon .badge2 {
  position: static;
}
.cart-page-item_image .rondel-icon img {
  max-width: 117px;
  width: 100%;
}
.cart-page-item_image .car-make {
  position: absolute;
  bottom: 30%;
  left: 13%;
  max-width: 60px;
  max-height: 60px;
  width: 35%;
}
.cart-page-item_name {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .cart-page-item_name {
    width: 50%;
  }
}
.cart-page-item_name img {
  max-width: 150px !important;
}
.cart-page-item_name p {
  margin-bottom: 0;
}
.cart-page-item_quantity {
  width: 22.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-page-item_quantity {
    width: 25%;
  }
}
.cart-page-item_quantity > select {
  display: block;
  width: 70px;
  border-radius: 0;
  background-color: #fff;
  margin: 0 auto;
  font-size: 1.3em;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cart-page-item_quantity > select {
    max-width: 70px;
    width: 100%;
  }
}
.cart-page-item_quantity .free {
  font-size: 1.3em;
  color: #ff0700;
}
.cart-page-item_price {
  font-weight: 500;
  font-size: 1.4em;
  margin-top: 15px;
  line-height: 1;
}
.cart-page-item_price.-sale {
  color: #ff0700;
}
.cart-page-item_price_sale {
  margin-bottom: 3px;
}
.cart-page-item_price_amt {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 3px;
  color: #000;
}
.cart-page-item_price .now {
  color: #ff0700;
}
.cart-page-item_price .before {
  color: silver;
}
.cart-page-item_subtotal {
  width: 22.5%;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .cart-page-item_subtotal {
    width: 25%;
    word-break: break-all;
  }
}
.cart-page-item_subtotal .free,
.cart-page-item_subtotal.is-offer {
  color: #ff0700;
}
.cart-page-totals {
  width: 30%;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cart-page-totals {
    width: 100%;
  }
}
.cart-page-totals-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border: 2px solid hsla(0, 0%, 75%, 0.7);
}
.cart-page-totals-content > .payment-options {
  padding: 0;
  width: 200px;
  margin: 25px auto 0;
}
.cart-page-totals-content > .payment-options .payment-options_title {
  display: none;
}
.cart-page-totals-content > .payment-options .payment-options_item {
  width: 33.334%;
  padding: 2px;
}
.cart-page-totals-content > .payment-options .payment-options_item img {
  border-radius: 7px;
}
.cart-page-totals-content > .btn {
  width: 100%;
  font-size: 1.3em;
  text-transform: lowercase;
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  .cart-page-totals-content > .btn {
    max-width: 300px;
  }
}
.cart-page-totals-content .before {
  color: silver;
  font-weight: 900;
  font-size: 18px;
  margin-left: -100px;
  margin-bottom: -5px;
}
.cart-page-totals_price {
  font-size: 3em;
  margin-bottom: 15px;
  font-weight: 900;
}
.cart-page-totals_price.-sale {
  margin-bottom: 1px;
  color: #ff0700;
}
.cart-page-totals_price.-sale .amount:after {
  content: "*";
}
.cart-page-totals_price > span {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.cart-page-totals_price.pl-cashback {
  color: #828081;
}
.cart-page-totals_discount {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #ff0700;
}
.cart-page-form-update {
  display: none;
}
.cart-page-terms {
  margin-top: 50px;
}
.cart-page-terms > p {
  margin: 0;
}
.cart-page-terms > p > a {
  font-weight: 700;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cart-page-terms > p > a:hover {
  color: #509e31;
}
.cart-page .cart-empty.woocommerce-info {
  border-top: 0;
  background-color: transparent;
  padding-left: 2em;
}
.cart-page .cart-empty.woocommerce-info:before {
  color: #509e31;
  left: 0;
}
.cart-page .shareable-link-container {
  overflow: hidden;
}
.cart-page .shareable-link-container .shareable-link {
  display: none;
  float: left;
  padding: 10px;
  background: #000;
  color: #fff;
  letter-spacing: 0.4px;
}
.cart-page .recent-failed-order {
  border-top: 3px solid #b81c23;
  background: #f6f5f8;
  padding: 20px;
  margin: -28px 0 30px;
}
@media screen and (max-width: 767px) {
  .cart-page-form {
    font-size: 0.7em;
  }
}
.cart-page-coupon .cart-page-coupons_btn {
  background: none;
  border: none;
  font-size: 1.7em;
  font-weight: 700;
}
.cart-page-coupon form #coupon_code {
  border: 2px solid hsla(0, 0%, 75%, 0.7);
  text-align: center;
}
.cart-page-coupon .cart-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce-error {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce-order-received h4 {
    font-size: 20px;
  }
}
.confirmation {
  background: #fafafa;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .confirmation {
    padding-top: 48px;
  }
}
.confirmation p {
  letter-spacing: 0;
}
.confirmation .greeting h1 {
  font-size: 3.2em;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .confirmation .greeting h1 {
    font-size: 32px;
  }
}
.confirmation .fitment-location {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .confirmation .fitment-location {
    margin-top: 25px;
  }
}
.confirmation .fitment-location .map {
  width: 100%;
  height: 655px;
  border-radius: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .confirmation .fitment-location .map {
    height: 400px;
  }
  .confirmation .fitment-location .map .marker-image {
    width: 48px;
  }
}
.confirmation .white-box {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 20px 40px 40px;
}
@media screen and (max-width: 991px) {
  .confirmation .white-box {
    padding: 26px 24px;
  }
}
.confirmation .white-box .heading {
  margin-bottom: 24px;
}
.confirmation .white-box .table {
  max-height: 305px;
  overflow: auto;
  padding-right: 30px;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .confirmation .white-box .table {
    max-height: none !important;
    padding: 0;
  }
}
.confirmation .white-box .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 18px;
}
.confirmation .white-box .table .tr .td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(50% - 24px);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  word-break: break-word;
}
.confirmation .white-box .table .tr .td:nth-child(2) {
  font-weight: 600;
}
.confirmation .white-box .table .tr .td .woocommerce-Price-amount {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .confirmation .white-box .table .tr .td .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.confirmation .order-summary {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .confirmation .order-summary {
    margin: 34px 0;
  }
}
.confirmation .order-summary .table {
  max-height: 250px;
}
.confirmation .order-summary .order-items {
  margin-top: -20px;
}
.confirmation .order-summary .order-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.confirmation .order-summary .order-items .item .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.confirmation .order-summary .order-items .item .image img {
  max-width: 128px;
  max-height: 128px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 30px;
}
.confirmation .order-summary .order-items .item .brand {
  width: 80px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 5px;
}
.confirmation .order-summary .order-items .item .details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}
.confirmation .order-summary .order-items .item .details p {
  line-height: 17px;
  font-size: 16px;
  margin: 0;
}
.confirmation .order-summary .order-items .item .details .s14 {
  display: block;
  font-size: 14px;
  margin: 5px 0 12px;
}
.confirmation .order-summary .order-items .item .details .amount {
  margin-top: 8px;
  font-weight: 700;
}
.confirmation .whats-next {
  margin: 85px 0 60px;
}
.confirmation .whats-next .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .confirmation .whats-next .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.confirmation .whats-next .items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .confirmation .whats-next .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.confirmation .whats-next .items .item .icon {
  background: #e11f26;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .confirmation .whats-next .items .item .icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 5px;
  }
}
.confirmation .whats-next .items .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .confirmation .whats-next .items .item .text {
    gap: 8px;
  }
}
.confirmation .whats-next .items .item .text .heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.confirmation .whats-next .items .item .text p {
  font-size: 14px;
}
.confirmation .blog-carousel-container {
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .confirmation .blog-carousel-container {
    padding: 48px 0;
  }
}
.article {
  padding: 50px 0;
  overflow: hidden;
}
.blog-posts-carousel {
  margin-bottom: 50px;
}
.blog-posts-carousel .list {
  overflow: hidden;
  margin-top: 30px;
}
.blog-posts-carousel .list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.blog-posts-carousel .list:not(.slick-initialized) .post-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .blog-posts-carousel .list:not(.slick-initialized) .post-item:nth-child(2),
  .blog-posts-carousel .list:not(.slick-initialized) .post-item:nth-child(3) {
    display: none;
  }
}
.blog-posts-carousel .list .slick-list {
  width: calc(100% + 20px);
  margin-left: 0;
}
.blog-posts-carousel .list .slick-slide {
  margin-right: 20px;
}
.blog-posts-carousel .list .slick-slide .post-item .text {
  min-height: 190px;
}
@media screen and (max-width: 767px) {
  .blog-posts-carousel .list .slick-slide .post-item .text {
    min-height: 0;
  }
}
.blog-posts-carousel .slick-slider .slick-dots li button {
  background: #9f9c9c;
  opacity: 0.5;
}
.blog-posts-carousel .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-item .image {
  display: block;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-item .image {
    height: 200px;
  }
}
.post-item .image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item .image .cat {
  position: absolute;
  top: 50px;
  left: 35px;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.post-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-item.has-video-thumbnail .image {
  position: relative;
  height: 212px;
}
.post-item.has-video-thumbnail .image .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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;
}
.post-item.has-video-thumbnail .image .video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item.has-video-thumbnail .image .video-thumbnail:after {
  content: "►";
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 5px 20px;
  z-index: 1;
  cursor: pointer;
}
.post-item.has-video-thumbnail .image:before {
  content: none;
}
.post-item.has-video-thumbnail .image iframe {
  height: 100%;
}
.post-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #f1f1f1;
}
.post-item .text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .post-item .text .title {
    font-size: 16px;
  }
}
.post-item .text .author {
  font-size: 12px;
  font-weight: 700;
  color: #8d8d8d;
  line-height: 1.2;
  margin: 10px 0;
}
.post-item .text .excerpt {
  font-size: 13px;
  font-weight: 500;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .post-item .text .excerpt {
    height: auto;
  }
}
.post-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.blog-header {
  position: relative;
}
.blog-header .intro {
  margin-bottom: 40px;
}
.blog-header .intro .mini-title {
  font-size: 26px;
}
.blog-header .intro .search-box {
  position: relative;
}
.blog-header .intro .search-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 991px) {
  .blog-header .intro .search-btn {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    text-align: center;
    border-color: gray;
    color: gray;
  }
  .blog-header .intro .search-btn img {
    opacity: 0.5;
  }
}
.blog-header .intro .search-btn.active {
  opacity: 0;
}
.blog-header .intro .search-btn img {
  width: 18px;
  margin-right: 3px;
}
.blog-header .intro .search-container {
  width: 100%;
}
.blog-header .cats {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .blog-header .cats {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-header .cats a:last-child {
    padding-right: 0;
  }
}
.blog-header .cats a {
  text-transform: uppercase;
  font-weight: 800;
  padding-right: 25px;
  padding-bottom: 5px;
  border-bottom: 5px solid #fff;
  font-size: 15px;
  color: gray;
  min-width: 80px;
}
@media screen and (max-width: 991px) {
  .blog-header .cats a {
    min-width: 0;
    padding-right: 10px;
  }
}
.blog-header .cats a.active {
  color: #000;
  border-color: #e11f26;
}
.blog-header .cats .date {
  display: none;
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  color: gray;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 991px) {
  .blog-header .cats .date {
    display: block;
  }
}
.blog-header .search-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .blog-header .search-container {
    width: 100% !important;
    left: 0;
    top: 20px;
    right: 0;
  }
}
.blog-header .search-container.active {
  opacity: 1;
  height: 50px;
  overflow: initial;
  background-color: #fff;
}
.blog-header .search-container input {
  width: 100%;
  border: 0;
  outline: 2px solid #3c80ba;
  padding: 8px 40px 8px 60px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .blog-header .search-container input {
    padding: 8px 30px 8px 50px;
  }
}
.blog-header .search-container .go {
  position: absolute;
  left: 22px;
  top: 11px;
  border: 0;
  background: #fff;
  padding: 0;
}
.blog-header .search-container .go img {
  width: 17px;
}
.blog-header .search-container .close-search {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
.blog-page {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .blog-page {
    padding-top: 40px;
  }
}
.blog-page .blog-header .big-title {
  font-weight: 700;
}
.blog-page .blog-header .big-title .line-1 {
  font-size: 30px;
  color: gray;
}
@media screen and (max-width: 991px) {
  .blog-page .blog-header .big-title .line-1 {
    font-size: 25px;
  }
  .blog-page .blog-header .big-title .line-1.searched {
    font-size: 20px;
  }
}
.blog-page .blog-header .big-title .line-2 {
  position: relative;
  z-index: 1;
  font-size: 95px;
  margin-left: -5px;
  margin-top: -10px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .blog-page .blog-header .big-title .line-2 {
    word-break: break-all;
  }
  .blog-page .blog-header .big-title .line-2.searched {
    font-size: 50px;
  }
}
@media screen and (max-width: 420px) {
  .blog-page .blog-header .big-title .line-2 {
    font-size: 85px;
  }
}
.blog-page .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.blog-page .items.filtering .post-item:not(.filtered) {
  display: none;
}
.blog-page .items .post-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: calc(33.3334% - 14px);
  flex-basis: calc(33.3334% - 14px);
  max-width: calc(33.3334% - 14px);
}
@media screen and (max-width: 991px) {
  .blog-page .items .post-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .blog-page .items .post-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.blog-page .items .post-item.not-loaded {
  display: none;
}
.blog-page .more-btn {
  display: block;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #8d8d8d;
  text-align: center;
}
.blog-post {
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .blog-post {
    padding: 40px 0;
  }
}
.blog-post .blog-header .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.blog-post .blog-header .intro {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .blog-post .blog-header .intro {
    margin-bottom: 30px;
  }
}
.blog-post .f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .blog-post .f-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}
.blog-post .f-row .c-1 {
  min-width: 230px;
  max-width: 230px;
}
@media screen and (max-width: 991px) {
  .blog-post .f-row .c-1 {
    min-width: 0;
    max-width: none;
  }
}
.blog-post .f-row .c-2 {
  max-width: 65%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blog-post .f-row .c-2 {
    max-width: 100%;
  }
}
.blog-post .post-content .e-con .e-con-inner {
  width: 100% !important;
}
.blog-post .post-content .main-title {
  max-width: 600px;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .main-title {
    margin-bottom: 25px;
  }
}
.blog-post .post-content .info {
  position: relative;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .info {
    display: none;
  }
}
.blog-post .post-content .info .author {
  font-size: 18px;
  font-weight: 600;
  max-width: 140px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .info .author {
    max-width: none;
    font-size: 14px;
  }
}
.blog-post .post-content .info .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #979797;
  margin: 15px 0 30px;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .info .date {
    margin-top: 0;
    font-size: 14px;
  }
  .blog-post .post-content .info .date br {
    display: none;
  }
}
.blog-post .post-content .info .newsletter-signup {
  position: absolute;
}
.blog-post .post-content .newsletter-signup {
  border-radius: 8px;
  background: #f8f8f8;
  padding: 10px 16px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .newsletter-signup {
    margin-right: 0;
    padding: 17px 15px;
  }
}
.blog-post .post-content .newsletter-signup p {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  color: #6c6c6c;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .newsletter-signup p {
    font-size: 16px;
  }
}
.blog-post .post-content .newsletter-signup form {
  padding: 0 !important;
}
.blog-post .post-content .newsletter-signup form label {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}
.blog-post .post-content .newsletter-signup form div[data-testid="form-row"] {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .newsletter-signup form div[data-testid="form-row"] {
    margin-bottom: 20px;
  }
}
.blog-post .post-content .newsletter-signup form div[data-testid="form-row"]:last-of-type {
  margin-bottom: 0;
}
.blog-post .post-content .newsletter-signup form div[data-testid="form-row"] input {
  width: 100%;
}
.blog-post .post-content .mobile-newsletter-signup {
  display: none;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .mobile-newsletter-signup {
    display: block;
    margin: -50px 0 30px;
  }
}
.blog-post .post-content .post-image {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .blog-post .post-content .post-image {
    margin-bottom: 10px;
  }
}
.blog-post .post-content .post-image img {
  height: auto;
  max-width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-post .post-content .content {
  margin-top: 40px;
}
.blog-post .post-content .content article a {
  color: #000;
  text-decoration: underline;
}
.blog-post .post-content .content article h2,
.blog-post .post-content .content article h3,
.blog-post .post-content .content article h4,
.blog-post .post-content .content article h5,
.blog-post .post-content .content article h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 34px 0 14px;
}
.blog-post .post-content .content article h2 span,
.blog-post .post-content .content article h3 span,
.blog-post .post-content .content article h4 span,
.blog-post .post-content .content article h5 span,
.blog-post .post-content .content article h6 span {
  font-weight: 600 !important;
}
.blog-post .post-content .content article p {
  margin-bottom: 1.3em;
}
.blog-post .post-content .content article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
}
.blog-post .post-content .content article table tr td {
  padding: 8px 10px;
  border-bottom: 1px solid #e3e3e3;
}
.blog-post .post-content .content article table tr td p {
  font-size: 18px;
  margin: 0;
}
.blog-post .post-content .content article table tr:last-child td {
  border-bottom: 0;
}
.blog-post .post-content .content article img {
  max-width: 100%;
  height: auto;
}
.blog-post .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 100px;
  border-top: 2px solid #a8a8a8;
  padding-top: 40px;
}
.blog-post .nav a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}
.blog-post .nav a .fal {
  font-size: 30px;
  font-weight: 500;
}
.brands-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.brands_title {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.brands_title span {
  color: silver;
}
.brands_title.-dark {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .brands_title {
    margin-top: 35px;
    color: #fff;
  }
}
.brands_title_logo {
  display: block;
  max-width: 450px;
  margin-top: 10px;
}
.brands_title_logo img {
  max-width: 100%;
  height: auto;
}
.brands-header {
  background: #f5f5f5;
  padding: 35px 0;
  overflow: hidden;
}
.brands-header .details .logo {
  max-width: 225px;
  height: auto;
  margin-bottom: 30px;
}
.brands-header .details .h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 0.9;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .brands-header .details .h1 {
    font-size: 32px;
  }
}
.brands-header .details .description {
  font-size: 20px;
  font-weight: 500;
}
.brands-header .details .inline-tyre-search-widget {
  margin: 35px 0;
}
.brands-header .main-image img {
  max-width: calc(100% + 200px);
  max-height: 500px;
  position: relative;
}
.brands-header .mobile-image {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}
.brands-page {
  padding: 80px 0;
  background: #e4e4e4;
}
@media screen and (max-width: 991px) {
  .brands-page {
    padding: 50px 0;
  }
}
.brands-page .wpb-content-wrapper .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .brands-page .wpb-content-wrapper .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .brands-page .wpb-content-wrapper .content-wrapper {
    padding: 0 15px;
  }
}
.brands-page .main-content h3 {
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  .brands-page .main-content h3 {
    margin-bottom: 20px;
  }
}
.brands-page .main-content .collapsible-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brands-page .main-content .collapsible-text.opened {
  -webkit-line-clamp: none;
}
.brands-page .main-content .read-more {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.brands-page .main-content .read-more.active {
  display: block;
}
.brands-page .models-carousel {
  background: #e4e4e4;
  margin-top: 50px;
  padding: 40px 0 0;
}
@media screen and (max-width: 991px) {
  .brands-page .models-carousel {
    padding: 30px 0 0;
  }
}
.brands-page .models-carousel .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}
.brands-page .models-carousel .heading h4 {
  font-size: 20px;
}
.brands-page .models-carousel .heading .arrows .fa {
  font-size: 18px;
  margin-left: 20px;
  cursor: pointer;
}
.brands-page .models-carousel .heading .arrows .slick-disabled {
  opacity: 0.3;
}
.brands-page .models-carousel .items {
  overflow: hidden;
}
.brands-page .models-carousel .items:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.brands-page .models-carousel .items:not(.slick-initialized) .item {
  min-width: 230px;
}
.brands-page .models-carousel .items .slick-list {
  margin-left: 0;
  width: calc(100% + 14px);
  margin-right: -14px;
}
.brands-page .models-carousel .items .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-page .models-carousel .items .slick-list .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  height: auto !important;
}
.brands-page .models-carousel .items .slick-list .slick-track .slick-slide > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brands-page .models-carousel .items .item {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  min-height: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.brands-page .models-carousel .items .item h4 {
  font-size: 22px;
  margin: 8px 0 13px;
}
.brands-page .models-carousel .items .item p {
  font-size: 14px;
}
.brands-page .models-carousel .items .item .btn {
  border: 1px solid #000;
  width: 100%;
  font-weight: 600;
  margin-top: auto;
}
.brands-page .models-carousel .items .slick-dots {
  gap: 0;
  position: relative;
  top: 18px;
}
.brands-page .models-carousel .items .slick-dots li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.brands-page .models-carousel .items .slick-dots li button {
  width: 100%;
  height: 2px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.brands-page .models-carousel .items .slick-dots li.slick-active button {
  background: #000;
}
.brand-index-page .brands-header {
  min-height: 640px;
  background-repeat: no-repeat;
  background-position-x: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .brand-index-page .brands-header {
    text-align: center;
    background-size: cover;
    min-height: 0;
  }
  .brand-index-page .brands-header .h1 {
    font-size: 50px;
  }
}
.brand-index-page .brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .brand-index-page .brands-list {
    margin-right: auto;
    margin-top: 30px;
    max-width: none;
  }
}
.brand-index-page .brands-list-item {
  width: 100%;
  max-width: 50%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid transparent;
}
@media screen and (max-width: 991px) {
  .brand-index-page .brands-list-item {
    max-width: 33%;
  }
}
.brand-index-page .brands-list-item button {
  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-color: #e5e5e5;
  padding: 10px;
  height: 100%;
  max-height: 75px;
  width: 100%;
  border: 0;
}
@media screen and (max-width: 767px) {
  .brand-index-page .brands-list-item button {
    max-height: 60px;
  }
}
@media screen and (max-width: 420px) {
  .brand-index-page .brands-list-item button {
    padding: 5px;
  }
}
.brand-index-page .brands-list-item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition:
    filter 0.3s,
    -webkit-filter 0.3s;
}
.brand-index-page .brands-list-item:hover img {
  -webkit-filter: none;
  filter: none;
}
.landing-page-content {
  padding: 50px 0;
}
@-webkit-keyframes mapMovement {
  0% {
    left: -50%;
  }
  50% {
    left: -25%;
  }
  to {
    left: 0;
  }
}
@keyframes mapMovement {
  0% {
    left: -50%;
  }
  50% {
    left: -25%;
  }
  to {
    left: 0;
  }
}
.locations-hero {
  background: #fafafa;
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  .locations-hero,
  .locations-hero .content-wrapper {
    padding: 0;
  }
  .locations-hero .content-wrapper > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
  }
  .locations-hero .content-wrapper > .row .col-lg-6 {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .locations-hero .details {
    background: #fafafa;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
    top: -20px;
    padding: 45px 16px;
  }
}
.locations-hero .details .h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .locations-hero .details .h1 {
    font-size: 40px;
    text-align: center;
  }
}
.locations-hero .details .description {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .locations-hero .details .description {
    font-size: 18px;
    text-align: center;
  }
}
.locations-hero .details .inline-tyre-search-widget {
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .locations-hero .details .inline-tyre-search-widget {
    margin-top: 0;
  }
}
.locations-hero .main-image {
  overflow: hidden;
  border-radius: 25px;
  height: 700px;
}
@media screen and (max-width: 991px) {
  .locations-hero .main-image {
    border-radius: 0;
    height: 220px;
  }
}
.locations-hero .main-image .street {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .locations-hero .main-image .street {
    height: 35vh;
  }
}
.locations-hero .main-image .street iframe {
  -webkit-animation: mapMovement 10s infinite;
  animation: mapMovement 10s infinite;
  position: absolute;
  top: -24%;
  left: 0;
  width: 150%;
  height: 124%;
}
.locations-hero .main-image .street .driver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.locations-hero .main-image .street .driver img {
  -o-object-position: right 25% top 0;
  object-position: right 25% top 0;
}
.locations-hero .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.locations-single-page .points-and-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .locations-single-page .points-and-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.locations-single-page .points-and-widget .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .locations-single-page .points-and-widget .points {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.locations-single-page .points-and-widget .points span {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locations-single-page .points-and-widget .points span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #e11f26 url(images/check.svg) no-repeat 50%;
  background-size: 10px;
  border-radius: 50%;
  margin-right: 8px;
}
.locations-map {
  position: relative;
}
.locations-map #map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.locations-map-content {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.locations-map-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 50px 0 0;
  margin: 50px 0 70px;
  max-width: 600px;
}
.locations-map-content-item {
  width: 50%;
}
.locations-map-content-item > a {
  font-weight: 700;
  color: #000;
}
.locations-postcode {
  position: relative;
  max-width: 600px;
}
.locations-postcode_title {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.locations-postcode_input {
  padding: 10px 20px;
  height: 83px;
  font-size: 3em;
  font-weight: 700;
  background-color: #e11f26;
  color: #fff;
  border: 0;
  border-radius: 7px;
  width: 100%;
}
.locations-postcode_input:focus {
  outline: 0;
}
.locations-postcode_input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.locations-postcode_input::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.locations-postcode_input:-ms-input-placeholder,
.locations-postcode_input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.locations-postcode_input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
.locations-postcode_input.-no {
  background-color: #ff0700;
}
.locations-postcode_input.-yes {
  background-color: #509e31;
}
.locations-postcode_blurb {
  display: none;
  position: absolute;
  left: 100%;
  bottom: 0;
  font-size: 3em;
  font-weight: 700;
  height: 83px;
  line-height: 83px;
  vertical-align: middle;
  padding: 0 20px;
}
.locations-postcode_blurb.-yes {
  display: block;
  color: #509e31;
}
.locations-postcode_blurb.-no {
  display: block;
  color: #ff0700;
  font-size: 1em;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .locations-postcode_blurb {
    left: auto;
    top: 100%;
    bottom: auto;
    padding: 0;
    line-height: 1;
  }
}
.locations-nearest {
  background-color: #e11f26;
}
.locations-nearest h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .locations-nearest h2 {
    margin-bottom: 25px;
  }
}
.locations-nearest-items {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .locations-nearest-items {
    font-size: 0.9em;
    line-height: 1.27;
  }
}
.locations-nearest-item {
  display: inline-block;
  vertical-align: top;
  width: 33.334%;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .locations-nearest-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .locations-nearest-item {
    width: 100%;
  }
}
.locations-nearest-item a {
  color: #000;
  font-weight: 700;
}
.locations-nearest-item a:hover {
  color: #509e31;
}
@media screen and (max-width: 767px) {
  .locations-content .h2-custom {
    font-size: 32px !important;
  }
}
.locations-content .location-cta {
  margin-top: 40px;
  max-width: 590px;
}
@media screen and (max-width: 991px) {
  .locations-content .location-cta {
    text-align: center;
  }
}
.locations-content .location-cta .cta-buttons_btn {
  display: inline-block;
  text-align: center;
  margin: 10px 0 0 !important;
  min-width: auto;
  max-width: 265px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .locations-content .location-cta .cta-buttons_btn {
    max-width: 100%;
  }
}
.locations-content .location-cta .cta-buttons_btn.book {
  background: #000;
  color: #fff;
}
.locations-content .location-cta .cta-buttons_btn.contact {
  background: #e11f26;
  color: #000;
}
.locations-content .location-cta .cta-buttons_btn:hover {
  opacity: 0.8 !important;
}
.locations-content .van-section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .locations-content .van-section {
    padding: 90px 0 40px;
  }
}
.locations-content .van-section .row {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.locations-content .van-section p {
  text-align: left !important;
}
.locations-content .van-section .h2-custom {
  font-size: 40px;
}
.locations-content .van-section .floating-img {
  position: sticky;
  top: 250px;
}
@media screen and (max-width: 991px) {
  .locations-content .van-section .floating-img {
    position: static;
  }
}
.locations-content .van-section .floating-img .img-container {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .locations-content .van-section .floating-img .img-container {
    width: calc(58vw - 26%);
    margin-top: 100px;
  }
  .locations-content .van-section .floating-img .img-container img {
    width: 860px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .locations-content .van-section .floating-img .img-container {
    text-align: center;
    margin-bottom: 60px;
  }
  .locations-content .van-section .floating-img .img-container img {
    max-width: 500px;
    width: 100%;
  }
}
.locations-content .van-section p a[href*="/our-story/"] {
  display: none;
}
.locations-content .locations-tabs .states {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .locations-content .locations-tabs .states {
    overflow: auto;
  }
}
.locations-content .locations-tabs .states .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .locations-content .locations-tabs .states .tab-headings {
    gap: 45px;
    width: 690px;
  }
}
.locations-content .locations-tabs .states a {
  padding: 25px 0;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.locations-content .locations-tabs .states a.active {
  border-bottom-color: #e11f26;
  font-weight: 600;
}
.locations-content .locations-tabs .states-tabs .state-tab {
  display: none;
}
.locations-content .locations-tabs .states-tabs .state-tab.active {
  display: block;
}
.locations-content .locations-tabs .states-tabs .state-tab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.locations-content .locations-tabs .states-tabs .state-tab a {
  color: #000;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city {
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city.active {
  padding-top: 64px;
  padding-bottom: 64px;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city.active .main-city-heading .child-count .word:before {
  content: attr(data-active);
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city.active .main-city-heading .child-count .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city.active .sub-cities-container {
  height: 100%;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city-heading .name {
  font-size: 20px;
  font-weight: 700;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city-heading .child-count {
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city-heading .child-count .word:before {
  content: attr(data-inactive);
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city-heading .child-count .fa {
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city-heading .child-count .extra-words {
    display: none;
  }
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities-container {
  overflow: auto;
  max-height: 250px;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities-container {
    margin-right: -20px;
  }
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities {
    margin-left: 0;
  }
}
.locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities li {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: calc(20% - 5px);
  font-size: 16px;
  font-weight: 500;
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .locations-content .locations-tabs .states-tabs .state-tab .main-cities .main-city .sub-cities li {
    padding-left: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.locations-content .how-it-works {
  text-align: center;
  padding: 50px 0;
  background-color: #e6e6e4;
}
.locations-content .how-it-works .single-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.locations-content .how-it-works .single-circles img {
  margin-bottom: 10px;
}
.locations-content .how-it-works .circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 575px;
  gap: 10px;
  margin: 30px auto 50px;
}
.locations-content .how-it-works .circles .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
}
.locations-content .how-it-works img {
  max-width: 100%;
}
.locations-content .service-areas {
  background: #f3f0e8;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .locations-content .service-areas {
    padding: 50px 0;
  }
  .locations-content .service-areas .content-wrapper {
    padding: 0 16px;
  }
}
.locations-content .service-areas .h2-custom {
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .locations-content .service-areas .h2-custom {
    text-align: left;
  }
}
.locations-content .service-areas .service-map {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .locations-content .service-areas .service-map {
    margin-top: 40px;
  }
}
.locations-content .search-box-section {
  background: #f9f9f9;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .locations-content .search-box-section {
    padding: 50px 0;
  }
}
.locations-content .search-box-section .content-wrapper {
  position: relative;
}
.locations-content .search-box-section .h2-custom {
  margin-bottom: 15px;
}
.locations-content .search-box-section .inline-tyre-search-widget {
  position: absolute;
  top: 200px;
}
@media screen and (max-width: 1180px) {
  .locations-content .search-box-section .inline-tyre-search-widget {
    position: static;
  }
}
@media screen and (max-width: 1180px) {
  .locations-content .search-box-section .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.locations-content .search-box-section .floating-images {
  height: 530px;
  margin: -50px 0 -60px;
}
@media screen and (max-width: 1180px) {
  .locations-content .search-box-section .floating-images {
    height: 360px;
    margin: -50px 0 30px;
  }
}
.locations-content .search-box-section .floating-images img {
  display: none;
  max-width: 100%;
  border-radius: 25px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.locations-content .search-box-section .floating-images img.active {
  display: block;
}
.suburbs-list {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0 2px 3px 0 #bfbfbf;
  box-shadow: 0 2px 3px 0 #bfbfbf;
  list-style: none;
  max-width: 240px;
  width: 100%;
  top: 100%;
  z-index: 10;
}
.suburbs-list li {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  cursor: pointer;
}
.suburbs-list li:last-child {
  border-bottom: 0;
}
.seo-tyre-page.seo-tyre-car-make .intro {
  background: #f5f5f5;
  height: auto;
  padding: 20px 0 40px;
}
.seo-tyre-page.seo-tyre-car-make .intro:before {
  content: none;
}
.seo-tyre-page.seo-tyre-car-make .intro .tyre {
  left: auto;
  right: 0;
}
.seo-tyre-page.seo-tyre-car-make .intro .tyre img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page.seo-tyre-car-make .intro .tyre {
    display: none;
  }
}
.seo-tyre-page.seo-tyre-car-make .intro .mobile-tyre {
  display: none;
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page.seo-tyre-car-make .intro .mobile-tyre {
    display: block;
  }
}
.seo-tyre-page.seo-tyre-car-make .intro .mobile-tyre img {
  max-width: 100%;
}
.seo-tyre-page.seo-tyre-car-make .intro .make-icon {
  max-width: 96px;
  max-height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 40px 0;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page.seo-tyre-car-make .intro .make-icon {
    max-width: 64px;
    max-height: 64px;
    margin: 20px 0;
  }
}
.seo-tyre-page.seo-tyre-car-make .intro .main-title {
  padding-top: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page.seo-tyre-car-make .intro .main-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.seo-tyre-page.seo-tyre-car-make .intro .hero-text {
  max-width: 600px;
  margin-bottom: 30px;
}
.seo-tyre-page.seo-tyre-car-make .intro .hero-text p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page.seo-tyre-car-make .intro .hero-text p {
    font-size: 18px;
  }
}
.seo-tyre-page.seo-tyre-car-make .inline-tyre-search-widget {
  margin-bottom: 40px;
}
.seo-tyre-page.seo-tyre-car-make .content {
  padding: 88px 0;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page.seo-tyre-car-make .content {
    padding: 45px 0;
  }
}
.seo-tyre-page.seo-tyre-car-make .content h3 {
  line-height: normal;
  margin-bottom: 20px;
}
.seo-tyre-page.seo-tyre-car-make .content .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: auto;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.seo-tyre-page.seo-tyre-car-make .content .text.full {
  display: block;
}
.seo-tyre-page.seo-tyre-car-make .content .read-more {
  display: none;
}
.seo-tyre-page .intro {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.seo-tyre-page .intro:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: #e11f26;
  width: calc((100vw - 1260px) / 2);
  height: 100%;
}
.seo-tyre-page .intro .tyre {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.seo-tyre-page .intro .tyre img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.seo-tyre-page .intro .chevron {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
}
.seo-tyre-page .intro .main-title {
  position: relative;
  z-index: 1;
  padding-top: 270px;
  font-size: 80px;
  font-weight: 800;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .seo-tyre-page .intro {
    height: 360px;
  }
  .seo-tyre-page .intro .main-title {
    padding-top: 140px;
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .seo-tyre-page .intro .tyre {
    display: none;
  }
  .seo-tyre-page .intro .main-title {
    padding-top: 150px;
    font-size: 50px;
    text-align: left;
  }
}
.seo-tyre-page .content {
  padding: 50px 0;
}
.seo-tyre-page .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.terms-page {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .terms-page .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.terms-page .hero-title {
  background: #f5f5f5;
  padding: 240px 0 160px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .terms-page .hero-title {
    padding: 100px 0;
    margin-bottom: 10px;
  }
}
.terms-page .hero-title h1 {
  font-size: 50px;
  font-weight: 800;
  margin: 0 50px;
}
@media screen and (max-width: 991px) {
  .terms-page .hero-title h1 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .terms-page .hero-title h1 {
    font-size: 28px;
  }
}
.terms-page .content-wrapper.smaller {
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .terms-page .content-wrapper.smaller {
    max-width: 100%;
  }
}
.terms-page .content-wrapper.smaller h2 {
  font-size: 2.3em;
  margin-bottom: 20px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .terms-page .content-wrapper.smaller h2 {
    font-size: 22px;
  }
}
.terms-page .content-wrapper.smaller h3,
.terms-page .content-wrapper.smaller h4 {
  margin: 40px 0 14px;
  font-size: 20px;
  line-height: normal;
}
.terms-page .content-wrapper.smaller p {
  font-size: 14px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 767px) {
  .terms-page .content-wrapper.smaller p {
    font-size: 12px;
    line-height: 18px;
  }
}
.single-mt_video .post-content .main-title {
  max-width: none;
}
.single-mt_video .post-content .video {
  position: relative;
  padding-bottom: 56%;
}
.single-mt_video .post-content .video .video-thumbnail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  cursor: pointer;
}
.single-mt_video .post-content .video .video-thumbnail:after {
  content: "►";
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 5px 20px;
  z-index: 1;
}
.single-mt_video .post-content .video .video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-mt_video .post-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-mt_video .f-row.f-row-1 {
  margin-bottom: 40px;
}
.single-mt_video .f-row .text {
  min-height: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single-mt_video .f-row .text {
    min-height: 0;
  }
}
.woocommerce-order-pay #order_review {
  margin: 100px auto;
  max-width: 80%;
}
.woocommerce-order-pay #order_review p {
  font-size: 16px;
}
.woocommerce-order-pay #order_review .shop_table tr td ul {
  font-size: 12px;
}
.woocommerce-order-pay #order_review #payment ul.payment_methods {
  background: #fff;
}
.woocommerce-order-pay #order_review #payment .label img {
  max-width: 100px;
  max-height: 50px;
  height: auto;
}
.woocommerce-order-pay #order_review #payment div.payment_box {
  background: #f9f9f9;
}
.woocommerce-order-pay #order_review #payment div.payment_box:before {
  border-bottom-color: #f9f9f9;
}
.woocommerce-order-pay #order_review #payment div.payment_box .input-text {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 7px 15px;
  margin-right: 0;
}
.woocommerce-order-pay #order_review #payment div.form-row {
  background: #fff;
}
.woocommerce-order-pay #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
.woocommerce-order-pay #order_review #payment #place_order {
  background: #509e31;
  float: right;
  padding: 15px 20px;
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */
