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

.themeHeaderNav {
	display: none;
}

#page-catalog .themeHeaderColumn {
	display: none;
}

#page-catalog .themeHeaderNav {
	display: block;
}

.hours {
    border: #c2c2c2 1px solid;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 85%;
}

.hours-operation-module ul li.today { 
    font-weight: 600;
    color:#1748b7
}

.vin-search-bar {
    padding-bottom: 20px; max-width: 550px; margin: auto;
}

#primary-header .help-nav ul .link-contact:before {
    position: absolute;
    content: '\f095';
    left: 0;
    top: 7px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

#primary-header .help-nav ul a {
    padding: 4px 10px 9px 25px;
}

.text-color-dark .promotional-banner-wrap .promotional-banner-link {
    color: #fff; font-size: 15px;
}

.promotional-banner-wrap {
    background-color: #ec0707 !important;
}


/* Logo Section - Homepage */

.logo_title {
	text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.logo_title h2 {
	color: #fff!important;
}

hr {
    border: 0;
    border-top: 1px solid #fff;
    margin-bottom: 1rem;
    margin-top: 1rem;
   /*  width: 600px;*/
}

.make-logos-module {
    text-align: center;
}


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

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

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


/* Contact Form Dealer Dropdown */
.contact-form-module .dealer-picker-dropdown .dropdown-menu {
    display: none;
    min-width: auto;
    opacity: 0;
    padding: 0;
    transition: all .3s;
    width: auto!important;
    z-index: -1;
}

/* Contact Number Desktop and Mobile */
.ph_num {
    font-size: 20px;
    font-weight: 700;
}

.contact_num {
    font-size: 16px;
    font-weight: 700;
}

/* new global css */
.d-none {
	display: none !important;
}

/* new header nav */
.themeHeaderNav {
	background-color: #333;
    padding: 20px 0;
    position: relative;
}

.themeHeaderNav .container-wrap {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.themeNavList {
	margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.themeNavItem {
	position: relative;
}

.themeNavChildWrap {
    display: none;
	position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 200px;
}

.themeNavItem.hasChild:hover .themeNavChildWrap {
	display: block;
}

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

.themeNavChildList a {
	background-color: #f1f1f1;
    color: #333;
    display: block;
    padding: 12px 16px;
}

.themeNavChildList a:hover,
.themeNavChildList a:focus {
	text-decoration: none;
    background-color: #ddd;
}

.themeNavItem .themeNavLink {
    display: inline-block;
	color: #fff;
    padding: 16px;
    font-size: 16px;
}

.themeNavItem .themeNavLink:hover,
.themeNavItem .themeNavLink:focus {
	background-color: #525050;
    text-decoration: none;
}

.themeMegeItem {
	position: relative;
}

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

.themeMegaChildWrap {
	position: absolute;
    right: -107px;
    top: 0;
    display: none;
}

.themeMegeItem.megaHasChild:hover .themeMegaChildWrap {
	display: block;
}

/* brand  */
.themeBrandSection {
	padding: 40px 0;
    background-color: #333;
}

.themeBrand .custom-image-wrapper a {
	color: #fff;
    text-align: center;
    display: block;
}

.themeBrand .custom-image-wrapper h3 {
	display: inline-block;
    border-bottom: 1px solid #fff;
}

.themeBrandTitle h3 {
	color: #fff;
    text-align: center;
    font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}

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

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

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

.themeBrandList p {
	margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.themeBrandImg {
	text-align: center;
}

.themeBrandImg img {
    max-width: 300px;
	width: 100%;
    height: 150px;
    object-fit: contain;
}

/* parts list */
.themeParts h2 {
	font-family: "Open Sans", sans-serif;
    font-size: 3em;
    color: #14477D;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.themePartList {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
}

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

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

.themeIsuzu .themePartList {
	grid-template-columns: repeat(2, 1fr);
}

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

.themePartList a:hover .themePartImg img {
	transform: scale(1.1);
}

.themePartCard {
	position: relative;
}

.themePartImg {
	overflow: hidden;
}

.themePartImg img {
	width: 100%;
    object-fit: contain;
    height: 240px;
    transition: all .3s ease-in-out;
}

.themePartList h3 {
	color: #fff;
    background-color: rgba(0,0,0,0.8);
    display: block;
    padding: 10px 5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

/* category module */
.themeModuleCategorySection .category-details-module p {
	display: none;
}

.themeModuleCategorySection .category-children-module h2 {
	display: none;
}

.themeModuleCategorySection {
	background-color: #333;
    padding: 40px 0;
}

.themeModuleCategorySection .themeTitle h3 {
    color: #fff;
	text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.themeModuleCategorySection .category-tiles {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.themeModuleCategorySection .category-tiles:after {
	display: none;
}

.themeModuleCategorySection .category-tiles .col-md-3 {
	width: 100% !important;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.themeModuleCategorySection .category-tiles a {
	color: #fff;
    font-size: 16px;
}

.themeModuleCategorySection .category-details-module h2,
.themeModuleCategorySection .category-details-module p, 
.themeModuleCategorySection .category-details-module h3,
.themeModuleCategorySection .category-details-module li,
.themeModuleCategorySection .category-details-module h1,
.themeModuleCategorySection .search-listing-module .catalog-product .product-partnum-category .catalog-product-id,
.themeModuleCategorySection .search-listing-module .catalog-product .catalog-info-row strong,
.themeModuleCategorySection .search-listing-module .catalog-product .product-more-info,
.themeModuleCategorySection .search-listing-module .catalog-product .sale-price {
	color: #fff;
}

.themeModuleCategorySection .category-children-module .category-tile-image {
	height: auto;
    background-color: #fff;
}

.themeModuleCategorySection .category-children-module .category-tile-image img {
    max-height: 100%;
    width: 100%;
    height: 240px;
    object-fit: contain;
}

#primary-header .help-nav ul .link-blog:before {
    position: absolute;
    content: '\f02d';
    left: 0;
    top: 7px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}