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

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

/* 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-products-module .product-wrapper-link {
    border: 1px solid #00a2ff;
    border-bottom: 1px solid #00a2ff;
    background-color: #fff;
    padding: 15px;
}

    .page-builder-page-layout .page-builder-layout-section.normal-content>.container-wrap
Specificity: (0,4,0)
 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        width: auto;
    }

.featured-products-module h2 {
    margin-top: 0;
    color: #fff !important;
}

.page-builder-page-layout .page-builder-layout-section.normal-content>.container-wrap {
    max-width: 1000px;
    width: auto;
    margin-bottom: 20px;
}