.cmp-allergen-encyclopedia #column-headings {
  display: grid;
  grid-template-columns: 15fr 35fr 35fr 15fr;
  column-gap: 20px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: HelveticaNeueLTStd-Bd;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia #column-headings {
    display: none;
  }
}
.cmp-allergen-encyclopedia #ae-search-wrapper {
  background-color: #00677F;
  padding: 25px;
  text-align: center;
}
.cmp-allergen-encyclopedia #ae-search-wrapper #searchWrapper {
  max-width: 968px;
  margin: 0 auto;
  position: relative;
}
.cmp-allergen-encyclopedia #ae-search-wrapper #searchWrapper::before {
  content: '\f002';
  font-family: "Font AWesome 6 Pro";
  position: absolute;
  left: 13px;
  top: calc(50% - 11px);
  font-size: 14px;
  color: #7F7F7F;
}
.cmp-allergen-encyclopedia #ae-search-wrapper #searchWrapper input {
  padding: 13px 13px 13px 38px;
  width: 100%;
  border: 0;
  border-radius: 3px;
}
.cmp-allergen-encyclopedia #ae-search-wrapper #searchWrapper input::placeholder {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.cmp-allergen-encyclopedia #mobile-filter-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.41;
  background: #222222;
  z-index: 10000;
  display: none;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia #mobile-filter-backdrop.open {
    display: block;
  }
}
.cmp-allergen-encyclopedia #mobile-filters-btn {
  display: none;
  border: 1px solid #979797;
  border-radius: 3px;
  font-size: 14px;
  color: #7F7F7F;
  padding: 5px 10px;
  cursor: pointer;
}
.cmp-allergen-encyclopedia #mobile-filters-btn i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia #mobile-filters-btn {
    display: inline-block;
  }
}
.cmp-allergen-encyclopedia #mobile-type-key {
  display: none;
  margin-top: 15px;
}
.cmp-allergen-encyclopedia #mobile-type-key .key {
  margin-right: 26px;
  color: #222222;
}
.cmp-allergen-encyclopedia #mobile-type-key .key span {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia #mobile-type-key {
    display: flex;
    align-items: center;
  }
}
.cmp-allergen-encyclopedia #ae-filter-wrapper {
  background-color: #ffffff;
  margin-top: 32px;
  z-index: 10001;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia #ae-filter-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.2);
    padding: 28px 28px 0 28px;
    margin-top: 0;
  }
  .cmp-allergen-encyclopedia #ae-filter-wrapper.open {
    display: block;
  }
  .cmp-allergen-encyclopedia #ae-filter-wrapper.open #filterCloseBtn {
    margin-bottom: 10px;
    color: #7F7F7F;
    opacity: 1 !important;
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 25px;
  }
  .cmp-allergen-encyclopedia #ae-filter-wrapper.open .mobile-filter-controls {
    display: flex;
  }
  .cmp-allergen-encyclopedia #ae-filter-wrapper .filter-section {
    max-height: calc(100vh - 175px);
    overflow-y: scroll;
  }
  .cmp-allergen-encyclopedia #ae-filter-wrapper .filter-category:first-of-type {
    margin-top: 0;
  }
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-controls {
  font-size: 14px;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia #ae-filter-wrapper .filter-controls {
    display: none;
  }
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-controls .filters-text {
  margin-right: 5px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-controls .clear-filters-btn {
  font-family: HelveticaNeue;
  color: #1E8AE7;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 5px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .mobile-filter-controls {
  display: none;
  margin: 20px 0;
  align-items: center;
  justify-content: space-between;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .mobile-filter-controls #clearFiltersBtn {
  font-size: 14px;
  color: #1E8AE7;
  cursor: pointer;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .mobile-filter-controls #showResultsBtn {
  font-family: HelveticaNeue-Bold;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #e71316;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-category {
  font-family: HelveticaNeue-Medium;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 43px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper #filterCloseBtn {
  display: none;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filters {
  margin-top: 10px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown {
  position: relative;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown.has-children::after {
  content: '\f107';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown.has-children .filter-dropdown-header {
  cursor: pointer;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown.has-children.open::after {
  content: '\f106';
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown.has-children.open .filter-dropdown-body {
  display: block;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown .filter-dropdown-header {
  font-size: 14px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown .filter-dropdown-header label {
  font-family: HelveticaNeue-Bold;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter-dropdown .filter-dropdown-body {
  display: none;
  margin-left: 38px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .filter .filter {
  margin-left: 38px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper input[type="checkbox"] {
  opacity: 0;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 1px solid #C9C8C8;
  margin: 0 !important;
  cursor: default;
  z-index: 1;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
  color: #E71316;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .checkmark {
  display: flex;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border: 1px solid #C9C8C8;
  font-family: 'FontAwesome';
  content: '\f0c8';
  font-size: 20px;
  align-items: center;
  justify-content: center;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper .checkmark:after {
  display: none;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 15px;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper label {
  font-family: HelveticaNeue;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0 !important;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.cmp-allergen-encyclopedia #ae-filter-wrapper label.type-label::after {
  content: attr(data-count);
  color: #C9C8C8;
  letter-spacing: 0;
  line-height: 22px;
  margin-left: 5px;
  font-weight: 400;
}
.cmp-allergen-encyclopedia .ae-table-wrapper {
  margin-top: 33px;
}
.cmp-allergen-encyclopedia .ae-table-wrapper thead th {
  background-color: #ffffff;
  font-family: HelveticaNeue-Bold;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergens {
  position: relative;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen {
  border: 1px solid #C9C8C8;
  box-shadow: 0 1px 2px 0 rgba(34, 34, 34, 0.1);
  border-radius: 3px;
  margin: 7px 0;
  display: grid;
  column-gap: 10px;
  grid-template-columns: 15fr 35fr 35fr 15fr;
  padding: 18px !important;
  align-items: center;
  width: 100%;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen.showing-category {
  margin-top: 50px;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen .category-section {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen .property {
  text-align: left;
  color: #222222;
  font-size: 16px;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen .property a {
  font-size: 16px;
  color: #1E8AE7;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen .property:last-of-type {
  text-align: right;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia .ae-table-wrapper .allergen {
    grid-template-columns: 1fr;
  }
  .cmp-allergen-encyclopedia .ae-table-wrapper .allergen .property {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 5px;
    text-align: left !important;
  }
  .cmp-allergen-encyclopedia .ae-table-wrapper .allergen .property::before {
    content: attr(data-label);
    display: inline-block;
    font-family: "HelveticaNeueBold", sans-serif !important;
  }
}
.cmp-allergen-encyclopedia .ae-table-wrapper .allergen .test-code {
  display: flex;
  align-items: center;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .category-section {
  margin-bottom: 10px;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .category-section[data-count="0"] {
  display: none;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .category-section .category-name {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 0 8px;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia .ae-table-wrapper .category-section .category-name {
    text-align: left;
    padding-left: 0;
  }
  .cmp-allergen-encyclopedia .ae-table-wrapper .category-section .category-name span {
    padding-left: 0 !important;
  }
}
.cmp-allergen-encyclopedia .ae-table-wrapper .category-section .category-name span {
  background: #fff !important;
  font-family: HelveticaNeue-Medium;
  font-size: 12px;
  color: #7F7F7F;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
  padding: 0 8px;
  position: relative;
  z-index: 10;
}
.cmp-allergen-encyclopedia .ae-table-wrapper .category-section .category-name hr {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: calc(50% - 1px);
  color: #EEEEEE;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 40px 0;
}
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer .dt-info {
  color: #222;
}
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer .dt-paging-button {
  border: 0;
  background: transparent;
  color: #222222;
  font-size: 16px;
  margin: 0 5px;
}
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer .dt-paging-button:hover,
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer .dt-paging-button.current {
  border-bottom: 2px solid #e71316;
}
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer .dt-paging-button.previous,
.cmp-allergen-encyclopedia .ae-table-wrapper #ae_footer .dt-paging-button.next {
  border: 1px solid #dcdcdc;
  line-height: 1;
  color: #7F7F7F;
}
.cmp-allergen-encyclopedia #page-numbers {
  display: inline-block;
}
.cmp-allergen-encyclopedia .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cmp-allergen-encyclopedia .pagination {
    flex-direction: column;
  }
  .cmp-allergen-encyclopedia .pagination #results-count {
    margin-bottom: 13px;
  }
}
.cmp-allergen-encyclopedia .pagination-button {
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #222222;
  font-size: 16px;
  margin: 0 5px;
  padding: 0 5px;
  display: inline-block;
  cursor: pointer;
}
.cmp-allergen-encyclopedia .pagination-button:hover,
.cmp-allergen-encyclopedia .pagination-button.active {
  border-bottom: 2px solid #e71316;
}
.cmp-allergen-encyclopedia .pagination-button.prev,
.cmp-allergen-encyclopedia .pagination-button.next {
  border: 1px solid #dcdcdc;
  line-height: 1;
  color: #7F7F7F;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cmp-allergen-encyclopedia .pagination-button .arrow-btn {
  font-size: 12px;
}
.cmp-allergen-encyclopedia .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
}
.cmp-allergen-encyclopedia .whole .dot {
  background-color: #e71316;
}
.cmp-allergen-encyclopedia .component .dot {
  background-color: #00677f;
}
