@media (max-width: 768px) {
  .mb-0.categoria {
    width: 100% !important;
  }
}
.tp-shop-top-filter {
  margin: auto;
}

@media (min-width: 769px) {
  .select2-container .select2-selection--single {
    width: 190px !important;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px !important;
  line-height: 28px;
  background-color: #f9f9f9;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px !important;
  padding-left: 16px !important;
  padding-right: 20px !important;
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  padding-top: 8px !important;
  height: 26px !important;
  margin-right: 30px !important;
  z-index: 110000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
  content: url("http://localhost/storage/main/iconos/arrowdown.svg") !important;
  height: 15px !important;
  margin-right: 6px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid rgba(1, 15, 28, 0.1) !important;
  z-index: 110000 !important;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  z-index: 110000 !important;
}

.select2-container .select2-container--default .select2-container--open {
  z-index: 110000 !important;
}

.select2 .select2-container .select2-container--default .select2-container--above .select2-container--open {
  width: 100% !important;
  z-index: 110000 !important;
}

.select2-container {
  width: 100% !important;
}
