


#featured-custom .product-wrapper-link {
   height: 360px;
}

.promotional-banner-wrap .promotional-banner-text {
	font-size:	18px!important;
    color:#fff;
    background-color: #d03833;
    text-shadow: 1px 1px 1px #000;
}
.promo .container-wrap.container-fluid {
    padding-top: 0px!important;
    padding-bottom: 0px!important;   
}
#page-cart .promotional-banner-wrap, #page-one_page_checkout .promotional-banner-wrap {
    display: block !important;
}

#banner-custom .container-wrap {
  padding: 0; }

.page-subheader-component h1, .page-subheader-component h2 { font-size: 23px; }

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

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

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

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