/* DS-DROPDOWN XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.ds-dropdownbox, .ds-dropdownbox:focus {
    white-space: normal;
    width: 257px;
    height: 26px;
    margin: 0 2px 0 0;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #2c3540;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top-color: none;
    border-left-color: none;
    border-right-color: none;
    border-bottom: solid;
    border-bottom-color: #0963bc;
    border-width: 3px;
    background: url("/img/clients/autovia/autovia_arrow.png");
    background-position: right;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    outline: none;
    -webkit-appearance: none;
}

    .ds-dropdownbox:focus {
        white-space: normal;
        width: 257px;
        height: 26px;
        margin: 0 2px 0 0;
        font-family: Barlow;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.34px;
        color: #2c3540;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid;
        border-bottom-color: #0963bc;
        border-width: 3px;
        background: url("/img/clients/autovia/autovia_arrow.png");
        background-position: right;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
        -webkit-appearance: none;
    }
