/*
Copyright 2022 Chief Mechanic Limited
*/

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

nav .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  nav .navbar-brand {
    width: 40%;
    max-width: 200px!important;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    font-size: 1.2em;
  }
}

.nav-link, .nav-link.active {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.active {
  font-weight: bold;
}

.cm_vehicle_search_results > div:not(.cm_vehicle_search_results_compare) > div:hover, .module_new_arrivals_content .carousel-item > div:hover, .module_vehicle_related_content .carousel-item > div:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;  
}

.btn:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px!important;
}

.login-dropdown, .profile-dropdown {
  background-color: #fff;
  border: 1px solid #2b2b2b;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
}

.login-dropdown .btn, .profile-dropdown .btn {
  background-color: #034da4;
  border-color: #034da4;
  color: #fff;
}

.logo-block-social .bi {
  font-size: 3.5em!important;
  margin-top: 1em!important;
  margin-right: 0.25em!important;
}

footer h6 {
  font-size: 13px;
  font-weight: normal;
}

footer h4 {
  margin-top: 2em;
  font-weight: normal;
}