.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #e49813;
  background-color: #e49813;
  color: #fff;
  font-weight: bold;
  font-size:0.9em;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
  color:#fff;
  font-weight:bold;
  font-size:1.3em;
  padding-top:0px;
  line-height:1em;
  padding-bottom:5px;
}

@media (max-width: 979px)
{
  .select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__display {
    font-size:1.1em;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding-bottom:4px;
    padding-left:6px;
    padding-right:6px;

  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice
  {
    padding-left:25px;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
  border-right:0px;
}