@media (max-width: 992px) {
    #body-search #header-search-input {
        width: calc(100% - 60px);
    }
}