.category-select-wrapper {
  margin-bottom: 20px;
}

.category-select-wrapper
  .select2-container--default
  .select2-selection--single {
  border-radius: 0;
  border: 1px solid #d8d8d8;
  height: 35px;
}

.category-select-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}

.category-select-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 33px;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #d8d8d8;
  border-top: none;
}

@media (min-width: 992px) {
  .category-select-wrapper {
    display: none;
  }
}
