.page-footer {
  background: var(--brand1);
}
.page-footer .footer.content [data-content-type="column-line"] {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  width: 100% !important;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column[data-pb-style] {
  width: 100% !important;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column:nth-of-type(odd):last-of-type {
  grid-column-start: 1;
  grid-column-end: 5;
  width: 100% !important;
  text-align: center;
  margin-bottom: 0;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column:nth-of-type(odd):last-of-type[data-pb-style] {
  width: 100% !important;
}
header.page-header .header.content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px;
}
header.page-header .header.content:before,
header.page-header .header.content:after {
  display: none;
}
header.page-header .header.content .logo-wrapper {
  margin-left: auto;
  margin-right: auto;
}
header.page-header .header.content .logo-wrapper .nav-toggle {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
header.page-header .header.content .logo-wrapper .logo {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
header.page-header .header.content .navigation {
  display: none;
}
header.page-header .header.content .customer-tools {
  display: none;
}
header.page-header .header.content .minicart-wrapper {
  position: static;
}
header.page-header .header.content .minicart-wrapper .action.showcart {
  position: absolute;
  top: 15px;
  right: 5px;
}
header.page-header .header.content .minicart-wrapper .action.showcart .text {
  display: none;
}
.intentionally .blank {
  display: none;
}
.nav-open {
  overflow: hidden;
}
.nav-open #feefo-service-review-floating-widgetId {
  display: none;
}
.nav-open .nav-toggle:after {
  display: block;
}
.nav-open .nav-sections {
  left: 0;
  display: block;
  z-index: 1000;
}
.nav-toggle:after {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.nav-sections {
  transition: left 0.3s;
  height: 100%;
  left: calc(-1 * (100% - 54px));
  overflow: auto;
  position: fixed;
  top: 0;
  width: calc(100% - 54px);
  display: block;
}
.nav-sections .section-item-title {
  background: var(--greylight);
  display: grid;
  height: 100%;
  align-items: center;
  float: left;
  text-align: center;
  width: 33.33%;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  opacity: 1;
}
.nav-sections .section-item-title:first-of-type {
  border-right: 1px solid #c6c6c6;
}
.nav-sections .section-item-title.active {
  background: var(--white);
  border-bottom-color: transparent;
}
.nav-sections .section-item-title a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  display: block;
}
.nav-sections .nav-sections-item-content {
  padding-top: 10px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  margin-top: 45px;
  width: 100%;
  max-height: calc(100vh - (10px * 2.5));
  overflow-y: auto;
}
.nav-sections .nav-sections-item-content[aria-hidden="false"] > * {
  display: inherit;
}
.nav-sections nav.cms-nav {
  background: var(--white);
}
.nav-sections nav.cms-nav label.level-top {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
.nav-sections nav.cms-nav ul.level0 {
  border-top: none;
  width: 100%;
  margin-top: 20px;
}
.nav-sections nav.cms-nav ul.level1 {
  margin-top: 20px;
}
.nav-sections nav.cms-nav ul li.active > .level-top {
  border: none;
}
.nav-sections nav.cms-nav ul li .level-top:after {
  display: none;
  content: "";
}
.nav-sections nav.cms-nav ul li [name="level-top-check"]:checked ~ .level-top-toggle {
  transform: rotate(180deg);
}
.nav-sections nav.cms-nav ul li [name="level-top-check"]:checked ~ ul {
  height: initial;
  display: block;
}
.nav-sections nav.cms-nav ul li .level-top-toggle {
  width: 24px;
  height: auto;
  background-image: url("../media/chevron-down.svg");
  background-position: center center;
  background-size: cover;
  opacity: .5;
  display: block;
}
.nav-sections nav.cms-nav ul li > ul {
  height: 0;
  overflow: hidden;
  display: none;
}
.nav-sections nav.cms-nav ul li.parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.nav-sections nav.cms-nav ul li.parent a.level-top {
  order: 1;
}
.nav-sections nav.cms-nav ul li.parent .level-top-toggle {
  order: 2;
  margin-right: 5px;
}
.nav-sections nav.cms-nav ul li.parent > ul {
  order: 3;
  width: 100%;
  flex: 1 0 100%;
  margin-top: 5px;
}
.nav-sections nav.cms-nav ul li.level0 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  border-top: none;
  padding-top: 0;
  padding-right: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.nav-sections nav.cms-nav ul li.level0 a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  display: block;
}
.nav-sections nav.cms-nav ul li.level1 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.nav-sections nav.cms-nav ul li.level1:last-of-type {
  margin-bottom: 0;
}
.nav-sections nav.cms-nav ul li.level1 > a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  padding: 0;
}
.nav-sections nav.cms-nav ul li.level2 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.nav-sections nav.cms-nav ul li.level2:last-of-type {
  margin-bottom: 0;
}
.nav-sections nav.cms-nav ul li.level2 > a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  padding: 0;
}
.nav-sections [id="store.links"] {
  width: 100%;
}
.nav-sections [id="store.links"] .header.links {
  display: block;
  padding-top: 20px;
}
.nav-sections [id="store.links"] .header.links li {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  border-top: none;
  padding-top: 0;
  padding-right: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.nav-sections [id="store.links"] .header.links li a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  border-top: none;
}
.minicart-wrapper .ui-dialog .block-minicart .minicart-items-wrapper {
  max-height: 50vh;
}
