.filter-bar .collection-filter {
  width: 250px; }

.styled-dropdown .select2-container .select2-selection {
  border: none;
  background: none; }

.styled-dropdown--label-inside .select2-container .select2-selection__rendered {
  padding: 10px 20px;
  margin-left: 100px;
  background: #e3dad1;
  border-radius: 30px; }

.styled-dropdown .select2-container .select2-selection__arrow {
  right: 10px;
  top: 9px;
  background: #fbf9f7;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -30%;
  margin-top: -8px; }
