.search-field {
    @apply clear-both;

    .st-default-search-input {
        @apply bg-none w-auto h-auto p-0 pl-2 border-none;
    }

    .form-input {
        @apply float-left bg-gray-400;
        height: 52px;
        width: calc(100% - 60px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .button {
        @apply float-left mb-0;

        > span {
            @apply px-4;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
    }
}

#nav-mobile {
    .form-input-wrapper {
        padding: 0 !important;
        input {
            @apply w-full rounded-none bg-white;
        }
    }

    .main-search-button span {
        border-radius: 0 !important;
    }
}
