.cap {
  text-transform: uppercase;
}
.it {
  font-style: italic;
}
.norm {
  font-style: normal;
}
.fontAwesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.fastack {
  font-family: 'FontAwesome';
}
.material-icons {
  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;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-box-shadow {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 799px) {
  .wrappadding .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 574px) {
  .wrappadding .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 799px) {
  .wrapmargin .container-wrap {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 574px) {
  .wrapmargin .container-wrap {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 799px) {
  .footerpadding .container-wrap {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.opacity-dip-mixin {
  -webkit-animation: opacity-dip;
  -webkit-animation-duration: .75s;
  -webkit-animation-iteration-count: 1;
}
@keyframes opacity-dip {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Variable Sheet for Template 13 */
/* ======================================== */
.call-to-action-button,
.vehicle-picker-module #vpicker_submit,
.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 {
  background-color: red;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.call-to-action-button:hover,
.vehicle-picker-module #vpicker_submit:hover,
.search-by-part-module .btn:hover,
.vin-column-custom .search-by-vin-module .btn:hover,
#home-content .newsletter-signup-module .btn:hover,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
.call-to-action-button:active,
.vehicle-picker-module #vpicker_submit:active,
.search-by-part-module .btn:active,
.vin-column-custom .search-by-vin-module .btn:active,
#home-content .newsletter-signup-module .btn:active,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active {
  background-color: #ff3333;
  color: #fff;
}
#mobile-header-custom {
  position: fixed;
  width: 100%;
  background-color: #252525;
  z-index: 1050;
  height: 61px;
  top: 0px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
#mobile-header-custom .container-fluid.container-wrap {
  padding: 0;
  background-color: transparent;
}
#mobile-header-custom .mobile-logo-col {
  width: 50%;
  float: left;
  padding: 19px;
  border-right: 1px solid #eeeeee;
  height: 60px;
  background-color: #fff;
}
#mobile-header-custom .mobile-logo-col .image-logo {
  margin: 0;
  max-height: 45px;
}
#mobile-header-custom .one-fifth {
  width: 16.6666666667%;
  float: left;
}
#mobile-header-custom .mobile-menu-col,
#mobile-header-custom .mobile-search-col {
  border-right: 1px solid #eeeeee;
  height: 60px;
}
#mobile-header-custom .mobile-menu-col .icon-wrap,
#mobile-header-custom .mobile-search-col .icon-wrap {
  padding: 16px 0;
}
#mobile-header-custom .mobile-menu-col .icon-wrap i,
#mobile-header-custom .mobile-search-col .icon-wrap i {
  font-size: 20pt;
  color: #fff;
}
#mobile-header-custom .mobile-menu-col.menu-selected i,
#mobile-header-custom .mobile-search-col.menu-selected i {
  color: red;
}
#mobile-header-custom .mobile-cart-col .call-to-action-button {
  background-color: transparent;
  padding: 17px 15px 16px 13px;
}
#mobile-header-custom .mobile-cart-col .cart-component {
  min-width: 0;
}
#mobile-header-custom .mobile-cart-col .cart-component .cart-flyout,
#mobile-header-custom .mobile-cart-col .cart-component .flyout {
  display: none !important;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i {
  font-size: 20pt;
  color: #fff;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:active,
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:hover {
  color: red;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon .cart-items.cart-items-exist {
  left: 60%;
  top: -18px;
  background: red;
  color: #fff;
  padding: 0 5px 0 4px;
  font-size: 12px;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-text {
  display: none;
}
#mobile-drop-downs {
  padding-top: 58px;
  position: fixed;
  width: 100%;
  z-index: 500;
}
#mobile-drop-downs .container-wrap.container-fluid {
  padding: 0;
}
#mobile-drop-downs .page-builder-layout-column {
  padding: 17px 12px;
}
#mobile-drop-downs .slider-tab {
  padding: 0;
  margin-top: -1px;
  border-bottom: 1px solid #eeeeee;
  background-color: #eee;
  overflow: hidden;
  height: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  #mobile-drop-downs .slider-tab .col-sm-12 {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #mobile-drop-downs .row.page-builder-layout-row {
    display: block;
  }
  #mobile-drop-downs .row.page-builder-layout-row .page-builder-layout-column {
    display: block;
  }
}
#mobile-drop-downs .search-row.slider-tab.open {
  padding-bottom: 155px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#mobile-drop-downs .menu-row.slider-tab.open {
  padding-bottom: 192px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#mobile-drop-downs .close-row-custom {
  position: relative;
  z-index: 1001;
  bottom: 35px;
  height: 0;
  padding: 0;
  margin: 0;
}
#mobile-drop-downs .close-row-custom .col-sm-12.page-builder-layout-column {
  padding: 0;
}
#mobile-drop-downs .close-row-custom .slider-close-wrap {
  position: relative;
}
#mobile-drop-downs .close-row-custom .slider-close-wrap .slider-close {
  width: 60px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .2s ease;
}
#mobile-drop-downs .close-row-custom .slider-close-wrap .slider-close i {
  font-size: 18pt;
  padding: 0;
  text-align: center;
  background: linear-gradient(#fff, #eee);
  border-top: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 25px;
  width: 60px;
}
#mobile-drop-downs .close-row-custom .slider-close-wrap .slider-close.close-display {
  opacity: 1;
}
#mobile-drop-downs .menu-row .mobile-list-wrap,
#mobile-drop-downs .menu-row .help-modal-wrap {
  border-left: 5px solid red;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button {
  padding: 10px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #252525;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links i,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links i,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button i,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button i {
  padding: 0 20px 0 10px;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links::after,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links::after,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button::after,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #252525;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links:hover,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links:hover,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button:hover,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button:hover,
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links:active,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links:active,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button:active,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button:active {
  color: red;
}
#mobile-drop-downs .help-modal-wrap .help-button i.fa-question-circle {
  padding: 0 12px 0 10px;
}
#mobile-drop-downs .help-modal-wrap .help-modal {
  top: 55px;
}
#mobile-drop-downs .help-modal-wrap .help-modal h2 {
  text-align: left;
  font-family: 'lato', helvetica, sans-serif;
  font-size: 25pt;
  font-weight: 900;
  text-transform: uppercase;
  color: #c0272d;
}
#mobile-drop-downs .search-row .search-bar-module .search-bar-component input {
  height: 45px;
  border-color: #ccc;
}
#mobile-drop-downs .search-row .search-bar-module .search-bar-component button.call-to-action-button {
  height: 43px;
  top: 1px;
  padding: 6px 16px 7px;
}
#mobile-drop-downs .search-row #mobile-garage {
  padding: 5px 0 15px 0;
}
#mobile-drop-downs .search-row #mobile-garage .garage-component {
  width: 100%;
  text-align: center;
}
#mobile-drop-downs .search-row #mobile-garage .garage-component .garage-text {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #252525;
}
#mobile-drop-downs .search-row #mobile-garage .garage-component .garage.flyout {
  padding-top: 70px;
}
@media (max-width: 799px) {
  #mobile-drop-downs .search-row #mobile-garage .garage-component .garage.flyout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1050;
  }
  #mobile-drop-downs .search-row #mobile-garage .garage-component .garage.flyout .closeicon {
    top: 67px;
    font-size: 20pt;
    padding: 0 15px;
  }
}
#mobile-buffer-row {
  height: 60px;
}
#top-nav-custom {
  position: relative;
  z-index: 24;
  height: 135px;
  background-position: center;
  border-bottom: 1px solid #eeeeee;
  z-index: 22;
}
@media (min-width: 1920px) {
  #top-nav-custom {
    background-size: 1920px;
  }
}
#top-nav-custom .store-logo-module {
  position: absolute;
}
#top-nav-custom .store-logo-module .store-logo-image {
  margin: 25px 0 0 0;
  max-height: 78px;
}
@media (max-width: 900px) {
  #top-nav-custom .store-logo-module .store-logo-image {
    margin-top: 5px;
    max-height: 50px;
  }
}
#top-nav-custom .help-modal-wrap .help-button,
#top-nav-custom .main-nav-links div.nav-text,
#top-nav-custom .cart-button-module .cart-component .cart-wrapper {
  padding: 22px 0;
}
#top-nav-custom .help-modal-wrap {
  margin-right: 12px;
}
#top-nav-custom .help-modal-wrap .help-button {
  font-family: 'Lato', sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #252525;
  text-transform: uppercase;
}
#top-nav-custom .help-modal-wrap .help-button:hover,
#top-nav-custom .help-modal-wrap .help-button:active {
  color: red;
}
#top-nav-custom .help-modal-wrap .help-button i {
  font-size: 10pt;
}
#top-nav-custom .main-nav-links {
  margin-right: 0;
}
#top-nav-custom .main-nav-links a:hover,
#top-nav-custom .main-nav-links a:active {
  text-decoration: none;
}
#top-nav-custom .main-nav-links a:hover div.nav-text,
#top-nav-custom .main-nav-links a:active div.nav-text {
  color: red;
}
#top-nav-custom .main-nav-links div.nav-text {
  display: inline-block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #252525;
  text-transform: uppercase;
  margin-right: 35px;
  cursor: pointer;
}
#top-nav-custom .main-nav-links a:last-child div.nav-text {
  margin-right: 12px;
}
#top-nav-custom .cart-button-module .cart-component {
  min-width: 0;
}
#top-nav-custom .cart-button-module .cart-component .call-to-action-button {
  background-color: transparent;
  padding: 0;
}
#top-nav-custom .cart-button-module .cart-component .call-to-action-button .cart-wrapper .cart-icon i {
  color: #000;
  font-size: 9pt;
}
#top-nav-custom .cart-button-module .cart-component .call-to-action-button .cart-wrapper .cart-icon .cart-items {
  background: red;
  color: #fff;
}
#top-nav-custom .cart-button-module .cart-component .call-to-action-button .cart-wrapper .cart-text {
  font-family: 'Lato', sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #252525;
  text-transform: uppercase;
}
#top-nav-custom .cart-button-module .cart-component .call-to-action-button:hover .cart-text,
#top-nav-custom .cart-button-module .cart-component .call-to-action-button:hover .cart-icon i {
  color: red;
}
#top-nav-custom .cart-button-module .cart-component .cart-flyout .upper-arrow {
  display: none;
}
#search-col-custom {
  display: table;
  position: relative;
  width: 50%;
  float: right;
}
#search-col-custom .garage-header {
  display: table-cell;
  width: 41.6%;
  min-width: 245px;
}
#search-col-custom .search-header {
  display: table-cell;
}
#search-col-custom .search-bar-component input:focus,
#search-col-custom .search-bar-component input:hover,
#search-col-custom .search-bar-component input:active {
  border-color: #252525;
  outline: none;
  background-color: #f1f1f1;
}
.garage-header .car-selected-module {
  margin-right: 10px;
  border: solid 1px #e1e1e1;
}
.garage-header .car-selected-module:focus,
.garage-header .car-selected-module:hover,
.garage-header .car-selected-module:active {
  border-color: #252525;
  outline: none;
  background-color: #f1f1f1;
}
.garage-header .car-selected-module .garage-text {
  display: block;
  padding: 4.3px 0;
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #252525;
}
.garage-header .car-selected-module .garage-component {
  width: 100%;
  background-color: #fff;
}
.garage-header .car-selected-module .garage.flyout {
  border-radius: 0;
  left: -1px;
  border-color: #e1e1e1;
  box-shadow: none;
  font-family: 'lato', sans-serif;
}
.garage-header .car-selected-module .garage.flyout .recent-cars .recent-vehicles-header {
  font-weight: normal;
  color: red;
  padding: 5px;
  font-size: 12pt;
}
.garage-header .car-selected-module .flyout ul a:hover {
  border-color: red;
}
.garage-header .car-selected-module .flyout ul a:hover em span,
.garage-header .car-selected-module .flyout ul a:hover i {
  color: red;
}
#mobile-pop-parts {
  background-color: #eee;
}
#mobile-pop-parts a:hover,
#mobile-pop-parts a:active {
  text-decoration: none;
}
#mobile-pop-parts a:hover .mobile-pop-image,
#mobile-pop-parts a:active .mobile-pop-image {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#mobile-pop-parts a:hover h3.mobile-pop-title,
#mobile-pop-parts a:active h3.mobile-pop-title {
  color: red;
}
#mobile-pop-parts .mobile-pop-container {
  float: left;
  width: 50%;
  padding: 5px 40px;
  min-height: 160px;
}
@media (min-width: 650px) {
  #mobile-pop-parts .mobile-pop-container {
    width: 25%;
    min-height: 180px;
    padding: 5px 20px;
  }
}
#mobile-pop-parts h3.mobile-pop-title {
  font-family: 'Lato', sans-serif;
  font-size: 9pt;
  font-weight: 400;
  color: #252525;
  text-align: center;
  padding: 7px;
  margin: 0;
}
@media (min-width: 650px) {
  #mobile-pop-parts h3.mobile-pop-title {
    font-size: 11pt;
  }
}
#mobile-pop-parts .mobile-pop-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 97%;
  border: 2px solid red;
  border-radius: 50%;
  background-color: #fff;
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/compressor.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/axles.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/ball-bearings.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/brake-pads.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/grille.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/lighting.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/starter.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/windshield-wipers.png');
}
#brand-banners-custom {
  position: relative;
  z-index: 0;
}
#brand-banners-custom img.slide-image {
  width: 100%;
}
#brand-banners-custom .page-builder-layout-column.block-modules .page-builder-layout-module + .page-builder-layout-module {
  margin-top: 0;
}
#brand-banners-custom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 100%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (max-width: 950px) {
  #brand-banners-custom::after {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  #brand-banners-custom::after {
    max-width: none;
    left: 0;
  }
}
@media (min-width: 1700px) {
  #brand-banners-custom::after {
    left: 100px;
  }
}
@media (min-width: 2000px) {
  #brand-banners-custom::after {
    left: 150px;
  }
}
@media (min-width: 2300px) {
  #brand-banners-custom::after {
    left: 200px;
  }
}
@media (min-width: 2500px) {
  #brand-banners-custom::after {
    left: 320px;
  }
}
@media (min-width: 2500px) {
  #brand-banners-custom::after {
    left: 320px;
  }
}
#vin-picker-custom {
  z-index: 19;
  position: relative;
}
@media (max-width: 767px) {
  #vin-picker-custom {
    height: 310px;
    background: url("https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/home/mobile-hero.jpg");
    background-position: center;
    background-size: cover;
  }
  #vin-picker-custom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;
  }
}
#vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
  margin: 0 !important;
  position: absolute;
  z-index: 20;
  top: 65px;
  width: 100%;
  max-width: 400px;
  left: 80px;
}
@media (max-width: 1399px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    top: 10px;
  }
}
@media (max-width: 950px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    top: 0;
    padding: 0;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    max-width: none;
    left: 0;
    padding: 0 30px;
    top: 80px;
    z-index: 20;
  }
}
@media (min-width: 1700px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    top: 100px;
    left: 150px;
  }
}
@media (min-width: 2000px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    top: 140px;
    left: 200px;
  }
}
@media (min-width: 2300px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    top: 170px;
    left: 250px;
  }
}
@media (min-width: 2500px) {
  #vin-picker-custom div.row.page-builder-layout-row.title-tabs-row {
    top: 210px;
    left: 370px;
  }
}
#vin-picker-custom .container-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#vin-picker-custom .vin-picker-tab-wrap {
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 325px) {
  #vin-picker-custom .vin-picker-tab-wrap {
    font-size: 10pt;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #vin-picker-custom .vin-picker-tab-wrap aside.tab-text {
    font-size: 12pt;
  }
}
#vin-picker-custom .vin-picker-tab-wrap aside.tab-text {
  position: absolute;
  width: 49%;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
#vin-picker-custom .vin-picker-tab-wrap .picker-tab {
  right: 0;
}
#vin-picker-custom .vin-picker-tab {
  position: absolute;
  width: 100%;
  max-width: 400px;
  padding: 15px 0;
  display: none;
  top: 35px;
  z-index: 18;
  left: 80px;
}
#vin-picker-custom .vin-picker-tab .page-builder-layout-module:last-child {
  margin-top: 13px;
}
@media (max-width: 1399px) {
  #vin-picker-custom .vin-picker-tab {
    top: 0px;
    margin-top: 0;
  }
}
@media (max-width: 950px) {
  #vin-picker-custom .vin-picker-tab {
    max-width: 320px;
    top: 32px;
  }
}
@media (max-width: 767px) {
  #vin-picker-custom .vin-picker-tab {
    max-width: none;
    left: 0;
    padding: 30px;
    top: 110px;
    z-index: 50;
  }
}
@media (min-width: 1700px) {
  #vin-picker-custom .vin-picker-tab {
    top: 70px;
    left: 150px;
  }
}
@media (min-width: 2000px) {
  #vin-picker-custom .vin-picker-tab {
    top: 110px;
    left: 200px;
  }
}
@media (min-width: 2300px) {
  #vin-picker-custom .vin-picker-tab {
    top: 140px;
    left: 250px;
  }
}
@media (min-width: 2500px) {
  #vin-picker-custom .vin-picker-tab {
    top: 180px;
    left: 370px;
  }
}
#vin-picker-custom.show-vin-content .tab-text.picker-tab {
  background: transparent;
  border-color: transparent;
  color: #ccc;
}
#vin-picker-custom.show-vin-content .tab-text.vin-tab {
  background: transparent;
  border-color: red;
  color: #fff;
}
#vin-picker-custom.show-vin-content #vin-tab-content {
  display: table;
}
#vin-picker-custom.show-picker-content .tab-text.vin-tab {
  background: transparent;
  border-color: transparent;
  color: #ccc;
}
#vin-picker-custom.show-picker-content .tab-text.picker-tab {
  background: transparent;
  border-color: red;
  color: #fff;
}
#vin-picker-custom.show-picker-content #picker-tab-content {
  display: table;
}
#vin-picker-custom.picker-row-custom strong.header-text {
  font-family: 'Lato', sans-serif;
  font-size: 19pt;
  font-weight: 400;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-top: 62px;
  text-align: center;
}
@media (max-width: 1399px) {
  #vin-picker-custom.picker-row-custom strong.header-text {
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  #vin-picker-custom.picker-row-custom strong.header-text {
    display: none;
  }
}
#vin-picker-custom .picker-column-custom .car-selected-module {
  border: solid 1px #7d7d7d;
  border-radius: 2px;
  padding: 8.5px 0;
  margin-top: 20px;
  background-color: transparent;
}
#vin-picker-custom .picker-column-custom .car-selected-module:hover,
#vin-picker-custom .picker-column-custom .car-selected-module:active {
  border-color: red;
}
#vin-picker-custom .picker-column-custom .car-selected-module:hover .garage-component .garage-text,
#vin-picker-custom .picker-column-custom .car-selected-module:active .garage-component .garage-text {
  color: #fff;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage-component {
  width: 100%;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage-component .garage-text {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garagewrap {
  position: relative;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout {
  border-radius: 0;
  padding: 10px;
  top: 9px;
  left: 0px;
  bottom: auto;
  padding: 12px;
  position: absolute;
  width: 100%;
  margin-top: 0;
  border: none;
}
@media (max-width: 375px) {
  #vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1050;
  }
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout .closeicon {
  right: 12px;
}
@media (max-width: 375px) {
  #vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout .closeicon {
    font-size: 20pt;
    top: 14px;
  }
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout .recent-cars {
  -webkit-font-smoothing: antialiased;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout .recent-cars strong.recent-vehicles-header {
  color: #252525;
}
@media (max-width: 375px) {
  #vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout .recent-cars strong.recent-vehicles-header {
    font-size: 12pt;
  }
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a {
  color: #252525;
  -webkit-font-smoothing: antialiased;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:hover,
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:active {
  background-color: #eee;
  border-color: red;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:hover i,
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:active i {
  color: red;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:hover em,
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:active em {
  color: #252525;
}
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:hover em span,
#vin-picker-custom .picker-column-custom .car-selected-module .garage.flyout ul li a:active em span {
  color: red;
}
#vin-picker-custom .picker-column-custom .page-builder-layout-module:last-child {
  position: relative;
}
#vin-picker-custom .picker-column-custom .page-builder-layout-module:last-child .vehicle-picker-module {
  margin-top: 13px;
}
#vin-picker-custom .picker-column-custom .vehicle-picker-module strong.header-text {
  display: none;
}
#vin-picker-custom .picker-column-custom ul.vpicker_buttons {
  display: none;
}
#vin-picker-custom .picker-column-custom .vpicker-submit,
#vin-picker-custom .picker-column-custom .browse_catalog {
  padding: 13.5px;
  font-size: 12pt;
}
#vin-picker-custom .vin-column-custom .search-by-vin-module input.vin_search_str {
  padding: 10.5px 13px 12.5px 13px;
  border: 1px solid #7d7d7d;
  margin-top: 20px;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
}
#vin-picker-custom .vin-column-custom .search-by-vin-module input.call-to-action-button {
  padding: 13px;
  font-size: 12pt;
}
#vin-picker-custom .vin-column-custom .search-by-vin-module #where-is-vin {
  display: none;
}
#vehicle-custom {
  z-index: 22;
}
@media (max-width: 710px) {
  #vehicle-custom {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#vehicle-custom .row {
  margin: 0 !important;
  padding-top: 15px;
}
@media (max-width: 767px) {
  #vehicle-custom .row {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #eeeeee;
  }
}
#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: 2px;
}
#vehicle-custom .vpicker_buttons li.active_button a:hover .select {
  background-color: #7d7d7d;
}
@media (min-width: 426px) and (max-width: 710px) {
  #vehicle-custom .vpicker_buttons {
    width: 70%;
  }
}
@media (min-width: 711px) and (max-width: 900px) {
  #vehicle-custom .vpicker_buttons {
    float: left;
    width: 76%;
  }
}
@media (max-width: 710px) {
  #vehicle-custom .vpicker_buttons {
    width: 100%;
  }
  #vehicle-custom .vpicker_buttons .vpicker_button .vpicker-select {
    width: 100%;
  }
}
#vehicle-custom #vpicker_submit {
  background-color: red;
}
#vehicle-custom #vpicker_submit:hover {
  background-color: #ff4d4d;
}
@media (min-width: 426px) and (max-width: 710px) {
  #vehicle-custom #vpicker_submit {
    width: 70%;
  }
}
@media (min-width: 711px) and (max-width: 900px) {
  #vehicle-custom #vpicker_submit {
    width: 19%;
    float: right;
    margin: 10px 15px 10px 0;
  }
}
@media (max-width: 710px) {
  #vehicle-custom #vpicker_submit {
    width: 100%;
  }
}
#car-row-custom div.container-wrap {
  max-width: 1920px;
  padding: 0;
}
#car-row-custom .page-builder-layout-module {
  margin-top: 0 !important;
}
#car-row-custom .nav-tabs {
  border: none;
  min-height: 90px;
}
#car-row-custom .nav-tabs > li,
#car-row-custom .nav-tabs > li > a {
  border: none;
  border-color: transparent;
}
#car-row-custom .nav-tabs > li:hover,
#car-row-custom .nav-tabs > li > a:hover,
#car-row-custom .nav-tabs > li:active,
#car-row-custom .nav-tabs > li > a:active {
  background-color: transparent;
}
#car-row-custom .nav.nav-tabs {
  display: flex;
  padding: 15px 0;
}
#car-row-custom .nav.nav-tabs .model-tabs {
  text-align: center;
  margin: auto;
  float: left;
}
#car-row-custom .nav.nav-tabs .model-tabs a {
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #252525;
  position: relative;
  background-color: transparent;
}
#car-row-custom .nav.nav-tabs .model-tabs a h4 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}
#car-row-custom .nav.nav-tabs .model-tabs a:hover,
#car-row-custom .nav.nav-tabs .model-tabs a:active {
  color: red;
  text-decoration: none;
}
#car-row-custom .nav.nav-tabs .model-tabs a:hover .vehicle-image,
#car-row-custom .nav.nav-tabs .model-tabs a:active .vehicle-image {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#car-row-custom .nav.nav-tabs .model-tabs.active a {
  color: red;
}
@media (max-width: 1250px) {
  #car-row-custom .nav.nav-tabs .model-tabs {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #car-row-custom .nav.nav-tabs .model-tabs {
    width: 33%;
  }
}
@media (max-width: 500px) {
  #car-row-custom .nav.nav-tabs .model-tabs {
    width: 50%;
  }
  #car-row-custom .nav.nav-tabs .model-tabs a {
    font-size: 12pt;
  }
}
@media (min-width: 1025px) {
  #brands-row-custom {
    border-bottom: 3px solid red;
  }
}
#brands-row-custom a:focus,
#brands-row-custom a:visited {
  text-decoration: none;
}
#brands-row-custom.wide-content .container-wrap {
  padding: 0;
}
#brands-row-custom .brand-buttons-wrapper {
  display: flex;
}
#brands-row-custom .brand-buttons-wrapper aside.brand-text {
  margin: auto;
  float: left;
  display: inline-block;
  width: 10%;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
#brands-row-custom .brand-buttons-wrapper aside.brand-text:last-child {
  border-right: none;
}
#brands-row-custom .brand-buttons-wrapper aside.brand-text:hover,
#brands-row-custom .brand-buttons-wrapper aside.brand-text:active {
  color: red;
  background-color: #eee;
}
#brands-row-custom .brand-buttons-wrapper aside.brand-text:hover a,
#brands-row-custom .brand-buttons-wrapper aside.brand-text:active a {
  text-decoration: none;
}
#brands-row-custom .brand-buttons-wrapper aside.brand-text a {
  display: block;
  color: inherit;
  position: relative;
}
#brands-row-custom .brand-buttons-wrapper aside.brand-text a img {
  width: 75px;
  height: 50px;
}
@media (max-width: 1024px) {
  #brands-row-custom .brand-buttons-wrapper aside.brand-text {
    width: 25%;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
  }
  #brands-row-custom .brand-buttons-wrapper aside.brand-text:last-child {
    border-right: 1px solid #eeeeee;
  }
}
@media (max-width: 600px) {
  #brands-row-custom .brand-buttons-wrapper aside.brand-text {
    width: 33%;
  }
  #brands-row-custom .brand-buttons-wrapper aside.brand-text:last-child {
    border-right: 1px solid #eeeeee;
  }
}
@media (max-width: 550px) {
  #brands-row-custom .brand-buttons-wrapper aside.brand-text {
    width: 50%;
  }
  #brands-row-custom .brand-buttons-wrapper aside.brand-text:last-child {
    border-right: 1px solid #eeeeee;
  }
}
#pop-parts-custom {
  background-color: #eee;
}
#pop-parts-custom div.container-wrap {
  max-width: 1920px;
  padding: 0;
}
#pop-parts-custom .pop-parts-row-wrapper {
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #pop-parts-custom .pop-parts-row-wrapper {
    padding: 0 10px 30px 10px;
  }
}
@media (max-width: 575px) {
  #pop-parts-custom .pop-parts-row-wrapper {
    padding: 0 10px 30px 10px;
  }
}
#pop-parts-custom h5 {
  font-family: 'Lato', sans-serif;
  font-size: 30pt;
  font-weight: 300;
  color: red;
  padding: 35px 0 25px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #pop-parts-custom h5 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  #pop-parts-custom h5 {
    font-size: 18pt;
    text-align: center;
  }
}
@media (max-width: 375px) {
  #pop-parts-custom h5 {
    font-size: 15pt;
  }
}
#pop-parts-custom ul.pop-parts-list {
  border-top: 1px solid #c8c8c8;
  list-style: none;
  margin-top: 5px;
}
#pop-parts-custom ul.pop-parts-list li.pop-list-item a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #252525;
  border-bottom: 1px solid #c8c8c8;
  padding: 12px 10px 12px 30px;
  position: relative;
  cursor: pointer;
}
#pop-parts-custom ul.pop-parts-list li.pop-list-item a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 100%;
  text-align: right;
  color: #c8c8c8;
}
#pop-parts-custom ul.pop-parts-list li.pop-list-item a:hover {
  background: linear-gradient(90deg, #eee, #fff);
}
#pop-parts-custom ul.pop-parts-list li.pop-list-item a:hover::after {
  color: red;
}
@media (min-width: 768px) (max-width: 900px) {
  #pop-parts-custom ul.pop-parts-list li.pop-list-item a {
    font-size: 10pt;
  }
}
#pop-parts-custom ul.pop-parts-list li.pop-list-button a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 13pt;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 8px;
  margin-top: 12px;
  text-align: center;
  background-color: red;
  cursor: pointer;
}
#pop-parts-custom ul.pop-parts-list li.pop-list-button a:hover,
#pop-parts-custom ul.pop-parts-list li.pop-list-button a:active {
  background-color: #ff4d4d;
}
@media (max-width: 900px) {
  #pop-parts-custom ul.pop-parts-list li.pop-list-button a {
    font-size: 9pt;
  }
}
#pop-parts-custom .pop-list-tile-wrapper {
  padding: 5px;
  width: 25%;
  float: left;
}
@media (max-width: 1023px) {
  #pop-parts-custom .pop-list-tile-wrapper {
    width: 33%;
  }
}
@media (max-width: 575px) {
  #pop-parts-custom .pop-list-tile-wrapper {
    width: 50%;
  }
}
@media (max-width: 320px) {
  #pop-parts-custom .pop-list-tile-wrapper {
    width: 100%;
  }
}
#pop-parts-custom .pop-list-tile-wrapper a {
  display: block;
  background-color: #fff;
  border: solid 1px transparent;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#pop-parts-custom .pop-list-tile-wrapper a:hover,
#pop-parts-custom .pop-list-tile-wrapper a:active {
  border-color: #252525;
}
#pop-parts-custom .pop-list-tile-wrapper a:hover .pop-part-title,
#pop-parts-custom .pop-list-tile-wrapper a:active .pop-part-title {
  color: red;
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-title {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #252525;
  text-align: center;
  padding: 12px;
}
@media (max-width: 1075px) {
  #pop-parts-custom .pop-list-tile-wrapper .pop-part-title {
    font-size: 10pt;
  }
}
@media (max-width: 500px) {
  #pop-parts-custom .pop-list-tile-wrapper .pop-part-title {
    font-size: 8pt;
  }
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 57.5%;
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/ball-bearings.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/grille.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/brake-pads.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/windshield-wipers.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/compressor.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/axles.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/starter.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/lighting.png');
}
#featured-custom {
  background-color: #eee;
}
#featured-custom div.container-wrap {
  max-width: 1920px;
  padding: 30px;
}
@media (max-width: 767px) {
  #featured-custom div.container-wrap {
    box-shadow: none;
  }
}
#featured-custom .featured-products-module h2 {
  font-family: 'Lato', sans-serif;
  font-size: 30pt;
  font-weight: 300;
  color: red;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 5px;
}
#featured-custom .catalog-product {
  float: left;
  width: 25%;
  margin: 0;
  padding: 15px;
}
#featured-custom .catalog-product a {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}
#featured-custom .catalog-product a:hover {
  border-color: #252525;
}
#featured-custom .catalog-product a:hover .catalog-details h5.catalog-product-title {
  color: red;
}
#featured-custom .catalog-product a .catalog-details {
  font-family: 'Lato', sans-serif;
}
#featured-custom .catalog-product a .catalog-details h5.catalog-product-title {
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #252525;
}
#featured-custom .catalog-product .catalog-product-details-link {
  display: none;
}
@media (max-width: 767px) {
  #featured-custom .catalog-product {
    width: 50%;
  }
}
@media (max-width: 574px) {
  #featured-custom .catalog-product {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  #featured-custom .catalog-product:first-child {
    padding-left: 0;
  }
  #featured-custom .catalog-product:nth-child(4),
  #featured-custom .catalog-product:nth-child(8),
  #featured-custom .catalog-product:nth-child(12) {
    padding-right: 0;
  }
}
#featured-custom .catalog-details-display,
#featured-custom .catalog-product-pricing {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 850px) {
  #featured-custom .catalog-product-title {
    font-size: 10pt;
  }
  #featured-custom .catalog-product-sale-price {
    font-size: 20px;
  }
  #featured-custom .catalog-product-hot-deal {
    display: none;
  }
}
#custom-footer {
  border-top: 1px solid #eeeeee;
}
#custom-footer .container-wrap {
  max-width: 1920px;
  padding: 20px 0 0 0;
}
@media (max-width: 1250px) {
  #custom-footer .container-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  #custom-footer .container-wrap > .row {
    table-layout: auto;
  }
  #custom-footer .container-wrap > .row .col-sm-3 {
    display: block;
    width: 100%;
    float: none;
  }
}
#custom-footer .links-list-module.list-style-footer .links-list > li {
  margin: 0;
}
#custom-footer .page-builder-layout-module {
  margin-top: 0;
}
#custom-footer .col-sm-3 {
  padding-bottom: 20px;
}
@media (min-width: 1250px) {
  #custom-footer .col-sm-3 {
    padding-left: 30px;
  }
}
#custom-footer .bottom-row-grey {
  margin-top: 0;
  padding: 15px;
}
#custom-footer .heading,
#custom-footer .newsletter-main-text {
  font-family: 'Lato', sans-serif;
  font-size: 16pt;
  font-weight: 400;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  position: relative;
  display: block;
  z-index: 2;
  padding: 12px 15px 7px 0;
}
@media (min-width: 767px) and (max-width: 1023px) {
  #custom-footer .heading,
  #custom-footer .newsletter-main-text {
    font-size: 11pt;
  }
}
#custom-footer a:hover {
  text-decoration: none;
}
#custom-footer li {
  list-style: none;
}
#custom-footer .contact-wrapper {
  margin-top: 13px;
}
#custom-footer .contact-wrapper .list-item-container {
  padding: 7px 0 7px 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: #585858;
  font-size: 11pt;
  position: relative;
  width: 10px;
}
#custom-footer .contact-wrapper .list-item-container .icon i.fa-map-marker {
  font-size: 14pt;
}
#custom-footer .contact-wrapper .list-item-container .icon i.fa-mobile {
  font-size: 16pt;
  top: -2px;
  left: 1px;
}
#custom-footer .contact-wrapper .list-item-container .icon i.fa-fax {
  font-size: 11pt;
  top: 3px;
  left: -1px;
}
#custom-footer .contact-wrapper .list-item-container aside {
  font-family: 'Lato', sans-serif;
  font-size: 10pt;
  font-weight: 400;
  color: #333;
  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: red;
}
@media (min-width: 768px) and (max-width: 840px) {
  #custom-footer .contact-wrapper .list-item-container {
    padding-left: 0;
  }
  #custom-footer .contact-wrapper .list-item-container .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  #custom-footer .contact-wrapper .list-item-container {
    padding-left: 15px;
  }
}
#custom-footer .navigation-wrapper .links-list {
  width: 100%;
  margin: 10px 0 0 0;
}
#custom-footer .navigation-wrapper .links-list li {
  position: relative;
}
#custom-footer .navigation-wrapper .links-list li a {
  font-family: 'Lato', sans-serif;
  font-size: 11pt;
  font-weight: 400;
  color: #252525;
  display: block;
  padding: 10px 0 10px 35px;
  border-bottom: solid 1px #e1e1e1;
}
#custom-footer .navigation-wrapper .links-list li::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  position: absolute;
  left: 15px;
  top: 8px;
  color: #585858;
  font-size: 10pt;
}
#custom-footer .navigation-wrapper .links-list li:hover a {
  color: red;
  border-color: #252525;
}
#custom-footer .navigation-wrapper .links-list li:hover a::before {
  color: red;
}
@media (min-width: 900px) {
  #custom-footer .navigation-wrapper .links-list {
    width: 70%;
  }
}
#custom-footer .newsletter-text-blurb {
  padding-top: 14px;
}
#custom-footer .newsletter-signup-module form {
  margin-top: 25px;
}
#custom-footer .newsletter-signup-module form .input-group {
  width: 100%;
  margin-top: 0;
}
#custom-footer .newsletter-signup-module form .input-group input {
  padding: 8.3px 10px;
}
#custom-footer .newsletter-signup-module form .input-group input:focus,
#custom-footer .newsletter-signup-module form .input-group input:hover,
#custom-footer .newsletter-signup-module form .input-group input:active {
  outline: none;
  background-color: #f1f1f1;
}
#custom-footer .newsletter-signup-module form .input-group button.button-subscribe {
  font-size: 9pt;
  padding: 8px 15px;
}
@media (min-width: 768px) and (max-width: 1060px) {
  #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 .back-to-top a {
  display: none;
  position: absolute;
  top: -14px;
  right: 15px;
  width: 40px;
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  background: red;
}
@media (max-width: 767px) {
  #custom-footer .back-to-top a {
    display: block;
  }
}
#payments-custom .container-wrap {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #payments-custom .col-sm-6 .page-builder-layout-column-wrap {
    text-align: center;
  }
}
a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
.display-none {
  display: none;
}
@media (max-width: 1249px) {
  .wide-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-backdrop {
  z-index: 21;
}
#top-nav-custom .container-wrap,
#brands-row-custom .container-wrap,
#vin-picker-custom .container-wrap {
  max-width: 1920px;
  padding: 0 20px;
}
#brand-banners-custom .page-builder-layout-column.block-modules .page-builder-layout-module + .page-builder-layout-module {
  margin-top: 0;
}
#page-home h1,
#page-home .category-title,
.headerStyles,
#newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
  font-family: 'Lato', sans-serif;
  font-size: 25pt;
  font-weight: 300;
  color: #252525;
  margin: 0;
  padding: 12px 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #eeeeee;
}
#page-home h1.mobile-title,
#page-home .category-title.mobile-title,
.headerStyles.mobile-title,
#newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text.mobile-title {
  color: #fff;
  margin: 0px 0;
}
@media (max-width: 799px) {
  #page-home h1,
  #page-home .category-title,
  .headerStyles,
  #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
    text-align: center;
    font-size: 16pt;
    border: none;
    font-weight: bold;
    padding: 10px 0 0 0;
  }
}
#page-cart #search-col-custom,
#page-one_page_checkout #search-col-custom,
#page-cart .main-nav-col,
#page-one_page_checkout .main-nav-col {
  display: none;
}


/* Custom */ 

#car-row-custom .mitsubishi-models .model-tabs {
  width: 10%;
}
#car-row-custom .mitsubishi-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
}
#car-row-custom .mitsubishi-models .vehicle-image.mitsubishi-image-1 {
  background-image: url("https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/mitsubishi-model-01.png");
}
#car-row-custom .mitsubishi-models .vehicle-image.mitsubishi-image-2 {
  background-image: url("https://cdn-static.revolutionparts.io/assets/themes/models/mitsubishi/mitsubishi-model-02.png");
}
#car-row-custom .mitsubishi-models .vehicle-image.mitsubishi-image-3 {
  background-image: url("https://cdn-static.revolutionparts.io/assets/themes/models/mitsubishi/mitsubishi-model-03.png");    
}
#car-row-custom .mitsubishi-models .vehicle-image.mitsubishi-image-4 {
background-image: url("https://cdn-static.revolutionparts.io/assets/themes/models/mitsubishi/mitsubishi-model-04.png");
}
#car-row-custom .mitsubishi-models .vehicle-image.mitsubishi-image-5 {
    background-image: url("https://cdn-static.revolutionparts.io/assets/themes/models/mitsubishi/mitsubishi-model-05.png");

}

@media (max-width: 1399px) {
  #car-row-custom .mitsubishi-models .vehicle-image {
    padding-bottom: 35%;
  }
}


/* end of custom */

#car-row-custom .audi-models .model-tabs {
  width: 10%;
}
#car-row-custom .audi-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
}
#car-row-custom .audi-models .vehicle-image.audi-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/a3.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/a4.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/a6.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/a7.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/a4-allroad.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/q3.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/q5.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/s3.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-9 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/s4.jpg');
}
#car-row-custom .audi-models .vehicle-image.audi-image-10 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/audi-other.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .audi-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .chrysler-models .model-tabs {
  width: 12.5%;
}
#car-row-custom .chrysler-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/200.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/300.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/aspen.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/pacifica.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/pt-cruiser.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/sebring.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/town-and-country.png');
}
#car-row-custom .chrysler-models .vehicle-image.chrysler-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/other.png');
}
@media (max-width: 1399px) {
  #car-row-custom .chrysler-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .dodge-models .model-tabs {
  width: 10%;
}
#car-row-custom .dodge-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/avenger.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/grand-caravan.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/challenger.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/charger.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/dakota.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/dart.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/durango.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/magnum.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-9 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/neon.png');
}
#car-row-custom .dodge-models .vehicle-image.dodge-image-10 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/viper.png');
}
@media (max-width: 1399px) {
  #car-row-custom .dodge-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .hyundai-models .model-tabs {
  width: 10%;
}
#car-row-custom .hyundai-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/accent.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/azera.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/elantra.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/equus.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/genesis-coupe.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/genesis.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/santa-fe.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/sonata.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-9 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/tucson.png');
}
#car-row-custom .hyundai-models .vehicle-image.hyundai-image-10 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/veloster.png');
}
@media (max-width: 1399px) {
  #car-row-custom .hyundai-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .jeep-models .model-tabs {
  width: 12.5%;
}
#car-row-custom .jeep-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cherokee.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/compass.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/grand-cherokee.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/patriot.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/renegade.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/wrangler.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cj-7.jpg');
}
#car-row-custom .jeep-models .vehicle-image.jeep-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cj-7.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .jeep-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .kia-models .model-tabs {
  width: 12.5%;
}
#car-row-custom .kia-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
#car-row-custom .kia-models .vehicle-image.kia-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/forte.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/forte-koup.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/optima.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/rio.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/sedona.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/sorento.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/soul.jpg');
}
#car-row-custom .kia-models .vehicle-image.kia-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/other.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .kia-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .mazda-models .model-tabs {
  width: 12.5%;
}
#car-row-custom .mazda-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/2.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/3.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/5.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/6.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cx-7.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cx-9.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/mx-5-miata.jpg');
}
#car-row-custom .mazda-models .vehicle-image.mazda-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/other.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .mazda-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .porsche-models .model-tabs {
  width: 12.5%;
}
#car-row-custom .porsche-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/911.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/boxster.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cayenne.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cayman.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/macan.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/panamera.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/918-spyder.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/porsche-other.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .porsche-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .ram-models .model-tabs {
  width: 12.5%;
}
#car-row-custom .ram-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 38%;
}
#car-row-custom .ram-models .vehicle-image.ram-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/1500.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/2500.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/3500.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cv.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/promaster-1500.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/promaster-2500.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/promaster-3500.jpg');
}
#car-row-custom .ram-models .vehicle-image.ram-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/promaster-city.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .ram-models .vehicle-image {
    padding-bottom: 35%;
  }
}
#car-row-custom .volkswagen-models .model-tabs {
  width: 10%;
}
#car-row-custom .volkswagen-models .vehicle-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-1 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/beetle.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-2 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/cc.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-3 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/eos.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-4 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/golf.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-5 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/gti.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-6 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/jetta.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-7 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/passat.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-8 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/routan.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-9 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/tiguan.png');
}
#car-row-custom .volkswagen-models .vehicle-image.volkswagen-image-10 {
  background-image: url('https://cdn.revolutionparts.io/edc9f190e02fb36d8b632bb61b2b7a57/design/toureg.png');
}
@media (max-width: 1399px) {
  #car-row-custom .volkswagen-models .vehicle-image {
    padding-bottom: 35%;
  }
}
/* Add .[brand]-content to the list for each brand */
/* File path: widgets/car-row-brands/default/hide-all-content.less */
.buick-content,
.cadillac-content,
.chevrolet-content,
.ford-content,
.gmc-content,
.hyundai-content,
.lincoln-content,
.scion-content,
.toyota-content,
.volkswagen-content,
.acura-content,
.audi-content,
.bmw-content,
.nissan-content,
.infiniti-content,
.land-rover-content,
.lexus-content,
.mercedes-benz-content,
.porsche-content,
.volvo-content,
.chrysler-content,
.dodge-content,
.honda-content,
.jeep-content,
.kia-content,
.mazda-content,
.subaru-content,
.ram-content,
.fiat-content, 
.mitsubishi.content{
  display: none;
}
/* Add [brand]-show-content.less file for each brand */
/* File path: widgets/car-row-brands/[brand]/[brand]-show-content.less */

/* custom */
#page-home.mitsubishi .mitsubishi-brand-link,
.page-content.mitsubishi .mitsubishi-brand-link {
  background: #eee;
}
#page-home.mitsubishi .mitsubishi-content,
.page-content.mitsubishi .mitsubishi-content {
  display: block;
}
/* custom */
#mit{
 display:block;   
}
#page-home.volkswagen .volkswagen-content, .page-content.volkswagen .volkswagen-content{
 display:block!imporant;   
}
#page-home.mitsubishi .mitsubishi-brand-link,
.page-content.mitsubishi .mitsubishi-brand-link {
  background: #eee;
}
#page-home.mitsubishi .mitsubishi-content,
.page-content.mitsubishi .mitsubishi-content {
  display: block;
}

#page-home.audi .audi-brand-link,
.page-content.audi .audi-brand-link {
  background: #eee;
}
#page-home.audi .audi-content,
.page-content.audi .audi-content {
  display: block;
}
#page-home.chrysler .chrysler-brand-link,
.page-content.chrysler .chrysler-brand-link {
  background: #eee;
}
#page-home.chrysler .chrysler-content,
.page-content.chrysler .chrysler-content {
  display: block;
}
#page-home.dodge .dodge-brand-link,
.page-content.dodge .dodge-brand-link {
  background: #eee;
}
#page-home.dodge .dodge-content,
.page-content.dodge .dodge-content {
  display: block;
}
#page-home.hyundai .hyundai-brand-link,
.page-content.hyundai .hyundai-brand-link {
  background: #eee;
}
#page-home.hyundai .hyundai-content,
.page-content.hyundai .hyundai-content {
  display: block;
}
#page-home.jeep .jeep-brand-link,
.page-content.jeep .jeep-brand-link {
  background: #eee;
}
#page-home.jeep .jeep-content,
.page-content.jeep .jeep-content {
  display: block;
}
#page-home.kia .kia-brand-link,
.page-content.kia .kia-brand-link {
  background: #eee;
}
#page-home.kia .kia-content,
.page-content.kia .kia-content {
  display: block;
}
#page-home.mazda .mazda-brand-link,
.page-content.mazda .mazda-brand-link {
  background: #eee;
}
#page-home.mazda .mazda-content,
.page-content.mazda .mazda-content {
  display: block;
}
#page-home.porsche .porsche-brand-link,
.page-content.porsche .porsche-brand-link {
  background: #eee;
}
#page-home.porsche .porsche-content,
.page-content.porsche .porsche-content {
  display: block;
}
#page-home.ram .ram-brand-link,
.page-content.ram .ram-brand-link {
  background: #eee;
}
#page-home.ram .ram-content,
.page-content.ram .ram-content {
  display: block;
}
#page-home.volkswagen .volkswagen-brand-link,
.page-content.volkswagen .volkswagen-brand-link {
  background: #eee;
}
#page-home.volkswagen .volkswagen-content,
.page-content.volkswagen .volkswagen-content {
  display: block;
}