#priceList_filter {
  float: none !important;
  text-align: left;
  margin: 1rem 0;
  padding: 0;
  width: 100%;
  max-width: 500px;
  display: block;
}
#priceList_filter label,
#priceList_filter input {
  display: block;
  margin: 0;
}
#priceList_filter input {
  padding: 0 0 0 0.75rem;
}

#priceList_wrapper {
  border: 0 !important;
  width: 100%;
  margin-bottom: 3rem;
}
#priceList_wrapper table,
#priceList_wrapper table th,
#priceList_wrapper table td, #priceList_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: 0 !important;
}
#priceList_wrapper .dataTables_scrollHead {
  background-color: var(--e-global-color-accent);
}
#priceList_wrapper thead {
  color: white;
}
#priceList_wrapper thead tr th {
  white-space: nowrap;
  padding-right: 2rem;
}
#priceList_wrapper thead tr th.sorting:before, #priceList_wrapper thead tr th.sorting:after {
  line-height: 16px;
  font-size: 26px !important;
  right: 0;
}
#priceList_wrapper thead tr th.sorting_desc, #priceList_wrapper thead tr th.sorting_asc {
  background-color: #ff6600;
}
#priceList_wrapper tbody tr.even {
  background-color: #f3faff;
}
#priceList_wrapper tbody tr.odd:hover, #priceList_wrapper tbody tr.even:hover {
  cursor: pointer;
  color: black;
}
#priceList_wrapper tbody tr td.part {
  font-weight: bold;
}
#priceList_wrapper tbody tr td h3 {
  font-size: 14px;
  text-transform: none !important;
  padding: 0;
  margin: 0;
}
#priceList_wrapper tbody tr td .inclusions {
  font-size: 14px;
  padding-bottom: 1rem;
}
#priceList_wrapper tbody tr td .inclusions h3 {
  color: var(--bs-green);
}
#priceList_wrapper tbody tr td .exclusions {
  font-size: 14px;
}
#priceList_wrapper tbody tr td .exclusions h3 {
  color: var(--warn);
}
#priceList_wrapper tbody tr td .container img {
  width: 100%;
  max-width: 220px;
  display: block;
  padding-right: 1rem;
}/*# sourceMappingURL=price-list.css.map */