@font-face {
    font-family: 'UKNumberPlate';
    src: url('/fonts/UKNumberPlate.eot');
    src: url('/fonts/UKNumberPlate.eot?#iefix') format('embedded-opentype'),
        url('/fonts/UKNumberPlate.woff2') format('woff2'),
        url('/fonts/UKNumberPlate.woff') format('woff'),
        url('/fonts/UKNumberPlate.ttf') format('truetype'),
        url('/fonts/UKNumberPlate.svg#UKNumberPlate') format('svg');
    font-weight: normal;
    font-style: normal;
}

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}


html, body {  font-family: Montserrat;}

body {
  overflow-x: hidden;
}

@media  (max-width: 992px) {

  .img-logo {
    width: 80%;
    margin-top: 9px!important;
  }

  .navbar-brand {
    width: 80%;
  }
  
  #navbarSupportedContent {
    margin-top: 50px!important;
    background-color: #00053f;
    font-size: 15px!important;
  }

  nav {
    background-image: none!important;
    background-color: #00053f;
  }
}

.greytext {
    color: #838184;
}

.whitetext {
    color: white!important;
}

.bluetext {
    color: #001441;
}

.bluebackground {
    background-color: #001441;
    color: white;
}

.whitebackground {
  background-color: #ffffff;
  color: #001441;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #c00c31;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
    line-height: 1.8;
}

.btn-propower {
    background-color: #c00c31;
}

.email {
  
    font-size: 15px;
    text-decoration: none;
    color: white;
}
.email:hover {
    
    color: white;
}

nav {
    background-image: url(img/menu-background2.png);
    background-repeat: repeat-x;
    
}



.img-logo {
    margin-top: 37px;
}

.nav-link {
  line-height: normal!important;
}

.nav-item{
  height:40px;
  font-size: 17px!important;
  margin-right: 30px;
}



.nav-item:last-child{

  margin-right: 0!important;
}

#regchecker {
  margin-top: 5px;
  font-size:15px;
  height: 34px!important;
  background-image: url(/img/reg-checker-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width:160px;
  background-color: transparent;

}

#navbarSupportedContent {
  margin-top:-30px;
}
@media  (max-width: 1200px)  {
  #navbarSupportedContent .nav-item {font-size: 14px!important; margin-right:10px}
}

@media  (max-width: 992px)  {
  #top-nav{ margin-bottom: 5px; }
}
@media (max-width: 768px) {
  .nav-link {
    font-size: 18px; /* Larger font size for mobile */
  }
}




h1 {
    font-size:36px;
    margin-bottom: 20px;
}

h1 span {
    display: block;
    font-size: 30px;
}

@media  (max-width: 576px) {
  h1 {
    padding-top:20px;
    font-size: 15px;
  }
}

@media  (min-width: 577px) and (max-width: 992px)  {
  h1 {
    padding-top:10px!important;
    font-size: 25px;
  }
}

#footer {
    background-image: url(/img/lines.png);
    background-repeat: repeat-x;
    background-position-y: 99px;
}

@media  (max-width: 992px) {
  #footer {
    background-image: none;
  }
  #footer_img {
    width: 200px!important;
  }
}

@media  (max-width: 1200px) {
  #footer_img {
    width: 200px!important;
    margin-top: 7.5px!important;
  }
  #footer {
    background-size: 1px 14px!important;
  }
  #footer p,#footer p a {
    font-size: 10px!important;
  }
  
}
@media  (min-width: 1200px) and (max-width: 1400px) {
  #footer_img {
    width: 100%!important;
    margin-top: 0px!important;
  }
  #footer {
    background-size: 1px 17px!important;
  }
}


#slidercontainer {
    background-image: url(/img/grey-background.jpg);
    background-size: cover;
    padding-top:200px;
}


#vrm_field::placeholder, #search_field::placeholder, #term::placeholder  {
    color: white;
  }

#term { width: 147px;}

.carousel-item {
    position: relative;
  }
  




  .image-wrapper {
    position: relative;
    width: 230px;  /* Match the width of the images */
      height: 333px; /* Set height to match the image size */
  }
  
  .productSlider {
    position: absolute;
    top: 3px;
    left: 165px;
    z-index: 1;   /* Ensures the product image is on top */
  }
  
  .splash {
    position: absolute;
    top: 0;
    z-index: 1000;   /* Ensures the splash image is behind the product */
  }



  @media (max-width: 1400px) {
    .image-wrapper {
      width: 230px;  /* Match the width of the images */
      height: 333px; /* Set height to match the image size */
    }
    
    .productSlider {
      left: 140px;
      width: 100%;  /* Ensures the image fits the container */
      height: auto; /* Adjust as necessary */
    }
    
    .splash {
      left: 10px;
      width: 100%;  /* Ensures the image fits the container */
      height: auto; /* Adjust as necessary */
    }
  
  }

  

  @media (max-width: 1399px) and (min-width: 993px) {
    .image-wrapper {
        width: 150px;  /* Match the width of the images */
        height: 250px; /* Set height to match the image size */
      }
      
      .productSlider {
        left: 107px;
        width: 150px!important;  /* Ensures the image fits the container */
        height: auto; /* Adjust as necessary */
      }
      
      .splash {
        left: 10px;
        width: 173px!important;  /* Ensures the image fits the container */
        height: 220px!important; /* Adjust as necessary */
      }
    }







  #reg-lookup #reg-lookup-child{

    color:#ffffff;
    padding:1rem;
    max-width:100%;
    display:inline-block;
    margin-top:1rem;
    margin:auto;
    border-radius:0.5rem;
    background: #001441;
  
  }





.logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}

.logo-track {
  display: flex;
  width: max-content; /* Adjust to fit content dynamically */
  animation: scroll 20s linear infinite;
}

.logo-track img {
  max-width: 100px;
  margin: 0 20px;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause the animation when hovering */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}


.propowerbutton {
    outline:none;
    color: white!important;
    background-color: #7a859b!important;
    font-size: 16px!important;
    font-weight: bold!important;
    width: 100%!important;
    border: 0!important;
    line-height: 1.1;
  }


  
  .propowerbutton:hover {
    color: white!important;
    background-color: #c00c31!important;
    font-size: 16px!important;
    font-weight: bold!important;
    width: 100%!important;
    line-height: 1.1;
  }
  
  .propowerbutton:focus {
    outline: none;
    border: 0!important;
  }





  
.product {
    
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 0px;
    background-color: #e8ecef;
    border-radius:0.5rem;
  }
  
  .product-title {
    
      color: #001441!important;
      font-size: 36px;
      font-weight: bold;
  }
  
  .product-description {
    font-size: 16px;
      font-weight: 400;
      color: #001441;
  font-family: "Roboto", Sans-serif;
  }
  
  .product-category {
    color: #7a849a;
      font-family: "Roboto", Sans-serif;
      font-size: 20px;
      font-weight: 400;
  }
  
  .product-spec {
    color: #001441 ;
      font-family: "Roboto", Sans-serif;
      font-weight: 400;
      font-size: 18px;
  }

  p.product-spec span.spec{
    color: #001441!important;
    background: white;
    padding: 3px 1px 3px 10px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  .product-table {
    width: 260px;
    float: right
  }
  
  .product-table th {
    color: #001441;
    background-color: white;
  }
  .product-table td, .product-table th {
    padding: 5px;
    width: 50%;
    color: #001441;
  }
  
  

.downloadbutton {
  
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 7%;
  margin-bottom: 10px;
  padding: 18px;
  padding-left: 30%;
}

.tdsbutton {
  background-image: url('/img/technical-datasheet.png');
}

.sdsbutton {
  background-image: url('/img/safety-datasheet.png');
}

.warrantybutton {
  background-image: url('/img/warranty-statement.png');
}


.roundedCorner {
  border-radius: 5px;
  background: #e8edf1;
  padding: 10px;
}

.autocomplete-suggestions-holder1 {
  background-color: white!important;
  color: black;
  text-align: center;
}

.autocomplete-suggestions, .autocomplete-suggestions1{
  background-color: white;
  padding: 5px;
  overflow: hidden;
  z-index: 9999999999999;
  width: 344px!important;
}

.autocomplete-suggestion:hover{
  color: white;
  background-color: #7a849a;
  cursor: pointer;
}

.autocomplete-suggestions{
  top:34px;
  left:0;
}

.searchbutton {
  padding-top: 4px!important;
}

.breadcrumb {
  padding-top: 18px;
}

.breadcrumb a, .breadcrumb a:hover {
  color: black!important;
  text-decoration: none!important;
}

.gb-plate {
  background-image: url(https://granvilleoil.com/advisor/img/vrmIconGB.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left:70px;
}


.ie-plate {
  background-image: url(https://granvilleoil.com/advisor/img/vrmIconIRL.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left:70px;
}

#ctry-selector .active {
  font-weight: bold;
}

.ctryToggle {
  cursor: pointer;
}