/* Moved to automation.scss */
/* Moved to automation.scss */
/* Moved to automation.scss */
/* Moved to automation.scss */
.call-to-action-button,
.search-by-part-module .btn,
.vin-column-custom .search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom {
  background-color: #cb2027;
  border-radius: 0px;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .call-to-action-button:hover, .call-to-action-button:active, .call-to-action-button:focus,
  .search-by-part-module .btn:hover,
  .search-by-part-module .btn:active,
  .search-by-part-module .btn:focus,
  .vin-column-custom .search-by-vin-module .btn:hover,
  .vin-column-custom .search-by-vin-module .btn:active,
  .vin-column-custom .search-by-vin-module .btn:focus,
  #home-content .newsletter-signup-module .btn:hover,
  #home-content .newsletter-signup-module .btn:active,
  #home-content .newsletter-signup-module .btn:focus,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:focus,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:hover,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:active,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:focus {
    background-color: #e03e44;
    color: #fff; }
  .call-to-action-button:visited,
  .search-by-part-module .btn:visited,
  .vin-column-custom .search-by-vin-module .btn:visited,
  #home-content .newsletter-signup-module .btn:visited,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:visited,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:visited {
    background-color: #cb2027;
    color: #fff; }

#header-custom .container-wrap {
  padding-bottom: 0; }

@media (min-width: 767px) and (max-width: 1024px) {
  #header-custom .col-md-6:first-child {
    display: none; }
  #header-custom .col-md-6:last-child {
    width: 100%; } }

#header-custom .main-nav-links {
  margin-right: 10px; }

#header-custom .links-list li a, #header-custom .cart-wrapper .cart-text, #header-custom .email_address {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #383838;
  font-weight: 700;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }
  #header-custom .links-list li a:hover, #header-custom .cart-wrapper .cart-text:hover, #header-custom .email_address:hover {
    color: #fff; }

#header-custom .call-to-action-button {
  background-color: transparent; }
  #header-custom .call-to-action-button:hover {
    background-color: transparent; }

#header-custom .cart-component {
  min-width: 0; }
  #header-custom .cart-component .cart-button {
    padding: 5px; }
  #header-custom .cart-component i {
    color: #383838; }
  #header-custom .cart-component:hover .cart-button i {
    color: #fff; }

#logo-custom .container-wrap {
  padding: 0px; }

#logo-custom .store-logo-image {
  max-height: 58px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0; }

#logo-custom .logo-col-custom {
  width: 28%;
  margin: 0; }

#logo-custom .deal-links-custom, #logo-custom .action-col-custom {
  width: 70%;
  margin: 0; }

#logo-custom .deal-links-custom {
  padding-bottom: 10px; }

#logo-custom .garage-col-custom {
  width: 20%;
  float: right;
  margin: 14px 10px 14px 0;
  border: solid 1px #cb2027;
  text-align: center; }
  #logo-custom .garage-col-custom .garage-component {
    padding: 4.5px;
    width: 100%;
    height: 100%;
    background-color: #cb2027; }
    #logo-custom .garage-col-custom .garage-component .garage-text {
      color: #fff; }
    #logo-custom .garage-col-custom .garage-component:hover {
      background-color: #e03e44; }

#logo-custom .search-col-custom {
  width: 45%;
  float: right;
  margin: 14px 0; }
  #logo-custom .search-col-custom .search-bar-component input {
    border-color: #ccc; }

#second-nav .container-wrap {
  padding: 0; }

#second-nav .links-list {
  display: inline; }
  #second-nav .links-list li {
    padding: 15px 20px 13px 20px;
    margin: 0;
    text-align: center;
    border-right: 1px solid #555;
    display: block;
    float: left;
    cursor: pointer; }
    #second-nav .links-list li a {
      font-family: "Open Sans", sans-serif;
      font-size: 10pt;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
      #second-nav .links-list li a:hover {
        text-decoration: none; }
    #second-nav .links-list li:hover, #second-nav .links-list li:active {
      background: #9f191f; }
    @media (max-width: 1023px) {
      #second-nav .links-list li {
        font-size: 8pt; } }

#mobile-header .material-icons {
  color: #fff; }

#mobile-header .navbar-toggle {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
  margin: 0;
  float: none;
  border: 1px solid #fff;
  padding: 5px 5px 0 5px; }
  #mobile-header .navbar-toggle .closeMenu {
    display: none; }
  @media (max-width: 574px) {
    #mobile-header .navbar-toggle {
      display: block; } }

#mobile-header .header-center-nav {
  display: block;
  text-align: center;
  padding: 3px 0;
  background: #000;
  border-bottom: 1px solid #000; }
 /* #mobile-header .header-center-nav .mobile-header-logo-link {
    line-height: 40px; }
  #mobile-header .header-center-nav img.image-logo {
    max-height: 45px; } */

#mobile-header .cartLink {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 5px 0 5px; }

.mobileMenu {
  width: auto; }
  .mobileMenu .mobileMenuSection:first-child {
    margin-bottom: 5px; }
  .mobileMenu .call-to-action-button {
    background: #cb2027; }
    .mobileMenu .call-to-action-button:hover, .mobileMenu .call-to-action-button:active {
      background: #e45459; }
  .mobileMenu ul {
    list-style: none; }
    .mobileMenu ul li {
      position: relative;
      z-index: 10000; }
      .mobileMenu ul li a {
        font-family: "Open Sans", sans-serif;
        font-size: 12pt;
        color: #fff;
        font-weight: 400;
        position: relative;
        display: block;
        padding: 15px;
        background: #cb2027;
        margin-bottom: 5px;
        text-transform: uppercase; }
        .mobileMenu ul li a:after {
          position: absolute;
          right: 5px;
          top: 12px;
          content: 'chevron_right';
          direction: ltr;
          display: inline-block;
          font-family: 'Material Icons';
          font-size: 24px;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased; }
      .mobileMenu ul li .menuPhone {
        padding-left: 45px; }
        .mobileMenu ul li .menuPhone:before {
          position: absolute;
          top: 12px;
          left: 10px;
          content: 'call';
          direction: ltr;
          display: inline-block;
          font-family: 'Material Icons';
          font-size: 24px;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased; }
      .mobileMenu ul li .dropdown-toggle:after {
        content: 'expand_more';
        border: 0;
        right: 30px; }
      .mobileMenu ul li .dropdown-menu {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        position: static;
        float: none; }
        .mobileMenu ul li .dropdown-menu a {
          background: transparent;
          padding: 7px 15px;
          color: #666;
          font-size: 1em; }
          .mobileMenu ul li .dropdown-menu a:after {
            top: 5px;
            content: 'chevron_right'; }
    .mobileMenu ul .open {
      margin-bottom: 5px; }
      .mobileMenu ul .open a {
        margin-bottom: 0; }
        .mobileMenu ul .open a:after {
          content: 'expand_less'; }

.navbar-fixed-top {
  min-width: 320px; }
  .navbar-fixed-top div.custom-html-module {
    position: relative; }

.navmenu-fixed-left {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow-y: hidden;
  border-radius: 0;
  padding: 10px;
  background: #252525; }
  .navmenu-fixed-left .col-sm-12 {
    padding: 0; }

.mm-open .site-container:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1029;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.home-content .container-wrap {
  padding-bottom: 0; }

#page-home .home-content .cats-list {
  margin-top: 23px; }
  #page-home .home-content .cats-list ul {
    width: 100%;
    border: 1px solid #7d7d7d; }
    #page-home .home-content .cats-list ul li {
      border-left: 10px solid transparent;
      border-bottom: 1px solid #7d7d7d;
      position: relative; }
      #page-home .home-content .cats-list ul li:last-child {
        border-bottom: none; }
      #page-home .home-content .cats-list ul li::after {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: absolute;
        top: 11px;
        right: 20px;
        font-size: 16pt;
        color: #000; }
      #page-home .home-content .cats-list ul li:hover {
        border-left-color: #4e4e4e;}
        #page-home .home-content .cats-list ul li:hover a {
        color: #4e4e4e;
		font-weight: 700;}
        #page-home .home-content .cats-list ul li:hover::after {
          color: #4e4e4e; }
      #page-home .home-content .cats-list ul li a {
        font-family: "Open Sans", sans-serif;
        font-size: 12pt;
        color: #fff;
        font-weight: 400;
        display: block;
        padding: 15.699px 20px; }

.home-content .featured-section h2 {
  display: none; }

.home-content .featured-section .col-sm-4 {
  padding-left: 0;
  margin: 0 !important; }
  @media (max-width: 767px) {
    .home-content .featured-section .col-sm-4 {
      padding-left: 15px;
      width: 100%; } }
  .home-content .featured-section .col-sm-4.cats-list ul li a {
    color: #fff; }

.home-content .featured-section .col-sm-8 {
  padding-right: 0;
  margin: 0; }

#vehicle-custom {
  z-index: 22; }
  #vehicle-custom .row {
    margin: 0 !important;
    padding-top: 15px; }
    @media (max-width: 767px) {
      #vehicle-custom .row {
        padding: 0; } }
  #vehicle-custom .header-text {
    display: none; }
    @media (max-width: 767px) {
      #vehicle-custom .header-text {
        display: block;
        color: inherit; } }
  @media (max-width: 767px) {
    #vehicle-custom .container-wrap {
      padding: 0px; }
    #vehicle-custom .header-text {
      display: block; } }
  #vehicle-custom .vpicker_buttons .vpicker_button {
    border-radius: 0px; }
  #vehicle-custom .vpicker_buttons li.active_button a:hover .select {
    background-color: #efefef; }
  @media (min-width: 426px) and (max-width: 710px) {
    #vehicle-custom .vpicker_buttons {
      width: 70%; } }
  @media (max-width: 900px) {
    #vehicle-custom .vpicker_buttons {
      width: 90%; } }
  @media (max-width: 710px) {
    #vehicle-custom .vpicker_buttons {
      width: 90%; }
      #vehicle-custom .vpicker_buttons .vpicker-select {
        width: 100%; } }
  #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
    background-color: #cb2027;
    width: 170px;
    margin-left: 15px;
    padding: 5px; }
    #vehicle-custom .vpicker-submit:hover, #vehicle-custom .browse_catalog:hover {
      background-color: #e45459; }
    @media (min-width: 426px) and (max-width: 710px) {
      #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
        width: 70%; } }
    @media (min-width: 711px) and (max-width: 900px) {
      #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
        width: 170px;
        margin-left: 0; } }
    @media (max-width: 710px) {
      #vehicle-custom .vpicker-submit, #vehicle-custom .browse_catalog {
        width: 90%;
        margin-left: 0; } }

@media (min-width: 450px) and (max-width: 800px) {
  #mobile-picker .vehicle-picker-module .vpicker_buttons li.vpicker_button,
  #mobile-picker .vehicle-picker-module #vpicker_submit {
    width: 40%; } }

#model-custom .select-by-model-module .select-by-model-item {
  margin: 3px 2px;
  min-width: 100px;
  width: 32%; }

#model-custom .vehicle-img-wrapper {
  margin-top: 20px; }
  @media (max-width: 1000px) {
    #model-custom .vehicle-img-wrapper {
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.5);
      transform: scale(0.8);
      zoom: 0.8; } }

#model-custom .model-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  color: #000;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  margin: 10px 0; }

#model-custom .model-content {
  border: solid 1px #7d7d7d;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #model-custom .model-content:hover .model-text span, #model-custom .model-content:active .model-text span {
    text-decoration: none; }
  #model-custom .model-content:hover::before, #model-custom .model-content:active::before {
    opacity: 1; }
  #model-custom .model-content::before {
    content: "+";
    font-family: "Open Sans", sans-serif;
    font-size: 55pt;
    color: #fff;
    font-weight: 100;
    padding: 50px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    transition: all .5s ease;
    transform-origin: center bottom;
    opacity: 0; }

#model-custom .select-by-model-list {
  text-align: center; }

@media (max-width: 574px) {
  #model-custom .select-by-model-module .select-by-model-item {
    width: 47%; } }

#vin-custom .collect-vin-horiz-module .search-label {
  color: #fff; }

#featured-custom .featured-products-module {
  padding-top: 0; }

#featured-custom .details-title .product-title {
  color: #383838;
  font-size: 14pt; }
  @media (max-width: 426px) {
    #featured-custom .details-title .product-title {
      font-size: 8pt; } }
  @media (max-width: 1024px) {
    #featured-custom .details-title .product-title {
      font-size: 9pt; } }

#featured-custom .featured-products, #featured-custom .pricing-actions-display .product-pricing {
  text-align: center; }

#featured-custom .featured-product {
  margin: 0 6px 36px 0;
  float: left;
  width: 32.2%;
  display: inline;
  border: solid 1px #7d7d7d; }
  @media (max-width: 1023px) {
    #featured-custom .featured-product {
      width: 32%; } }
  @media (max-width: 767px) {
    #featured-custom .featured-product {
      width: 48%; } }

#featured-custom .product-wrapper-link {
  border: none; }
  #featured-custom .product-wrapper-link:hover {
    border: none; }

#featured-custom .product-wrapper-link {
  background-color: transparent; }
  #featured-custom .product-wrapper-link:hover {
    border-color: #7d7d7d; }

#featured-custom .product-details-link {
  background-color: #cb2027;
  color: #fff; }

@media (max-width: 574px) {
  #featured-custom .catalog-product {
    width: 47%;
    border-bottom: 1px solid #7d7d7d; }
  #featured-custom .catalog-product-sale-price {
    font-size: 16pt;
    text-align: center; } }

@media (max-width: 574px) {
  #featured-custom .catalog-product {
    width: 24%; } }

@media (max-width: 767px) {
  #featured-custom .col-sm-8 {
    width: 100%;
    float: none;
    margin-top: 20px; } }

#custom-footer {
  padding-top: 25px; }
  #custom-footer .heading, #custom-footer .newsletter-main-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    color: #383838;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #7d7d7d;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
    display: block; }
    #custom-footer .heading::after, #custom-footer .newsletter-main-text::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 100px;
      background-color: #7d7d7d; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #custom-footer .heading, #custom-footer .newsletter-main-text {
        font-size: 11pt; } }
    @media (max-width: 767px) {
      #custom-footer .heading, #custom-footer .newsletter-main-text {
        padding-top: 10px; } }
  #custom-footer a:hover {
    text-decoration: none; }
  #custom-footer li {
    list-style: none; }
  #custom-footer .contact-wrapper {
    margin-top: 10px; }
    #custom-footer .contact-wrapper .list-item-container {
      padding: 12px 0; }
      #custom-footer .contact-wrapper .list-item-container .icon {
        padding: 0 15px 0 0;
        display: inline-block; }
        #custom-footer .contact-wrapper .list-item-container .icon i {
          color: #eee;
          font-size: 14pt; }
      #custom-footer .contact-wrapper .list-item-container aside {
        font-family: "Open Sans", sans-serif;
        font-size: 10pt;
        color: #ddd;
        font-weight: 400;
        display: inline-block;
        vertical-align: top; }
      #custom-footer .contact-wrapper .list-item-container:hover aside, #custom-footer .contact-wrapper .list-item-container:hover i {
        color: #fff; }
  #custom-footer .navigation-wrapper .links-list {
    width: 100%;
    margin: 0; }
    #custom-footer .navigation-wrapper .links-list li {
      position: relative; }
      #custom-footer .navigation-wrapper .links-list li a {
        font-family: "Open Sans", sans-serif;
        font-size: 12pt;
        color: #383838;
        font-weight: 400;
        display: block;
        padding: 12px 0 12px 20px;
        border-bottom: solid 1px #7d7d7d; }
        #custom-footer .navigation-wrapper .links-list li a:hover {
          color: #383838;
		  font-weight: 700;}
      #custom-footer .navigation-wrapper .links-list li::before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        content: "\f054";
        position: absolute;
        left: 0;
        top: 18px;
        color: #383838;
        font-size: 6pt; }
  #custom-footer .newsletter-signup-module form {
    margin-top: 25px; }
    #custom-footer .newsletter-signup-module form .input-group {
      width: 100%; }
      #custom-footer .newsletter-signup-module form .input-group input {
        border: 1px solid #7d7d7d;
        padding: 9.3px 10px; }
      @media (min-width: 768px) and (max-width: 942px) {
        #custom-footer .newsletter-signup-module form .input-group input, #custom-footer .newsletter-signup-module form .input-group button {
          display: block;
          width: 100% !important;
          margin: 10px 0 0 0; } }
  #custom-footer .social-custom ul li {
    display: inline-block;
    padding: 7px;
    border: solid 1px #7d7d7d;
    min-width: 40px;
    text-align: center; }
    @media (max-width: 799px) {
      #custom-footer .social-custom ul li {
        margin-top: 5px; } }
    #custom-footer .social-custom ul li:hover {
      border-color: #cb2027; }
      #custom-footer .social-custom ul li:hover i, #custom-footer .social-custom ul li:hover span {
        color: #fff; }
      #custom-footer .social-links-module .nav_social a:hover {
        color: #fff; }
    #custom-footer .social-custom ul li a:hover {
      text-decoration: none; }
    #custom-footer .social-custom ul li a i {
      color: #7d7d7d;
      font-size: 14pt; }
    #custom-footer .social-custom ul li a span {
      font-family: "Open Sans", sans-serif;
      font-size: 10pt;
      color: #7d7d7d;
      font-weight: 400; }

@media (min-width: 768px) and (max-width: 1250px) {
  .wide-padding {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }

a, a:hover {
  text-decoration: none; }

#header-custom .cart-component .cart-button .cart-items {
  background-color: #cb2027;
  color: #fff; }

#mobile-header {
  height: 30px; }

#mobile-garage {
  padding: 10px 0; }
  #mobile-garage .garage-component {
    width: 100%;
    text-align: center; }

body {
  position: relative; }

#page-home h1, #page-home .category-title, .headerStyles, #page-home h2, #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16pt;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 17pt; }
  @media (max-width: 799px) {
    #page-home h1, #page-home .category-title, .headerStyles, #page-home h2, #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
      text-align: center;
      background-color: transparent; } }

#page-home #vehicle-custom h1 {
  color: #fff;
  font-size: 25pt;
  font-weight: 300;
  letter-spacing: .2px;
  padding: 5px 0 15px 0;
  text-align: center; }
  @media (max-width: 1023px) {
    #page-home #vehicle-custom h1 {
      font-size: 22pt;
      line-height: 32pt; } }
  @media (max-width: 767px) {
    #page-home #vehicle-custom h1 {
      line-height: 30pt;
      padding: 0 15px 0 15px;
      font-size: 22pt; } }

#rp-custom .container-wrap {
  padding: 10px 0 10px 0; }

@media (max-width: 767px) {
  #rp-custom .payments-accepted-module {
    margin-top: 15px; } }

#page-cart #second-nav, #page-one_page_checkout #second-nav {
  display: none; }

#page-cart #header-custom, #page-one_page_checkout #header-custom {
  display: none; }

#page-cart #mobile-search, #page-one_page_checkout #mobile-search {
  display: none; }

#page-cart #logo-custom, #page-one_page_checkout #logo-custom {
  height: 100px;
  background-color: #000 !important;
  padding-top: 15px; }
  #page-cart #logo-custom .search-col-custom, #page-cart #logo-custom .garage-col-custom, #page-one_page_checkout #logo-custom .search-col-custom, #page-one_page_checkout #logo-custom .garage-col-custom {
    display: none; }

#featured-pages h2 {
  margin-bottom: 20px; }

