/* 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: #ED1C24;
  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: rgb(240.7469387755, 75.2530612245, 81.587755102);
  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: #ED1C24;
  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;
  margin: 0;
}
#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 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.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: #ED1C24;
}
#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: #ED1C24;
  margin: 0px 30px;
  padding: 0px 10px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#primary-header .header-right-wrap-bottom .car-selected-module:hover {
  background-color: rgb(240.7469387755, 75.2530612245, 81.587755102);
}
@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: #999999;
}
#primary-header .header-right-wrap-bottom .call-to-action-button {
  background: #ED1C24;
}
#primary-header .header-right-wrap-bottom .call-to-action-button:hover {
  background-color: rgb(240.7469387755, 75.2530612245, 81.587755102);
}

#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: 40px;
}

.mobileMenu {
  width: auto;
}
.mobileMenu .mobileMenuSection:first-child {
  margin-bottom: 5px;
}
.mobileMenu .call-to-action-button {
  background: #ED1C24;
}
.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: #ED1C24;
  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: #ED1C24;
}

.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: rgb(0, 0, 0);
  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: #ED1C24;
  border-bottom: none;
}
@media (max-width: 767px) {
  #tab-custom .nav-tabs .active {
    background-color: #ED1C24;
    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: #ED1C24;
  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 rgb(255, 255, 255), 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/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-ac-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature02 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-alternator-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature03 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-brakes-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature04 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-ignition-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature05 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-lighting-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature06 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-radiators-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature07 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-steering-01-md.jpg");
  }
}
#tab-custom .tab-content #replacement-parts .feature08 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-suspension-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature01 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-air-filters-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature02 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-belts-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature03 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-cabin-air-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/mitsubishi/mitsubishi-cabin-air-filters-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature04 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-fuel-filters-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature05 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-oil-filters-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature06 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-spark-plugs-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature07 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-thermostat-01-md.jpg");
  }
}
#tab-custom .tab-content #maintenance .feature08 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/parts/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-wiper-blades-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature01 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-cargo-trays-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/mitsubishi/mitsubishi-cargo-trays-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature02 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-door-sills-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature03 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-entertainment-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature04 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-floor-mats-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature05 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-pedal-kits-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature06 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-remote-start-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature07 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-shift-knobs-01-md.jpg");
  }
}
#tab-custom .tab-content #interior-accessories .feature08 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-sun-shades-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/mitsubishi/mitsubishi-sun-shades-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature01 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-car-covers-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/mitsubishi/mitsubishi-car-covers-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature02 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-spoilers-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/mitsubishi/mitsubishi-spoilers-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature03 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-step-rails-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature04 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-roadside-assistance-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature05 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-roof-racks-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/mitsubishi/mitsubishi-roof-racks-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature06 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-splash-guards-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature07 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-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/mitsubishi/mitsubishi-towing-01-md.jpg");
  }
}
#tab-custom .tab-content #exterior-accessories .feature08 .featured-img {
  background: url("https://cdn-static.revolutionparts.io/assets/themes/accessories/mitsubishi/mitsubishi-wind-deflectors-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/mitsubishi/mitsubishi-wind-deflectors-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 #202020;
  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: #202020;
  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: #202020;
    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;
  }
}
#picker-custom .vpicker-submit:hover, #picker-custom .browse_catalog:hover {
  background-color: rgb(240.7469387755, 75.2530612245, 81.587755102);
}
@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-cart #mobile-search {
  display: none;
}
