/* Moved to automation.css */
/* Moved to automation.css */
/* Moved to automation.css */
/* Moved to automation.css */
.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: #C51A47;
  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: #e32f5e;
    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: #C51A47;
    color: #fff; }

#primary-header {
  overflow: visible; }
  #primary-header .page-builder-layout-row {
    margin: 0; }
  #primary-header .logo-wrap {
    display: block;
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
    position: relative;
    z-index: 3; }
  #primary-header .header-right-wrap {
    display: block;
    width: auto;
    overflow: auto;
    margin: 15px 0 15px 0; }
    @media (max-width: 1024px) {
      #primary-header .header-right-wrap {
        margin: 30px 0 30px 0; } }
    #primary-header .header-right-wrap .block-modules {
      display: block; }
    #primary-header .header-right-wrap .main-nav {
      list-style: none;
      overflow: auto;
      text-align: right; }
      #primary-header .header-right-wrap .main-nav li {
        display: inline-block;
        margin: 0 0 0 15px; }
      #primary-header .header-right-wrap .main-nav a {
        -webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -ms-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
        font-family: "Open Sans", sans-serif;
        font-size: 1.2em;
        color: #000;
        font-weight: 400; }
        #primary-header .header-right-wrap .main-nav a:hover {
          color: #C51A47; }
  #primary-header .header-right-wrap-bottom {
    display: block;
    width: auto; }
    #primary-header .header-right-wrap-bottom .block-modules {
      display: block; }
    #primary-header .header-right-wrap-bottom .car-selected-module {
      width: 230px;
      float: left;
      background-color: #C51A47;
      margin: 0px 30px;
      padding: 0px 10px;
      line-height: 36px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      #primary-header .header-right-wrap-bottom .car-selected-module:hover {
        background-color: #222222; }
      @media (max-width: 1024px) {
        #primary-header .header-right-wrap-bottom .car-selected-module {
          margin: 0 30px 0 0; } }
      #primary-header .header-right-wrap-bottom .car-selected-module .garage-component {
        width: 100%;
        text-align: center;
        padding-left: 28px; }
        #primary-header .header-right-wrap-bottom .car-selected-module .garage-component::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 6px;
          height: 20px;
          width: 28px;
          background: url("https://cdn.revolutionparts.io/ea68942d86a12520394669b98ba7d182/design/garage-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          margin: 2px 0 0 2px; }
        #primary-header .header-right-wrap-bottom .car-selected-module .garage-component .garage-text {
          color: #fff; }
    #primary-header .header-right-wrap-bottom .search-bar-module {
      overflow: hidden;
      margin-right: 120px; }
    #primary-header .header-right-wrap-bottom .cart-button-module {
      position: absolute;
      right: 0;
      top: 0;
      width: 100px; }
      @media (max-width: 1250px) {
        #primary-header .header-right-wrap-bottom .cart-button-module {
          right: 10px; } }
      #primary-header .header-right-wrap-bottom .cart-button-module .cart-component .cart-button .cart-items {
        background: #666666; }
    #primary-header .header-right-wrap-bottom .call-to-action-button {
      background: #C51A47; }
      #primary-header .header-right-wrap-bottom .call-to-action-button:hover {
        background-color: #222222; }

.store-logo-module .store-logo-link img {
  max-height: 100px !important; }

#mobile-header .navbar-toggle {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0;
  margin: 0;
  float: none; }
  #mobile-header .navbar-toggle .closeMenu {
    display: none; }
  @media (max-width: 799px) {
    #mobile-header .navbar-toggle {
      display: block; } }
#mobile-header .header-center-nav {
  display: block;
  text-align: center; }
  #mobile-header .header-center-nav .mobile-header-logo-link {
    line-height: 40px; }
    #mobile-header .header-center-nav .mobile-header-logo-link img {
      height: 40px; }
#mobile-header .cartLink {
  position: absolute;
  top: 5px;
  right: 5px; }
#mobile-header .image-logo {
  max-height: 47px; }

.mobileMenu {
  width: auto; }
  .mobileMenu .mobileMenuSection:first-child {
    margin-bottom: 5px; }
  .mobileMenu .call-to-action-button {
    background: #C51A47; }
  .mobileMenu ul {
    list-style: none; }
    .mobileMenu ul li {
      position: relative;
      z-index: 10000; }
      .mobileMenu ul li a {
        font-size: 1.2em;
        color: #fff;
        position: relative;
        display: block;
        padding: 15px;
        background: #C51A47;
        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 {
  background: #fff;
  width: 100%; }
  .navbar-fixed-top a {
    color: #C51A47; }

.navmenu-fixed-left {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: -100%;
  overflow-y: auto;
  border-radius: 0;
  padding: 10px;
  background: #ddd; }
  .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); }

#tab-custom .nav-tabs .nav-item + .nav-item {
  margin-left: 0; }
#tab-custom .nav-tabs {
  border-bottom: none; }
  #tab-custom .nav-tabs li {
    width: 25%;
    text-align: center; }
    #tab-custom .nav-tabs li a {
      border-radius: 0px;
      background-color: transparent;
      font-family: "Open Sans", sans-serif;
      font-size: 1.2em;
      color: #000;
      font-weight: 400;
      text-transform: uppercase;
      border: none;
      border-bottom: none; }
      @media (max-width: 767px) {
        #tab-custom .nav-tabs li a {
          border: 0px; } }
      #tab-custom .nav-tabs li a:hover {
        border-bottom: none; }
        @media (max-width: 767px) {
          #tab-custom .nav-tabs li a:hover {
            border: 0px; } }
    @media (max-width: 767px) {
      #tab-custom .nav-tabs li {
        float: none;
        width: 100%; } }
  #tab-custom .nav-tabs .active {
    background-color: none;
    color: #C51A47;
    border-bottom: none; }
    @media (max-width: 767px) {
      #tab-custom .nav-tabs .active {
        background-color: #C51A47;
        color: #fff;
        border: 0; } }
#tab-custom .activeBorderWrap {
  overflow: hidden;
  position: relative;
  height: 3px; }
  #tab-custom .activeBorderWrap .activeBorder {
    position: absolute;
    content: '';
    width: 25%;
    left: 0;
    top: 0;
    height: 3px;
    background-color: #C51A47;
    z-index: 2; }
  #tab-custom .activeBorderWrap .staticBorder {
    position: absolute;
    content: '';
    left: 0;
    top: 1px;
    height: 1px;
    width: 100%;
    background-color: #555;
    z-index: 1; }
  @media (max-width: 767px) {
    #tab-custom .activeBorderWrap {
      display: none; } }
#tab-custom .tab-content {
  padding-top: 20px; }
  #tab-custom .tab-content .row {
    margin: 0; }
    #tab-custom .tab-content .row .hero-img {
      float: left;
      margin-right: 30px; }
      @media (max-width: 1024px) {
        #tab-custom .tab-content .row .hero-img {
          display: none; } }
    #tab-custom .tab-content .row .hero-content {
      overflow: hidden; }
      #tab-custom .tab-content .row .hero-content ul {
        list-style: none; }
        #tab-custom .tab-content .row .hero-content ul li {
          float: left;
          width: 25%;
          text-align: center;
          margin: -1px 0 0 -1px;
          border-style: solid;
          border-color: #eee;
          border-width: 1px 1px 0px 1px;
          padding: 10px; }
          #tab-custom .tab-content .row .hero-content ul li:hover {
            box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2), inset 0 20px 20px 0px white, inset -20px 0 20px -20px rgba(0, 0, 0, 0.2), inset 20px 0 20px -20px rgba(0, 0, 0, 0.2); }
          @media (max-width: 767px) {
            #tab-custom .tab-content .row .hero-content ul li {
              width: 50%; } }
      #tab-custom .tab-content .row .hero-content a {
        color: #000; }
        #tab-custom .tab-content .row .hero-content a:nth-child(4n+0) li {
          border-right: 0px; }
        @media (max-width: 767px) {
          #tab-custom .tab-content .row .hero-content a:nth-child(2n+0) li {
            border-right: 0px; } }
  #tab-custom .tab-content #replacement-parts .featured-img, #tab-custom .tab-content #maintenance .featured-img, #tab-custom .tab-content #exterior-accessories .featured-img, #tab-custom .tab-content #interior-accessories .featured-img {
    height: 200px;
    margin-bottom: 10px; }
  #tab-custom .tab-content #replacement-parts .feature01 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-ac-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature01 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-ac-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature02 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-alternator-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature02 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-alternator-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature03 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-brakes-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature03 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-brakes-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature04 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-ignition-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature04 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-ignition-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature05 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-lighting-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature05 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-lighting-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature06 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-radiators-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature06 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-radiators-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature07 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-steering-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature07 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-steering-01-md.jpg"); } }
  #tab-custom .tab-content #replacement-parts .feature08 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-suspension-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #replacement-parts .feature08 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-suspension-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature01 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-air-filters-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature01 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-air-filters-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature02 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-belts-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature02 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-belts-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature03 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-cabin-filters-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature03 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-cabin-filters-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature04 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-fuel-filters-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature04 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-fuel-filters-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature05 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-oil-filters-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature05 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-oil-filters-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature06 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-spark-plugs-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature06 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-spark-plugs-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature07 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-thermostat-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature07 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-thermostat-01-md.jpg"); } }
  #tab-custom .tab-content #maintenance .feature08 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-wiper-blades-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #maintenance .feature08 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/parts/generic/generic-wiper-blades-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature01 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-car-cover-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature01 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-car-cover-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature02 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-spoiler-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature02 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-spoiler-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature03 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-step-rails-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature03 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-step-rails-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature04 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roadside-assistance-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature04 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roadside-assistance-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature05 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roof-rack-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature05 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-roof-rack-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature06 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-splash-guards-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature06 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-splash-guards-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature07 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-towing-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature07 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-towing-01-md.jpg"); } }
  #tab-custom .tab-content #exterior-accessories .feature08 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-wind-deflector-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #exterior-accessories .feature08 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-wind-deflector-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature01 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-cargo-tray-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature01 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-cargo-tray-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature02 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-door-sills-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature02 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-door-sills-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature03 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-entertainment-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature03 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-entertainment-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature04 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-floor-mats-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature04 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-floor-mats-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature05 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-pedal-kits-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature05 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-pedal-kits-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature06 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-remote-start-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature06 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-remote-start-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature07 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-shift-knobs-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature07 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-shift-knobs-01-md.jpg"); } }
  #tab-custom .tab-content #interior-accessories .feature08 .featured-img {
    background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-sun-shade-01-sm.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      #tab-custom .tab-content #interior-accessories .feature08 .featured-img {
        background-image: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/generic/generic-sun-shade-01-md.jpg"); } }

#featured-custom .featured-products-module h2 {
  display: none; }
#featured-custom .featured-products-module .featured-products .featured-product {
  width: 100%;
  background: #fff;
  border: 1px solid #222222;
  display: block;
  float: left; }
  #featured-custom .featured-products-module .featured-products .featured-product .product-wrapper-link {
    border-bottom: 0; }
    #featured-custom .featured-products-module .featured-products .featured-product .product-wrapper-link:hover {
      border-color: transparent; }
  #featured-custom .featured-products-module .featured-products .featured-product .product-details-link {
    background: #222222;
    color: #fff; }
  @media (min-width: 768px) {
    #featured-custom .featured-products-module .featured-products .featured-product {
      width: 49%; } }
  @media (min-width: 1024px) {
    #featured-custom .featured-products-module .featured-products .featured-product {
      width: 24%; } }

a:hover {
  text-decoration: none; }

.mobile-only {
  display: none; }

.display-none {
  display: none; }

@media only screen and (max-width: 1249px) {
  .wide-padding {
    padding-left: 15px;
    padding-right: 15px; } }

.modal-backdrop {
  z-index: 21; }

body {
  position: relative; }

#page-home h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin: 0; }
#page-home h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }
#page-home .subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #999999;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #page-home .subtitle {
      margin-bottom: 40px;
      padding-bottom: 30px; } }
  #page-home .subtitle:after {
    display: none; }
    @media (min-width: 768px) {
      #page-home .subtitle:after {
        display: block;
        width: 500px;
        height: 1px;
        background-color: #222222;
        content: '';
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -250px; } }

#title-custom {
  margin-top: 20px; }

#picker-custom .vpicker-submit, #picker-custom .browse_catalog {
  width: 170px;
  padding: 5px;
  margin-left: 15px; }
  @media (max-width: 1024px) {
    #picker-custom .vpicker-submit, #picker-custom .browse_catalog {
      margin-left: 0;
      display: block;
      margin: 10px auto 0; } }
  @media (max-width: 710px) {
    #picker-custom .vpicker-submit, #picker-custom .browse_catalog {
      margin: 0 auto; } }
@media (max-width: 710px) {
  #picker-custom .vehicle-picker-module.display-horiz .vpicker-select {
    width: 100%; }
  #picker-custom .vehicle-picker-module.display-horiz .vpicker_buttons {
    width: 90%; } }
/* page pet accessories page */
.themePageBanner {
        position: relative;
}

.themePageBanner::before {
        content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .themePageBanner::before {
            background-color: rgba(0,0,0,0.5);
    }
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides li,
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides,
    .themePageBanner .banner-vpicker-module {
            height: calc(200px + (500 - 200) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
        text-align: left;
    font-weight: 300;
    font-family: var(--themeFontRegular);
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
        font-size: 1rem;
    letter-spacing: .3px;
}

.themePageBanner .banner-vpicker-module .banner-overlay-content {
        left: 0;
}

.themePagePadding {
        padding: 50px 0;
}

.description_body .manufacturer-logos {
        display: inline-block;
}

.description_body .manufacturer-logos img {
        width: 37px !important;
    padding: 0 !important;
}

.themePageProductList .catalog-products {
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .themePageProductList .catalog-products {
            grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .themePageProductList .catalog-products {
            grid-template-columns: repeat(1, 1fr);
    }
}

.themePageProductList .search-listing-module .catalog-product {
        margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 20px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col,
.themePageProductList .search-listing-module .catalog-product .product-details-col,
.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
        width: 100%;
    padding: 0;
}

.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
    margin-block-start: auto;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col {
    margin-bottom: 20px;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title a {
        font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a {
        height: 300px;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button {
        background-color: var(--themeColor);
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
    width: 100%;
    font-family: var(--themeFontRegular) !important;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.themePageProductList .search-listing-module .catalog-product:hover .product-image-col>a img {
        transform: scale(1.1);
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

.themePageProductList .search-listing-module .catalog-product .sale-price {
        font-size: 20px;
}

.themePageProductList .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong {
        display: none;
}

.search-listing-module .catalog-product .product-details-col .product-title a {
        color: #000;
}

.selected-vehicle-tile .select-vehicle-link {
        color: #000;
}

html body .action-button.place-order-button {
        background-color: var(--themeColor);
    border-radius: 50px;
    width: 100%;
    font-weight: 700;
    font-family: var(--themeFontBold);
    font-size: 14px !important;
    position: relative;
}

html body .action-button.place-order-button::before {
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\F07A";
    display: inline-block;
    font-family: FontAwesome\ 4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 0;
}

html body .action-button.place-order-button:hover,
html body .action-button.place-order-button:focus {
        background-color: var(--themeColor);
    opacity: .8;
}

.vp_category_sidebar_module .all-category-parts, .vp_category_sidebar_module .category-accessories, .vp_category_sidebar_module .category-parts {
        padding: 15px 15px;
    background-color: #fff;
}

.themePageProductListNew {
        margin-bottom: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .themePageProductListNew {
            grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .themePageProductListNew {
            grid-template-columns: repeat(1, 1fr);
    }
}

.themePageProductListCard {
        padding: 20px 20px;
    background-color: #fff;
}

.themePageProductListImg img {
        width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductListContent {
        padding-top: 20px;
}

.themePageProductListContent h3 {
        font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
}

.themeMSRP {
        text-decoration: line-through;
    font-size: 12px;
    margin-bottom: 0;
}

.themePartNumber {
        font-size: 12px;
    margin-bottom: 5px;
}

.themePartLogo {
        margin-bottom: 1rem;
}

.themePrice {
        font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.themePartLogo img {
        width: 40px;
}

.themeOtherNames,
.themeDescription {
        font-size: 12px;
    margin-bottom: 5px;
}

.themeButton a {
        background-color: var(--themeColor);
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
}

.themeButton a:hover,
.themeButton a:focus {
        text-decoration: none;
}

.themePageProductListImg {
        overflow: hidden;
}

.themePageProductListLink {
        cursor: pointer;
}

.themePageProductListLink:hover .themePageProductListImg img {
        transform: scale(1.1);
}

/* end of page pet accessories page */


/* fonts */
@font-face {
    font-family:'nissan-light';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Light.woff2') format('woff2')
}

@font-face {
    font-family:'nissan-regular';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Regular.woff2') format('woff2')
}

@font-face {
    font-family:'nissan-bold';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/NissanBrandW01-Bold.woff2') format('woff2')
}

@font-face {
    font-family:'nissan-global';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/Nissan-Global.woff2') format('woff2')
}

/* global */
:root {
        --themeColor: #c3002f;
    --themeTextColor: #343434;
    --themeFontLight: 'nissan-light';
    --themeFontRegular: 'nissan-regular';
    --themeFontBold: 'nissan-bold';
    --themeFontGlobal: 'nissan-global';
}

/* Pet product pages white line */
.product-images-module .product-images.show-thumbnails .main-image .main-image-text {
   display: none;
}

/*# sourceMappingURL=final.css.map */