
@media (max-width: 767.98px) {
  .header__bottom #search_widget input, .search__offcanvas #search_widget input {
    font-size: 16px;
  }
}

.dfd-feat-guided-search .dfd-footer .dfd-branding , .dfd-footer .dfd-branding  {
display:none!important;
}

/* Make all email input text clearly readable */
input[type="email"].form-control {
    color: #000 !important;
}

/* Make placeholder darker as well */
input[type="email"].form-control::placeholder {
    color: #555 !important;
}

/* Make placeholder light grey */
input[type="email"].form-control::placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}
