#themeHeroSection_InfinitiUS .container-wrap {
	padding: 0;
}

/* themeHeroSection */
.themeHeroSection .container-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap {
	max-width: 1250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap,
.themeHeroSection .hero-module .hero-slider li .slide-image-wrap {
    height: 500px !important;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content {
	max-width: 575px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content h1 {
	color: #fff;
    font-family: var(--themeFontLight) !important;
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroTooltipWrap {
	margin-bottom: 40px;
    font-size: 14px;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroButton {
    display: inline-block;
    font-size: 16px;
    padding: 10px 40px 10px 15px;
    border: 1px solid var(--themeButtonColor);
    background-color: var(--themeButtonColor);
    text-align: center;
    font-weight: 300;
    width: auto;
    color: var(--themeColor) !important;
    font-family: var(--themeFontLight);
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    position: relative;
}

.themeHeroSection .hero-module .hero-slider li .slide-content-wrap .slide-content .themeHeroButton::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeHeroSection .themeHeroTooltip {
	position: absolute;
    bottom: 0;
    background: #fff;
    color: #000;
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 10px;
    display: none;
    z-index: 1000;
    width: 100%;
}

.themeHeroSection .themeHeroTooltip strong {
    font-family: var(--themeFontBold) !important;
}

.themeHeroSection .hero-module .hero-content .owl-nav.disabled {
	display: none !important;
}
/* end of themeHeroSection */

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

/* shipping disclaimer */
.themeBannerTermWrap {
	position: relative;
    display: inline-block;
    padding: 5px 0px;
}

.themeBannerTermWrap a {
	color: #fff;
}

.themeBannerTermWrap a:hover,
.themeBannerTermWrap a:focus {
	color: #fff;
}

@media screen and (max-width: 446px) {
    .themeBannerTermWrap {
    	display: block;
    }
}

.themeBannerTermWrap.openDisclaimer .themeBannerTermBox {
	display: block;
}

.themeBannerTermBox {
    display: none;
	position: absolute;
    background-color: #fff;
    color: #000;
    width: 615px;
    padding: 15px 15px;
    font-size: 10px;
    z-index: 99;
    top: 30px;
    left: 0;
    height: 120px;
    overflow: auto;
}

@media screen and (max-width: 860px) {
    .themeBannerTermBox {
    	width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .themeBannerTermBox {
    	left: auto;
        right: 0;
    }
}

@media screen and (max-width: 375px) {
    .themeBannerTermBox {
        right: -70px;
    }
}

/* banner */
.themeBanner {
	position: relative;
}

.themeBanner .container-wrap {
	padding: 0 !important;
}

.themeBannerImage {
	position: relative;
}

.themeBannerImage::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .themeBannerImage::before {
    	opacity: 1;
    }
}

.themeBannerImage img {
	width: 100%;
    height: 500px;
    object-fit: cover;
}

.themeBannerList {
	list-style: none;
    margin-bottom: 0;
}

.themeBannerList .theme_arrow_left svg {
    transform: rotate(-360deg);
}

.themeBannerList .theme_arrow_right svg {
    transform: rotate(360deg);
}

.themeBannerContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .themeBannerContent {
    	padding-left: 60px;
        padding-right: 60px;
    }
}

.themeBannerContent .h1 {
	color: #fff;
    font-family: var(--themeFontRegular);
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .themeBannerContent .h1 {
    	font-size: 1.375rem;
        text-align: center;
    }
}

.themeBannerContent p {
	color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .themeBannerContent p {
    	text-align: center;
    }
}

.themeBannerButton a {
	display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid #B0A591;
    background-color: #B0A591;
    max-width: 140px;
    text-align: left;
    width: 100%;
    color: var(--themeColor);
    font-family: var(--themeFontLight);
    letter-spacing: .05em;
    position: relative;
}

.themeBannerButton a::before {
	content: "";
    width: 9px;
    height: 9px;
    border: solid var(--themeColor);
    border-width: 1px 0 0 1px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.themeBannerButton a:hover::before {
	border: solid var(--themeButtonColor);
    border-width: 1px 0 0 1px;
}

@media screen and (max-width: 767px) {
    .themeBannerButton {
    	text-align: center;
    }
    .themeBannerButton a {
    	font-size: 16px;
        padding: 8px 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

.themeBannerButton a:hover,
.themeBannerButton a:focus {
    text-decoration: none;
    color: #B0A591;
    background-color: transparent;
}

#themeBannerList .owl-prev,
#themeBannerList .owl-next {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
	#themeBannerList .owl-prev,
    #themeBannerList .owl-next {
    	width: 40px;
    	height: 40px;	
    }
}

#themeBannerList .owl-prev {
	left: 0;
}

#themeBannerList .owl-next {
	right: 0;
}

.theme_arrow svg {
	font-size: 50px;
    fill: var(--themeButtonColor);
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .theme_arrow svg {
    	font-size: 40px;
        width: 40px;
    	height: 40px;
    }
}

#themeBannerList .owl-dots {
    max-width: 1250px;
    width: auto;
	position: absolute;
    left: 15px;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    right: 15px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
}

#themeBannerList .owl-dot span {
	opacity: .25;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

#themeBannerList .owl-dot.active span {
	opacity: 1;
    background-color: var(--themeButtonColor);
}


/* Begin pc & sp */

.v-pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.v-pc {
        display: none !important;
    }
}

.v-sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.v-sp {
        display: block !important;
    }
}
/* End pc & sp */

/* Begin page pet accessories page */

.themePageBanner {
	position: relative;
}

.themePageBanner::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .themePageBanner::before {
    	background-color: rgba(0,0,0,0.5);
    }
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides li,
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides,
    .themePageBanner .banner-vpicker-module {
    	height: calc(200px + (500 - 200) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	text-align: left;
    font-weight: 300;
    font-family: var(--themeFontLight);
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 1rem;
    letter-spacing: .3px;
}

.themePageBanner .banner-vpicker-module .banner-overlay-content {
	left: 0;
}

.themePagePadding {
	padding: 50px 0;
}

.themePageProductList .catalog-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 30px;
}

@media screen and (max-width: 767px) {
    .themePageProductList .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .themePageProductList .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themePageProductList .search-listing-module .catalog-product {
	margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col,
.themePageProductList .search-listing-module .catalog-product .product-details-col,
.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	width: 100%;
    padding: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col {
	display: flex;
    flex-direction: column;
    margin: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .col-xs-12 {
	padding: 0;
    width: 100%;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col {
	margin-bottom: 20px;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id a {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	margin-block-start: auto;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id {
	font-size: 12px;
}

.themePageProductList .search-listing-module .catalog-product .product-more-info {
	font-size: 12px;
    min-height: 90px;
    max-height: 150px;
    height: auto;
}

.themePageProductList .search-listing-module .catalog-product .sale-price {
	font-size: 20px;
}

.themePageProductList .search-listing-module .catalog-product .catalog-info-row strong {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title {
	font-size: 18px;
}

.themePageProductList  .search-listing-module .catalog-product .product-manufacturer {
	margin: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a {
	height: 300px;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title a {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product:hover .product-image-col>a img {
	transform: scale(1.1);
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button {
	width: 100%;
    background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button svg {
	display: none;
}

.themePageProductList .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong {
	display: none;
}

.cart-component .cart-flyout .order-item,
.cart-component .cart-flyout .view-cart-link a,
.cart-component .cart-flyout p.total_line .total_title,
.cart-component .cart-flyout p.total_line .amount {
	font-family: var(--themeFontRegular);
    color: var(--themeColor);
}
/* End page pet accessories page */

/* removed white line across product pages */
.product-images-module .product-images.show-thumbnails .main-image .main-image-text {
   display: none;
}

.call-to-action-button,
.search-by-part-module .btn,
.vin-column-custom .search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button,
#accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom {
  background-color: #7E0F7E;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .call-to-action-button:hover, .call-to-action-button:active, .call-to-action-button:focus,
  .search-by-part-module .btn:hover,
  .search-by-part-module .btn:active,
  .search-by-part-module .btn:focus,
  .vin-column-custom .search-by-vin-module .btn:hover,
  .vin-column-custom .search-by-vin-module .btn:active,
  .vin-column-custom .search-by-vin-module .btn:focus,
  #home-content .newsletter-signup-module .btn:hover,
  #home-content .newsletter-signup-module .btn:active,
  #home-content .newsletter-signup-module .btn:focus,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active,
  .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:focus,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:hover,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:active,
  #accessories-custom .acc-right-col .acc-grid-wrapper .acc-grid-row .acc-half .cta-custom:focus {
    background-color: #ac14ac !important;
    color: #fff !important; }

div.modal-content {
  border: none;
  border-radius: 0 !important; }

.rp_vehiclepicker_chooser .vp_closer button {
  color: #333;
  text-shadow: none;
  margin-top: 8px;
  margin-right: 5px; }
  .rp_vehiclepicker_chooser .vp_closer button:hover, .rp_vehiclepicker_chooser .vp_closer button:active {
    color: #1a1a1a; }

div.vp_chooser_disp {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #544e4e;
  font-weight: 400;
  border: none; }

div.vp_head {
  background-color: #fff; }
  div.vp_head div.vp_chooser_h1 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    -webkit-font-smoothing: antialiased; }

div.vp_closer button {
  color: #333;
  opacity: .7; }
  div.vp_closer button:hover, div.vp_closer button:active {
    opacity: 1; }

ul.vp_breadcrumbs li.vp_chooser_bc {
  padding: 9px 15px;
  margin: 0;
  width: 20%;
  text-align: center;
  text-shadow: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #7E0F7E;
  font-weight: 400;
  border: none;
  border-bottom: 4px solid #7E0F7E;
  border-radius: 0;
  background-color: transparent;
  top: 0; }
  ul.vp_breadcrumbs li.vp_chooser_bc.active {
    border-bottom-color: #7E0F7E; }
  ul.vp_breadcrumbs li.vp_chooser_bc.selected {
    border-bottom-color: transparent; }
  @media (max-width: 680px) {
    ul.vp_breadcrumbs li.vp_chooser_bc {
      padding: 9px 5px;
      font-size: 9pt;
      width: 100%; } }
@media (max-width: 680px) {
  ul.vp_breadcrumbs {
    display: flex; } }

div.vp_main {
  border: none;
  box-shadow: none; }
  div.vp_main div.vp_option_row ul li {
    border: none; }
    div.vp_main div.vp_option_row ul li a.vp_option {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      color: #000;
      font-weight: 400; }
      div.vp_main div.vp_option_row ul li a.vp_option:hover, div.vp_main div.vp_option_row ul li a.vp_option:active {
        color: #7E0F7E !important; }
    div.vp_main div.vp_option_row ul li:hover, div.vp_main div.vp_option_row ul li:active, div.vp_main div.vp_option_row ul li:visited, div.vp_main div.vp_option_row ul li:focus {
      border: none;
      background-color: transparent; }

div.vp-recent-vehicles div.recent-vehicles-content {
  margin-top: 0;
  border-bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #000 400; }
  div.vp-recent-vehicles div.recent-vehicles-content a.recent-vehicle {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #7E0F7E;
    font-weight: 400; }
  div.vp-recent-vehicles div.recent-vehicles-content a.vehicle-count {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #7E0F7E;
    font-weight: 400; }

div.vp_control {
  padding: 0;
  background: #fff;
  border-top: 1px solid #ccc; }
  div.vp_control a.button {
    background-color: #1d9e76;
    background: #1d9e76;
    border: none;
    text-shadow: none;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    padding: 10px 20px !important;
    margin: 7px 7px 7px 0; }
    div.vp_control a.button:hover, div.vp_control a.button:active {
      background-color: #7E0F7E; }
  div.vp_control a.vp_reset_button {
    background-color: #500a50; }
  div.vp_control a.vp_cancel_button {
    background-color: #670c67; }

#mobile-header-custom {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1050;
  height: 61px;
  top: 0px;
  border-bottom: 1px solid #ccc;
  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 #ccc;
    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 #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;
        color: #000; }
    #mobile-header-custom .mobile-menu-col.menu-selected i, #mobile-header-custom .mobile-search-col.menu-selected i {
      color: #7E0F7E; }
  #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 i:active, #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:hover {
      color: #7E0F7E; }
  #mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon .cart-items.cart-items-exist {
    left: 60%;
    top: -18px;
    background: #7E0F7E;
    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: 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 #ccc;
    background-color: #eee;
    overflow: hidden;
    height: 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 576px) {
      #mobile-drop-downs .slider-tab .col-md-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: 30px;
    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 #7E0F7E; }
    #mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links, #mobile-drop-downs .menu-row .mobile-list-wrap .help-button, #mobile-drop-downs .menu-row .help-modal-wrap div.menu-links, #mobile-drop-downs .menu-row .help-modal-wrap .help-button {
      padding: 10px;
      position: relative;
      font-family: "Lato", sans-serif;
      font-size: 14pt;
      color: #000;
      font-weight: 400; }
      #mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links i, #mobile-drop-downs .menu-row .mobile-list-wrap .help-button i, #mobile-drop-downs .menu-row .help-modal-wrap div.menu-links 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 .mobile-list-wrap .help-button::after, #mobile-drop-downs .menu-row .help-modal-wrap div.menu-links::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: #000; }
      #mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links:hover, #mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links:active, #mobile-drop-downs .menu-row .mobile-list-wrap .help-button:hover, #mobile-drop-downs .menu-row .mobile-list-wrap .help-button:active, #mobile-drop-downs .menu-row .help-modal-wrap div.menu-links:hover, #mobile-drop-downs .menu-row .help-modal-wrap div.menu-links:active, #mobile-drop-downs .menu-row .help-modal-wrap .help-button:hover, #mobile-drop-downs .menu-row .help-modal-wrap .help-button:active {
        color: #7E0F7E; }
  #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: #7d7d7d; }
  #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;
        color: 400;
        font-weight: #000; }
      #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; }

#title-custom .vpicker-custom {
  padding: 20px 0 0; }
  @media (max-width: 575px) {
    #title-custom .vpicker-custom {
      padding: 20px 5px 0; } }
  @media (max-width: 767px) {
    #title-custom .vpicker-custom .vpicker_buttons {
      width: 100%; } }
  #title-custom .vpicker-custom .vpicker_button {
    border-radius: 2px;
    padding: 7px 5px; }
    #title-custom .vpicker-custom .vpicker_button .dropdown {
      top: 6px; }
    @media (max-width: 575px) {
      #title-custom .vpicker-custom .vpicker_button .vpicker-select {
        width: 100%;
        text-align: center;
        max-width: none; } }
    #title-custom .vpicker-custom .vpicker_button:hover, #title-custom .vpicker-custom .vpicker_button:active {
      border-color: #7E0F7E;
      background-color: #f1f1f1; }
      #title-custom .vpicker-custom .vpicker_button:hover .dropdown i, #title-custom .vpicker-custom .vpicker_button:active .dropdown i {
        color: #7E0F7E; }
    @media (min-width: 577px) and (max-width: 709px) {
      #title-custom .vpicker-custom .vpicker_button {
        max-width: 180px;
        margin: 10px auto 0 auto; } }
    @media (max-width: 575px) {
      #title-custom .vpicker-custom .vpicker_button {
        width: 100%;
        display: block;
        margin-top: 10px; } }
  #title-custom .vpicker-custom .vpicker-submit, #title-custom .vpicker-custom .browse_catalog {
    width: 170px;
    padding: 8px;
    margin-left: 15px;
    border-radius: 2px; }
    @media (max-width: 767px) {
      #title-custom .vpicker-custom .vpicker-submit, #title-custom .vpicker-custom .browse_catalog {
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-left: 0; } }
    @media (min-width: 576px) and (max-width: 767px) {
      #title-custom .vpicker-custom .vpicker-submit, #title-custom .vpicker-custom .browse_catalog {
        max-width: 180px;
        margin: 0 auto; } }

#car-row-custom div.container-wrap {
  padding: 0; }
#car-row-custom .page-builder-layout-module {
  margin-top: 0 !important; }
#car-row-custom .model-wrap > li, #car-row-custom .model-wrap > li > a {
  border: none;
  border-color: transparent; }
  #car-row-custom .model-wrap > li:hover, #car-row-custom .model-wrap > li:active, #car-row-custom .model-wrap > li > a:hover, #car-row-custom .model-wrap > li > a:active {
    background-color: transparent; }
#car-row-custom .model-wrap {
  display: flex;
  padding: 15px 0;
  list-style: none;
  flex-wrap: wrap; }
  #car-row-custom .model-wrap .models {
    text-align: center;
    margin: auto;
    float: left;
    width: 10%;
    margin: 15px 0; }
    #car-row-custom .model-wrap .models a {
      font-family: "Lato", sans-serif;
      font-size: 10pt;
      color: #000;
      font-weight: 400;
      position: relative;
      background-color: transparent; }
      #car-row-custom .model-wrap .models a h4 {
        font-family: "Lato", sans-serif;
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
        padding: 0;
        margin: 0; }
      #car-row-custom .model-wrap .models a:hover, #car-row-custom .model-wrap .models a:active {
        color: #7E0F7E;
        text-decoration: none; }
        #car-row-custom .model-wrap .models a:hover .vehicle-image, #car-row-custom .model-wrap .models a:active .vehicle-image {
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2); }
    #car-row-custom .model-wrap .models.active a {
      color: #7E0F7E; }
    @media (max-width: 1249px) {
      #car-row-custom .model-wrap .models {
        width: 20%; } }
    @media (max-width: 767px) {
      #car-row-custom .model-wrap .models {
        width: 33%; } }
    @media (max-width: 499px) {
      #car-row-custom .model-wrap .models {
        width: 50%; }
        #car-row-custom .model-wrap .models a {
          font-size: 12pt; } }
  #car-row-custom .model-wrap .vehicle-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50%;
    margin: 0 15px 5px 15px; }
    #car-row-custom .model-wrap .vehicle-image.car-image-1 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-01.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-2 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-02.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-3 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-03.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-4 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-04.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-5 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-05.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-6 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-06.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-7 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-07.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-8 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-08.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-9 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-09.png"); }
    #car-row-custom .model-wrap .vehicle-image.car-image-10 {
      background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/infiniti-model-10.png"); }
    @media (max-width: 1399px) {
      #car-row-custom .model-wrap .vehicle-image {
        padding-bottom: 35%; } }

#main-content-custom .main-content-row {
  margin-top: 10px; }
#main-content-custom .container-wrap {
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    #main-content-custom .container-wrap {
      padding-left: 20px;
      padding-right: 20px; } }
#main-content-custom h3 {
  padding: 7px;
  font-family: "Lato", sans-serif;
  font-size: 15pt;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #626466;
  margin-bottom: 20px; }
#main-content-custom .pop-part-wrap .pop-image-wrap {
  overflow: auto; }
  #main-content-custom .pop-part-wrap .pop-image-wrap .item > div {
    width: 16.6666%;
    float: left;
    padding: 0 10px; }
    #main-content-custom .pop-part-wrap .pop-image-wrap .item > div:hover .pop-part-image, #main-content-custom .pop-part-wrap .pop-image-wrap .item > div:active .pop-part-image {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); }
    #main-content-custom .pop-part-wrap .pop-image-wrap .item > div:hover h4, #main-content-custom .pop-part-wrap .pop-image-wrap .item > div:active h4 {
      color: #7E0F7E; }
    @media (max-width: 767px) {
      #main-content-custom .pop-part-wrap .pop-image-wrap .item > div {
        width: 25%; } }
    @media (max-width: 575px) {
      #main-content-custom .pop-part-wrap .pop-image-wrap .item > div {
        width: 33.3333%; } }
    @media (max-width: 424px) {
      #main-content-custom .pop-part-wrap .pop-image-wrap .item > div {
        width: 50%; } }
#main-content-custom .pop-part-wrap .pop-part-image {
  height: 150px; }
#main-content-custom .pop-part-wrap h4.pop-part-text {
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 10pt;
  color: #7d7d7d;
  font-weight: 400;
  margin: 0;
  padding: 10px; }
#main-content-custom .pop-part-wrap .pop-part-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
#main-content-custom .pop-part-wrap .pop-parts-1 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-1-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-2 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-2-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-3 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-4-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-4 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-3-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-5 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-5-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-6 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-6-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-7 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-7-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-8 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-8-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-9 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-9-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-10 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-10-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-11 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-11-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-12 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-12-sm.jpg"); }
#main-content-custom .pop-part-wrap .pop-parts-13 .pop-part-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-part-13-sm.jpg"); }
#main-content-custom .image-container {
  padding: 10px;
  border-radius: 2px;
  position: relative; }
  #main-content-custom .image-container:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: .4;
    z-index: 2; }
  #main-content-custom .image-container h2 {
    font-family: "Lato", sans-serif;
    font-size: 25pt;
    color: #fff;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 15px 35px;
    z-index: 5;
    position: relative; }
    #main-content-custom .image-container h2 span {
      display: block;
      font-weight: 400; }
    @media (max-width: 949px) {
      #main-content-custom .image-container h2 {
        font-size: 22pt; } }
    @media (max-width: 574px) {
      #main-content-custom .image-container h2 {
        font-size: 20pt; } }
    @media (max-width: 419px) {
      #main-content-custom .image-container h2 {
        font-size: 16pt; } }
  #main-content-custom .image-container ul.links-wrap {
    position: absolute;
    bottom: 0;
    width: 96.6%;
    z-index: 5; }
    #main-content-custom .image-container ul.links-wrap li {
      list-style: none;
      float: left;
      width: 20%;
      text-align: center;
      cursor: pointer; }
      #main-content-custom .image-container ul.links-wrap li a {
        background-color: #eee;
        transition: all .5s ease;
        border-bottom: 4px solid #7E0F7E;
        display: block;
        margin: 5px;
        cursor: pointer;
        border-radius: 2px; }
      #main-content-custom .image-container ul.links-wrap li h3 {
        font-family: "Lato", sans-serif;
        font-size: 11pt;
        color: #333;
        font-weight: 700;
        margin: 0;
        padding-top: 10px; }
      #main-content-custom .image-container ul.links-wrap li p {
        font-family: "Lato", sans-serif;
        font-size: 10pt;
        color: #333;
        font-weight: normal;
        margin: 0 0 7px 0; }
      #main-content-custom .image-container ul.links-wrap li:hover a, #main-content-custom .image-container ul.links-wrap li:active a {
        background-color: #fff;
        border-color: #ac14ac; }
      #main-content-custom .image-container ul.links-wrap li:hover h3, #main-content-custom .image-container ul.links-wrap li:active h3 {
        color: #7E0F7E; }
      @media (max-width: 1049px) {
        #main-content-custom .image-container ul.links-wrap li h3 {
          font-size: 10pt; }
        #main-content-custom .image-container ul.links-wrap li p {
          font-size: 9pt; } }
      @media (max-width: 899px) {
        #main-content-custom .image-container ul.links-wrap li h3 {
          font-size: 9pt; }
        #main-content-custom .image-container ul.links-wrap li p {
          font-size: 8pt; } }
      @media (max-width: 574px) {
        #main-content-custom .image-container ul.links-wrap li {
          width: 33%; } }
      @media (min-width: 768px) and (max-width: 849px) {
        #main-content-custom .image-container ul.links-wrap li {
          width: 33%; } }
#main-content-custom .pop-acc-wrap .pop-image-wrap {
  overflow: auto; }
  #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div {
    width: 16.6666%;
    float: left;
    padding: 0 10px; }
    #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div:hover .pop-acc-image, #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div:active .pop-acc-image {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div:hover h4, #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div:active h4 {
      color: #7E0F7E; }
    @media (max-width: 767px) {
      #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div {
        width: 25%; } }
    @media (max-width: 575px) {
      #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div {
        width: 33.3333%; } }
    @media (max-width: 424px) {
      #main-content-custom .pop-acc-wrap .pop-image-wrap .item > div {
        width: 50%; } }
#main-content-custom .pop-acc-wrap .pop-acc-image {
  height: 150px; }
#main-content-custom .pop-acc-wrap h4.pop-acc-text {
  text-align: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 10pt;
  color: #7d7d7d;
  font-weight: 400;
  margin: 0;
  padding: 10px; }
#main-content-custom .pop-acc-wrap .pop-acc-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
#main-content-custom .pop-acc-wrap .pop-acc-1 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-1-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-2 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/pop-acc-2-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-3 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-3-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-4 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/017ad261566f771a5ee8fb8a416e3e02/design/pop-acc-4-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-5 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-5-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-6 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-6-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-7 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-7-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-8 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-8-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-9 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-9-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-10 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-10-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-11 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-11-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-12 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-12-sm.jpg"); }
#main-content-custom .pop-acc-wrap .pop-acc-13 .pop-acc-image {
  background-image: url("https://cdn.revolutionparts.io/4d9621dce25b9d91187f8c289ae73803/design/pop-acc-13-sm.jpg"); }

#footer-custom .container-wrap {
  border-top: 1px solid #ccc;
  padding: 50px 15px 20px 15px; }
  @media (min-width: 768px) {
    #footer-custom .container-wrap {
      padding-top: 30px;
      padding-bottom: 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #footer-custom .container-wrap .row.row-full-height-md {
      display: block; }
      #footer-custom .container-wrap .row.row-full-height-md .block-modules {
        display: block;
        width: 50%;
        float: left;
        min-height: 240px; } }
#footer-custom .col-md-3 strong.heading {
  font-family: "Lato", sans-serif;
  font-size: 15pt;
  color: #999;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 25px 0;
  display: block; }
#footer-custom ul.links-list {
  display: block;
  margin-bottom: 50px; }
  #footer-custom ul.links-list li {
    margin: 0; }
    #footer-custom ul.links-list li a {
      font-family: "Lato", sans-serif;
      font-size: 10pt;
      color: #ccc;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      padding-top: 0;
      line-height: 18pt; }
      #footer-custom ul.links-list li a:hover, #footer-custom ul.links-list li a:active {
        color: #7E0F7E; }
#footer-custom .dealer-address-module .dealer-street-address, #footer-custom .dealer-address-module .dealer-store-name {
  font-family: "Lato", sans-serif;
  font-size: 10pt;
  color: #ccc;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
  line-height: 18pt; }

@media (max-width: 575px) {
  #payment-row-custom .col-md-6 .page-builder-layout-column-wrap.full-height-wrapper {
    text-align: center; } }
@media (max-width: 575px) {
  #payment-row-custom .col-md-6 + .col-md-6 {
    margin-top: 15px; } }

a:hover {
  text-decoration: none; }

.mobile-only {
  display: none; }

.display-none {
  display: none; }

@media only screen and (max-width: 1249px) {
  .wide-padding {
    padding-left: 15px;
    padding-right: 15px; } }

.modal-backdrop {
  z-index: 21; }

.page-builder-page-layout .page-builder-layout-section.full-content > .container-wrap {
  padding: 0 10px; }

#title-custom {
  margin: 0; }
  #title-custom .container-wrap {
    padding: 30px 20px; }
  #title-custom h1 {
    font-family: "Lato", sans-serif;
    font-size: 12pt;
    color: #7E0F7E;
    font-weight: 400; }
    @media (min-width: 375px) {
      #title-custom h1 {
        font-size: 18pt;
        line-height: 25pt; } }
    @media (min-width: 600px) {
      #title-custom h1 {
        font-size: 18pt; } }
    @media (min-width: 1300px) {
      #title-custom h1 {
        font-size: 21pt; } }
    @media (min-width: 1600px) {
      #title-custom h1 {
        font-size: 25pt; } }

.container-wrap .row {
  margin-top: 0 !important; }

#banner-custom .container-wrap {
  padding: 0; }

* {
  font-family: 'open sans', sans-serif; }

#title-custom h1 {
  color: #222 !important; }

/*# sourceMappingURL=final.css.map */

.credit-card-logos .cc-discover {
  display: none;
}
.credit-card-logos .cc-amex {
  display: none;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}


"/* page pet accessories page */
.themePageBanner {
	position: relative;
}

.themePageBanner::before {
	content: """";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .themePageBanner::before {
    	background-color: rgba(0,0,0,0.5);
    }
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides li,
    .themePageBanner .banner-vpicker-module .slider .rslides_container .rslides,
    .themePageBanner .banner-vpicker-module {
    	height: calc(200px + (500 - 200) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .header-text,
.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	text-align: left;
    font-weight: 300;
    font-family: var(--themeFontLight);
}

.themePageBanner .banner-vpicker-module .banner-overlay-content .custom_content {
	font-size: 1rem;
    letter-spacing: .3px;
}

.themePageBanner .banner-vpicker-module .banner-overlay-content {
	left: 0;
}

.themePagePadding {
	padding: 50px 0;
}

.themePageProductList .catalog-products {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 30px;
}

@media screen and (max-width: 767px) {
    .themePageProductList .catalog-products {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .themePageProductList .catalog-products {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themePageProductList .search-listing-module .catalog-product {
	margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col,
.themePageProductList .search-listing-module .catalog-product .product-details-col,
.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	width: 100%;
    padding: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col {
	margin-bottom: 20px;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id a {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .add-to-cart-col {
	margin-block-start: auto;
}

.themePageProductList .search-listing-module .catalog-product .product-partnum-category .catalog-product-id {
	font-size: 12px;
}

.themePageProductList .search-listing-module .catalog-product .product-more-info {
	font-size: 12px;
}

.themePageProductList .search-listing-module .catalog-product .sale-price {
	font-size: 20px;
}

.themePageProductList .search-listing-module .catalog-product .catalog-info-row strong {
	color: #343434;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title {
	font-size: 18px;
}

.themePageProductList  .search-listing-module .catalog-product .product-manufacturer {
	margin: 0;
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a {
	height: 300px;
}

.themePageProductList .search-listing-module .catalog-product .product-details-col .product-title a {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product:hover .product-image-col>a img {
	transform: scale(1.1);
}

.themePageProductList .search-listing-module .catalog-product .product-image-col>a img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductList .search-listing-module .catalog-product .product-purchase-button .place-order-button {
	width: 100%;
    background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--themeFontRegular);
    font-weight: 300;
}

.themePageProductList .search-listing-module .catalog-product .product-manufacturer .product-manufacturer-data span strong {
	display: none;
}

html body .action-button.place-order-button {
	background-color: var(--themeColor);
}

html body .action-button.place-order-button:hover,
html body .action-button.place-order-button:focus {
	background-color: var(--themeColor);
    opacity: .8;
}

.themePageProductListNew {
	margin-bottom: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .themePageProductListNew {
    	grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .themePageProductListNew {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themePageProductListImg img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.themePageProductListContent {
	padding-top: 20px;
}

.themePageProductListContent h3 {
	font-size: 22px;
    color: var(--themeColor);
    font-family: var(--themeFontRegular);
}

.themeMSRP {
	text-decoration: line-through;
    font-size: 12px;
    margin-bottom: 0;
}

.themePartNumber {
	font-size: 12px;
    margin-bottom: 5px;
}

.themePrice {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.themePartLogo img {
    width: 40px;
    filter: invert(1);
    margin-left: 0;
    margin-top: 12px;
}

.themeOtherNames,
.themeDescription {
	font-size: 12px;
    margin-bottom: 5px;
}

.themeButton a {
	background-color: var(--themeButtonColor);
    color: var(--themeColor) !important;
    text-align: center;
    display: block;
    padding: 10px 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 25px;
}

.themePageProductListImg {
	overflow: hidden;
}

.themePageProductListLink {
	cursor: pointer;
}

.themePageProductListLink:hover .themePageProductListImg img {
	transform: scale(1.1);
}

/* end of page pet accessories page */



/* fonts */
@font-face {
    font-family:'infiniti-light';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Light.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-regular';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Regular.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-bold';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/InfinitiBrandL1-Bold.woff2') format('woff2')
}

@font-face {
    font-family:'infiniti-global';
    src:url('https://cdn.revolutionparts.io/42394aa61e7f417307148d55124bba0d/design/fonts/Infiniti-Global.woff2') format('woff2')
}

/* global */
:root {
	--themeColor: #020b24;
    --themeButtonColor: #B0A591;
    --themeTextColor: #343434;
    --themeFontLight: 'infiniti-light';
    --themeFontRegular: 'infiniti-regular';
    --themeFontBold: 'infiniti-bold';
    --themeFontGlobal: 'infiniti-global';
}"