/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Gearhead Diffs
Description: 
Version: 1 
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Roboto', sans-serif;
  color: #484848;
  font-size: 1.6rem;
}
h1 {
  font-size: 6.4rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  color: #1E212B;
}
h2 {
  font-size: 4.8rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  color: #1E212B;
}
h3 {
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  color: #1E212B;
}
h4 {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 0 20px 0;
  color: #1E212B;
}
h5 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 20px 0;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #1DB4D0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
i {
  color: #1DB4D0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #0374D4;
}
.container {
  max-width: 1120px;
}
.button {
  display: inline-block;
  text-align: center;
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border 0.1s ease-in-out;
}
.button i {
  padding-left: 1rem;
}
.button:hover {
  color: #fff !important;
  text-decoration: none;
}
.button-primary {
  border: 2px solid #1DB4D0 !important;
  background-color: #1DB4D0 !important;
  color: #fff;
}
.button-primary i {
  color: #fff;
}
.button-primary:hover {
  background-color: #0374D4 !important;
  border: 2px solid #0374D4 !important;
}
.button-primary:hover i {
  color: #1DB4D0;
}
.button-secondary {
  border: 2px solid #1E212B !important;
  background-color: transparent !important;
  color: #1E212B !important;
}
.button-secondary i {
  color: #1E212B;
}
.button-secondary:hover {
  background-color: #0374D4 !important;
  border: 2px solid #0374D4 !important;
  color: #fff !important;
}
.button-secondary:hover i {
  color: #1DB4D0;
}
.padded-top {
  margin-top: 9rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .padded-top {
    margin-top: 5rem;
  }
}
.padded-bottom {
  margin-bottom: 9rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .padded-bottom {
    margin-bottom: 5rem;
  }
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -100%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, #1DB4D0 -4.38%, #0374D4 100%);
}
#mobileNav .navToggle {
  margin-right: 0px;
}
#mobileNav.menuOpen {
  right: 0;
}
#mobileNav .mobileNav-header {
  padding: 10px 15px;
  text-align: right;
  line-height: 1;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#mobileNav .mobileNav-header .navToggle {
  float: unset;
}
#mobileNav .mobileNav-header .navToggle i {
  color: #484848;
  font-size: 30px;
}
#mobileNav .mobileNav-header .navToggle svg {
  color: #484848;
  font-size: 30px;
}
#mobileNav .mobileNav-header a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 28rem;
}
#mobileNav .mobile-main-menu ul,
#mobileNav .mobile-util-menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}
#mobileNav .mobile-main-menu ul li,
#mobileNav .mobile-util-menu ul li {
  position: relative;
  list-style-type: none;
}
#mobileNav .mobile-main-menu ul li .menu-drop,
#mobileNav .mobile-util-menu ul li .menu-drop {
  position: absolute;
  right: 5%;
  top: 0;
  padding: 1.5rem 3rem;
  cursor: zoom-in;
}
#mobileNav .mobile-main-menu ul li .menu-drop i,
#mobileNav .mobile-util-menu ul li .menu-drop i {
  color: #fff;
}
#mobileNav .mobile-main-menu ul li a,
#mobileNav .mobile-util-menu ul li a {
  background-color: transparent;
  color: #fff;
  line-height: 1;
  padding: 20px 15px;
  display: block;
  transition: 0s;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 900;
}
#mobileNav .mobile-main-menu ul li a i,
#mobileNav .mobile-util-menu ul li a i {
  display: none;
}
#mobileNav .mobile-main-menu ul li a svg,
#mobileNav .mobile-util-menu ul li a svg {
  display: none;
}
#mobileNav .mobile-main-menu ul .sub-menu,
#mobileNav .mobile-util-menu ul .sub-menu {
  max-width: unset;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#mobileNav .mobile-main-menu ul .sub-menu li .menu-drop,
#mobileNav .mobile-util-menu ul .sub-menu li .menu-drop {
  position: absolute;
  right: 5%;
  top: 0;
  padding: 1.5rem 3rem;
  cursor: zoom-in;
}
#mobileNav .mobile-main-menu ul .sub-menu li .menu-drop i,
#mobileNav .mobile-util-menu ul .sub-menu li .menu-drop i {
  color: #1E212B;
}
#mobileNav .mobile-main-menu ul .sub-menu li a,
#mobileNav .mobile-util-menu ul .sub-menu li a {
  padding-left: 15px;
  color: #1E212B;
}
#mobileNav .mobile-main-menu ul .sub-menu li:last-of-type,
#mobileNav .mobile-util-menu ul .sub-menu li:last-of-type {
  border-bottom: none!important;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu {
  max-width: unset;
  margin: 0 auto;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none;
  background-color: #ebebeb;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu li a,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu li a {
  padding-left: 15px;
}
#mobileNav .mobile-main-menu ul .sub-menu .sub-menu li:last-of-type,
#mobileNav .mobile-util-menu ul .sub-menu .sub-menu li:last-of-type {
  border-bottom: none!important;
}
#mobileNav .mobileNav-header {
  background-color: #fff;
}
#mobileNav .mobileNav-header .fa-times {
  float: right;
}
.navToggle {
  place-items: center;
  float: right;
  padding-top: 0px;
}
.navToggle:hover .fa-bars {
  color: #1E212B;
}
.navToggle .fa-bars {
  color: #1DB4D0;
  font-size: 4rem;
  transition: all 0.1s ease;
}
.navToggle .basic-bars {
  color: #1DB4D0;
}
.navToggle.open {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dee0e3;
  border-radius: 50%;
  border: 0;
  color: #243045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 0;
  width: 35px;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
.mobile-aux {
  list-style: none;
  padding-left: 1.5rem;
}
.mobile-aux a,
.mobile-aux i {
  color: #fff;
}
.mobile-aux-social {
  padding-top: 2rem;
}
.mobile-aux-social i {
  padding-right: 0.8rem;
  font-size: 2.4rem;
}
.mobile-aux-compare {
  padding-top: 2rem;
}
.mobile-aux-login .fa-toggle-on {
  padding-left: 0.4rem;
}
.mobile-aux li {
  padding-bottom: 1rem;
}
.mobile-aux li i {
  padding-right: 0.8rem;
}
/* Nav and header
==============================*/
nav.main-menu {
  margin-bottom: -4rem;
}
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  padding-bottom: 6rem;
  padding-top: 2rem;
  margin-right: 1rem;
}
nav.main-menu ul li i {
  color: #7D7D7D;
}
nav.main-menu ul li .fa-chevron-down {
  font-size: 1.6rem;
  padding-left: 0.8rem;
  color: #1DB4D0;
}
nav.main-menu ul li a {
  position: relative;
}
nav.main-menu ul li a:hover {
  color: #1DB4D0;
}
nav.main-menu ul li a:hover i {
  color: #1DB4D0;
}
nav.main-menu ul .current_page_item a::after {
  content: "";
  border-bottom: 3px solid #1DB4D0;
  position: absolute;
  top: 4.05rem;
  width: 100%;
  left: 0;
}
nav.main-menu ul .current-menu-ancestor a::after {
  content: "";
  border-bottom: 3px solid #1DB4D0;
  position: absolute;
  top: 4.05rem;
  width: 80%;
  left: 0;
}
nav.main-menu ul .menu-item-has-children a::after {
  width: 80% !important;
}
nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
nav.main-menu .sub {
  position: absolute;
  top: 2.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #484848;
}
nav.main-menu .sub-menu-active .sub-menu {
  display: grid !important;
}
nav.main-menu .sub-menu-active .sub-menu .sub-menu {
  display: grid !important;
}
nav.main-menu .sub-menu {
  display: none !important;
  padding: 2.5rem;
  position: absolute;
  top: 9rem;
  left: -3rem;
  grid-template-columns: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.1);
}
nav.main-menu .sub-menu::before {
  content: '';
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-top: solid 40px #fff;
  border-left: solid 40px #fff;
  border-top-left-radius: 12px;
  border-right: solid 40px transparent;
  border-bottom: solid 40px transparent;
  transform: scale(0.4) rotate(45deg);
  position: absolute;
  top: -38px;
  left: 40px;
  z-index: -1;
  box-shadow: -1px 1px 11px 0px rgba(163, 163, 163, 0.15);
}
nav.main-menu .sub-menu .menu-item-has-children {
  padding-right: 6rem;
  grid-row-start: auto;
  grid-row-end: span 1000;
  padding: 0rem 4rem 0rem 0rem;
  grid-area: 1;
}
nav.main-menu .sub-menu .menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  position: absolute;
  left: 108%;
  top: 0;
  display: none;
}
nav.main-menu .sub-menu .menu-item-has-children .menu-drop {
  display: none;
}
nav.main-menu .sub-menu li {
  padding-bottom: 0;
  padding: 0rem 4rem 0rem 0rem;
  white-space: nowrap;
  font-weight: 900;
  font-size: 1.6rem;
}
nav.main-menu .sub-menu li a::after {
  border: none !important;
}
nav.main-menu .sub-menu li a {
  color: #1E212B;
}
nav.main-menu .sub-menu li a:hover {
  color: #0374D4;
}
nav.main-menu .sub-menu li:last-child {
  padding: 0rem 0rem 0rem 0rem;
}
nav.main-menu .sub-menu li .sub-menu {
  display: grid;
  position: initial;
  top: initial;
  background-color: initial;
  padding: 0;
  margin: 0;
  box-shadow: none;
  margin-bottom: 0.8rem;
}
nav.main-menu .sub-menu li .sub-menu::before {
  content: initial;
}
nav.main-menu .sub-menu li .sub-menu li {
  grid-column-start: initial !important;
  padding: 1rem 4rem 0rem 0rem;
  grid-row-start: auto;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.4rem;
  margin-left: 2rem;
}
nav.main-menu .sub-menu li .sub-menu li a::after {
  border: none !important;
}
nav.main-menu .sub-menu li .sub-menu li a {
  color: #484848;
}
nav.main-menu .sub-menu li .sub-menu li a:hover {
  color: #0374D4;
}
nav.main-menu .sub-menu li .sub-menu li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  position: absolute;
  right: 110%;
  color: #1DB4D0;
}
.header {
  position: relative;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.header a,
.header p {
  color: #1E212B;
  margin: 0;
}
.header i {
  font-size: 1.6rem;
  padding-right: 0.8rem;
  color: #fff;
}
.header-top {
  background: linear-gradient(90deg, #1DB4D0 -4.38%, #0374D4 100%);
  padding: 0.2rem 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top a,
.header-top p {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.header-top-item a {
  display: flex;
  align-items: center;
}
.header-top a:hover {
  color: #1E212B !important;
}
.header-top a:hover i {
  color: #1E212B !important;
}
.header-top .container-fluid {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-top ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-top ul li {
  padding: 0 0.8rem;
}
.header-top-left .phone {
  padding-left: 3rem;
}
.header-top-right {
  padding: 0.5rem 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .header-top-right ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .header-top-right ul li {
    padding: 1rem 1.5rem;
  }
}
.header-top-right .cart {
  padding-left: 3rem;
}
.header-top-right .separator {
  padding: 0 3rem;
  color: #fff;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .header-top-right .separator {
    display: none;
  }
}
.header-top-right .login {
  display: flex;
}
.header-top-right .login a {
  display: flex;
  align-items: center;
}
.header-top-right .login i.fad {
  padding-left: 0.8rem;
  padding-right: 0;
}
.header-lower {
  background: transparent;
  padding: 1.6rem 2rem 0.5rem 2rem;
  position: relative;
  z-index: 100;
}
.header-lower .header-logo {
  margin-right: 5rem;
  max-width: 200px;
}
@media (max-width: 575px) {
  .header-lower .header-logo {
    max-width: 240px;
  }
}
@media (min-width: 1400px) {
  .header-lower {
    padding: 1.6rem 0rem 0.5rem 0rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .header-lower {
    padding: 3rem 2rem;
  }
}
.header-lower .col-12 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .header-lower .col-12 {
    justify-content: space-between;
  }
}
.header-lower .search-icon {
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.header-lower .search-icon i {
  color: #1DB4D0;
  font-size: 2.4rem;
}
.header-lower .search-icon:hover i {
  color: #1E212B;
}
/* Footer
==============================*/
#footer {
  padding: 3rem 0rem 0 0rem;
}
#footer a {
  color: #1E212B;
  font-size: 1.5rem;
  font-weight: 550;
}
#footer a i {
  padding-right: 0.5rem;
  color: #7D7D7D;
  line-height: 30px;
}
#footer a:hover {
  color: #0374D4;
}
#footer a:hover i {
  color: #0374D4;
}
#footer .container-xxl {
  padding: 0 3rem;
}
#footer .footer-logo img {
  margin-bottom: 4.8rem;
}
#footer .justify-content-between {
  margin-bottom: 3rem;
}
#footer .social-icons {
  padding: 0;
  list-style: none;
  display: flex;
}
#footer .social-icons a {
  margin-right: 1.6rem;
  font-size: 2.4rem;
}
#footer .newsletter .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.6rem;
}
#footer .newsletter i {
  color: #1DB4D0;
  margin-right: 2.4rem;
}
#footer .newsletter h4 {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
#footer .newsletter p {
  margin: 0;
  font-size: 1.4rem;
}
#footer .newsletter .gform_wrapper input {
  background-color: #fff;
  border: 1px solid #E2E3E4;
  border-radius: 4px;
}
#footer .newsletter .gform_wrapper .button {
  background: #1DB4D0;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #1DB4D0;
  width: 100%;
}
#footer .newsletter .gform_wrapper .button:hover {
  background: #0374D4;
}
.footer-bar {
  padding: 1rem 3rem;
  background: linear-gradient(90deg, #1DB4D0 -4.38%, #0374D4 100%);
}
.footer-bar .container-xxl {
  padding: 0 0rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bar p,
.footer-bar a {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}
.footer-bar a:hover {
  color: #1E212B !important;
}
.footer-bar .left {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: baseline;
  list-style: none;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .footer-bar .left {
    flex-direction: column;
  }
}
.footer-bar .separator {
  padding: 0 0.8rem;
  color: #262626;
}
@media (max-width: 575px) {
  .footer-bar .separator {
    display: none;
  }
}
/* Banner Large / Home
==============================*/
.banner {
  background-position: center;
  background-size: cover;
  padding-top: clamp(5rem, 14vw, 16rem);
  padding-bottom: clamp(14rem, 16vw, 22rem);
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  margin-bottom: 13rem;
}
.banner .row {
  position: relative;
}
.banner h1,
.banner h3,
.banner h4 {
  color: #fff;
}
.banner h3 {
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  font-weight: 900;
  text-align: right;
  margin-top: 1.6rem;
  font-style: italic;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .banner h3 {
    text-align: initial;
  }
}
.banner h4 {
  font-size: clamp(1.4rem, 7vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.banner img {
  width: 100%;
}
.banner .racing-stripe {
  position: absolute;
  top: -13%;
  right: -70px;
  width: 110%;
  max-width: 110%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .banner .racing-stripe {
    display: none;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .banner {
    margin-bottom: 32rem;
  }
}
/* Banner Extedned
==============================*/
.banner-extended {
  background-position: center;
  background-size: cover;
  padding-top: clamp(12rem, 30vw, 16rem);
  padding-bottom: clamp(22rem, 30vw, 28rem);
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner-extended h1,
.banner-extended h4 {
  color: #fff;
}
.banner-extended h1 {
  line-height: 9rem;
  margin-bottom: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .banner-extended h1 {
    font-size: 4.4rem;
    line-height: initial;
  }
}
.banner-extended h4 {
  font-weight: 400;
  margin-bottom: 4rem;
}
/* Banner Default
==============================*/
.banner-default {
  background-position: center;
  background-size: cover;
  padding-top: clamp(8rem, 20vw, 16rem);
  padding-bottom: clamp(8rem, 20vw, 16rem);
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner-default h1,
.banner-default h4 {
  color: #fff;
}
.banner-default h1 {
  line-height: 9rem;
  margin-bottom: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .banner-default h1 {
    font-size: 4.4rem;
    line-height: initial;
  }
}
.banner-default h4 {
  font-weight: 400;
  margin-bottom: 4rem;
}
/* Banner Simple / No image
==============================*/
.banner-simple {
  padding-top: clamp(7rem, 20vw, 7rem);
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner-simple h1 {
  line-height: 9rem;
  margin-bottom: 0;
  color: #1E212B;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .banner-simple h1 {
    font-size: 4.4rem;
    line-height: initial;
  }
}
.banner-simple h4 {
  font-weight: 400;
  margin-bottom: 4rem;
  color: #7D7D7D;
}
/* Breadcrumbs
==============================*/
.breadcrumbs {
  padding: 0 1.5rem;
  margin-bottom: 4.5rem;
}
.breadcrumbs #breadcrumbs {
  margin: 20px 0 20px 0;
}
.breadcrumbs a {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #1E212B;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.breadcrumbs a i {
  padding-right: 0.4rem;
  color: #7D7D7D;
}
.breadcrumbs a:hover {
  color: #1DB4D0;
}
.breadcrumbs a:hover i {
  color: #1DB4D0;
}
.breadcrumbs .breadcrumb_last {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #1DB4D0;
  padding-left: 0.6rem;
}
/* CTA Sticker
==============================*/
.cta-sticker {
  position: fixed;
  z-index: 100;
  top: 37rem;
  left: -142px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .cta-sticker {
    display: none;
  }
}
.cta-sticker i {
  color: #fff;
  transform: rotate(270deg);
}
.cta-sticker .fa-comments-alt {
  margin-right: 1rem;
}
.cta-sticker .fa-chevron-right {
  padding-top: 4.4rem;
  margin-right: 1rem;
}
.cta-sticker a {
  background: linear-gradient(134.09deg, #D2202F 1.54%, #720B14 100%);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0rem 4rem;
  transform: rotate(90deg);
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 16px 16px 0px 0px;
}
.cta-sticker a:hover {
  opacity: 80%;
}
/* enquiry form
==============================*/
.enquiry-form {
  padding: 0 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .enquiry-form {
    margin-bottom: -10rem;
  }
}
.enquiry-form .left {
  padding: 3rem 6rem;
  border-radius: 1.6rem;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  transform: translate(0px, -200px);
}
.enquiry-form .left h4 {
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.enquiry-form .left p {
  font-weight: 400;
  font-size: 18px;
  color: #7D7D7D;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .enquiry-form .left {
    margin-bottom: 4rem;
    padding: 2rem 2rem;
  }
}
.enquiry-form .gform_wrapper .gfield_required {
  display: none;
}
.enquiry-form .gform_wrapper .gfield_label {
  font-size: 1.2rem !important;
  text-transform: uppercase;
}
.enquiry-form .gform_wrapper input,
.enquiry-form .gform_wrapper select,
.enquiry-form .gform_wrapper textarea {
  background-color: #fff;
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  padding: 1.25rem !important;
}
.enquiry-form .gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.enquiry-form .gform_wrapper .gfield_radio .gchoice {
  margin-right: 1rem;
}
.enquiry-form .gform_wrapper .gsection {
  padding: 0 !important;
  padding-top: 1rem !important;
}
.enquiry-form .gform_wrapper .gsection h3 {
  font-style: italic;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 900;
  color: #1E212B;
  margin-bottom: 1rem;
}
.enquiry-form .gform_wrapper .button {
  width: 100%;
  background-color: #1DB4D0;
  color: #fff !important;
  border-color: #1DB4D0;
}
@media (max-width: 575px) {
  .enquiry-form .gform_wrapper .button {
    font-size: 1.2rem !important;
  }
}
.enquiry-form .gform_wrapper .button:hover {
  background-color: #0374D4 !important;
}
.enquiry-form .right-title {
  font-weight: 900;
  font-style: italic;
  line-height: 33px;
  margin-bottom: 3rem;
  color: #1E212B;
  text-transform: uppercase;
}
.enquiry-form .right-bottom {
  font-size: 1.8rem;
  font-weight: 400;
  color: #7D7D7D;
  margin-bottom: 3rem;
  margin-top: -3rem;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .enquiry-form .right {
    padding-left: 9rem;
    padding-top: 9rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .enquiry-form .right {
    margin-top: -18rem;
  }
}
.enquiry-form .right p {
  color: #484848;
}
.enquiry-form .right ul {
  list-style: none;
  font-weight: 300;
  font-size: 1.8rem;
  padding-left: 4rem;
}
.enquiry-form .right ul li {
  position: relative;
  padding-bottom: 3.2rem;
}
/* Text & Text
   ==============================*/
.text-text {
  padding: 2rem 1.5rem;
}
.text-text .title {
  text-align: center;
}
.text-text .title h3 {
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.text-text .title h5 {
  color: #1DB4D0;
  margin-bottom: 6rem;
}
.text-text .left,
.text-text .right {
  position: relative;
  padding: 1rem 1rem;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .text-text .left,
  .text-text .right {
    width: 47%;
    padding: 0rem 0;
  }
}
.text-text h4 {
  line-height: 45px;
  font-weight: 300;
  font-size: 2.8rem;
}
.text-text iframe[src*="youtube.com"],
.text-text iframe[src*="youtu.be"],
.text-text iframe[src*="player.vimeo.com"] {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
/* Link boxes
==============================*/
.link-boxes {
  padding: 2rem 1.5rem 6rem 1.5rem;
}
.link-boxes .title h5 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.link-boxes .title h3 {
  margin-bottom: 3.4rem;
  color: #fff;
}
.link-boxes .box {
  max-width: 42rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .link-boxes .box {
    max-width: initial;
    margin-bottom: 2rem;
  }
}
.link-boxes .box img {
  transition: transform 0.1s ease;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 36rem;
  border-radius: 8px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .link-boxes .box img {
    max-height: 20rem;
  }
}
.link-boxes .box h4 {
  color: #1E212B;
  font-weight: 900;
  transition: color 0.2 ease;
  font-style: italic;
  margin: 0;
}
.link-boxes .box:hover img {
  opacity: 80%;
}
.link-boxes .box:hover h4 {
  color: #7D7D7D !important;
}
.link-boxes .boxes-row {
  position: relative;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .link-boxes {
    padding: 0 1.5rem;
    padding-bottom: 4rem;
  }
}
/* Text & Image
==============================*/
.text-image {
  padding: 0 1.5rem;
}
.text-image .left {
  background-size: cover;
  background-position: center;
  min-height: 32rem;
  max-width: 52rem;
  border-radius: 0.8rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.text-image .left img {
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-image .left {
    max-width: initial;
  }
}
@media (max-width: 575px) {
  .text-image .left {
    min-height: 300px;
  }
}
.text-image .right-top {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #1DB4D0;
  text-transform: uppercase;
}
.text-image .right-title {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 3.2rem;
  font-style: italic;
  line-height: 67px;
}
.text-image .right-bottom {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
  margin-top: -2.8rem;
  color: #1DB4D0;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px) {
  .text-image .right {
    width: 45%;
    padding: 0rem 0;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .text-image .right {
    padding-top: 4rem;
  }
}
.text-image-link {
  margin-top: 2rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
  color: #1E212B;
}
.text-image-link:hover {
  color: #0374D4;
}
.text-image-link i {
  padding-left: 0.8rem;
  color: #1DB4D0 !important;
}
.text-image .racing-stripe {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .text-image .racing-stripe {
    display: none;
  }
}
.text-image.red {
  background: linear-gradient(90deg, #1DB4D0 -4.38%, #0374D4 100%);
  padding: 9rem 1.5rem;
  position: relative;
}
.text-image.red .right {
  color: #fff;
}
.text-image.red .right-top {
  color: #BDBDBD;
}
.text-image.red .right-title {
  color: #fff;
}
.text-image.red .right-bottom {
  color: #BDBDBD;
}
.text-image.red .right-text h1,
.text-image.red .right-text h2,
.text-image.red .right-text h3,
.text-image.red .right-text h4,
.text-image.red .right-text h5 {
  color: #fff;
}
.text-image.red .text-image-link {
  color: #fff !important;
}
.text-image.red .text-image-link:hover {
  color: #1E212B !important;
}
.text-image.red .text-image-link i {
  color: #1DB4D0 !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .text-image.red {
    padding: 4rem 1.5rem;
  }
}
/* Feature preview
==============================*/
.featured-preview {
  padding: 0 1.5rem;
}
.featured-preview .col {
  display: flex;
  flex-direction: column;
}
.featured-preview .col img {
  max-height: 18rem;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.4rem;
}
.featured-preview .col h5 {
  font-style: italic;
}
.featured-preview .col .link {
  margin-top: auto;
  display: inline-block;
  font-size: 1.6rem;
  color: #1E212B;
}
.featured-preview .col .link:hover {
  color: #0374D4;
}
.featured-preview .col .link i {
  padding-left: 0.8rem;
  color: #1DB4D0 !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .featured-preview .col {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .featured-preview {
    display: none;
  }
}
.featured-preview.mobile {
  display: none;
}
.featured-preview.mobile .tab-pane {
  display: none;
  padding: 0 2rem;
}
.featured-preview.mobile .active {
  display: initial!important;
}
.featured-preview.mobile .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.featured-preview.mobile .nav-tabs .nav-link {
  width: 6rem;
  margin: 0 0.5rem;
  background: #E0E0E0;
  height: 1rem;
  border-radius: 0.4rem;
  border: 1px solid #E0E0E0;
}
.featured-preview.mobile .nav-tabs .active {
  border: 1px solid #EEEBD0;
  background: #EEEBD0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .featured-preview.mobile {
    display: initial!important;
  }
}
/* Latest Articles
==============================*/
.latest-articles {
  padding: 2rem 0rem;
  background: #F4F3EE;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .latest-articles {
    padding: 6rem 0rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latest-articles .container {
    padding: 0 2rem;
  }
}
.latest-articles h4 {
  margin-bottom: 3rem;
  font-style: italic;
}
.latest-articles p {
  color: #484848;
}
.latest-articles-top {
  margin-bottom: 1rem;
}
.latest-articles-top-subtitle {
  color: #1E212B;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.latest-articles-top-title {
  font-weight: 900;
  font-style: italic;
}
.latest-articles-top-link {
  font-weight: 1.4rem;
  margin-bottom: 2rem;
  display: block;
  color: #262626;
  text-align: center;
}
.latest-articles-top-link:hover {
  color: #1DB4D0;
}
.latest-articles-top-link i {
  padding-left: 0.8rem;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .latest-articles-top-link {
    text-align: end;
  }
}
.latest-articles .left-image {
  margin-bottom: 3rem;
}
.latest-articles .left-image img {
  border-radius: 8px;
  height: 42.4rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latest-articles .left-image img {
    height: initial;
  }
}
.latest-articles .left-text {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 3rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latest-articles .left-text {
    padding: 0 2rem;
  }
}
.latest-articles .left-text-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.latest-articles .left-text-category a {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.latest-articles .left-text-category a:hover {
  color: #0374D4;
}
.latest-articles .left-text-category time {
  color: #7D7D7D;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.latest-articles .left-text:hover .left-text-link,
.latest-articles .left-text:focus .left-text-link,
.latest-articles .left-text:active .left-text-link {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  padding-bottom: 3rem;
}
.latest-articles .left-text-link {
  display: block;
  color: #262626;
  padding-top: 1rem;
  visibility: hidden;
  opacity: 0;
  margin-top: -3rem;
  padding-bottom: 0;
  transition: all 0.2s ease;
}
.latest-articles .left-text-link:hover {
  color: #1DB4D0;
}
.latest-articles .left-text-link i {
  padding-left: 0.8rem;
}
.latest-articles .right .col:first-of-type {
  display: none;
}
.latest-articles .right-text {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 3rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latest-articles .right-text {
    padding: 0 1.5rem;
  }
}
.latest-articles .right-text-description {
  margin-bottom: 2rem;
  color: #484848;
}
.latest-articles .right-text:hover .right-text-link,
.latest-articles .right-text:focus .right-text-link,
.latest-articles .right-text:active .right-text-link {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  padding-bottom: 3rem;
}
.latest-articles .right-text-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.latest-articles .right-text-category a {
  color: #7D7D7D;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.latest-articles .right-text-category a:hover {
  color: #0374D4;
}
.latest-articles .right-text-category time {
  color: #7D7D7D;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.latest-articles .right-text-link {
  display: block;
  color: #262626;
  padding-top: 1rem;
  visibility: hidden;
  opacity: 0;
  margin-top: -3rem;
  padding-bottom: 0;
  transition: all 0.2s ease;
}
.latest-articles .right-text-link:hover {
  color: #1DB4D0;
}
.latest-articles .right-text-link i {
  padding-left: 0.8rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latest-articles .right.desktop {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .latest-articles .right.mobile {
    display: none;
  }
}
.latest-articles .right.mobile .tab-content {
  padding: 0;
}
.latest-articles .right.mobile #articleTab {
  border: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2.6rem;
  position: relative;
  z-index: 1000;
}
.latest-articles .right.mobile #articleTab .nav-item:first-of-type {
  display: none !important;
}
.latest-articles .right.mobile #articleTab .nav-link {
  width: 6rem;
  margin: 0 0.5rem;
  background: #E0E0E0;
  height: 1rem;
  border-radius: 0.4rem;
  border: 1px solid #E0E0E0;
}
.latest-articles .right.mobile #articleTab .nav-link.active {
  border: 1px solid #EEEBD0;
  background: #EEEBD0;
}
.latest-articles .racing-stripe {
  position: absolute;
  right: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .latest-articles .racing-stripe {
    display: none;
  }
}
.latest-articles .opacity-link {
  transition: all 0.2s ease;
}
.latest-articles .opacity-link:hover {
  opacity: 80%;
}
.latest-articles .content-wrap {
  display: flex;
  margin-bottom: 1.6rem;
  transition: all 0.2s ease;
}
.latest-articles .content-wrap img {
  object-fit: cover;
  display: block;
  width: 14rem !important;
  max-width: initial;
  height: 10rem;
}
.latest-articles .content-wrap .content h4 {
  margin-left: 2rem;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.latest-articles .content-wrap:hover {
  opacity: 80%;
}
/* Accordion
==============================*/
.text_accordion {
  padding: 0 1.5rem;
}
.text_accordion .col-12 {
  padding: 0;
}
.text_accordion .right .accordion-header {
  border-top: 1px solid #CCCCCC !important;
}
.text_accordion .right .accordion-item:last-of-type {
  border-bottom: 1px solid #CCCCCC !important;
}
.text_accordion .right .accordion-button {
  font-weight: 300;
  font-size: 1.8rem;
  text-align: left;
  border: none;
  padding: 1.6rem;
  border-color: #CCCCCC !important;
}
.text_accordion .right .accordion-button:focus {
  box-shadow: none;
}
.text_accordion .right .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  background-image: none;
  color: #1E212B;
  font-style: initial;
}
.text_accordion .right .accordion-button:not(.collapsed) {
  color: #1E212B;
  background-color: transparent;
  border-bottom: 1px solid #CCCCCC;
  font-style: italic;
  font-weight: 400;
}
.text_accordion .right .accordion-body {
  padding: 2rem 1.25rem;
}
.text_accordion .right .collapsed {
  color: #BDBDBD;
  font-style: italic;
  font-weight: 400;
}
.text_accordion .right .accordion-collapse {
  border: none;
}
/* Call to action - CTA
==============================*/
.cta {
  padding: 0 1.5rem;
}
.cta.red {
  background: linear-gradient(90deg, #1DB4D0 -4.38%, #0374D4 100%);
  padding: 4rem 1.5rem 3rem 1.5rem !important;
}
.cta.red h3,
.cta.red h5 {
  color: #fff !important;
}
.cta.red .button {
  border-color: #fff !important;
  color: #fff !important;
}
.cta.red .button i {
  color: #fff !important;
}
.cta.red .button:hover {
  border-color: #0374D4 !important;
}
.cta.red .button:hover i {
  color: #1DB4D0 !important;
}
/* Video wall
==============================*/
.video-wall {
  padding: 0 1.5rem;
}
.video-wall video,
.video-wall iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  border-radius: 0.6rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.video-wall p {
  margin: 10px 0 20px 0;
}
/* Image slider
==============================*/
.image-slider {
  padding: 6rem 1.5rem;
}
.image-slider ul {
  list-style: none;
}
.image-slider .owl-carousel {
  padding: 0;
}
.image-slider .owl-carousel img {
  max-height: 55rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.6rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.image-slider .owl-carousel .caption p {
  padding: 1.5rem;
  font-size: 1.6rem;
  margin-bottom: 0;
}
/* Team List
==============================*/
.team-list {
  padding: 0 1.5rem;
}
.people {
  margin-bottom: 4rem;
}
.people .left {
  display: grid;
  place-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .people .left {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .people .left {
    width: 25%;
  }
}
.people .left img {
  width: 22rem;
  height: 22rem;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 3rem;
  filter: drop-shadow(0px 12px 15px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) and (max-width: 991px) {
  .people .right {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .people .right {
    width: 75%;
  }
}
.people .right p {
  font-size: 1.4rem;
}
.people .right-title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1E212B;
}
.people .right-bottom {
  color: #1DB4D0;
  font-weight: 700;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  margin-top: -1.5rem;
}
/* Dealer List
==============================*/
.dealer-list {
  padding: 0 1.5rem;
}
.dealer {
  margin-bottom: 6rem;
}
.dealer .left .map-embed {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  margin-bottom: -10rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .dealer .left .map-embed {
    margin-bottom: -7rem;
  }
}
.dealer .left .map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .dealer .right {
    width: 45%;
  }
}
.dealer .right p {
  font-size: 1.4rem;
}
.dealer .right-title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1E212B;
}
.dealer .right-bottom {
  color: #1DB4D0;
  font-weight: 700;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  margin-top: -1.5rem;
}
.dealer .right .dealer-contact {
  list-style: none;
  padding: 0;
}
.dealer .right .dealer-contact li {
  margin-bottom: 1rem;
}
.dealer .right .dealer-contact li i {
  padding-right: 0.8rem;
}
/* Showcase single
==============================*/
.showcase-single {
  padding: 0 1.5rem;
  margin-bottom: 4rem;
}
.showcase-single .image-gallery {
  display: flex;
  flex-direction: column-reverse;
  width: 45%;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .showcase-single .image-gallery {
    order: 2;
    width: initial;
  }
}
.showcase-single .image-gallery .row-cols-5 {
  margin-top: 0.1rem;
}
.showcase-single .image-gallery .feature-img {
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0.6rem;
}
.showcase-single .image-gallery .col {
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}
.showcase-single .image-gallery .col img {
  aspect-ratio: 1/1;
  border-radius: 0.6rem;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.showcase-single .image-gallery .col:hover {
  opacity: 80%;
}
.showcase-single .content .title {
  margin-bottom: 6rem;
}
.showcase-single .content .title h1 {
  margin-bottom: 0rem;
}
.showcase-single .content .title h4 {
  font-weight: 500;
  color: #1DB4D0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .showcase-single .content .title {
    margin-bottom: 4rem;
  }
}
.showcase-single .content .text {
  margin-bottom: 4rem;
}
.showcase-single .content .details p {
  margin-bottom: 0;
}
.showcase-single .content .details ul {
  padding: 0;
  list-style: none;
}
.showcase-single .content .details li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.showcase-single .content .details-title {
  font-weight: 900;
  color: #1DB4D0;
}
.showcase-single .content .details-detail {
  color: #7D7D7D;
  font-weight: 400;
}
.showcase-single .content .details-camshaft a {
  font-size: 2rem;
}
.showcase-single .content .details-camshaft a:hover {
  color: #0374D4;
}
/* Showcase Archive
==============================*/
.showcase-archive {
  padding: 0 1.5rem;
}
.showcase-archive-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showcase-archive-head .facetwp-dropdown {
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #484848;
  width: 100%;
}
.showcase-archive-head .facetwp-type-pager {
  margin-bottom: 0;
}
.showcase-archive-head .facetwp-page {
  color: #1E212B;
}
.showcase-archive-head .facetwp-page:hover {
  color: #0374D4;
}
.showcase-archive-head .facetwp-page.active {
  font-weight: 900;
}
.showcase-archive-item {
  padding-bottom: 0.1rem;
  transition: opacity 0.1s ease-in-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
}
.showcase-archive-item img {
  border-radius: 0.6rem 0.6rem 0rem 0rem;
  height: 175px;
  object-fit: cover;
  width: 100%;
}
.showcase-archive-item h4 {
  margin: 2rem 2rem 1rem 2rem;
  font-style: italic;
}
.showcase-archive-item h5 {
  margin: 1rem 2rem 2rem 2rem;
  font-size: 1.8rem;
  color: #7D7D7D;
  font-weight: 400;
}
.showcase-archive-item:hover {
  opacity: 80%;
}
/* Post archive
==============================*/
.blog .latest-articles-top-link {
  visibility: hidden;
}
.post-archive {
  padding: 0 1.5rem;
}
.post-archive .categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-archive .categories-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .post-archive .categories-list {
    margin-bottom: 2rem;
  }
}
.post-archive .categories-list a {
  color: #7D7D7D;
  font-size: 1.8rem;
  font-weight: 500;
}
.post-archive .categories-list a:hover {
  color: #1DB4D0;
}
.post-archive .categories .cat-item {
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .post-archive .categories .cat-item {
    margin-bottom: 1rem;
  }
}
.post-archive .categories .current-cat {
  border-bottom: 4px solid #262626;
  padding-bottom: 1.6rem;
}
.post-archive .categories .current-cat:hover {
  border-color: #1DB4D0;
}
.post-archive .categories .current-cat a {
  color: #262626;
}
.post-archive .post {
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .post-archive .post {
    height: 100%;
  }
}
.post-archive .post img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .post-archive .post img {
    height: initial;
  }
}
.post-archive .post-title {
  margin: 0 0 2.4rem 0;
}
.post-archive .post-category {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  pointer-events: none;
}
.post-archive .post-category a {
  padding-right: 0.8rem;
}
.post-archive .post-text {
  padding: 3rem;
}
.post-archive .post-link {
  opacity: 0;
  position: absolute;
  border: 0;
  bottom: 1.5rem;
  left: 3rem;
  color: #262626;
  transition: all 0.1s ease;
}
.post-archive .post-link i {
  padding-left: 0.8rem;
}
.post-archive .post-link:hover {
  color: #1DB4D0;
}
.post-archive .post:hover .post-link,
.post-archive .post:focus .post-link,
.post-archive .post:active .post-link {
  opacity: 1;
}
.post-archive .facetwp-pager {
  margin-top: 4rem;
}
/* Post single
==============================*/
.single-post .post-banner {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 0 1.5rem;
}
.single-post .post-banner-top {
  margin-bottom: 6rem;
}
.single-post .post-banner-top .blog-cat,
.single-post .post-banner-top time {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  padding-right: 0.8rem;
}
.single-post .post-banner-top time {
  color: #1DB4D0;
}
.single-post .post-banner-top h2 {
  margin: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-post .post-banner-top {
    margin-bottom: 0;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-post .post-banner .categories {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .single-post .post-banner .categories {
    padding-left: 4rem;
    margin-bottom: 2rem;
  }
}
.single-post .post-banner .categories h5 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E0E0;
}
.single-post .post-banner .categories ul {
  padding: 0;
  list-style: none;
}
.single-post .post-banner .categories .cat-item {
  position: relative;
  padding-bottom: 1.6rem;
}
.single-post .post-banner .categories .cat-item a {
  color: #262626;
}
.single-post .post-banner .categories .cat-item a:hover {
  color: #1DB4D0;
}
.single-post .post-banner .categories .cat-item::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  position: absolute;
  left: 95%;
  color: #1DB4D0;
}
.single-post .post-banner .categories .children {
  display: none;
}
.single-post .post-banner-thumbnail img {
  filter: drop-shadow(0px 12px 15px rgba(0, 0, 0, 0.05));
  border-radius: 0.6rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .single-post .post-banner-thumbnail img {
    padding: 0 0rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .single-post .post-banner-thumbnail img {
    max-height: 46rem;
  }
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .single-post .post-banner {
    margin-bottom: 3rem;
  }
}
.single-post .post-content {
  padding: 0 1.5rem;
}
.single-post .nav-buttons {
  padding: 0 1.5rem;
}
.single-post .nav-buttons .navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.single-post .nav-buttons .navigation a {
  padding: 1.5rem 2rem;
  border: 2px solid #1E212B;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #1E212B;
}
@media (max-width: 575px) {
  .single-post .nav-buttons .navigation a {
    font-size: 1.2rem;
  }
}
.single-post .nav-buttons .navigation a i {
  color: #1E212B;
}
.single-post .nav-buttons .navigation a:hover {
  color: #fff;
  background-color: #1E212B;
}
.single-post .nav-buttons .navigation a:hover i {
  color: #fff;
}
.single-post .nav-buttons .navigation .previous i {
  padding-right: 0.8rem;
}
.single-post .nav-buttons .navigation .next i {
  padding-left: 0.8rem;
}
/* Shop filter
==============================*/
.archive-filter {
  background: linear-gradient(180deg, #1DB4D0 0%, #0374D4 100%);
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 1.6rem !important;
}
.shop-filter {
  margin-bottom: 7rem;
  padding: 0 1.5rem;
}
.shop-filter .container {
  background: linear-gradient(180deg, #1DB4D0 0%, #0374D4 100%);
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 1.6rem;
}
.shop-filter .title {
  border-bottom: 1px solid #FFF;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.shop-filter .title h4 {
  color: #fff;
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.shop-filter .title .facetwp-facet-results_count {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.shop-filter h5 {
  margin-bottom: 1rem;
  color: #E0E0E0;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.shop-filter .facetwp-dropdown {
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #484848;
  width: 100%;
}
.shop-filter .facetwp-facet {
  margin-bottom: 1.6rem;
}
.shop-filter .clear-btn {
  display: flex;
  justify-content: end;
}
.shop-filter .clear-btn button {
  background: none;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  font-weight: 500;
}
.shop-filter .clear-btn button i {
  color: #fff;
}
.shop-filter .clear-btn button:hover {
  opacity: 80%;
}
.home-filter {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  bottom: -8.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.home-filter .container {
  padding: 1.6rem 1.6rem 0rem 1.6rem;
}
.home-filter .submit-btn {
  align-self: flex-end;
  padding-left: 3rem;
}
.home-filter .submit-btn button {
  padding: 1.5rem;
  border: 1px solid #1DB4D0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #1DB4D0;
  color: #fff;
  width: 100%;
  margin-bottom: 1.6rem;
}
.home-filter .submit-btn button i {
  color: #fff;
  font-size: 1.8rem;
  padding-right: 1rem;
}
.home-filter .submit-btn button:hover,
.home-filter .submit-btn button:active,
.home-filter .submit-btn button:focus {
  background: #0374D4;
  border-color: #0374D4;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .home-filter {
    bottom: -29.5rem;
    width: 95%;
  }
}
/* Woocommerce Shop page
==============================*/
.woocommerce-shop .shop-title,
.archive .shop-title,
.product-page .shop-title {
  margin-top: 6rem;
  margin-bottom: 7rem;
}
.woocommerce-shop .shop-title h1,
.archive .shop-title h1,
.product-page .shop-title h1 {
  font-style: italic;
  margin-bottom: 0;
  text-transform: uppercase;
}
.woocommerce-shop .shop-title a:hover p,
.archive .shop-title a:hover p,
.product-page .shop-title a:hover p {
  color: #0374D4 !important;
}
.woocommerce-shop .shop-title p,
.archive .shop-title p,
.product-page .shop-title p {
  font-size: 1.8rem;
  color: #7D7D7D;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .woocommerce-shop .shop-title,
  .archive .shop-title,
  .product-page .shop-title {
    margin-bottom: 3rem;
  }
}
.woocommerce-shop .search,
.archive .search,
.product-page .search {
  padding: 0 1.5rem;
}
.woocommerce-shop .search-results,
.archive .search-results,
.product-page .search-results {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.woocommerce-shop .search-results .facetwp-selections ul,
.archive .search-results .facetwp-selections ul,
.product-page .search-results .facetwp-selections ul {
  padding: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 576px) and (max-width: 767px) {
  .woocommerce-shop .search-results .facetwp-selections ul,
  .archive .search-results .facetwp-selections ul,
  .product-page .search-results .facetwp-selections ul {
    margin: 0;
  }
}
.woocommerce-shop .search-results .facetwp-selections li,
.archive .search-results .facetwp-selections li,
.product-page .search-results .facetwp-selections li {
  background: #EEEBD0;
  padding: 1.4rem;
  border-radius: 2.5rem;
  margin-left: 2.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 576px) and (max-width: 767px) {
  .woocommerce-shop .search-results .facetwp-selections li,
  .archive .search-results .facetwp-selections li,
  .product-page .search-results .facetwp-selections li {
    margin-right: 2.6rem;
    margin-left: 0;
  }
}
.woocommerce-shop .search-sort,
.archive .search-sort,
.product-page .search-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 576px) and (max-width: 767px) {
  .woocommerce-shop .search-sort .facetwp-facet-pagenumbers,
  .archive .search-sort .facetwp-facet-pagenumbers,
  .product-page .search-sort .facetwp-facet-pagenumbers {
    display: none;
  }
}
.woocommerce-shop .search-sort .facetwp-sort .facetwp-sort-select,
.archive .search-sort .facetwp-sort .facetwp-sort-select,
.product-page .search-sort .facetwp-sort .facetwp-sort-select {
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #484848;
  width: 100%;
  min-width: 256px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 576px) and (max-width: 767px) {
  .woocommerce-shop .search-sort .facetwp-sort,
  .archive .search-sort .facetwp-sort,
  .product-page .search-sort .facetwp-sort {
    width: 100%;
  }
}
.woocommerce-shop .products-grid,
.archive .products-grid,
.product-page .products-grid {
  padding: 0 1.5rem;
}
.woocommerce-shop .product .cat-price,
.archive .product .cat-price,
.product-page .product .cat-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.woocommerce-shop .product .cat-price a,
.archive .product .cat-price a,
.product-page .product .cat-price a {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #7D7D7D;
}
.woocommerce-shop .product .cat-price a:hover,
.archive .product .cat-price a:hover,
.product-page .product .cat-price a:hover {
  color: #0374D4;
}
.woocommerce-shop .product .cat-price a:first-of-type,
.archive .product .cat-price a:first-of-type,
.product-page .product .cat-price a:first-of-type {
  display: none!important;
}
.woocommerce-shop .product .cat-price .price,
.archive .product .cat-price .price,
.product-page .product .cat-price .price {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #7D7D7D !important;
}
.woocommerce-shop .product h2,
.archive .product h2,
.product-page .product h2 {
  padding-top: 0 !important;
  word-break: break-all !important;
}
.woocommerce-shop .product img,
.archive .product img,
.product-page .product img {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px;
  transition: opacity 0.2s ease-out;
}
.woocommerce-shop .product img:hover,
.archive .product img:hover,
.product-page .product img:hover {
  opacity: 80%;
}
.woocommerce-shop .page-title,
.archive .page-title,
.product-page .page-title,
.woocommerce-shop .woocommerce-result-count,
.archive .woocommerce-result-count,
.product-page .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering,
.archive .woocommerce-ordering,
.product-page .woocommerce-ordering,
.woocommerce-shop .add_to_cart_button,
.archive .add_to_cart_button,
.product-page .add_to_cart_button {
  display: none !important;
}
/* Woocommerce Product page
==============================*/
.product-page .prodInfo {
  padding: 2rem 1.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page .prodInfo::before,
.product-page .prodInfo::after {
  content: "";
  position: absolute;
  background-color: #F4F3EE;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.product-page .prodInfo::before {
  left: -50%;
}
.product-page .prodInfo::after {
  right: -50%;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .product-page .prodInfo {
    flex-direction: column;
  }
}
.product-page .woocommerce-product-gallery {
  height: 90%;
  width: 50%;
  background: #fff;
}
.product-page .woocommerce-product-gallery figure,
.product-page .woocommerce-product-gallery .woocommerce-product-gallery__image {
  height: 100%;
}
.product-page .woocommerce-product-gallery img {
  object-fit: cover;
  height: 100% !important;
  aspect-ratio: 1 / 1;
}
.product-page .entry-summary {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  width: 42%;
}
.product-page .entry-summary .product_meta {
  order: 1;
  color: #7D7D7D;
}
.product-page .entry-summary .product_meta a {
  font-size: 1.2rem !important;
  font-weight: 700;
  color: #7D7D7D;
  text-transform: uppercase;
}
.product-page .entry-summary .product_meta a:hover {
  color: #0374D4;
}
.product-page .entry-summary .entry-title {
  order: 2;
  font-size: 3.2rem;
  font-style: italic;
  margin-bottom: 0.4rem;
}
.product-page .entry-summary .price {
  order: 3;
  font-weight: 500;
  color: #7D7D7D !important;
  font-style: italic !important;
  font-size: 1.8rem !important;
  margin-bottom: 3rem !important;
}
.product-page .entry-summary .woocommerce-product-details__short-description {
  order: 4;
  margin-bottom: 6rem;
}
.product-page .entry-summary .cart {
  order: 5;
}
.product-page .entry-summary .stock-level {
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: -2.2rem;
  align-items: baseline;
}
.product-page .entry-summary .stock-level span {
  color: #1E212B;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 0.8rem;
  font-size: 1.2rem;
}
.product-page .entry-summary .stock-level i {
  padding-left: 0.3rem;
  font-size: 1.4rem;
}
.product-page .entry-summary .variations tr {
  display: flex;
  flex-direction: column;
}
.product-page .entry-summary .variations tr .label {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #1E212B;
}
.product-page .entry-summary .variations tr .value select {
  padding: 1.5rem;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #484848;
  width: 100%;
}
.product-page .entry-summary .variations tr .value .reset_variations {
  display: none !important;
}
.product-page .entry-summary .woocommerce-variation-add-to-cart,
.product-page .entry-summary .cart {
  display: flex;
  flex-direction: column;
}
.product-page .entry-summary .woocommerce-variation-add-to-cart .quantity,
.product-page .entry-summary .cart .quantity {
  margin-bottom: 6rem !important;
}
.product-page .entry-summary .woocommerce-variation-add-to-cart .quantity input,
.product-page .entry-summary .cart .quantity input {
  padding: 1rem 1rem;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #484848;
  min-width: 8rem;
}
.product-page .entry-summary .woocommerce-variation-add-to-cart .quantity-title,
.product-page .entry-summary .cart .quantity-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  font-weight: 700;
  color: #1E212B;
}
.product-page .entry-summary .woocommerce-variation-add-to-cart button,
.product-page .entry-summary .cart button {
  padding: 1.6rem;
}
.product-page .entry-summary .woocommerce-variation-add-to-cart button i,
.product-page .entry-summary .cart button i {
  color: #fff;
  padding-right: 1.2rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .product-page .entry-summary {
    margin-top: 0;
  }
}
.product-page .specifications {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.product-page .specifications h4 {
  font-style: italic;
}
.product-page .specifications .applications ul {
  list-style: none;
  padding-left: 3.3rem;
  margin: 0 0 40px 0;
}
.product-page .specifications .applications ul li {
  position: relative;
  padding-bottom: 1.1rem;
}
.product-page .specifications .applications ul li:before {
  content: "\f00c";
  color: #1DB4D0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: calc(-1 * 2.4rem - 10px);
  line-height: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  top: 0;
  background: transparent;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 1px solid #1DB4D0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .specifications .related-articles ul {
  padding: 0;
  list-style: none;
}
.product-page .specifications .related-articles ul li {
  margin-bottom: 0.8rem;
}
.product-page .specifications .related-articles ul li a {
  color: #1E212B;
}
.product-page .specifications .related-articles ul li a:hover {
  color: #0374D4;
}
.product-page .specifications .related-articles ul li a i {
  color: #1DB4D0;
  padding-left: 0.8rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .product-page .specifications {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.product-page .product-accordion {
  margin-bottom: 9rem;
}
.product-page .up-sells {
  position: relative;
  padding: 6rem 1.5rem 3rem 1.5rem;
  margin-bottom: 6rem;
}
.product-page .up-sells::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1DB4D0 0%, #0374D4 100%);
  left: -50%;
}
.product-page .up-sells h2 {
  color: #fff;
  font-size: 3.2rem;
  font-style: italic;
  margin-bottom: 3rem;
}
.product-page .up-sells .product img {
  background-color: #fff;
}
.product-page .up-sells .product a,
.product-page .up-sells .product span,
.product-page .up-sells .product h2 {
  color: #fff;
}
.product-page .related {
  padding: 0 1.5rem;
}
.product-page .related h2 {
  font-size: 3.2rem;
  font-style: italic;
  margin-bottom: 3rem;
}
.cta-bar {
  position: relative;
  display: none;
}
.cta-bar::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1DB4D0 0%, #0374D4 100%);
  left: -50%;
}
.cta-bar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: flex;
  align-items: center;
  padding: 1rem 0px;
}
.cta-bar li span {
  margin-right: 7rem;
  color: #fff;
  font-size: 1.8rem;
}
.cta-bar li span i {
  padding-right: 1rem;
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1399px), (min-width: 1400px) {
  .cta-bar {
    display: block;
  }
}
/* Woocommerce Checkout/Cart
==============================*/
.woocommerce-cart .woocommerce-cart-form {
  width: 68%;
  float: left;
  margin-right: 2%;
}
.woocommerce-cart .cart-collaterals {
  width: 30%;
  float: left;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce-checkout #customer_details {
  padding-bottom: 60px;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: 100%!important;
  padding: 0;
}
.woocommerce-checkout .form-row {
  display: block;
}
.woocommerce-checkout input,
.woocommerce-checkout textarea {
  background-color: #fff;
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  padding: 1.25rem !important;
}
.woocommerce-checkout .select2-selection {
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  margin-bottom: 0.4rem;
  padding: 1.25rem 1rem 4rem 1rem;
}
.woocommerce-checkout label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce-checkout iframe {
  width: 100% !important;
  aspect-ratio: auto!important;
  border-radius: 0!important;
  box-shadow: none!important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%!important;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-cart .cart-collaterals {
    width: 100%;
    float: none;
  }
}
/* Woocommerce Colours
 ==============================*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #1DB4D0;
}
.woocommerce-error {
  border-color: #1E212B;
}
.woocommerce-error::before {
  color: #1E212B;
}
.woocommerce-message,
.woocommerce-info {
  border-color: #1DB4D0;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #1DB4D0;
}
.checkout-button,
#place_order,
.single_add_to_cart_button {
  background-color: #1DB4D0 !important;
}
.checkout-button:hover,
#place_order:hover,
.single_add_to_cart_button:hover {
  background-color: #1E212B !important;
}
.checkout-button {
  color: #fff !important;
}
.wp-video {
  width: 100% !important;
  height: auto !important;
}
.wp-video video {
  width: 100% !important;
  object-fit: cover;
}
table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dadada;
  padding: 10px;
}
table thead {
  background-color: #f5f5f5;
}
table thead th {
  color: #484848;
  font-weight: bold;
}
table tbody tr:nth-child(even) {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table tbody tr:hover {
  background-color: #ebebeb;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  table tbody {
    font-size: 12px;
  }
  table tbody thead {
    display: none;
  }
  table tbody tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #dadada;
  }
  table tbody tbody tr td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 40%;
    margin-right: 5%;
    vertical-align: top;
  }
  table tbody tbody tr td {
    display: inline-block;
    width: 55%;
    vertical-align: top;
  }
  table tbody tbody tr:nth-child(even) {
    background-color: #fff;
  }
  table tbody tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
}
.cart-collaterals .cross-sells {
  width: 100% !important;
}
.featured-products .title {
  margin-bottom: 30px;
}
.featured-products .product h2 {
  word-break: break-all !important;
}
