:root {
  /*** Global ***/
  --theme-primary: #070707; /* dark grey/black */
  --theme-secondary: #957C45; /* tan */
  --theme-tertiary: #F4D792; /* yellow */
  --theme-text: #000000; /* dark grey */
  --theme-lightgrey: #CEBF9F; /* light grey */

  /* Top Bar */
  --topbar-bg: var(--theme-lightgrey);
  --topbar-icons: var(--theme-primary);
  --topbar-text: var(--theme-text);
  --topbar-hover: var(--theme-tertiary);
  
  /* Main Header */
  --header-bg: #fff;
  --header-icons: #957C45;
  --header-text: var(--theme-text);
  --header-hover: var(--theme-tertiary);
  
  /* Header Search Bar */
  --search-bg: #fff;
  --search-icons: var(--theme-primary);
  --search-text: #957C45;
  --search-focus: var(--theme-primary);
  
  /* Main Navigation */
  --nav-bg: #070707;
  --nav-border: #dfdfdf;
  --nav-icons: var(--theme-primary);
  --nav-text: #fff;
  --nav-hover: #F4D792;
  
  /* USP Strip */
  --strip-bg: #fff;
  --strip-icons: var(--theme-primary);
  --strip-text: var(--theme-text);
  --strip-hover: var(--theme-tertiary);
  
  /* Footer */
  --footer-bg: #070707;
  --footer-icons: #F4D792;
  --footer-text: #fff;
  --footer-hover: #F4D792;
  
  /* Footer Newsletter Input*/
  --footnews-bg: #fff;
  --footnews-icons: var(--theme-primary);
  --footnews-text: var(--theme-text);
  --footnews-focus: var(--theme-primary);
  
  /* Footer Social Icons */
  --footsocial-bg: #F4D792;
  --footsocial-icons: #fff;
  --footsocial-bg-hover: #CEBF9F;
  --footsocial-icons-hover: #fff;
  
  /* Title Underline Underline Colour */
  --title-underline:  var(--theme-primary);
  
  /* Simple / Link Boxes */
  --linkbox-bg: #957c45;
  --linkbox-text: #fff;
  --linkbox-hover-bg: #070707;
  --linkbox-hover-text: #fff;
}


/* ADDING SOLID BORDER AROUND SEARCH BAR (ADD NEW HEX CODE) */

.header-full .search_container section.search .search-form .form-group input {
    height: 50px;
    border: 2px solid #000000 !important;
}


/* Adding spacing between form labels */

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.strip-img {
    width: 50px;
    height: 50px;
}

.aboutushomepage hr {
    border: 0;
    border-top: 4px solid #000000;
    margin-bottom: 1em;
    margin-top: 1em;
}

.m-bot-default {
    margin-bottom: 60px;
    text-align: center;
}

.contactusform h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #cebf9f;
    margin-top: 30px;
    margin-bottom: 30px;
}
  
.contactboxes {
    border: solid 1px #070707;
    padding: 15px;
  margin-top: 30px;
}

/* Background colour for in-stock items */
.live-stock-content.in-stock {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff !important;
    background-color: red;
}

/* Existing link styling */

.linkexisting h2 {
  color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #025939;
    margin-top: 30px;
 margin-bottom: 30px;
}


/* ON 140 homepage video banner */

#on140-video-banner {
    position: relative;
    width: 100%;
    height: 54vh;
    min-height: 400px;
    max-height: 650px;
    overflow: hidden;
    background: #222;
}

#on140-banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
}

.on140-video-shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.on140-video-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.on140-video-content h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(32px, 4vw, 62px);
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

.on140-video-content p {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(18px, 2vw, 26px);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}

.on140-video-button {
    display: inline-block;
    padding: 13px 24px;
    border: 2px solid #fff;
    border-radius: 3px;
    background: #821f2d;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.on140-video-button:hover {
    background: #651722;
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    #on140-video-banner {
        height: 430px;
        min-height: 430px;
    }

    #on140-banner-video {
        object-position: center;
    }

    .on140-video-content {
        padding: 20px;
    }
}
/* ON 140 HOMEPAGE ABOUT SECTION */

.on140-about {
  max-width: 1420px;
  margin: 55px auto;
  padding: 0 20px;
}

.on140-about-inner {
  display: grid;
  grid-template-columns: 390px 1fr;
  align-items: center;
  gap: 55px;
  padding: 40px;
  border-top: 4px solid #957c45;
  background-color: #f7f5ef;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.on140-about-photo {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.on140-about-photo img {
  display: block;
  width: 100%;
  height: 420px;
  margin: 0;
  object-fit: cover;
  object-position: center 30%;
}

.on140-about-content {
  text-align: left;
}

.on140-about-eyebrow {
  margin: 0 0 10px;
  color: #957c45;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.3;
  text-transform: uppercase;
}

.on140-about-title {
  margin: 0 0 20px;
  color: #070707;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}

.on140-about-copy {
  margin: 0 0 16px;
  color: #333333;
  font-size: 17px;
  line-height: 1.65;
}

.on140-about-tagline {
  margin: 22px 0;
  color: #070707;
  font-size: 18px;
  font-weight: 700;
}

.on140-about-button {
  display: inline-block;
  padding: 12px 25px;
  border: 2px solid #851722;
  background-color: #851722;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
}

.on140-about-button:hover {
  background-color: #ffffff;
  color: #851722 !important;
}

@media screen and (max-width: 800px) {
  .on140-about {
    margin: 35px auto;
    padding: 0 14px;
  }

  .on140-about-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .on140-about-photo {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }

  .on140-about-photo img {
    height: auto;
  }

  .on140-about-content {
    text-align: center;
  }

  .on140-about-title {
    font-size: 28px;
  }
}
/* ON 140 HOMEPAGE BRAND CAROUSEL */

.on140-brands-row {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.on140-brands {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 25px 0 15px !important;
}

.on140-brands h2,
.on140-brands h3,
.on140-brands .widget-title {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  color: #070707;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.on140-brands img {
  display: block;
  width: auto !important;
  max-width: 165px !important;
  max-height: 65px !important;
  margin: 0 auto !important;
  object-fit: contain;
}

.on140-brands .slick-list {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.on140-brands .slick-track {
  display: flex !important;
  align-items: center !important;
}

.on140-brands .slick-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 80px !important;
}

.on140-brands .slick-slide > div {
  width: 100%;
}

.on140-about {
  margin-top: 25px !important;
}/* Final brand carousel spacing adjustment */

.on140-brands-row {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: -70px !important;
}

.on140-brands {
  height: auto !important;
  min-height: 0 !important;
  padding: 15px 0 0 !important;
}

.on140-brands .slick-slider,
.on140-brands .slick-list,
.on140-brands .slick-track {
  min-height: 0 !important;
  height: auto !important;
}

.on140-brands .slick-slide {
  min-height: 70px !important;
}

.on140-brands img {
  max-width: 190px !important;
  max-height: 75px !important;
}/* ON 140 MOBILE HOMEPAGE ADJUSTMENTS */

@media (max-width: 767px) {

  /* Undo the desktop negative spacing */
  .on140-brands-row {
    height: auto !important;
    margin-bottom: 20px !important;
  }

  .on140-brands {
    padding: 15px 0 10px !important;
  }

  .on140-brands h2,
  .on140-brands h3,
  .on140-brands .widget-title {
    margin-bottom: 15px !important;
    font-size: 27px !important;
  }

  .on140-brands .slick-slide {
    min-height: 105px !important;
  }

  .on140-brands img {
    max-width: 150px !important;
    max-height: 60px !important;
  }

  /* About Us mobile card */
  .on140-about {
    clear: both;
    margin: 20px 12px 30px !important;
  }

  .on140-about-inner {
    display: block !important;
    padding: 18px !important;
  }

  .on140-about-photo {
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .on140-about-photo img {
    display: block;
    width: 100% !important;
    height: 390px !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .on140-about-content {
    width: 100% !important;
    padding: 0 !important;
  }

  .on140-about-title {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .on140-about-button {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    text-align: center !important;
  }
}/* Reduce excess mobile brand-carousel height */

@media (max-width: 767px) {

  .on140-brands .slick-slider,
  .on140-brands .slick-list,
  .on140-brands .slick-track {
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
  }

  .on140-brands .slick-list {
    overflow: hidden !important;
  }

  .on140-brands .slick-slide {
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
  }

  .on140-brands-row {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
  }

  .on140-about {
    margin-top: 10px !important;
  }
}/* Remove remaining EvolutionX mobile brand-row whitespace */

@media (max-width: 767px) {
  .on140-brands-row {
    margin-bottom: -35px !important;
  }

  .on140-about {
    position: relative;
    margin-top: 20px !important;
  }
}/* Refine About Us typography on mobile */

@media (max-width: 767px) {

  .on140-about-content {
    text-align: left !important;
  }

  .on140-about-eyebrow {
    margin: 0 0 10px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    letter-spacing: 1.5px !important;
    text-align: left !important;
  }

  .on140-about-title {
    margin: 0 0 18px !important;
    font-size: 29px !important;
    line-height: 1.15 !important;
    text-align: left !important;
  }

  .on140-about-copy {
    margin: 0 0 16px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  .on140-about-tagline {
    margin: 8px 0 18px !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  .on140-about-button {
    font-size: 15px !important;
    line-height: 1.2 !important;
    padding: 15px 18px !important;
  }
}/* Enlarge and center brand logos on mobile */

@media (max-width: 767px) {

  .on140-brands .slick-slide,
  .on140-brands .slick-slide > div,
  .on140-brands .slick-slide a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .on140-brands img {
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 85px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
}/* Correct EvolutionX mobile logo offset */

@media (max-width: 767px) {

  .on140-brands .slick-slide > div,
  .on140-brands .slick-slide a {
    width: 100% !important;
  }

  .on140-brands img {
    position: relative !important;
    left: -32px !important;
  }
}/* ON 140 FOOTER STORE HOURS */

.on140-footer-hours {
  color: #ffffff;
}

.on140-footer-hours h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.on140-footer-hours p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .on140-footer-hours-widget {
    padding: 5px 20px 25px !important;
    text-align: center !important;
  }

  .on140-footer-hours h3 {
    font-size: 20px !important;
  }

  .on140-footer-hours p {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
}/* Align footer hours with desktop footer content */

@media (min-width: 768px) {
  .on140-footer-hours-widget {
    width: calc(100% - 40px) !important;
    max-width: 1430px !important;
    margin: 0 auto !important;
    padding: 20px 0 10px !important;
    box-sizing: border-box !important;
  }
}