/* Dropdown Button */
.dropbtn {
  background-color: #d1d2d0;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #aaada8;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Add or remove this to hide or show */
.hide {display:none;}


.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);
}
/* .custom-html-module ul {
    padding-left: 18px;
} */
@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: #d5001c;
  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: #ff0929;
  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: 10px;
  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: #d5001c;
}
#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: #d5001c;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon .cart-items.cart-items-exist {
  left: 60%;
  top: -18px;
  background: #d5001c;
  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-md-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 #d5001c;
}
#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: #d5001c;
}
#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;
  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 .image-logo {
  margin: 30px 0 0 0;
  max-height: 81px;
}
@media (max-width: 900px) {
  #top-nav-custom .store-logo-module .image-logo {
    margin-top: 37px;
    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: #d5001c;
}
#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: #d5001c;
}
#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: #d5001c;
  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: #d5001c;
}
#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: #d5001c;
  padding: 5px;
  font-size: 12pt;
}
.garage-header .car-selected-module .flyout ul a:hover {
  border-color: #d5001c;
}
.garage-header .car-selected-module .flyout ul a:hover em span,
.garage-header .car-selected-module .flyout ul a:hover i {
  color: #d5001c;
}
#mobile-pop-parts {
  background-color: #565954;
}
#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: #EFF0F1;
}
#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: #fff;
  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: cover;
  background-repeat: no-repeat;
  padding-bottom: 97%;
  border: 2px solid #EFF0F1;
  border-radius: 50%;
  background-color: #fff;
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-1 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/compressor.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-2 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/axles.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-3 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/ball-bearings.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-4 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/brake-pads.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-5 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/grille.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-6 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/lighting.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-7 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/starter.png');
}
#mobile-pop-parts .mobile-pop-image.mobile-pop-image-8 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/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;
  }
} */
#vin-picker-custom {
  z-index: 19;
  position: relative;
}
@media (max-width: 767px) {
  #vin-picker-custom {
    height: 310px;
  }
  #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: 18;
  }
}
@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: #d5001c;
  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: #d5001c;
  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: #d5001c;
}
#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: #565954;
  border-color: #d5001c;
}
#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: #d5001c;
}
#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: #d5001c;
}
#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: #d5001c;
}
#vehicle-custom #vpicker_submit:hover {
  background-color: #ff223f;
}
@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: #d5001c;
  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: #d5001c;
}
@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 #d5001c;
  }
}
#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: 12.5%;
  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: #d5001c;
  background-color: #565954;
}
#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: #565954;
}
#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: #fff;
  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;
  background-color: #fff;
  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: #d5001c;
}
@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: #d5001c;
  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: #ff223f;
}
@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: #d5001c;
}
#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: 767px) {
  #pop-parts-custom .pop-list-tile-wrapper .pop-part-title {
    color: #fff;
  }
}
@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: cover;
  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/fd1119774132c1329ae0c343e3163256/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/fd1119774132c1329ae0c343e3163256/design/grille.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-3 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/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/fd1119774132c1329ae0c343e3163256/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/fd1119774132c1329ae0c343e3163256/design/compressor.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-6 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/axles.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-7 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/starter.png');
}
#pop-parts-custom .pop-list-tile-wrapper .pop-part-image.pop-part-image-8 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/lighting.png');
}
#featured-custom {
  background-color: #565954;
}
#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: #fff;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 5px;
}
#featured-custom .featured-product {
  float: left;
  width: 25%;
  margin: 0;
  padding: 15px;
}
#featured-custom .featured-product a {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}
#featured-custom .featured-product a:hover {
  border-color: #252525;
}
#featured-custom .featured-product a:hover .catalog-details h5.catalog-product-title {
  color: #d5001c;
}
#featured-custom .featured-product a .catalog-details {
  font-family: 'Lato', sans-serif;
}
#featured-custom .featured-product a .catalog-details h5.catalog-product-title {
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #252525;
}
#featured-custom .featured-product .catalog-product-details-link {
  display: none;
}
@media (max-width: 767px) {
  #featured-custom .featured-product {
    width: 50%;
  }
}
@media (max-width: 574px) {
  #featured-custom .featured-product {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  #featured-custom .featured-product:first-child {
    padding-left: 0;
  }
  #featured-custom .featured-product:nth-child(4),
  #featured-custom .featured-product:nth-child(8),
  #featured-custom .featured-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 15px;
}
@media (max-width: 1250px) {
  #custom-footer .container-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#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: #d5001c;
}
@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: #d5001c;
  border-color: #252525;
}
#custom-footer .navigation-wrapper .links-list li:hover a::before {
  color: #d5001c;
}
@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: #d5001c;
}
@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;
  }
}
#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/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/911.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-2 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/boxster.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-3 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/cayenne.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-4 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/cayman.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-5 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/macan.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-6 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/panamera.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-7 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/918-spyder.jpg');
}
#car-row-custom .porsche-models .vehicle-image.porsche-image-8 {
  background-image: url('https://cdn.revolutionparts.io/fd1119774132c1329ae0c343e3163256/design/home/porsche/cars/porsche-other.jpg');
}
@media (max-width: 1399px) {
  #car-row-custom .porsche-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,
.gmc-content,
.hummer-content,
.oldsmobile-content,
.pontiac-content,
.saturn-content {
  display: none;
}
/* Add [brand]-show-content.less file for each brand */
/* File path: widgets/car-row-brands/[brand]/[brand]-show-content.less */
#page-home.porsche .porsche-brand-link {
  background: #EFF0F1;
}
#page-home.porsche .porsche-content {
  display: block;
}

/*--- Custom CSS ---*/
.col4-layout.products .col {
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 5px;
}

.col4-layout.products {
    letter-spacing: -4px;
    font-size: 0;
}


.col4-layout.products .col {
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 5px;
}

.col4-layout.products .col a {
    position: relative;
    display: block;
    max-height: 275px;
    overflow: hidden;
    color: #fff;
}

.products .col a span {
    display: block;
}

.products .col a span.text-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.products .col a:hover span.text-holder {
    background: rgba(0, 0, 0, 0.8);
}

@media(max-width:992px){
    .col4-layout.products .col  {
    	width: 33.33%
    }
}

@media(max-width:767px){
    .col4-layout.products .col  {
    	width: 50%
    }
}

@media(max-width:479px){
    .col4-layout.products .col  {
    	width: 100%
    }
}

.list-style1 {
	padding-left: 16px;
}

.list-style1:after,
.list-style1:before {
  clear: both;
  display: block;
  content:'';
}

.list-style1 li {
	width: 33%; 
 	float: left;
}

.list-style1 li a {
	color: #000;
    display: block;
    padding-right: 25px;
}

.list-style1 li a:hover {
    text-decoration: underline;
}


@media(max-width: 991px){
  .list-style1 li {
  	width: 50%;
  }
}

@media(max-width: 767px){
  .list-style1 li {
  	width: 100%;
  }
  .list-style1 li a  {
    padding-right: 0;
  }
}

ul.list-inside {
    list-style-position: inside;
}

#mobile-header-custom .mobile-menu-col, #mobile-header-custom .mobile-search-col {
    border-right: 1px solid #444 !important;
}

#mobile-header-custom .mobile-cart-col .call-to-action-button {
    border-right: solid 1px #444 !important;
}

.store-logo-module {
    z-index: 25;
}

.product-sale-price {
    text-align: center;
}

.featured-products-module .featured-product .image-display .product-image.lazy-load {
    position: relative;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}