
/* Search */

.search-form {

    &:not(.has-items) .search-results {
        display: none;
    }

    &:not(.no-items) .search-no-results {
        display: none;
    }

    &.no-items .search-default-results,
    &.has-items .search-default-results {
        display: none;
    }

    .search-field {
        position: relative;

        .search-button {
            position: absolute;
            top: 23px;
            right: 0;
            z-index: 25;
        }
    }

}


