.select2-container{
    display: block;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height: 34px;
    font-size: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear:before{
    content: "-";
    display: inline-block;
    border-radius: 100%;
    border:1px solid #dd5a43;
    background: #dd5a43;
    color: #fdfdfd;
    width: 14px;
    height:14px;
    font-size: 18px;
    line-height: .5;
    font-family: sans-serif, arial;
}