/* Hide top header bar (My Wishlist, GBP, Login/Register) */
.top-header {
    display: none !important;
}

/* Hide Submit Property button */
.flat-bt-top {
    display: none !important;
}

/* Hide Keyword search field */
.form-search-keyword-input {
    display: none !important;
}