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

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

/* 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;}


/* begin fix the thumbnail arrows */
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-next, 
#page-product .product-images-module .product-images ul.secondary-images.owl-carousel .owl-prev {
     height: 60px;
padding: 0;
}

#layout_product .product-details-module iframe {
	width: 100%;
}
/* end fix the thumbnail arrows */

/* Slider */
#hero-custom .banner-vpicker-module {
	height: calc(158px + (400 - 158) * ((100vw - 768px) / (1900 - 768))) !important;
}

#hero-custom .banner-vpicker-module .slider .rslides_container .rslides li {
	background-size: contain !important;
}

.cap {
  text-transform: uppercase;
}
.it {
  font-style: italic;
}
.norm {
  font-style: normal;
}
.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%);
}
@media (max-width: 1249px) {
  .wrappadding .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 799px) {
  .footerpadding .container-wrap {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
#tab-custom {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #303030 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #303030 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #303030 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#303030', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 1249px) {
  #tab-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#tab-custom .nav-tabs {
  border-bottom: none;
}
#tab-custom .nav-tabs li {
  width: 25%;
  text-align: center;
}
#tab-custom .nav-tabs li a {
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  #tab-custom .nav-tabs li a {
    border: 0px;
  }
}
#tab-custom .nav-tabs li a:hover {
  border-bottom: none;
}
@media (max-width: 767px) {
  #tab-custom .nav-tabs li a:hover {
    border: 0px;
  }
}
@media (max-width: 767px) {
  #tab-custom .nav-tabs li {
    float: none;
    width: 100%;
  }
}
#tab-custom .nav-tabs .active {
  background-color: none;
  color: #F6BF07;
  border-bottom: none;
}
@media (max-width: 767px) {
  #tab-custom .nav-tabs .active {
    background-color: #005DAB;
    color: #fff;
    border: 0;
  }
}
#tab-custom .activeBorderWrap {
  overflow: hidden;
  position: relative;
  height: 3px;
}
#tab-custom .activeBorderWrap .activeBorder {
  position: absolute;
  content: '';
  width: 25%;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #005DAB;
  z-index: 2;
}
#tab-custom .activeBorderWrap .staticBorder {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  height: 1px;
  width: 100%;
  background-color: #333;
  z-index: 1;
}
@media (max-width: 767px) {
  #tab-custom .activeBorderWrap {
    display: none;
  }
}
#tab-custom .tab-content {
  padding-top: 20px;
}
#tab-custom .tab-content .row {
  margin: 0;
}
#tab-custom .tab-content .row .hero-img {
  float: left;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  #tab-custom .tab-content .row .hero-img {
    display: none;
  }
}
#tab-custom .tab-content .row .hero-content {
  overflow: hidden;
}
#tab-custom .tab-content .row .hero-content ul {
  list-style: none;
  margin: 0;
}
#tab-custom .tab-content .row .hero-content ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin: -1px 0 0 -1px;
  padding: 0 10px 20px 10px;
  position: relative;
  cursor: pointer;
}
#tab-custom .tab-content .row .hero-content ul li:hover .featured-image-global p,
#tab-custom .tab-content .row .hero-content ul li:active .featured-image-global p {
  background-color: rgba(0, 93, 171, 0.7);
  border-color: #F6BF07;
}
@media (max-width: 767px) {
  #tab-custom .tab-content .row .hero-content ul li {
    width: 50%;
  }
}
#tab-custom .tab-content .row .hero-content a {
  color: #fff;
}
#tab-custom .tab-content .featured-img-1 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-01.jpg");
}
#tab-custom .tab-content .featured-img-2 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-02.jpg");
}
#tab-custom .tab-content .featured-img-3 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-03.jpg");
}
#tab-custom .tab-content .featured-img-4 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-04.jpg");
}
#tab-custom .tab-content .featured-img-5 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-05.jpg");
}
#tab-custom .tab-content .featured-img-6 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-06.jpg");
}
#tab-custom .tab-content .featured-img-7 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-07.jpg");
}
#tab-custom .tab-content .featured-img-8 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-08.jpg");
}
#tab-custom .tab-content .featured-img-9 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-09.jpg");
}
#tab-custom .tab-content .featured-img-10 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-10.jpg");
}
#tab-custom .tab-content .featured-img-11 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-11.jpg");
}
#tab-custom .tab-content .featured-img-12 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-12.jpg");
}
#tab-custom .tab-content .featured-img-13 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-13.jpg");
}
#tab-custom .tab-content .featured-img-14 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-14.jpg");
}
#tab-custom .tab-content .featured-img-15 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-15.jpg");
}
#tab-custom .tab-content .featured-img-16 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-16.jpg");
}
#tab-custom .tab-content .featured-img-17 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-17.jpg");
}
#tab-custom .tab-content .featured-img-18 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-18.jpg");
}
#tab-custom .tab-content .featured-img-19 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-19.jpg");
}
#tab-custom .tab-content .featured-img-20 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-20.jpg");
}
#tab-custom .tab-content .featured-img-21 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-21.jpg");
}
#tab-custom .tab-content .featured-img-22 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-22.jpg");
}
#tab-custom .tab-content .featured-img-23 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-23.jpg");
}
#tab-custom .tab-content .featured-img-24 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-24.jpg");
}
#tab-custom .tab-content .featured-img-25 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-25.jpg");
}
#tab-custom .tab-content .featured-img-26 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-26.jpg");
}
#tab-custom .tab-content .featured-img-27 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-27.jpg");
}
#tab-custom .tab-content .featured-img-28 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-28.jpg");
}
#tab-custom .tab-content .featured-img-29 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-29.jpg");
}
#tab-custom .tab-content .featured-img-30 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-30.jpg");
}
#tab-custom .tab-content .featured-img-31 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-31.jpg");
}
#tab-custom .tab-content .featured-img-32 {
  background-image: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/featured-img-32.jpg");
}
#tab-custom .tab-content .tab-pane {
  position: relative;
}
#tab-custom .tab-content .tab-pane .featured-image-global {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 91%;
}
#tab-custom .tab-content .tab-pane .featured-image-global p {
  transition: all .5s ease;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 3px solid transparent;
  padding: 8px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#mobile-menu {
  /* Mobile Header */
  background: #000;
  padding: 10px;
  /* Mobile Menu and Modals */
}
#mobile-menu .mobile-header {
  overflow: auto;
}
#mobile-menu .mobile-header .mobile-logo {
  float: left;
}
#mobile-menu .mobile-header .mobile-logo img {
  max-height: 42px;
}
#mobile-menu .mobile-header .mobile-contact {
  float: right;
  line-height: 40px;
}
#mobile-menu .mobile-header .mobile-contact .fa {
  font-size: 1.5em;
}
#mobile-menu .mobile-header .mobile-contact .fa .fa:before {
  vertical-align: middle;
}
#mobile-menu .mobile-header-search {
  margin-top: 10px;
}
#mobile-menu .mobile-header-search .search-bar-component input {
  padding-left: 55px;
}
#mobile-menu .mobile-header-search .search-bar-component button {
  background-color: transparent;
  color: #222222;
  left: 0;
  right: auto;
}
#mobile-menu .mobile-header-garage {
  margin-top: 10px;
}
#mobile-menu .mobile-header-garage .car-selected-module {
  background-color: #005DAB;
  text-align: center;
}
@media (max-width: 574px) {
  #mobile-menu .mobile-header-garage .car-selected-module .garage-component {
    width: 100%;
  }
}
#mobile-menu .mobile-header-garage .car-selected-module .garage-text {
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}
#mobile-menu .container-wrap,
#mobile-menu .col-sm-12 {
  padding: 0;
  position: inherit;
}
#mobile-menu .mobilemenu {
  background: #303030;
  list-style: none;
  height: 60px;
  position: fixed;
  z-index: 1025;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  margin: 0;
}
#mobile-menu .mobilemenu .container-wrap,
#mobile-menu .mobilemenu .col-sm-12 {
  padding: 0;
  position: inherit;
}
#mobile-menu .mobilemenu .mm-item {
  color: #fff;
  width: 20%;
  float: left;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-weight: 500;
  padding: 14px 0;
}
#mobile-menu .mobilemenu .mm-item .icon {
  height: 20px;
}
#mobile-menu .mobilemenu .mm-item .call-to-action-button {
  background-color: transparent;
  padding: 3px 0;
  margin-top: -3px;
}
#mobile-menu .mobilemenu .mm-item .cart-component {
  position: inherit;
  min-width: 10px;
}
#mobile-menu .mobilemenu .mm-item .cart-component .cart-items {
  left: 10px;
}
#mobile-menu .mobilemenu .mm-item .cart-component .cart-items-exist {
  background: #005DAB;
  color: #fff;
}
#mobile-menu .mobilemenu .mm-item .cart-icon .fa {
  font-size: 20px;
}
#mobile-menu .mobilemenu .mm-item .cart-button {
  color: #fff;
}
#mobile-menu .mobilemenu .mm-item .mm-active .cart-button .cart-icon,
#mobile-menu .mobilemenu .mm-item .cart-button:hover .cart-icon {
  color: #005DAB;
}
#mobile-menu .mobilemenu .mm-item .cart-text {
  display: block;
  font-weight: 500;
  text-transform: none;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout {
  background: #ccc;
  padding: 30px 20px;
  left: 0px;
  bottom: 68px;
  box-shadow: none;
  border: 0px;
  width: 100%;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
#mobile-menu .mobilemenu .mm-item .cart-flyout .upper-arrow {
  display: none;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout a {
  color: #000;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout .cart-listing {
  border-radius: 5px;
  padding: 5px;
  background: #fff;
}
#mobile-menu .mobilemenu .mm-item .cart-flyout .cart-listing .action-button {
  color: #fff;
}
#mobile-menu .mobilemenu .mm-item:hover {
  color: #fff;
}
#mobile-menu .mobilemenu .menu-home .icon-home {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 17" style="enable-background:new 0 0 20 17;" xml:space="preserve"><path fill="%23fff" d="M8,17v-6h4v6h5V9h3L10,0L0,9h3v8H8z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .menu-home:hover .icon-home {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 17" style="enable-background:new 0 0 20 17;" xml:space="preserve"><path fill="%23005DAB" d="M8,17v-6h4v6h5V9h3L10,0L0,9h3v8H8z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .menu-garage .icon-garage {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 16" style="enable-background:new 0 0 18 16;" xml:space="preserve"><path fill="%23fff" d="M15.9,1c-0.2-0.6-0.8-1-1.4-1h-11C2.8,0,2.3,0.4,2.1,1L0,7v8c0,0.5,0.5,1,1,1h1c0.6,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1	c0.5,0,1-0.5,1-1V7L15.9,1z M3.5,11C2.7,11,2,10.3,2,9.5S2.7,8,3.5,8S5,8.7,5,9.5S4.3,11,3.5,11z M14.5,11c-0.8,0-1.5-0.7-1.5-1.5	S13.7,8,14.5,8S16,8.7,16,9.5S15.3,11,14.5,11z M2,6l1.5-4.5h11L16,6H2z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .menu-garage:hover .icon-garage {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 16" style="enable-background:new 0 0 18 16;" xml:space="preserve"><path fill="%23005DAB" d="M15.9,1c-0.2-0.6-0.8-1-1.4-1h-11C2.8,0,2.3,0.4,2.1,1L0,7v8c0,0.5,0.5,1,1,1h1c0.6,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1	c0.5,0,1-0.5,1-1V7L15.9,1z M3.5,11C2.7,11,2,10.3,2,9.5S2.7,8,3.5,8S5,8.7,5,9.5S4.3,11,3.5,11z M14.5,11c-0.8,0-1.5-0.7-1.5-1.5	S13.7,8,14.5,8S16,8.7,16,9.5S15.3,11,14.5,11z M2,6l1.5-4.5h11L16,6H2z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .menu-search .icon-search {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 17.5" style="enable-background:new 0 0 17.5 17.5;" xml:space="preserve"><path fill="%23fff" d="M12.5,11h-0.8l-0.3-0.3C12.4,9.5,13,8,13,6.5C13,2.9,10.1,0,6.5,0S0,2.9,0,6.5S2.9,13,6.5,13c1.6,0,3.1-0.6,4.2-1.6l0.3,0.3 v0.8l5,5l1.5-1.5L12.5,11z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .menu-search:hover .icon-search {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 17.5" style="enable-background:new 0 0 17.5 17.5;" xml:space="preserve"><path fill="%23005DAB" d="M12.5,11h-0.8l-0.3-0.3C12.4,9.5,13,8,13,6.5C13,2.9,10.1,0,6.5,0S0,2.9,0,6.5S2.9,13,6.5,13c1.6,0,3.1-0.6,4.2-1.6l0.3,0.3 v0.8l5,5l1.5-1.5L12.5,11z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .cart .icon-cart {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path fill="%23fff" d="M6,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S7.1,16,6,16z M0,0v2h2l3.6,7.6L4.2,12C4.1,12.3,4,12.6,4,13c0,1.1,0.9,2,2,2h12 v-2H6.4c-0.1,0-0.2-0.1-0.2-0.2v-0.1L7.1,11h7.4c0.7,0,1.4-0.4,1.7-1l3.6-6.5C20.1,3,20,2.4,19.5,2.1C19.3,2,19.2,2,19,2H4.2L3.3,0	H0z M16,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S17.1,16,16,16z"/></svg>') no-repeat center center;
}
#mobile-menu .mobilemenu .cart:hover .icon-cart {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path fill="%23005DAB" d="M6,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S7.1,16,6,16z M0,0v2h2l3.6,7.6L4.2,12C4.1,12.3,4,12.6,4,13c0,1.1,0.9,2,2,2h12 v-2H6.4c-0.1,0-0.2-0.1-0.2-0.2v-0.1L7.1,11h7.4c0.7,0,1.4-0.4,1.7-1l3.6-6.5C20.1,3,20,2.4,19.5,2.1C19.3,2,19.2,2,19,2H4.2L3.3,0	H0z M16,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S17.1,16,16,16z"/></svg>') no-repeat center center;
}
#mobile-menu .mobilemenu .menu-more .icon-more {
  width: 20px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 4" style="enable-background:new 0 0 16 4;" xml:space="preserve"><path fill="%23fff" d="M2,0C0.9,0,0,0.9,0,2s0.9,2,2,2s2-0.9,2-2S3.1,0,2,0z M14,0c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S15.1,0,14,0z M8,0 C6.9,0,6,0.9,6,2s0.9,2,2,2s2-0.9,2-2S9.1,0,8,0z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .menu-more:hover .icon-more {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 4" style="enable-background:new 0 0 16 4;" xml:space="preserve"><path fill="%23005DAB" d="M2,0C0.9,0,0,0.9,0,2s0.9,2,2,2s2-0.9,2-2S3.1,0,2,0z M14,0c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S15.1,0,14,0z M8,0 C6.9,0,6,0.9,6,2s0.9,2,2,2s2-0.9,2-2S9.1,0,8,0z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  #mobile-menu .mobilemenu .col-sm-12 {
    width: 100%;
    display: table-cell;
  }
}
#mobile-menu .mobilemenu .mm-active {
  color: #005DAB;
}
#mobile-menu .mobilemenu .mm-active .call-to-action-button {
  color: #005DAB;
}
#mobile-menu .mobilemenu .mm-active .icon-garage {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 16" style="enable-background:new 0 0 18 16;" xml:space="preserve"><path fill="%23005DAB" d="M15.9,1c-0.2-0.6-0.8-1-1.4-1h-11C2.8,0,2.3,0.4,2.1,1L0,7v8c0,0.5,0.5,1,1,1h1c0.6,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1	c0.5,0,1-0.5,1-1V7L15.9,1z M3.5,11C2.7,11,2,10.3,2,9.5S2.7,8,3.5,8S5,8.7,5,9.5S4.3,11,3.5,11z M14.5,11c-0.8,0-1.5-0.7-1.5-1.5	S13.7,8,14.5,8S16,8.7,16,9.5S15.3,11,14.5,11z M2,6l1.5-4.5h11L16,6H2z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .mm-active .icon-search {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 17.5 17.5" style="enable-background:new 0 0 17.5 17.5;" xml:space="preserve"><path fill="%23005DAB" d="M12.5,11h-0.8l-0.3-0.3C12.4,9.5,13,8,13,6.5C13,2.9,10.1,0,6.5,0S0,2.9,0,6.5S2.9,13,6.5,13c1.6,0,3.1-0.6,4.2-1.6l0.3,0.3 v0.8l5,5l1.5-1.5L12.5,11z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .mobilemenu .mm-active .icon-cart {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><path fill="%23005DAB" d="M6,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S7.1,16,6,16z M0,0v2h2l3.6,7.6L4.2,12C4.1,12.3,4,12.6,4,13c0,1.1,0.9,2,2,2h12 v-2H6.4c-0.1,0-0.2-0.1-0.2-0.2v-0.1L7.1,11h7.4c0.7,0,1.4-0.4,1.7-1l3.6-6.5C20.1,3,20,2.4,19.5,2.1C19.3,2,19.2,2,19,2H4.2L3.3,0	H0z M16,16c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S17.1,16,16,16z"/></svg>') no-repeat center center;
}
#mobile-menu .mobilemenu .mm-active .icon-more {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 4" style="enable-background:new 0 0 16 4;" xml:space="preserve"><path fill="%23005DAB" d="M2,0C0.9,0,0,0.9,0,2s0.9,2,2,2s2-0.9,2-2S3.1,0,2,0z M14,0c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S15.1,0,14,0z M8,0 C6.9,0,6,0.9,6,2s0.9,2,2,2s2-0.9,2-2S9.1,0,8,0z"/></svg>') no-repeat center center;
  background-size: contain;
}
#mobile-menu .more-modal {
  background: url('https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/more-bg.jpg') no-repeat;
  background-size: cover;
  z-index: 12;
  display: none;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#mobile-menu .modals {
  overflow: auto;
  position: fixed;
}
#mobile-menu .modals .tile {
  position: relative;
  z-index: 1026;
  width: 50%;
  float: left;
  text-align: center;
  opacity: 0;
  background: %23005DAB;
  background: rgba(28, 98, 197, 0.42);
}
#mobile-menu .modals .tile .tile-label {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  color: #fff;
  font-weight: bold;
}
#mobile-menu .modals .tile .tile-label svg {
  fill: #fff;
  display: block;
  margin: auto;
}
#mobile-menu .modals .tile .tile-label svg .no-fill {
  fill: none;
}
#mobile-menu .modals a:nth-child(2) .tile {
  background: rgba(28, 98, 197, 0.52);
}
#mobile-menu .modals a:nth-child(3) .tile {
  background: rgba(28, 98, 197, 0.62);
}
#mobile-menu .modals a:nth-child(4) .tile {
  background: rgba(28, 98, 197, 0.72);
}
#mobile-menu .modals a:nth-child(5) .tile {
  background: rgba(28, 98, 197, 0.82);
}
#mobile-menu .modals a:nth-child(6) .tile {
  background: rgba(28, 98, 197, 0.92);
}
#mobile-menu .mobile-garage {
  display: none;
  position: fixed;
  z-index: 1025;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 30px 20px;
  background: #CCCCCC;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
#mobile-menu .mobile-garage .car-selected-module {
  background: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
}
#mobile-menu .mobile-garage .car-selected-module .garage-text {
  color: #000;
}
#mobile-menu .mobile-garage .garage.flyout {
  top: auto;
  bottom: 100%;
  border: 0;
  box-shadow: none;
  position: relative;
}
#mobile-menu .vehicleSelected {
  position: relative;
}
#mobile-menu .vehicleSelected:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 50%;
  margin-right: -17px;
  width: 13px;
  height: 13px;
  background: url('https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/check.png') no-repeat top center;
}
#mobile-menu .mobile-search {
  display: none;
  position: fixed;
  z-index: 1025;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 30px 20px;
  background: #CCCCCC;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
#mobile-menu .mobile-search .search-bar-component {
  border-radius: 5px;
}
#mobile-menu .mobile-search .search-bar-component input {
  padding: 7px 20px 7px 50px;
  height: 40px;
  border-radius: 5px;
}
#mobile-menu .mobile-search .search-bar-component button {
  right: auto;
  left: 0;
  padding: 7px 13px 8px;
  border-radius: 5px 0 0 5px;
}
/* Mobile Menu Modal Animation */
.showModal a:nth-child(6) .tile {
  -webkit-animation: showTiles linear 0.5s 1;
  -moz-animation: showTiles linear 0.5s 1;
  -o-animation: showTiles linear 0.5s 1;
  -ms-animation: showTiles linear 0.5s 1;
  animation: showTiles linear 0.5s 1;
  -webkit-animation-delay: 0.2s;
  -mox-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.showModal a:nth-child(5) .tile {
  -webkit-animation: showTiles linear 0.5s 1;
  -moz-animation: showTiles linear 0.5s 1;
  -o-animation: showTiles linear 0.5s 1;
  -ms-animation: showTiles linear 0.5s 1;
  animation: showTiles linear 0.5s 1;
  -webkit-animation-delay: 0.3s;
  -mox-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.showModal a:nth-child(4) .tile {
  -webkit-animation: showTiles linear 0.5s 1;
  -moz-animation: showTiles linear 0.5s 1;
  -o-animation: showTiles linear 0.5s 1;
  -ms-animation: showTiles linear 0.5s 1;
  animation: showTiles linear 0.5s 1;
  -webkit-animation-delay: 0.4s;
  -mox-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.showModal a:nth-child(3) .tile {
  -webkit-animation: showTiles linear 0.5s 1;
  -moz-animation: showTiles linear 0.5s 1;
  -o-animation: showTiles linear 0.5s 1;
  -ms-animation: showTiles linear 0.5s 1;
  animation: showTiles linear 0.5s 1;
  -webkit-animation-delay: 0.5s;
  -mox-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.showModal a:nth-child(2) .tile {
  -webkit-animation: showTiles linear 0.5s 1;
  -moz-animation: showTiles linear 0.5s 1;
  -o-animation: showTiles linear 0.5s 1;
  -ms-animation: showTiles linear 0.5s 1;
  animation: showTiles linear 0.5s 1;
  -webkit-animation-delay: 0.6s;
  -mox-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.showModal a:nth-child(1) .tile {
  -webkit-animation: showTiles linear 0.5s 1;
  -moz-animation: showTiles linear 0.5s 1;
  -o-animation: showTiles linear 0.5s 1;
  -ms-animation: showTiles linear 0.5s 1;
  animation: showTiles linear 0.5s 1;
  -webkit-animation-delay: 0.7s;
  -mox-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes showTiles {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes showTiles {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showTiles {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes showTiles {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes showTiles {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1249px) {
  .wide-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main .call-to-action-button {
  background-color: #005DAB;
}
.main .call-to-action-button:hover {
  background-color: #0079de;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}
@media (max-width: 799px) {
  .main {
    padding-bottom: 50px;
  }
}
#page-home h1 {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
#primary-header {
  background: #000;
}
#primary-header .container-wrap {
  padding: 0;
}
@media (max-width: 1249px) {
  #primary-header .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#primary-header .logo-wrap {
  overflow: auto;
  width: auto;
  margin-top: 0;
}
#primary-header .logo-wrap img {
  max-height: 55px;
}
#primary-header .header-right-wrap {
  display: block;
  width: 70%;
  float: right;
  text-align: right;
  margin: 20px 1px 0 0;
}
#primary-header .header-right-wrap .block-modules {
  display: block;
}
#primary-header .header-right-wrap .main-nav {
  list-style: none;
  overflow: auto;
  text-align: right;
  margin-right: 120px;
}
#primary-header .header-right-wrap .main-nav ul {
  margin-bottom: 0px;
}
#primary-header .header-right-wrap .main-nav ul li {
  display: inline-block;
  margin: 0 0 0 15px;
}
#primary-header .header-right-wrap .main-nav ul a {
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  padding: 9px 10px 9px 25px;
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
}
#primary-header .header-right-wrap .main-nav ul a:hover {
  color: #005DAB;
}
@media (max-width: 1023px) {
  #primary-header .header-right-wrap .main-nav ul a {
    padding: 9px 6px;
  }
}
#primary-header .header-right-wrap .main-nav ul .link-home:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 13px;
  width: 20px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 17" style="enable-background:new 0 0 20 17;" xml:space="preserve"><path fill="%23fff" d="M8,17v-6h4v6h5V9h3L10,0L0,9h3v8H8z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  #primary-header .header-right-wrap .main-nav ul .link-home:before {
    display: none;
  }
}
#primary-header .header-right-wrap .main-nav ul .link-home:hover:before {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 17" style="enable-background:new 0 0 20 17;" xml:space="preserve"><path fill="%23005DAB" d="M8,17v-6h4v6h5V9h3L10,0L0,9h3v8H8z"/></svg>') no-repeat center center;
  background-size: contain;
}
#primary-header .header-right-wrap .main-nav ul .link-order:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 13px;
  width: 20px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 21.8" style="enable-background:new 0 0 30 21.8;" xml:space="preserve"><path fill="%23fff" d="M25.9,5.5h-4.1V0H2.7C1.2,0,0,1.2,0,2.7v15h2.7c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1h8.2	c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1H30v-6.8L25.9,5.5z M6.8,19.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2	C8.9,18.9,7.9,19.8,6.8,19.8z M25.2,7.5l2.7,3.4h-6.1V7.5H25.2z M23.2,19.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2	C25.2,18.9,24.3,19.8,23.2,19.8z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  #primary-header .header-right-wrap .main-nav ul .link-order:before {
    display: none;
  }
}
#primary-header .header-right-wrap .main-nav ul .link-order:hover:before {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 21.8" style="enable-background:new 0 0 30 21.8;" xml:space="preserve"><path fill="%23005DAB" d="M25.9,5.5h-4.1V0H2.7C1.2,0,0,1.2,0,2.7v15h2.7c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1h8.2	c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1H30v-6.8L25.9,5.5z M6.8,19.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2	C8.9,18.9,7.9,19.8,6.8,19.8z M25.2,7.5l2.7,3.4h-6.1V7.5H25.2z M23.2,19.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2	C25.2,18.9,24.3,19.8,23.2,19.8z"/></svg>') no-repeat center center;
  background-size: contain;
}
#primary-header .header-right-wrap .main-nav ul .link-help:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 13px;
  width: 20px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%23fff" d="M13.5,24h3v-3h-3V24z M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,27 C8.4,27,3,21.6,3,15S8.4,3,15,3s12,5.4,12,12S21.6,27,15,27z M15,6c-3.3,0-6,2.7-6,6h3c0-1.7,1.3-3,3-3s3,1.3,3,3c0,3-4.5,2.6-4.5,7.5h3c0-3.4,4.5-3.8,4.5-7.5C21,8.7,18.3,6,15,6z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  #primary-header .header-right-wrap .main-nav ul .link-help:before {
    display: none;
  }
}
#primary-header .header-right-wrap .main-nav ul .link-help:hover:before {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%23005DAB" d="M13.5,24h3v-3h-3V24z M15,0C6.7,0,0,6.7,0,15s6.7,15,15,15s15-6.7,15-15S23.3,0,15,0z M15,27 C8.4,27,3,21.6,3,15S8.4,3,15,3s12,5.4,12,12S21.6,27,15,27z M15,6c-3.3,0-6,2.7-6,6h3c0-1.7,1.3-3,3-3s3,1.3,3,3c0,3-4.5,2.6-4.5,7.5h3c0-3.4,4.5-3.8,4.5-7.5C21,8.7,18.3,6,15,6z"/></svg>') no-repeat center center;
  background-size: contain;
}
#primary-header .header-right-wrap .main-nav ul .link-account:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 13px;
  width: 20px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%23fff" d="M0,3.3v23.3C0,28.5,1.5,30,3.3,30h23.3c1.8,0,3.3-1.5,3.3-3.3V3.3C30,1.5,28.5,0,26.7,0H3.3C1.5,0,0,1.5,0,3.3z	 M20,10c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5S20,7.2,20,10z M5,23.3c0-3.3,6.7-5.2,10-5.2s10,1.8,10,5.2V25H5V23.3z"/></svg>') no-repeat center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  #primary-header .header-right-wrap .main-nav ul .link-account:before {
    display: none;
  }
}
#primary-header .header-right-wrap .main-nav ul .link-account:hover:before {
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><path fill="%23005DAB" d="M0,3.3v23.3C0,28.5,1.5,30,3.3,30h23.3c1.8,0,3.3-1.5,3.3-3.3V3.3C30,1.5,28.5,0,26.7,0H3.3C1.5,0,0,1.5,0,3.3z	 M20,10c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5S20,7.2,20,10z M5,23.3c0-3.3,6.7-5.2,10-5.2s10,1.8,10,5.2V25H5V23.3z"/></svg>') no-repeat center center;
  background-size: contain;
}
#primary-header .header-right-wrap .cart-button-module {
  position: absolute;
  right: 8px;
  top: 0;
  width: 100px;
}
#primary-header .header-right-wrap .cart-button-module .cart-component .cart-button {
  background-color: #005DAB;
}
#primary-header .header-right-wrap .cart-button-module .cart-component .cart-button .cart-items-exist {
  background: #fff;
  color: #005DAB;
}
#search-custom {
  background: #000000;
  /* Old browsers */
}
#search-custom .container-wrap {
  padding: 0 0 10px 0;
}
@media (max-width: 1249px) {
  #search-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#search-custom .car-selected-module {
  width: 260px;
  float: left;
  background-color: #005DAB;
  margin: 0px 30px 0 0;
  padding: 0px 10px;
  line-height: 36px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#search-custom .car-selected-module:hover {
  background-color: #0079de;
}
@media (max-width: 1023px) {
  #search-custom .car-selected-module {
    margin: 0 30px 0 0;
  }
}
#search-custom .car-selected-module .garage-component {
  width: 100%;
  text-align: center;
  padding-left: 28px;
}
#search-custom .car-selected-module .garage-component::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  height: 20px;
  width: 20px;
  background: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/garage-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2px 0 0 2px;
}
#search-custom .car-selected-module .garage-component .garage-text {
  color: #fff;
}
#search-custom .search-bar-module {
  overflow: hidden;
}
#search-custom .search-bar-module .call-to-action-button {
  background: #005DAB;
}
#hero-custom .container-wrap {
  padding: 0;
}
#hero-custom .container-wrap .banner-vpicker-module .rslides_tabs {
  margin: 0px auto 30px;
}
#picker-custom {
  border-top: solid 1px #ccc;
}
#picker-custom .container-wrap {
  padding: 20px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 710px) {
  #picker-custom .container-wrap {
    padding: 20px;
  }
}
#picker-custom .vehicle-picker-module.display-horiz .vpicker-submit,
#picker-custom .vehicle-picker-module.display-horiz .browse_catalog {
  background-color: #005DAB;
  width: 170px;
  padding: 5px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
@media (max-width: 710px) {
  #picker-custom .vpicker_buttons {
    width: 100%;
  }
}
@media (max-width: 710px) {
  #picker-custom .vehicle-picker-module.display-horiz .vpicker-select {
    width: 100%;
  }
}
#callout-custom .container-wrap {
  padding: 20px 0;
}
@media (max-width: 799px) {
  #callout-custom .container-wrap {
    padding: 20px 0;
  }
}
@media (max-width: 799px) {
  #callout-custom .row {
    display: block;
  }
}
#callout-custom .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 799px) {
  #callout-custom .col-sm-4 {
    width: 100%;
    display: block;
  }
}
#callout-custom .col-sm-4 + .col-sm-4 {
  margin-top: 10px;
}
#callout-custom .callout {
  height: 150px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#callout-custom .callout a {
  display: block;
}
#callout-custom .callout:focus,
#callout-custom .callout:hover {
  opacity: .7;
}
#callout-custom .callout:focus a,
#callout-custom .callout:hover a {
  text-decoration: none;
}
#callout-custom .callout .title {
  text-transform: uppercase;
  line-height: 150px;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
}
#callout-custom .callout-exterior {
  background: url('https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/callout-exterior.jpg') top center;
  background-size: cover;
}
#callout-custom .callout-interior {
  background: url('https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/callout-interior.jpg') top center;
  background-size: cover;
}
#callout-custom .callout-maintenance {
  background: url('https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/home/callout-maintenance.jpg') top center;
  background-size: cover;
}
#featured-custom h2 {
  font-family: 'Lato', sans-serif;
  font-size: 16pt;
  font-weight: 400;
  color: #000;
}
#featured-custom .product-pricing {
  text-align: center;
}
#featured-custom .featured-product {
  float: left;
  width: 25%;
  margin: 0;
  padding: 15px;
}
#featured-custom .featured-product a {
  border-color: #ADADAD;
}
#featured-custom .featured-product a:hover {
  border-color: #005DAB;
}
#featured-custom .featured-product .product-details-link {
  background-color: #005DAB;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  left: -1px;
  right: -1px;
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 875px) {
  #featured-custom .featured-product .image-display .featured-product-image {
    height: 120px;
  }
}
@media (max-width: 767px) {
  #featured-custom .featured-product {
    width: 50%;
  }
}
@media (max-width: 418px) {
  #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 .details-display,
#featured-custom .product-pricing {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 850px) {
  #featured-custom .featured-product-title {
    font-size: 10pt;
  }
  #featured-custom .featured-product-sale-price {
    font-size: 20px;
  }
  #featured-custom .featured-product-hot-deal {
    display: none;
  }
}
#mobile-promo .container-wrap {
  padding: 0 0 30px 0;
}
#footer-custom {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #303030 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #303030 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #303030 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#303030', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 1249px) {
  #footer-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#footer-custom .container-wrap {
  padding-top: 20px;
}
#footer-custom a {
  color: #fff;
}
@media (max-width: 799px) {
  #footer-custom {
    display: none;
  }
}
#footer-custom strong.heading {
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.no-flexbox .link-home {
  background: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/png/home.png") no-repeat center center;
}
.no-flexbox .link-order {
  background: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/png/track.png") no-repeat center center;
}
.no-flexbox .link-help {
  background: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/png/help.png") no-repeat center center;
}
.no-flexbox .link-account {
  background: url("https://cdn.revolutionparts.io/4fd5d9e0643defac4cb2629bc298c0d6/design/png/account.png") no-repeat center center;
}
#message-custom h2 {
  font-family: 'Lato', sans-serif;
  font-size: 16pt;
  font-weight: 400;
  color: #000;
  text-align: center;
}
#message-custom .header-text {
  font-family: 'Lato', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #000;
  margin-top: 15px;
}
#message-custom .custom-image.image-padding {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
#performance-site a {
  cursor: pointer;
}
#performance-site a h4 {
  padding: 15px 15px 0 15px;
  border-top: 1px solid #ccc;
  font-family: 'Lato', sans-serif;
  font-size: 16pt;
  font-weight: 400;
  color: #000;
}
@media (max-width: 574px) {
  #performance-site a h4 {
    font-size: 12pt;
  }
}
#performance-site a:hover {
  text-decoration: none;
}
#performance-site a:hover h4 {
  color: #005DAB;
}

.Product-Page-Policies {
    font-size: 20px;
    font-style: bold;
    text-align: center;
}

.gm_acdelco_logo {
	width: 550px;
    float: right;
}

.acct_name {
    text-align: center;
    font-size: 14px;
}