#freeze-height {
  display: none;
}
.section-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #bebebe;
}
.grid-6-cols .section-heading.lprh:first-child {
  border-top: none;
}
.node-3071 .grid-6-cols .section-heading.lprh:first-child {
  border-top: solid 1px #bebebe;
}
.section-heading.lprh {
  align-items: baseline;
}

/* By default, the heading container div has a border top, use this class to remove that border */
.section-heading:nth-of-type(1) {
  border: none;
}
.section-heading.no-brdr {
  border: none;
}
.section-heading.no-brdr.mrgn-top {
  margin-top: 1em;
}
.section-heading:first-child * {
  margin-top: 0;
}
.node-3071 .section-heading:first-child * {
  margin-top: 1.5em;
}
.section-heading * {
  margin: 1.5em 0 1em;
}
.section-heading h1 {
  font-weight: 500;
  font-size: 1.5em;
}
.section-heading h1 > a {
  line-height: 0;
}
.section-heading .vall {
  font-weight: 500;
  font-size: 1.125em;
}
.section-heading:has(+ .section-subtitle) h1,
.section-heading:has(+ .section-subtitle) a {
  margin-bottom: 0;
}
.section-subtitle{
  font-size: 1.1em;
  margin: 1.1em 0 1.6em;
  grid-column: 1 / 7;
}
.section-subtitle p {
  line-height: 1.4em;
}

.section-heading.lprh.subh{
  border: 0;
  justify-content: unset;
  column-gap: 0.75rem;
}.section-heading.lprh.subh h2{
  font-size: 1.35rem;
  font-weight: 500;
}.section-heading.lprh.subh .caption{
  font-size: 1.1rem;
}.section-heading.subh *{
  margin-top: 0;
}.grid + .section-heading.lprh.subh{
  margin-top:0.4rem;
}
@media screen and (max-width: 768px) {
  .section-heading.lprh.subh h2{
     margin-right: 0.75rem;
     font-size: 1.3125rem;
  }.section-heading.lprh.subh .caption{
    font-size: 1rem;
  }.section-heading.lprh.subh{
    display: block;
    padding-top: 0;
    margin-top: 0;
  }.section-heading.lprh.subh *{
    display: inline-block;
  }

}

/* Product Card: overall template for the product cards, can edit and use variations as need be */
.info-card {
  position: relative;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .info-card {
    margin-bottom: 2.5em;
  }
  .section-heading {
    align-items: flex-end;
    padding-top: 2.5em;
    margin-top: 1em;
  }
  .section-heading:first-child {
    padding-top: 0;
    margin-top: 1em;
  }
  .anchor ~ .section-heading {
    align-items: center;
  }
  .section-heading a {
    font-weight: 500;
    margin-top: -0.2em;
  }
}
.info-card h1,
.info-card h2,
.info-card h1 a,
.info-card h2 a {
  font-weight: 500;
  margin-top: 0.7em;
}
/* By default, h3s are italic*/
.info-card h3 {
  font-style: italic;
  font-weight: 100;
  margin-bottom: 0.5em;
  font-size: var(--paragraph-font-size);
}
.info-card h1 + p {
  margin-top: 0.3em;
}
.info-card h1 + p + p {
  margin-top: 0.8em;
}
.info-card h1 + p + p + p {
  margin-top: 1.2em;
}
.views-row .info-card p {
  font-weight: 300;
  max-width: 100%;
}
.info-card a {
  text-decoration: none;
  color: #595959;
}
.info-card .center {
  margin-top: 0.5em !important;
}
.info-card .center h1 a {
  font-size: var(--heading-primary);
  font-weight: 500;
}
.info-card .price {
  font-weight: 600;
  font-size: 1.1em;
  margin: 1em 0;
}
.grid-3-cols .info-card p {
  max-width: 80%;
}
@media screen and (max-width: 430px) {
  
  .info-card p {
    max-width: 90%;
  }
  .grid-3-cols .info-card p {
    max-width: 90%;
  }
}
h1.heading-large {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
p.paragraph-large {
  font-size: 1.1em;
}
.lalign {
  text-align: left;
}

/* used in the kitchen catalogue page for the page headings */
.brdr-wrap {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 1em 0;
  margin-bottom: 1em;
}
.brdr-wrap h1,
.brdr-wrap h2 {
  font-weight: 500;
}
.sub {
  margin: 1em 0;
  max-width: 550px;
}

/* If container is a flex item, then this class can be used to push elements to opposite sides of the container */
.flex.jc-sb {
  justify-content: space-between;
}

/* Editorial: used for sections where there is an article, can also be used with the 'CENTER' class to center certain elements */
.editorial .double-columns {
  line-height: 1.5em;
}
.editorial.brdr-wrap .section-heading {
  padding-top: 0;
}
.editorial .section-heading {
  padding-top: 2em;
}
editorial .section-heading h1 {
  font-size: var(--heading-primary);
}
.editorial .center .section-heading {
  padding-top: 0;
}
.editorial.lalign .center {
  text-align: left !important;
  margin-top: 2.8em;
}
.editorial.lalign.heading-large h1,
.editorial h1,
.editorial h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}
.editorial.lalign .center .section-heading h1 {
  margin-inline: 0;
}
.editorial.lalign p:not(:last-child) {
  margin-bottom: 1.6em;
}
.editorial .double-columns {
  column-count: 2;
  font-weight: 300;
  margin-bottom: 2.8em;
}
.editorial img {
  margin-bottom: 2.8em;
}
.editorial .cta {
  max-width: 40%;
  margin-inline: auto;
  margin-top: 3.6em;
}
.editorial .cta p {
  max-width: 95%;
}
.editorial .cta a {
  font-size: 1em;
  text-decoration: underline;
  color: #898989;
}
.editorial .vidResp {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  margin: 0.9em 0 2.8em;
}
.node-3071 .editorial .vidResp {
  margin: 0.9em 0 1.8em;
}
.editorial .vidResp iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.editorial .double-columns h2 {
  margin: 0 0 0.8em;
}
@media screen and (max-width: 768px) {
  .editorial .double-columns {
    column-count: 1;
  }
  .editorial .cta {
    max-width: 100%;
  }
}
.editorial.added-padding .center p {
  max-width: 630px;
  margin-inline: auto;
}

/* SIDENAV: used for the kitchen catalogue pages*/
.side-nav {
  position: absolute;
  z-index: 9;
  width: 100%;
  max-width: 244px;
  margin: 0;
  padding: 0;
  transition: margin 0.1s, padding 0.1s ease, all 0.1s;
}
.side-nav.sticky {
  position: fixed;
}
.side-nav li {
  padding: 0.4em 0;
}
.side-nav li a {
  white-space: nowrap;
}
.side-nav li a.active {
  font-weight: 600;
}
.side-nav .wrapper {
  display: none;
}
.side-nav.stuck {
  position: absolute;
  bottom: 1%;
  top: revert !important;
}

@media screen and (max-width: 768px) {
  .side-nav {
    position: static;
    display: block;
    margin: 0 !important;
  }
  .side-nav .fixed-ul {
    display: none;
  }
  .side-nav .wrapper {
    display: block;
    background-color: #fff;
  }
  .side-nav .hddn-content ul li {
    list-style: none !important;
    padding-left: 1em;
  }
  .side-nav.sticky {
    max-width: 100%;
    top: 8.5%;
    left: 0%;
  }
  .side-nav.sticky .dropdown-container .hddn-content ul li {
    padding-left: 1em;
  }
  .side-nav.sticky .dropdown-container .hddn-content ul li::before {
    display: none;
  }
}
.page-templates {
  position: fixed;
  bottom: 0%;
  right: 0%;
  padding: 1em 1.5em;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.2em;
}
.page-templates li {
  padding: 0.1em 0;
}

/* Box is used to create the boxes for the review page of the checkout process */
.box {
  margin-bottom: 1em;
}
.box.brdr {
  border: 1px solid #e5e5e5;
  padding: 1em;
}

/* Used to change the flex directions of flex items to top down rather than side by side */
.flex.column {
  flex-direction: column;
}
.btn {
  display: block;
  padding: 10px !important;
  text-align: center;
}
.btn.btn-grey {
  background-color: var(--main-font-color);
  color: #fff;
}
.btn.btn-grey:hover {
  text-decoration: none;
}
.mainTitle {
  margin: 4.7em 0;
}
.mainTitle + .section-heading h1 {
  margin: 0 0 1em;
}
.mainTitle + .section-heading .vall {
  margin: 0 0 1.275em;
}
.mainTitle p a {
  text-decoration: underline;
  color: var(--main-link-color);
}
.mainTitle {
  margin: 3em 0;
}

/*Design page left aligned top paragraph styling - .page-left */
.page-left,
.page-left .mainTitle.center,
.page-left .mainTitle.center h1,
.page-left .mainTitle.center p {
  text-align: left;
}
.page-left .mainTitle.center,
.page-left .mainTitle.center h1,
.page-left .mainTitle.center p {
  margin-left: 0;
  margin-right: 0;
}
.page-left .mainTitle.center p {
  max-width: 640px;
}

@media screen and (max-width: 430px) {
  .page-left .mainTitle.center p {
    width: 90%;
  }
}

.mainTitle h1 {
  font-size: 1.5em;
  line-height: 1.2em;
}

.node-3071 .mainTitle h1 {
  line-height: 1.4em;
}

.mainTitle.center p {
  margin-top: 1em;
}

@media only screen and (min-width: 378px) and (max-width: 460px) {
  .mainTitle.mcenter {
    padding-inline: 2.5em;
  }
}

@media screen and (max-width: 380px) {
  .mainTitle h1 {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .mainTitle *:not(:last-child) {
    margin-bottom: 0.7em;
  }
  .mainTitle + .section-heading {
    border-top: none;
  }
  .relative {
    position: relative;
  }
  .catalogue-cta {
    padding: 1.8em 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .mainTitle h1 br,
  .mainTitle p br {
    display: none;
  }
  .mainTitle p {
    max-width: 100%;
  }
  .section-heading h1 {
    margin-top: 0;
  }
  .mainTitle h1 {
    font-size: 1.8em;
    line-height: 1.2;
  }
  .mainTitle.mcenter h1 {
    padding-right: 0;
  }
  .node-3071 .mainTitle h1 {
    font-size: 1.4em;
    line-height: 1.5;
  }
}

/* Sebastian Cox Kitchen page title padding to affect two-line break position */
@media only screen and (min-width: 462px) and (max-width: 491px) {
  .page-taxonomy-term-4 .mainTitle h1 {
    padding-right: 3.3em;
  }
}
@media only screen and (min-width: 427px) and (max-width: 462px) {
  .page-taxonomy-term-4 .mainTitle h1 {
    padding-right: 2.2em;
  }
}
@media only screen and (min-width: 389px) and (max-width: 427px) {
  .page-taxonomy-term-4 .mainTitle h1 {
    padding-right: 1.1em;
  }
}
.copyright * {
  color: var(--main-link-color);
}
.copyright h2 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.copyright span {
  font-size: 0.8em;
}

/* Text block css 12.12.22 */
.txtBlock p {
  margin-top: 1em;
}
