@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700&display=swap');

#stw-autosports-addon-filter-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #stw-autosports-addon-filter-form {
        flex-direction: column;
        align-items: stretch;
    }
    #stw-autosports-addon-filter-form > * {
        width: 100%;
    }
    #stw-autosports-addon-filter-form > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #stw-autosports-addon-filter-form > * > * {
        width: 100%;
    }
}

#stw-autosports-addon-filter-form .stw-autosports-addon-filter-field:not(:last-child) {
    margin-right: 15px;
    height: 40px;
}

#stw-autosports-addon-filter-form .stw-autosports-addon-filter-field select {
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
    font-family: Roboto;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    min-width: 120px;
    background: url('../icons/down-arrow.png') no-repeat right center;
    background-size: 12px 12px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background-position: right 15px center;
    cursor: pointer;
}

#stw-autosports-addon-filter-form .stw-autosports-addon-filter-field select.loading {
    cursor: wait;
    opacity: .4;
}


#stw-autosports-addon-filter-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .02em;
    background-color: #1769b1;
    color: #fff;
    cursor: pointer;
    appearance: none;
    min-width: 100px;
}