.searchstax-block-wrapper .searchstax-input:focus {
    border-color: #2825258c;
}

.searchstax-block-wrapper .searchstax-input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.searchstax-block-wrapper .searchstax-button {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.searchstax-block-wrapper .searchstax-clear-input {
    top: 16px;
    right: 115px;
}

.searchstax-block-wrapper .searchstax-clear-input:hover {
    color: #000;
}

@media (max-width: 960px) {
    .searchstax-block-wrapper {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .searchstax-block-wrapper .searchstax-input {
        width: 400px !important;
    }
}