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

.cap {
  text-transform: uppercase;
}
.it {
  font-style: italic;
}
.norm {
  font-style: normal;
}
.fontAwesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.fastack {
  font-family: 'FontAwesome';
}
.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-box-shadow {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1249px) {
  .wrappadding .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.call-to-action-button,
.vehicle-picker-module #vpicker_submit,
.search-by-part-module .btn,
.vin-column-custom .search-by-vin-module .btn,
#home-content .newsletter-signup-module .btn,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
  background-color: #1351d8;
  border-radius: 2px;
  border: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
.call-to-action-button:hover,
.vehicle-picker-module #vpicker_submit:hover,
.search-by-part-module .btn:hover,
.vin-column-custom .search-by-vin-module .btn:hover,
#home-content .newsletter-signup-module .btn:hover,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover,
.call-to-action-button:active,
.vehicle-picker-module #vpicker_submit:active,
.search-by-part-module .btn:active,
.vin-column-custom .search-by-vin-module .btn:active,
#home-content .newsletter-signup-module .btn:active,
.newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:active {
  background-color: #316ced;
  color: #fff;
}
#mobile-header-custom {
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 1050;
  height: 60px;
  top: 0px;
  border-bottom: 1px solid #999;
  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 #999;
  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 #999;
  height: 60px;
}
#mobile-header-custom .mobile-menu-col .icon-wrap,
#mobile-header-custom .mobile-search-col .icon-wrap {
  padding: 16px 0;
}
#mobile-header-custom .mobile-menu-col .icon-wrap i,
#mobile-header-custom .mobile-search-col .icon-wrap i {
  font-size: 20pt;
  color: #fff;
}
#mobile-header-custom .mobile-menu-col.menu-selected i,
#mobile-header-custom .mobile-search-col.menu-selected i {
  color: #1351d8;
}
#mobile-header-custom .mobile-menu-col {
  border-right: 0px;
  border-left: 1px solid #999;
}
#mobile-header-custom .mobile-cart-col .call-to-action-button {
  background-color: transparent;
  padding: 17px 15px 16px 13px;
}
#mobile-header-custom .mobile-cart-col .cart-component {
  min-width: 0;
}
#mobile-header-custom .mobile-cart-col .cart-component .cart-flyout,
#mobile-header-custom .mobile-cart-col .cart-component .flyout {
  display: none !important;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i {
  font-size: 20pt;
  color: #fff;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:active,
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon i:hover {
  color: #1351d8;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-icon .cart-items.cart-items-exist {
  left: 60%;
  top: -18px;
  background: #1351d8;
  color: #fff;
  padding: 0 5px 0 4px;
  font-size: 12px;
}
#mobile-header-custom .mobile-cart-col .cart-wrapper .cart-text {
  display: none;
}
#mobile-drop-downs {
  padding-top: 58px;
  position: fixed;
  width: 100%;
  z-index: 50;
}
#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 #999;
  background-color: #eee;
  overflow: hidden;
  height: 0;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  #mobile-drop-downs .slider-tab .col-sm-12 {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #mobile-drop-downs .row.page-builder-layout-row {
    display: block;
  }
  #mobile-drop-downs .row.page-builder-layout-row .page-builder-layout-column {
    display: block;
  }
}
#mobile-drop-downs .search-row.slider-tab.open {
  padding-bottom: 155px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#mobile-drop-downs .menu-row.slider-tab.open {
  padding-bottom: 192px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#mobile-drop-downs .close-row-custom {
  position: relative;
  z-index: 1001;
  bottom: 35px;
  height: 0;
  padding: 0;
  margin: 0;
}
#mobile-drop-downs .close-row-custom .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 #1351d8;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button {
  padding: 10px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #000;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links em,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links em,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button em,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button em {
  padding: 0 20px 0 10px;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links::after,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links::after,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button::after,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #000;
}
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links:hover,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links:hover,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button:hover,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button:hover,
#mobile-drop-downs .menu-row .mobile-list-wrap div.menu-links:active,
#mobile-drop-downs .menu-row .help-modal-wrap div.menu-links:active,
#mobile-drop-downs .menu-row .mobile-list-wrap .help-button:active,
#mobile-drop-downs .menu-row .help-modal-wrap .help-button:active {
  color: #1351d8;
}
#mobile-drop-downs .help-modal-wrap .help-button i.fa-question-circle {
  padding: 0 12px 0 10px;
}
#mobile-drop-downs .help-modal-wrap .help-modal {
  top: 55px;
}
#mobile-drop-downs .help-modal-wrap .help-modal h2 {
  text-align: left;
  font-family: 'lato', helvetica, sans-serif;
  font-size: 25pt;
  font-weight: 900;
  text-transform: uppercase;
  color: #c0272d;
}
#mobile-drop-downs .search-row .search-bar-module .search-bar-component input {
  height: 45px;
  border-color: #ccc;
}
#mobile-drop-downs .search-row .search-bar-module .search-bar-component button.call-to-action-button {
  height: 43px;
  top: 1px;
  padding: 6px 16px 7px;
}
#mobile-drop-downs .search-row #mobile-garage {
  padding: 5px 0 15px 0;
}
#mobile-drop-downs .search-row #mobile-garage .garage-component {
  width: 100%;
  text-align: center;
}
#mobile-drop-downs .search-row #mobile-garage .garage-component .garage-text {
  font-family: 'Raleway', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #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;
}
@media (max-width: 1249px) {
  #desktop-header-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#desktop-header-custom .store-logo-module .store-logo-link img {
  max-height: 100px;
  margin-top: 0px;
}
#desktop-header-custom .col-md-8 {
  text-align: right;
}
#desktop-header-custom .col-md-8 .header-links-custom {
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
}
#desktop-header-custom .col-md-8 .header-links-custom .links-list {
  margin-right: 10px;
}
#desktop-header-custom .col-md-8 .header-links-custom .links-list li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #555;
  padding: 2px 5px;
}
@media (max-width: 900px) {
  #desktop-header-custom .col-md-8 .header-links-custom .links-list li:first-child {
    display: none;
  }
}
#desktop-header-custom .col-md-8 .header-links-custom .links-list li + li {
  margin-left: 10px;
}
#desktop-header-custom .col-md-8 .cart-custom {
  display: inline-block;
}
#desktop-header-custom .col-md-8 .cart-custom .cart-icon {
  display: block;
}
#desktop-header-custom .col-md-8 .cart-custom .cart-icon .fa {
  font-size: 24px;
}
#desktop-header-custom .col-md-8 .cart-custom .cart-icon .cart-items {
  left: 60%;
  top: -5px;
}
#desktop-header-custom .col-md-8 .cart-custom .cart-button .cart-text {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
#desktop-header-custom .col-md-8 .cart-custom .cart-flyout {
  z-index: 1060;
}
#search-custom {
  min-height: 65px;
}
@media (max-width: 1249px) {
  #search-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#search-custom .container-wrap {
  margin: -30px auto 10px;
}
#search-custom .container-wrap .page-builder-layout-row {
  float: right;
}
@media (min-width: 1250px) {
  #search-custom .container-wrap .page-builder-layout-row {
    width: 66%;
  }
}
#search-custom .garage-custom {
  float: left;
  margin-right: 10px;
  min-width: 250px;
  border: 1px solid #e1e1e1;
  line-height: 34px;
  padding: 0 10px;
  text-align: center;
}
#search-custom .search-custom {
  overflow: auto;
}
#nav-custom {
  background-color: #1E2123;
}
#nav-custom .container-wrap {
  padding: 0;
}
#nav-custom .main-nav-custom .links-list {
  display: block;
}
#nav-custom .main-nav-custom .links-list li {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  float: left;
  display: block;
}
#nav-custom .main-nav-custom .links-list li a {
  display: block;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e1e1e1;
}
#nav-custom .main-nav-custom .links-list li a:hover {
  color: #fff;
}
#nav-custom .main-nav-custom .links-list li:hover {
  background-color: #363b3e;
}
#nav-custom .main-nav-custom .links-list li + li {
  border-left: 1px solid #333;
  margin: 0;
}
#model-nav .container-wrap {
  padding-top: 25px;
}
@media (max-width: 1249px) {
  #model-nav .container-wrap .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#model-nav ul {
  list-style: none;
  padding-bottom: 2px;
}
#model-nav ul .model-nav-item {
  width: 16.666%;
  float: left;
  position: relative;
  padding-bottom: 110px;
}
#model-nav ul .model-nav-item .model-links {
  padding: 5px 3px 10px 3px;
}
#model-nav ul .model-nav-item .model-links a {
  display: none;
  position: relative;
  font-weight: bold;
  padding: 3px;
  color: #111;
}
#model-nav ul .model-nav-item .model-links a:hover {
  color: #1351d8;
}
#model-nav ul .model-nav-item .model-links a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 13px;
}
#model-nav ul .model-nav-item .model-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 3px;
  z-index: 1024;
  text-align: center;
}
#model-nav ul .model-nav-item .model-nav-item-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 1px solid transparent;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 19;
}
#model-nav ul .model-nav-item:hover .model-nav-item-wrap {
  border: 1px solid #999;
}
#model-nav ul .model-nav-item:hover .model-nav-item-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #1351d8;
  border-radius: 0 0 3px 3px;
  z-index: 1025;
}
#model-nav ul .model-nav-item:hover .model-links a {
  display: block;
}
@media (max-width: 1023px) {
  #model-nav ul .model-nav-item {
    width: 25%;
  }
}
#model-nav ul .model-seven,
#model-nav ul .model-eight,
#model-nav ul .model-nine,
#model-nav ul .model-ten,
#model-nav ul .model-eleven,
#model-nav ul .model-twelve,
#model-nav ul .model-thirteen {
  width: 14%;
}
@media (max-width: 1023px) {
  #model-nav ul .model-seven,
  #model-nav ul .model-eight,
  #model-nav ul .model-nine,
  #model-nav ul .model-ten,
  #model-nav ul .model-eleven,
  #model-nav ul .model-twelve,
  #model-nav ul .model-thirteen {
    width: 25%;
  }
}
#model-nav ul .model-img {
  height: 65px;
  margin-bottom: 20px;
}
#model-nav ul .model-one .model-img {
  background: url('model-nav-1.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-two .model-img {
  background: url('model-nav-2.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-three .model-img {
  background: url('model-nav-3.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-four .model-img {
  background: url('model-nav-4.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-five .model-img {
  background: url('model-nav-5.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-six .model-img {
  background: url('model-nav-6.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-seven .model-img {
  background: url('model-nav-7.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-eight .model-img {
  background: url('model-nav-8.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-nine .model-img {
  background: url('model-nav-9.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-ten .model-img {
  background: url('model-nav-10.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-eleven .model-img {
  background: url('model-nav-11.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-twelve .model-img {
  background: url('model-nav-12.jpg') center center no-repeat;
  background-size: contain;
}
#model-nav ul .model-thirteen .model-img {
  background: url('model-nav-13.jpg') center center no-repeat;
  background-size: contain;
}
@media (max-width: 1249px) {
  #mobile-model-nav .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#mobile-model-nav ul {
  list-style: none;
}
#mobile-model-nav ul .model-nav-item {
  width: 33.33%;
  float: left;
}
@media (max-width: 575px) {
  #mobile-model-nav ul .model-nav-item {
    width: 50%;
  }
}
#mobile-model-nav ul .model-img {
  height: 65px;
  margin-bottom: 20px;
}
#mobile-model-nav ul .model-one .model-img {
  background: url('model-nav-1.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-two .model-img {
  background: url('model-nav-2.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-three .model-img {
  background: url('model-nav-3.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-four .model-img {
  background: url('model-nav-4.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-five .model-img {
  background: url('model-nav-5.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-six .model-img {
  background: url('model-nav-6.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-seven .model-img {
  background: url('model-nav-7.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-eight .model-img {
  background: url('model-nav-8.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-nine .model-img {
  background: url('model-nav-9.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-ten .model-img {
  background: url('model-nav-10.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-eleven .model-img {
  background: url('model-nav-11.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-twelve .model-img {
  background: url('model-nav-12.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-thirteen .model-img {
  background: url('model-nav-13.jpg') center center no-repeat;
  background-size: contain;
}
#mobile-model-nav ul .model-title {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
#picker-custom {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: -88px;
  position: relative;
  z-index: 1050;
}
@media (max-width: 950px) {
  #picker-custom {
    margin-bottom: 0;
  }
  #picker-custom #vpicker_submit {
    display: block;
    margin: 10px auto 0;
  }
}
#accessories-custom h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 10px 15px 10px;
}
#accessories-custom ul {
  list-style: none;
  overflow: auto;
}
#accessories-custom ul li {
  float: left;
  width: 33.33%;
  padding: 10px;
}
#accessories-custom ul li a {
  display: block;
  position: relative;
  height: 190px;
}
#accessories-custom ul li a .link-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#accessories-custom ul li a .link-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #fff;
}
#accessories-custom ul li a:hover .link-section {
  height: 100px;
  background-color: #1351d8;
  background-color: rgba(19, 81, 216, 0.85);
}
#accessories-custom ul li .accessories-1 {
  background: url('accessories-1.jpg') center center no-repeat;
  background-size: cover;
}
#accessories-custom ul li .accessories-2 {
  background: url('accessories-2.jpg') center center no-repeat;
  background-size: cover;
}
#accessories-custom ul li .accessories-3 {
  background: url('accessories-3.jpg') center center no-repeat;
  background-size: cover;
}
#accessories-custom ul li .accessories-4 {
  background: url('accessories-4.jpg') center center no-repeat;
  background-size: cover;
}
#accessories-custom ul li .accessories-5 {
  background: url('accessories-5.jpg') center center no-repeat;
  background-size: cover;
}
#accessories-custom ul li .accessories-6 {
  background: url('accessories-6.jpg') center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #accessories-custom ul li {
    width: 50%;
  }
}
@media (max-width: 1249px) {
  #popular-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#popular-custom h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0 10px 15px 10px;
}
#popular-custom ul {
  list-style: none;
}
#popular-custom ul li {
  width: 32%;
  float: left;
  margin-bottom: 20px;
  margin-left: 1%;
}
#popular-custom ul li a {
  display: block;
}
#popular-custom ul li a .part-image {
  width: 300px;
  height: 150px;
  margin: 0 auto 10px;
}
#popular-custom ul li a .part-link {
  font-family: 'Raleway', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #497def;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#popular-custom ul li a .part-belts {
  background: url('belts.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-body {
  background: url('body.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-brakes {
  background: url('brakes.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-filters {
  background: url('filters.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-lighting {
  background: url('lighting.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-maintenance {
  background: url('maintenance.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-shocks {
  background: url('suspension.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-wheels {
  background: url('wheels.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a .part-wipers {
  background: url('wipers.jpg') center center no-repeat;
  background-size: cover;
}
#popular-custom ul li a:hover .part-link {
  background-color: #a6c0f7;
}
@media (max-width: 1023px) {
  #popular-custom ul li a .part-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #popular-custom ul li {
    width: 48%;
  }
  #popular-custom ul li a .part-image {
    height: 90px;
    background-size: contain !important;
  }
  #popular-custom ul li a .part-belts,
  #popular-custom ul li a .part-body,
  #popular-custom ul li a .part-brakes,
  #popular-custom ul li a .part-filters,
  #popular-custom ul li a .part-lighting,
  #popular-custom ul li a .part-maintenance,
  #popular-custom ul li a .part-shocks,
  #popular-custom ul li a .parts-wheels,
  #popular-custom ul li a .part-wipers {
    background-size: contain !important;
  }
}
#popular-custom ul:after {
  content: '';
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
#vin-custom {
  -webkit-box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
}
@media (max-width: 1249px) {
  #vin-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#vin-custom h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
#vin-custom .search-by-vin-module .header-text,
#vin-custom .search-by-vin-module .lightbox_link {
  display: none;
}
@media (max-width: 1249px) {
  #featured-custom .container-wrap {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#featured-custom .featured-products-module h2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
#featured-custom .catalog-product {
  float: left;
  width: 25%;
  margin: 0;
  padding: 15px;
}
#featured-custom .catalog-product a {
  border-color: #e1e1e1;
}
#featured-custom .catalog-product a:hover {
  border-color: #999;
}
#featured-custom .catalog-product .catalog-product-details-link {
  background-color: #1351d8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  left: -1px;
  right: -1px;
  border-radius: 0;
}
@media (max-width: 875px) {
  #featured-custom .catalog-product {
    width: 50%;
  }
}
@media (max-width: 418px) {
  #featured-custom .catalog-product {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  #featured-custom .catalog-product:first-child {
    padding-left: 0;
  }
  #featured-custom .catalog-product:nth-child(4),
  #featured-custom .catalog-product:nth-child(8),
  #featured-custom .catalog-product:nth-child(12) {
    padding-right: 0;
  }
}
#featured-custom .catalog-details-display,
#featured-custom .catalog-product-pricing {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 850px) {
  #featured-custom .catalog-product-title {
    font-size: 10pt;
  }
  #featured-custom .catalog-product-sale-price {
    font-size: 20px;
  }
  #featured-custom .catalog-product-hot-deal {
    display: none;
  }
}
#footer-custom {
  background: #1E2123;
}
#footer-custom .list-style-footer .heading {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #DDDDDD;
}
#footer-custom .social-links-module .heading {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #DDDDDD;
}
#footer-custom .payments-accepted-module {
  text-align: center;
}
#footer-custom .companyInfo {
  margin-top: 15px;
}
#top-nav-custom .container-wrap,
#vin-picker-custom .container-wrap {
  max-width: 1920px;
  padding: 0 20px;
}
#brand-banners-custom .page-builder-layout-column.block-modules .page-builder-layout-module + .page-builder-layout-module {
  margin-top: 0;
}
.display-none {
  display: none;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 1249px) {
  .wide-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modal-backdrop {
  z-index: 21;
}

.HOME_SEO {
    font-size: 15px;
}