/* START: Added 061725 */
#layout_homepage .pop-parts-rows .parts-grid-block .parts-grid-container .parts-image-8 {
	background: url('https://cdn.revolutionparts.io/7a4637213f1910eb52971ab986f31330/design/Accessories/exterior-roof_spoiler.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#layout_homepage .pop-parts-rows .parts-grid-block .parts-grid-container .parts-image-9 {
	background: url('https://cdn.revolutionparts.io/7a4637213f1910eb52971ab986f31330/design/Accessories/floor_mat.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#layout_homepage .pop-parts-rows .parts-grid-block .parts-grid-container .parts-image-10 {
	background: url('https://cdn.revolutionparts.io/7a4637213f1910eb52971ab986f31330/design/Accessories/interior-seat_covers.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#layout_homepage .pop-parts-rows .parts-grid-block .parts-grid-container .parts-image-11 {
	background: url('https://cdn.revolutionparts.io/7a4637213f1910eb52971ab986f31330/design/Accessories/keyless_entry.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* END: Added 061725 */


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

.promotional-banner-wrap .promotional-banner-text {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    background-color: red;
    color: Yellow;
}

/* Dropdown Button */
.dropbtn {
  background-color: #333;
  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: 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;}

.decor-container {
  display: flex;
  align-items: center; /* Center the images and text vertically */
  justify-content: center; /* Center the images and text horizontally */
}

.decor {
  width: 250px;
  max-width: 250px; /* Adjust the width of the images as needed */
  height: auto; /* Maintain aspect ratio */
  margin: 0 30px 15px; /* Add some spacing between the images and text */
}

#page-home .decor-container h2 {
    color: #68f; /* Defines the Shop Ford Accessories font color, represented using a hex color code */
}

.promotional-banner-wrap {
  background-color: red !important;
}
.promotional-banner-text {
  color: white;
  font-size: 18px !important;
  animation-name: pulse;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.promotional-banner-link {
  color: white !important;
}