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

.page-subheader-component h1 {font-size: 36px;
}


.Marketing_HomePageContent p {
    text-align: center;
    font-size: 20px;
}
#page-home h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.vin_custom_content {
    text-align: center;
}
.vin_custom_content p {
    font-size: 16px;
}
.vin_custom_content hr {
    width: 500px;
}
.featured-products-module .product-wrapper-link .product-details-link {
    background-color: #54556E!important;
    border-radius: 0 0 2px 2px;
    border-top: none;
    font-weight: 700;
    height: 0;
    left: 2px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 100%;
    transition: height .3s ease;
    color: #fff!important;
}
li.labor-time {
    display: none!important;
}
#vehicle-data-lists {
     background-color: white!important; padding: 5%;
}

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

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

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