@media screen and (max-width: 767px) {
    .search-container {
        height: 66px !important;
    }

    .search-form {
        margin-top: 14px !important;
    }
}

.search-container {
    width: 100%;
    height: 80px;
    /*margin-top: 12px;*/
    padding: 0;
}

.search-container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
}

.search-info {
    display: flex;
    justify-content: flex-start;
}

.search-list {
    display: flex;
    justify-content: flex-start;
}

.search-item {
    margin: 0 10px;
}

.search-link {

}

.search-form {
    display: flex;
    /*margin-top: 20px;*/
}

.search-form-box {

}

.search-form-btn {
    flex: 1;
    background-color: #BB0327;
    color: #FFF;
}