.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.ms-4 {
  margin-left: 2.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.form-check-input[type="checkbox"] {
  margin-right: .5em;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.badge {
  font-weight: normal;
}

#facets h4 {
  margin-bottom: 0.5rem;
}

.label {
  display: inline;
}

label {
  font-family: openSans-Regular-webfont,'Helvetica Neue',Helvetica,Arial,sans-serif;
  display: inline;
}

.justify-content-center {
  justify-content: center !important;
  display: flex;
}

.btn-secondary {
  background-color: #e9e9ed;
}

#items img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  display: block;
  overflow: hidden;
  background-color: lightgray;
  min-width: 110px;
}

#item img {
  width: 100%;
  background-color: lightgray;
}

#description {
  text-align: justify;
}

#description p, #description ul #description ol {
  margin-bottom: 1rem;
}

#query {
  z-index: 1;
}
.p-3 {
  padding: 1rem !important;
}
.border {
  border: 1px solid !important;
}
.border-dark-subtle {
  border-color: lightgrey !important;
}

.d-flex {
  display: flex !important;
}

#items article:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.fa-star {
  color: #ffcc00;
}