.textforAWD {
  font-size: 10px;
}
.page-header {
  background-color: #222970;
  border: none !important;
  margin: 0;
}
/*top menu*/
.navbar-header #topmenu a {
  color: #ffffff;
  font-family: 'Eurostile-Regular', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.navbar-header #topmenu a span {
  position: relative;
}
.navbar-header #topmenu a span:before {
  background-image: url(../../images/icon-telephone.svg);
  background-size: cover;
  content: "";
  height: 34px;
  position: absolute;
  left: -42px;
  top: 0;
  width: 30px;
}
@media (max-width: 768px) {
  .navbar-header #topmenu a span:before {
    background-image: none;
    display: none;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .navbar-header #topmenu p {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    background: none !important;
  }
}
header {
  -webkit-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.2);
}
header li {
  font-weight: 500;
}
header .cart {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 20px;
}
header .cart .glyphicon {
  width: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
    width: 100%;
  }
}
header .logo {
  align-items: flex-start;
}
header .logo p {
  margin-bottom: 0;
}
header .logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  padding-top: 5px;
}
header .navbar-toggler {
  display: none;
  color: white;
}
@media (max-width: 1199px) {
  header .navbar-toggler {
    display: block;
    position: relative;
    top: 0.5rem;
    right: 2.5rem;
    font-size: 24px;
    z-index: 99999;
    transition: ease-in all 0.3s;
  }
}
header .navbar-toggler.collapsed {
  color: #ffffff;
}
header .mobile-categories {
  display: none;
}
@media (max-width: 1199px) {
  header .topmenu {
    left: -9000px;
  }
  header .topmenu.in {
    transition: ease-in all 0.3s;
    position: fixed;
    width: 100%;
    height: 100vh !important;
    top: 0;
    bottom: 0;
    left: 0;
    background: #222970;
    z-index: 9999;
  }
  header .topmenu.in ul {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  header .topmenu.in ul a {
    color: white !important;
    text-shadow: none;
    font-size: 16px;
    padding: 5px 0;
    text-align: left;
  }
  header .topmenu.in ul a:hover,
  header .topmenu.in ul a:focus {
    color: #2c96d0;
  }
  header .topmenu.in .mobile-categories {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    clear: both;
    margin-top: 80px;
  }
  header .topmenu.in .mobile-categories .navbar-nav a {
    font-size: 15px !important;
  }
  header .phone {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  header .topmenu.in .mobile-categories .navbar-nav .submenu {
    background-color: transparent;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  header .topmenu.in .mobile-categories .navbar-nav .submenu a {
    white-space: none;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  header .topmenu.in .mobile-categories .navbar-nav .submenu li.level1 {
    padding: 0;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  header .topmenu.in .mobile-categories .navbar-nav .submenu.level0 {
    display: none;
  }
}
@media (max-width: 1199px) {
  header .navbar-toggler {
    display: block;
  }
}
header .navbar-holder {
  padding: 15px 0 0 0;
  height: 60px;
}
header a {
  text-transform: uppercase;
  color: #ffffff;
}
header .phone a {
  display: block;
  font-size: 24px;
  position: relative;
  color: #2c96d0;
  font-weight: 700;
}
header .showcart {
  font-size: 20px;
  padding: 10px 20px !important;
}
@media (max-width: 768px) {
  header .showcart {
    padding: 0 !important;
  }
}
header .top-bottom-menu {
  border-top: 1px solid #ffffff;
}
header nav.navbar {
  font-size: 15px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  header nav.navbar {
    display: none;
  }
}
header nav.navbar .navbar-nav li {
  /*drop down*/
}
header nav.navbar .navbar-nav li a {
  color: #ffffff;
}
header nav.navbar .navbar-nav li a:hover,
header nav.navbar .navbar-nav li a:focus {
  background-color: #2c96d0;
}
header nav.navbar .navbar-nav li.active a {
  background-color: transparent;
  color: #2c96d0;
}
header nav.navbar .navbar-nav li li a {
  color: #222970;
}
header nav.navbar .navbar-nav li li a:hover,
header nav.navbar .navbar-nav li li a:focus {
  background-color: #2c96d0;
  color: #ffffff;
  text-decoration: none;
}
header nav.navbar .navbar-nav li li.parent {
  position: relative;
}
header nav.navbar .navbar-nav li li.parent .submenu li.level1 {
  padding: 0;
}
header nav.navbar .navbar-nav li li.parent:hover > .submenu {
  display: block;
  left: 100%;
  top: 0;
}
header .navbar-right {
  font-size: 16px;
  margin-right: 0;
  padding-top: 18px;
}
header .navbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbar-right ul li {
  display: inline-block;
}
.category-image,
.header-image {
  background-color: #2c96d0;
  background-size: cover;
  height: 310px;
  background-position: right center;
}
.category-image .container,
.header-image .container {
  height: 100%;
  position: relative;
}
.category-image .header-title,
.header-image .header-title {
  background-color: #2c96d0;
  color: #ffffff;
  font-family: 'Eurostile-Regular', sans-serif;
  font-size: 30px;
  display: inline-block;
  padding: 5px 40px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 50%;
  bottom: 50%;
  height: 52px;
  letter-spacing: 2px;
  margin: auto;
}
.category-image.header-small,
.header-image.header-small {
  height: 200px;
}
.category-image.header-aboutus,
.header-image.header-aboutus {
  height: 470px;
}
@media (max-width: 465px) {
  .category-image.header-aboutus,
  .header-image.header-aboutus {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.category-image.header-no-image,
.header-image.header-no-image {
  height: auto;
  padding: 50px 0;
  text-align: center;
}
.category-image.header-no-image .header-title,
.header-image.header-no-image .header-title {
  bottom: 0;
  font-size: 36px;
  height: auto;
  padding: 0;
  position: relative;
  text-transform: none;
  top: 0;
}
