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

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


/* KT-4418: Papago Theme fix */
.header-right-wrap .main-nav { margin: 0; }
}

.homeseo {
    font-size: 15px;
}

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

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

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

.store-closed-banner-wrap .banner-info .store-closed-support-info {
    display: none;
}

/* V pages styling */

.jumbotron h5 {
font-weight: 800px;
line-height: 1.7;
}
.oem-vehicle-picker-module .jumbotron {
background-color: white;
}
.oem-vehicle-picker-module #vehicle-data-lists {
background-color: white; padding: 5%;
}

/* homepage banner*/
#layout_homepage #picker-custom .container-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

/* additional css */
.themeFeaturedProductSection {
  padding: 50px 0; }

.themeFeaturedProductSection .featured-products-module {
  padding: 0;
  text-align: center; }

.themeFeaturedProductSection .featured-products-module .featured-products {
  padding: 0 50px; }

#layout_homepage .themeFeaturedProductSection .featured-products-module h2 {
  margin-bottom: 50px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 0px 115px; }

@media screen and (max-width: 767px) {
  #layout_homepage .themeFeaturedProductSection .featured-products-module h2 {
    font-size: 18px;
    padding: 0px 70px; } }

#layout_homepage .themeFeaturedProductSection .featured-products-module h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 10px solid #134A9C;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
  width: 100px;
  margin: auto;
  height: 10px; }

@media screen and (max-width: 767px) {
  #layout_homepage .themeFeaturedProductSection .featured-products-module h2::before {
    width: 55px; } }

#layout_homepage .themeFeaturedProductSection .featured-products-module h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 10px solid #134A9C;
  border-bottom: 0px solid transparent;
  border-right: 10px solid transparent;
  width: 100px;
  margin: auto;
  height: 10px; }

@media screen and (max-width: 767px) {
  #layout_homepage .themeFeaturedProductSection .featured-products-module h2:after {
    width: 55px; } }

.themeFeaturedProductSection .featured-products-module .featured-product .details-display .details-title {
  text-align: left; }

.themeFeaturedProductSection .featured-products-module .featured-products .featured-product {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0; }

.themeFeaturedProductSection .featured-products-module .product-wrapper-link {
  border: 1px solid #E2E3E5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 0; }

.themeFeaturedProductSection .featured-products-module .featured-product .image-display {
  padding: 15px 15px;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.themeFeaturedProductSection .featured-products-module .featured-product .details-display .details-partnum {
  display: none; }

.themeFeaturedProductSection .featured-products-module .featured-product .details {
  padding: 20px 20px;
  background-color: rgba(226, 227, 229, 0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.themeFeaturedProductSection .featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
  color: #134A9C;
  font-size: 20px;
  margin-top: 0;
  font-weight: 700; }

.themeFeaturedProductSection .owl-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 100%;
  margin-top: 30px; }

.themeFeaturedProductSection .owl-dots span {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  display: inline-block;
  border: 1px solid #E2E3E5; }

.themeFeaturedProductSection .owl-dots .active span {
  border: 1px solid #134A9C;
  background-color: #134A9C; }