<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Moved to automation.scss */
/* Moved to automation.scss */
/* Moved to automation.scss */
/* Moved to automation.scss */
.call-to-action-button, .vehicle-picker-module #vpicker_submit, .search-by-part-module .btn,
.search-by-vin-module .btn, #home-content .newsletter-signup-module .btn, .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
  background-color: #cb2027;
  border-radius: 0px;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif; }
  .call-to-action-button:hover, .call-to-action-button:active, .vehicle-picker-module #vpicker_submit:hover, .vehicle-picker-module #vpicker_submit:active, .search-by-part-module .btn:hover, .search-by-part-module .btn:active,
  .search-by-vin-module .btn:hover,
  .search-by-vin-module .btn:active, #home-content .newsletter-signup-module .btn:hover, #home-content .newsletter-signup-module .btn:active, .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover, .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active {
    background: #9f191f;
    color: #fff; }

/* Moved to automation.scss */
/* Moved to automation.scss */
#mobile-header-custom {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  height: 60px;
  border-bottom: 1px solid #ccc;
  overflow: hidden; }
  #mobile-header-custom .container-wrap {
    padding: 0; }
  #mobile-header-custom .mobile-logo-col {
    width: 50%;
    float: left;
    padding: 10px;
    border-right: 1px solid #ccc;
    height: 60px; }
    #mobile-header-custom .mobile-logo-col img {
      margin: 0;
      max-height: 40px; }
  #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 #ccc;
    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; }
    #mobile-header-custom .mobile-menu-col.menu-selected i, #mobile-header-custom .mobile-search-col.menu-selected i {
      color: #F5F5F5; }
  #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: #000; }
  #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon .cart-items.cart-items-exist {
    left: 7px;
    top: -18px;
    background: #cb2027;
    color: #fff;
    font-size: 12px;
    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: 50; }
  #mobile-drop-downs .container-wrap {
    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 #ccc;
    background-color: #eee;
    overflow: hidden;
    height: 0;
    -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: 768px) and (max-width: 799px) {
    #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: 272px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
  #mobile-drop-downs .close-row-custom {
    position: relative;
    z-index: 1001;
    bottom: 55px;
    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 #mobile-menu .links-list {
    display: flex;
    flex-flow: column;
    border-left: 5px solid #cb2027; }
    #mobile-drop-downs #mobile-menu .links-list a {
      display: flex;
      align-items: center;
      padding: 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 14pt;
      color: #000;
      font-weight: 400;
      line-height: normal; }
      #mobile-drop-downs #mobile-menu .links-list a i {
        margin-right: .75rem; }
  #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: 15px 0 0 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: "Open Sans", sans-serif;
        font-size: 12pt;
        color: #000;
        font-weight: 400;
        line-height: normal; }
      #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; } }

#logo-custom {
  position: relative;
  margin: 0 auto -121px auto;
  z-index: 19;
  width: 25%;
  min-width: 150px;
  max-width: 400px; }
  #logo-custom .store-logo-module {
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    max-width: 340px;
    min-height: 80px; }
    #logo-custom .store-logo-module img {
      padding: 0px;
      margin: 0;
      max-height: 100px; }
  @media (max-width: 1199px) {
    #logo-custom {
      margin: 0 auto -114px 10px;
      width: 250px; } }

/* Moved to automation.scss */
/* Moved to automation.scss */
#main-nav-custom {
  z-index: 18;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1248px) {
    #main-nav-custom {
      padding-left: 10px;
      padding-right: 20px; } }
  #main-nav-custom .container-wrap {
    padding: 30px 0 10px 0; }
  #main-nav-custom .header-call-us p {
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0; }
    #main-nav-custom .header-call-us p span {
      font-weight: bold;
      color: #cb2027; }
  #main-nav-custom .help-button {
    color: #000;
    margin-right: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 9pt;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
  #main-nav-custom .nav-links-right &gt; .page-builder-layout-module {
    margin-right: 0; }
  #main-nav-custom .main-nav-links {
    margin-right: 0; }
    #main-nav-custom .main-nav-links a:hover {
      text-decoration: none; }
      #main-nav-custom .main-nav-links a:hover div {
        color: #cb2027; }
    #main-nav-custom .main-nav-links div {
      display: inline-block;
      float: left;
      font-family: "Open Sans", sans-serif;
      font-size: 9pt;
      color: #000;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      margin-right: 35px;
      cursor: pointer; }
  #main-nav-custom .cart-button-module .cart-component {
    min-width: 0; }
    #main-nav-custom .cart-button-module .cart-component .call-to-action-button {
      background-color: transparent;
      padding: 0; }
      #main-nav-custom .cart-button-module .cart-component .call-to-action-button .cart-wrapper .cart-icon i {
        color: #000;
        font-size: 9pt; }
      #main-nav-custom .cart-button-module .cart-component .call-to-action-button .cart-wrapper .cart-icon .cart-items {
        background: #cb2027;
        color: #fff; }
      #main-nav-custom .cart-button-module .cart-component .call-to-action-button .cart-wrapper .cart-text {
        font-family: "Open Sans", sans-serif;
        font-size: 9pt;
        color: #000;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase; }
      #main-nav-custom .cart-button-module .cart-component .call-to-action-button:hover .cart-text, #main-nav-custom .cart-button-module .cart-component .call-to-action-button:hover .cart-icon i {
        color: #cb2027; }
    #main-nav-custom .cart-button-module .cart-component .cart-flyout .upper-arrow {
      display: none; }
  @media (max-width: 1199px) {
    #main-nav-custom .nav-row .col-md-6:first-child {
      display: none; }
    #main-nav-custom .nav-row .col-md-6:last-child {
      width: 100%; } }

/* Moved to automation.scss */
/* Moved to automation.scss */
#second-nav-custom {
  z-index: 18;
  position: relative; }
  @media (max-width: 1248px) {
    #second-nav-custom {
      padding-left: 10px;
      padding-right: 20px; } }
  #second-nav-custom .container-wrap {
    padding: 0; }
  #second-nav-custom .trust-badges {
    display: flex;
    width: 75%; }
    #second-nav-custom .trust-badges p {
      display: inline-block;
      margin: 0 auto 0 0;
      font-family: "Open Sans", sans-serif;
      font-size: 9pt;
      color: #7d7d7d;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      font-style: italic;
      padding: 12px 0; }
  #second-nav-custom ul.second-nav-links {
    margin-bottom: 0; }
    #second-nav-custom ul.second-nav-links a:hover {
      text-decoration: none; }
    #second-nav-custom ul.second-nav-links li {
      list-style: none; }
    #second-nav-custom ul.second-nav-links li.second-nav-outer-list {
      text-align: left;
      display: inline-block;
      margin: 0 0 0 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 9pt;
      color: #7d7d7d;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      position: relative;
      padding: 12px 0;
      cursor: pointer; }
      #second-nav-custom ul.second-nav-links li.second-nav-outer-list:hover {
        color: #F5F5F5; }
      #second-nav-custom ul.second-nav-links li.second-nav-outer-list:nth-child(2):hover ul.second-nav-inner-list, #second-nav-custom ul.second-nav-links li.second-nav-outer-list:nth-child(3):hover ul.second-nav-inner-list {
        display: block; }
      #second-nav-custom ul.second-nav-links li.second-nav-outer-list ul.second-nav-inner-list {
        background-color: #fff;
        padding: 10px 0 10px 12px;
        position: absolute;
        width: 100%;
        min-width: 150px;
        top: 40px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 22;
        border-left: 7px solid #cb2027;
        left: -10px; }
        #second-nav-custom ul.second-nav-links li.second-nav-outer-list ul.second-nav-inner-list::before {
          content: "";
          position: absolute;
          top: -8px;
          left: 25px;
          background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/default_assets/arrow-up-custom.png");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          padding-bottom: 7%;
          width: 25px; }
        #second-nav-custom ul.second-nav-links li.second-nav-outer-list ul.second-nav-inner-list li {
          font-family: "Open Sans", sans-serif;
          font-size: 9pt;
          color: #000;
          font-weight: 400;
          line-height: normal;
          padding: 4px 0;
          text-transform: none;
          text-align: left;
          cursor: pointer; }
        #second-nav-custom ul.second-nav-links li.second-nav-outer-list ul.second-nav-inner-list a:hover li {
          color: #cb2027; }
  @media (max-width: 1199px) {
    #second-nav-custom .nav-row .col-md-6:first-child {
      display: none; }
    #second-nav-custom .nav-row .col-md-6:last-child {
      width: 100%; } }

/* Moved to automation.scss */
/* Moved to automation.scss */
#head-search-custom .container-wrap {
  padding: 35px 0 10px 0; }

#head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 970px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap {
      width: 95%; } }
  #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-garage-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 260px;
    border: 1px solid #ccc; }
    #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-garage-custom .garage-component {
      width: 100%; }
      #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-garage-custom .garage-component .garage-text {
        padding: 12px 18px;
        text-align: center; }
  #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-search-custom {
    flex: 1;
    display: table-cell; }
    #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-search-custom .search-bar-module {
      margin-left: 10px; }
    #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-search-custom .search-bar-component input {
      border-color: #ccc;
      height: 40px; }
    #head-search-custom #inner-page-search .page-builder-layout-column .page-builder-layout-column-wrap .inner-search-custom .search-bar-component button {
      padding: 8px 18px 7px; }

/* Moved to automation.scss */
/* Moved to automation.scss */
#home-page-search {
  margin: -418px auto 0 auto;
  max-width: 800px;
  width: 100%; }
  @media (max-width: 766px) {
    #home-page-search {
      margin: 0; }
      #home-page-search .container-wrap {
        padding: 0; }
      #home-page-search .mobile-display-hide {
        display: none; }
      #home-page-search .full-height-wrapper.page-builder-layout-column-wrap {
        margin: 0 0 15px 0; }
        #home-page-search .full-height-wrapper.page-builder-layout-column-wrap::after, #home-page-search .full-height-wrapper.page-builder-layout-column-wrap::before {
          display: none; } }
  #home-page-search .page-builder-layout-column-wrap {
    padding: 12px;
    margin: 15px 7px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    position: relative; }
    #home-page-search .page-builder-layout-column-wrap::before {
      content: "";
      position: absolute;
      left: -22px;
      top: -22px;
      background-color: #fff;
      border-radius: 50%;
      width: 65px;
      height: 65px;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
    #home-page-search .page-builder-layout-column-wrap::after {
      content: "1";
      position: absolute;
      left: -12px;
      top: -12px;
      background-color: #cb2027;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      text-align: center;
      font-size: 24pt;
      color: #fff; }
  #home-page-search .picker-row-custom .col-md-6:first-child .page-builder-layout-column-wrap::after {
    content: "2"; }
  #home-page-search .picker-row-custom .col-md-6:last-child .page-builder-layout-column-wrap::after {
    content: "3"; }
  #home-page-search .search-bar-module .search-bar-component {
    margin-top: 5px; }
    #home-page-search .search-bar-module .search-bar-component input {
      height: 45px;
      padding: 4px 20px 5px 20px;
      font-size: 10pt;
      border-color: #ccc;
      border-radius: 0px; }
    #home-page-search .search-bar-module .search-bar-component button {
      padding: 5px 18px 6px;
      height: 45px;
      font-size: 18pt; }
  #home-page-search .picker-row-custom strong.header-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14pt;
    color: #000;
    font-weight: 400;
    line-height: normal; }
  #home-page-search .picker-row-custom .custom-image.image-padding {
    margin-top: 22px;
    margin-bottom: 10px; }
  #home-page-search .picker-column-custom .page-builder-layout-module:last-child {
    margin-bottom: 19px; }
  #home-page-search .picker-column-custom .car-selected-module {
    border: solid 1px #ccc;
    padding: 5px 0;
    margin-top: 20px; }
    #home-page-search .picker-column-custom .car-selected-module .garage-component {
      width: 100%; }
    #home-page-search .picker-column-custom .car-selected-module .garagewrap {
      position: relative; }
    #home-page-search .picker-column-custom .car-selected-module .garage.flyout {
      border-radius: 0;
      padding: 10px;
      top: 0;
      left: -1px;
      padding: 12px;
      position: absolute;
      width: 347.06px;
      margin-top: 0;
      border-color: #ccc;
      border-top: none;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3); }
      #home-page-search .picker-column-custom .car-selected-module .garage.flyout .closeicon {
        right: 12px; }
  #home-page-search .picker-column-custom .page-builder-layout-module:last-child {
    position: relative; }
    #home-page-search .picker-column-custom .page-builder-layout-module:last-child .vehicle-picker-module {
      margin-top: 13px; }
  #home-page-search .picker-column-custom .vehicle-picker-module strong.header-text {
    display: none; }
  #home-page-search .picker-column-custom ul.vpicker_buttons {
    display: none; }
  #home-page-search .picker-column-custom .vpicker-submit, #home-page-search .picker-column-custom .browse_catalog {
    padding: 7px;
    font-size: 14pt; }
    #home-page-search .picker-column-custom .vpicker-submit:hover, #home-page-search .picker-column-custom .browse_catalog:hover {
      background: #9f191f; }
  #home-page-search .vin-column-custom .search-by-vin-module input.vin_search_str {
    padding: 10px 13px;
    border: 1px solid #ccc;
    border-radius: 0px; }
  #home-page-search .vin-column-custom .search-by-vin-module input.call-to-action-button {
    padding: 7px;
    font-size: 14pt; }
  #home-page-search .page-builder-layout-module {
    margin-top: 0; }

/* Moved to automation.scss */
/* Moved to automation.scss */
#body-content-custom #scrolling-banner-custom {
  margin-top: 0; }
  #body-content-custom #scrolling-banner-custom .container-wrap {
    width: 100%; }

#body-content-custom #pop-parts h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0; }

#body-content-custom #pop-parts .part-wrapper {
  padding: 10px 0; }
  #body-content-custom #pop-parts .part-wrapper a {
    display: block;
    text-decoration: none;
    display: flex;
    padding-bottom: 2px;
    margin-bottom: 2px; }
    #body-content-custom #pop-parts .part-wrapper a:hover .pop-image, #body-content-custom #pop-parts .part-wrapper a:active .pop-image {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    #body-content-custom #pop-parts .part-wrapper a:hover .pop-text h4, #body-content-custom #pop-parts .part-wrapper a:active .pop-text h4 {
      color: #e03e44; }
  #body-content-custom #pop-parts .part-wrapper aside {
    display: inline-block; }
    #body-content-custom #pop-parts .part-wrapper aside.pop-image {
      position: relative;
      height: 60px;
      width: 33%;
      background-color: #f1f1f1; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-1 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-air-filters-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-2 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-alternator-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-3 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-belts-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-4 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-brakes-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-5 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-lighting-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-6 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-ignition-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-7 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-oil-filters-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-8 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-radiators-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-9 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-spark-plugs-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #body-content-custom #pop-parts .part-wrapper aside.pop-image.pop-image-10 {
        background: url("https://s3.amazonaws.com/static.revolutionparts.com/assets/themes/parts/toyota/toyota-wiper-blades-01-sm.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    #body-content-custom #pop-parts .part-wrapper aside.pop-text h4 {
      padding: 20px;
      margin: 0;
      color: #cb2027; }

#body-content-custom #circle-cats-custom {
  margin-top: 35px; }
  #body-content-custom #circle-cats-custom .circles-columns .circles-images::before {
    content: ""; }
  #body-content-custom #circle-cats-custom .circles-columns:hover .circles-cta-text {
    color: #fff; }
    #body-content-custom #circle-cats-custom .circles-columns:hover .circles-cta-text::after {
      background-color: #dd272f; }
  #body-content-custom #circle-cats-custom .circle-wrap {
    position: relative; }
    #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text {
      z-index: 22;
      position: relative;
      width: 85%;
      margin: -68% auto 8px auto;
      padding-bottom: 25%;
      font-family: "Open Sans", sans-serif;
      font-size: 15pt;
      color: #fff;
      font-weight: 900;
      line-height: normal;
      -webkit-font-smoothing: antialiased;
      text-shadow: 0 0 10px #000; }
      #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text::after {
        content: "Shop Now";
        position: relative;
        display: block;
        background-color: #cb2027;
        padding: 7px;
        font-family: "Open Sans", sans-serif;
        font-size: 10pt;
        color: #fff;
        font-weight: 400;
        line-height: normal;
        margin: 20px auto 0 auto;
        max-width: 60%;
        text-shadow: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      @media (max-width: 1149px) {
        #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text {
          font-size: 12pt;
          width: 90%; } }
      @media (min-width: 500px) and (max-width: 899px) {
        #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text {
          font-size: 8pt;
          margin-top: -72%;
          width: 100%; }
          #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text::after {
            font-size: 7pt;
            margin: 10px auto 0 auto; } }
      @media (min-width: 375px) and (max-width: 498px) {
        #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text {
          font-size: 9pt; }
          #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text::after {
            font-size: 7pt;
            margin-top: 10px; } }
      @media (max-width: 373px) {
        #body-content-custom #circle-cats-custom .circle-wrap .circles-cta-text {
          padding-bottom: 40%; } }
  @media (min-width: 500px) and (max-width: 766px) {
    #body-content-custom #circle-cats-custom {
      padding-bottom: 27%; } }
  @media (min-width: 375px) and (max-width: 498px) {
    #body-content-custom #circle-cats-custom {
      padding-bottom: 45%; } }

@media (max-width: 999px) {
  #body-content-custom .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px; } }

/* Moved to automation.scss */
/* Moved to automation.scss */
#featured-custom .featured-products-module h2 {
  margin-bottom: 18px; }

#featured-custom .catalog-product {
  float: left;
  width: 33%;
  margin: 0;
  padding: 15px; }
  @media (max-width: 499px) {
    #featured-custom .catalog-product {
      width: 50%; } }
  @media (max-width: 418px) {
    #featured-custom .catalog-product {
      width: 100%; } }

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

@media (max-width: 999px) {
  #featured-custom .catalog-product-title {
    font-size: 12px; }
  #featured-custom .catalog-product-sale-price {
    font-size: 20px; }
  #featured-custom .catalog-product-hot-deal {
    display: none; } }

/* Moved to automation.scss */
/* Moved to automation.scss */
#vehicle-custom {
  z-index: 22; }
  @media (max-width: 709px) {
    #vehicle-custom {
      padding-left: 12px;
      padding-right: 12px; } }
  #vehicle-custom .row {
    margin: 0 !important;
    padding-top: 15px; }
    @media (max-width: 766px) {
      #vehicle-custom .row {
        padding: 0 0 25px 0;
        border-bottom: 1px solid #ccc; } }
  #vehicle-custom .header-text {
    display: none; }
    @media (max-width: 766px) {
      #vehicle-custom .header-text {
        display: block;
        color: inherit; } }
  @media (max-width: 766px) {
    #vehicle-custom .container-wrap {
      padding: 0px; }
    #vehicle-custom .header-text {
      display: block; } }
  #vehicle-custom .vpicker_buttons .vpicker_button {
    border-radius: 0px; }
  #vehicle-custom .vpicker_buttons li.active_button a:hover .select {
    background-color: #7d7d7d; }
  @media (min-width: 426px) and (max-width: 709px) {
    #vehicle-custom .vpicker_buttons {
      width: 70%; } }
  @media (min-width: 711px) and (max-width: 899px) {
    #vehicle-custom .vpicker_buttons {
      float: left;
      width: 76%; } }
  @media (max-width: 709px) {
    #vehicle-custom .vpicker_buttons {
      width: 100%; }
      #vehicle-custom .vpicker_buttons .vpicker_button .vpicker-select {
        width: 100%; } }
  #vehicle-custom #vpicker_submit {
    background-color: #cb2027; }
    #vehicle-custom #vpicker_submit:hover {
      background-color: #e45459; }
    @media (min-width: 426px) and (max-width: 709px) {
      #vehicle-custom #vpicker_submit {
        width: 70%; } }
    @media (min-width: 711px) and (max-width: 899px) {
      #vehicle-custom #vpicker_submit {
        width: 19%;
        float: right;
        margin: 10px 15px 10px 0; } }
    @media (max-width: 709px) {
      #vehicle-custom #vpicker_submit {
        width: 100%; } }

/* Moved to automation.scss */
/* Moved to automation.scss */
#footer-custom .container-wrap {
  padding-top: 10px;
  padding-left: 20px; }
  @media (max-width: 999px) {
    #footer-custom .container-wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#footer-custom .col-md-3 .page-builder-layout-column-wrap {
  padding-left: 20px;
  border-left: 5px solid #cb2027;
  margin: 20px 0 0 0;
  height: auto; }

#footer-custom strong.heading {
  font-family: "Open Sans", sans-serif;
  font-size: 18pt;
  color: #fff;
  font-weight: 300;
  line-height: normal;
  line-height: 15pt;
  -webkit-font-smoothing: antialiased; }

#footer-custom .newsletter-column .page-builder-layout-module:nth-child(2) {
  margin-top: 15px; }

#footer-custom .newsletter-column p {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #7d7d7d;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased; }

#footer-custom .newsletter-column input {
  background-color: #ffffff;
  border: none;
  height: 35px;
  border-radius: 0; }

@media (min-width: 768px) and (max-width: 1054px) {
  #footer-custom .newsletter-column input, #footer-custom .newsletter-column button {
    width: 100%; } }

#footer-custom .links-list {
  display: block;
  padding: 0 0 12px 0;
  margin: 18px 0; }
  #footer-custom .links-list li {
    margin: 8px 0;
    position: relative;
    cursor: pointer; }
    #footer-custom .links-list li a {
      font-family: "Open Sans", sans-serif;
      font-size: 10pt;
      color: #7d7d7d;
      font-weight: 400;
      line-height: normal;
      -webkit-font-smoothing: antialiased; }
    #footer-custom .links-list li:hover a {
      color: #F5F5F5;
      text-decoration: none; }
    #footer-custom .links-list li:hover::after {
      color: #F5F5F5; }
    #footer-custom .links-list li::after {
      content: "\f105";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      position: absolute;
      left: 150px;
      top: 0;
      color: #7d7d7d;
      font-size: 12pt; }
    @media (max-width: 766px) {
      #footer-custom .links-list li {
        margin: 0; }
        #footer-custom .links-list li a {
          display: block;
          padding: 12px;
          border-bottom: 1px solid #666666; }
        #footer-custom .links-list li::after {
          left: auto;
          top: 8px;
          right: 15px; } }

#footer-custom .contact-column address, #footer-custom .contact-column .footer-phone {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: #7d7d7d;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased; }
  #footer-custom .contact-column address:hover, #footer-custom .contact-column .footer-phone:hover {
    color: #F5F5F5;
    text-decoration: none; }

#footer-custom .contact-column .nav_social li {
  font-size: 14pt; }
  #footer-custom .contact-column .nav_social li a i, #footer-custom .contact-column .nav_social li a span {
    color: #7d7d7d; }
    #footer-custom .contact-column .nav_social li a i:hover, #footer-custom .contact-column .nav_social li a span:hover {
      color: #F5F5F5; }

a:hover {
  text-decoration: none; }

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

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

@media (max-width: 1199px) {
  .nav-tablet-hide {
    display: none !important; } }

#page-home .home-hide {
  display: none; }

.display-none {
  display: none; }

#mobile-buffer-row {
  height: 60px; }

#page-home h1, #page-home .category-title, .headerStyles, #newsletter-custom .newsletter-signup-module.newsletter-block .newsletter-main-text {
  font-family: "Open Sans", sans-serif;
  font-size: 18pt;
  color: #000;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 17pt;
  padding: 5px 10px 10px 10px; }
  @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;
      background-color: transparent;
      line-height: 21pt;
      padding: 5px 0;
      font-size: 16pt; } }

.specials h2, #featured-pages h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16pt;
  color: #000;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 32px 0; }
  @media (max-width: 374px) {
    .specials h2, #featured-pages h2 {
      text-align: center; } }

#page-home #head-search-custom {
  display: none; }

#banner-custom .banner-vpicker-module .slider .rslides_container .rslides li {
  background-position: center; }
</pre></body></html>