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

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


#featured-custom .product-wrapper-link {
    height: 380px;
}
.store-logo-module .store-logo-link img {
    max-height: 100px;
}

.featured-products-module .featured-product .image-display .product-image.lazy-load {
   position: relative;
}

.featured-products-module h2 {
    display: none;
}
.promotional-banner-wrap {
    display: none;
    padding: 0 35px 0 0;
    position: relative;
    background-color: blue!important;
}
.promotional-banner-wrap .promotional-banner-text {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    color: white;
    font-weight: 700;
    overflow: hidden;
    padding-right: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: normal;
    /** text-shadow: 2px 2px 2px #000; **/
}
.promotional-banner-text a {
    color: #fff!important;
}
.promotional-banner-wrap.text-wrapping:after {
    content: "\F0FE";
    cursor: pointer;
    font-size: 2em;
}

.promotional-banner-wrap.text-wrapping:after {
    display: none!important;
}

.homeseo {font-size: 15px;}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

.dealer-phone {
    display: none;
}