.special_price {
  color: #ab0d1b;
  font-size: 12px;
}

.old_price {
  color: #52525b;
  text-decoration: line-through;
  font-size: 12px;
}

.regular_price {
  color: #52525b;
  font-size: 12px;
}

.dropdown.bootstrap-select {
  width: 100% !important;
}
.dropdown.bootstrap-select .dropdown-menu {
  max-width: 100% !important;
}
.dropdown.bootstrap-select.form-control button {
  background-color: #fff;
  border: 1px solid #ced4da;
}

@media (min-width: 575px) {
  .needLarger .dropdown-menu.show {
    min-width: 30vw !important;
    max-width: 100vw !important;
    overflow-x: auto;
  }
}
@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}
#trash-bucket:hover {
  color: #ab0d1b;
}

.nav-link:not(.active):hover {
  background: #e4e4e7;
  color: black;
}
