body.small-device .nav-menu-container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.mobile.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}

.mobile.search-form button.search-submit {
    background-color: #dadada;
    color: white;
    border-radius: unset;
    border: unset;
    position: absolute;
    right: 20px;
    height: 100%;
}


.mobile.search-form label {
    width: 100%;
}

.mobile.search-form label input {
    border-radius: unset;
    border: unset;
}