.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: #faf9f8;
  font-family: roboto, sans-serif;
  color: #343434;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: museo, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: museo, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: museo, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: museo, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 32px;
  color: #343434;
  line-height: 1.7;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: museo, sans-serif;
  color: #c2402b;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 4px;
  font-family: museo, sans-serif;
  font-weight: 300;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.container {
  position: relative;
  max-width: 1200px;
}

.container.mb-90 {
  margin-bottom: 90px;
}

.container.prefooter {
  z-index: 1;
  padding-bottom: 240px;
}

.container.breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
  padding-top: 61px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb-logo-wrapper {
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 192px;
  min-width: 180px;
  margin-top: -10px;
  margin-right: 24px;
  margin-bottom: -24px;
  padding: 40px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
}

.bb-logo-wrapper.logo-wrapper-grilln {
  padding-top: 47px;
  padding-bottom: 47px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
}

.hero-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 640px;
  padding-right: 32px;
  padding-left: 32px;
}

.hero-section.hero-bottom {
  display: block;
  height: 100%;
  min-height: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.subpage-header {
  height: 50vh;
  min-height: 580px;
}

.fill-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.fill-image.round {
  border-radius: 8px;
}

.fill-image.fill-image-bottom {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  max-height: none;
  margin-bottom: 0px;
  padding-top: 0px;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.section {
  padding: 144px 32px;
}

.section:focus {
  box-shadow: 1px 1px 3px 0 #000;
}

.section.groen {
  background-color: #a3ad96;
}

.section.groen.py-borders {
  position: relative;
  padding-top: 88px;
  padding-bottom: 216px;
}

.section.groen.py-borders.tabs {
  padding-top: 41px;
}

.section.prefooter {
  position: relative;
  padding-bottom: 0px;
}

.section.prefooter.pt-80 {
  padding-top: 80px;
}

.section.maps {
  position: relative;
  min-height: 480px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.py-borders {
  position: relative;
  padding-top: 173px;
  padding-bottom: 216px;
}

.section.pb-borders {
  position: relative;
  padding-top: 72px;
  padding-bottom: 216px;
}

.section.groen {
  background-color: #a3ad96;
}

.section.groen.py-borders {
  position: relative;
  padding-bottom: 216px;
}

.section.groen.py-borders.tabs {
  margin-top: -20px;
  padding-top: 41px;
}

.section.product-hero {
  position: relative;
}

.section.grey-grilln {
  background-color: #1c1c1c;
}

.section.relative {
  position: relative;
}

.section.pt-0 {
  padding-top: 0px;
}

.section.py-less {
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-grid.cat-grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.category-navigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  margin-bottom: 0px;
  color: #fff;
}

.category-navigation-wrapper.cat-nav-wrap-grilln {
  font-family: Montserrat, sans-serif;
}

.category-navigation-wrapper.sticky {
  top: 160px;
}

.block {
  display: inline-block;
}

.vier-blok-wrapper {
  padding: 32px;
  border-radius: 8px;
  background-color: #343434;
  -webkit-transition-duration: 225ms;
  transition-duration: 225ms;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.vier-blok-wrapper:hover {
  background-color: #c2402b;
  box-shadow: 1px 1px 44px -16px rgba(0, 0, 0, 0.55);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.vier-blok-wrapper:active {
  background-color: #343434;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.vier-blok-wrapper.categorie-blok {
  width: 100%;
  padding-bottom: 54px;
  background-color: #a3ad96;
  background-image: url('../images/paint-brush-licht.svg');
  background-position: 0px 102%;
  background-size: 500px;
  background-repeat: repeat-x;
  color: #343434;
}

.vier-blok-wrapper.categorie-blok:hover {
  background-color: #343434;
  box-shadow: none;
  color: #fff;
}

.vier-blok-wrapper.categorie-blok.cat-blok-grilln {
  border-radius: 0px;
  background-color: #fff;
  background-image: none;
}

.vier-blok-wrapper.categorie-blok.cat-blok-grilln:hover {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.vier-blok-wrapper.product-blok {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #d6d2cd;
  color: #343434;
  cursor: auto;
}

.vier-blok-wrapper.product-blok:hover {
  box-shadow: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.vier-blok-wrapper.product-blok.grilln-product-blok {
  border-radius: 0px;
  background-color: #343434;
  color: #fff;
}

.button {
  padding: 16px 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: #c2402b;
  border-radius: 6px;
  background-color: #c2402b;
  background-image: url('../images/arrow_right.svg');
  background-position: 115% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: museo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button:hover {
  padding-right: 44px;
  padding-left: 20px;
  border-color: #b2341f;
  background-color: #b2341f;
  background-position: 92% 50%;
}

.button:active {
  padding-right: 32px;
  padding-left: 32px;
  background-position: 115% 50%;
}

.button.mt-2 {
  margin-top: 24px;
}

.button.mt-2.btn-grilln {
  border-radius: 0px;
}

.button.mt-2.btn-grilln:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.button.outline {
  background-color: transparent;
  color: #343434;
}

.button.outline:hover {
  border-color: #c2402b;
  background-color: #c2402b;
  color: #fff;
}

.button.product-button {
  width: 100%;
  margin-top: auto;
  border-width: 0px;
  background-color: #fff;
  color: #343434;
}

.button.product-button:hover {
  border-color: #c2402b;
  background-color: #c2402b;
  color: #fff;
}

.button.product-button.button-grilln {
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.button.cta {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  border-width: 0px;
  background-color: #5a9674;
  color: #fff;
  text-align: center;
}

.button.cta:hover {
  border-color: #c2402b;
  background-color: #ff9914;
  color: #343434;
}

.button.submit {
  margin-top: 27px;
}

.button.checkout-cart {
  margin-top: 10px;
  border-color: #5a9674;
  border-right-width: 0px;
  background-color: #5a9674;
}

.button.checkout-cart:hover {
  border-color: #ff9914;
  background-color: #ff9914;
  color: #343434;
}

.button.btn-utility {
  width: 100%;
}

.button.versturen {
  margin-top: 16px;
}

.button.checkout-button {
  border-color: #5a9674;
  background-color: #5a9674;
}

.button.checkout-button:hover {
  border-color: #4b8b67;
  background-color: #4b8b67;
}

.button.br-none {
  border-radius: 0px;
}

.button.br-none.invoeren {
  max-width: 140px;
}

.button.update-cart {
  border-color: #a3ad96;
}

.button.update-cart:hover {
  border-color: #8d997c;
  background-color: #8d997c;
}

.button.bekijk-winkelwagen {
  border-color: #5a9674;
  background-color: #5a9674;
}

.button.bekijk-winkelwagen:hover {
  border-color: #4b8b67;
  background-color: #4b8b67;
}

.footer {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
  background-color: #343434;
}

.bb-logo-wrapper-footer {
  top: 0px;
  z-index: 1;
  margin-bottom: -24px;
  padding: 40px 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
}

.bb-logo-wrapper-footer.wrapper-footer-grilln {
  top: -18px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 10px;
  background-color: #d6d2cd;
}

.footer-grid {
  margin-bottom: 48px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
}

.footer-heading.ftr-heading-grilln {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.openingstijden {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  font-family: roboto, sans-serif;
  color: #fff;
  list-style-type: none;
}

.openingstijden.openingstijden-grilln {
  font-family: roboto, sans-serif;
  color: #000;
  font-size: 15px;
}

.footer-link {
  display: block;
  margin-bottom: 16px;
  font-family: roboto, sans-serif;
  color: #fff;
}

.footer-link:hover {
  color: #a3ad96;
}

.footer-link.footer-link-grilln {
  color: #000;
}

.footer-link.footer-link-grilln:hover {
  color: #c2402b;
}

.footer-contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  font-family: museo, sans-serif;
  color: #fff;
  line-height: 1.8;
}

.footer-contact-link:hover {
  color: #a3ad96;
}

.footer-icon {
  max-width: 24px;
  min-width: 20px;
  margin-right: 20px;
}

.subfooter {
  margin-top: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}

.dropdown-list-full-wrapper {
  padding-right: 32px;
  padding-left: 32px;
  border-top: 1px none rgba(40, 51, 56, 0.11);
  background-color: #d6d2cd;
}

.dropdown-list-full-wrapper.full-wrapper-grilln {
  background-color: #f5f5f5;
}

.hoofdnavigatie {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
}

.navigation-column {
  padding-top: 64px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-nav {
  max-height: 95vh;
}

.full-navigatie {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-navigatie.full-navigatie-grilln {
  height: 83px;
  background-color: #fff;
}

.dropdown {
  position: static;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
}

.menu-icon-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-mob {
  background-color: transparent;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigatie-rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-icon {
  width: 72px;
  border-radius: 8px;
}

.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 70%;
  right: 0px;
  bottom: auto;
  padding-top: 28px;
  background-color: transparent;
  box-shadow: 28px 28px 25px 0 rgba(40, 51, 56, 0.04);
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hoofdnavigatie-toggle {
  padding: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo, sans-serif;
  color: #fff;
}

.hoofdnavigatie-toggle:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 25px;
}

.menu-title {
  margin-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
  color: #343434;
  font-size: 14px;
  font-weight: 700;
}

.menu-title.menu-title-grilln {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6d2cd;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.two-column-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-column-grid.product-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.two-column-grid.larger-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

.lightbox-link {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.trigger {
  position: static;
  width: 40px;
  padding: 11px 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-list-link {
  width: 100%;
  text-align: center;
}

.dropdown-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -24px;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d6d2cd;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-arrow.grillin {
  background-color: #f5f5f5;
  color: #f5f5f5;
}

.hoofdnavigatie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.hoofdnavigatie-link:hover {
  opacity: 0.6;
}

.hoofdnavigatie-link.w--current {
  color: #a3ad96;
}

.hoofdnavigatie-link.home {
  min-width: 40px;
}

.hoofdnavigatie-link.home:hover {
  opacity: 0.8;
}

.hoofdnavigatie-link.search {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hoofdnavigatie-link.grilln-bakker {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.hoofdnavigatie-link.grilln-bakker.grilln-hide {
  display: none;
}

.nav-right-icon {
  width: 20px;
}

.nav-right-icon.search-icon {
  width: 29px;
  height: 29px;
}

.text-indent {
  text-indent: -9999999px;
}

.text-indent.display-none {
  display: none;
}

.dropdown-link {
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  font-family: museo, sans-serif;
  color: #fff;
  font-size: 14px;
}

.dropdown-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.dropdown-link.w--current {
  color: #d6d2cd;
}

.dropdown-link.dropdown-link-grillin {
  padding-right: 12px;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.dropdown-link.dropdown-link-grillin.grilln {
  color: #000;
  font-weight: 700;
}

.paint-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  max-width: none;
  min-width: 100%;
}

.paint-border.paint-border-top {
  top: -51px;
  bottom: auto;
  min-width: 100%;
}

.paint-border.paint-border-top.rotate-border {
  top: -5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paint-border.y-100 {
  top: 0px;
  bottom: auto;
  -webkit-transform: translate(0px, -96%);
  -ms-transform: translate(0px, -96%);
  transform: translate(0px, -96%);
}

.category-title {
  margin-top: 0px;
  color: #343434;
  font-size: 33px;
  line-height: 1.3;
}

.category-title.cat-title-grilln {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.category-title.mb-24 {
  margin-bottom: 24px;
}

.vier-blok-image {
  height: auto;
  max-height: 80px;
  margin-bottom: 8px;
}

.price {
  margin-bottom: 32px;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 40px;
  font-weight: 700;
}

.image-wrapper-fill {
  position: relative;
  width: 100%;
  height: 120%;
  min-height: 320px;
  border-radius: 8px;
}

.white {
  color: #fff;
}

.green {
  color: #a3ad96;
}

.aanbieding {
  position: absolute;
  z-index: 1;
  display: inline-block;
  margin-top: 24px;
  margin-left: -24px;
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #ff9914;
  font-family: museo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.aanbieding.aanbieding-slider {
  margin-top: 63px;
  padding-top: 12px;
}

.aanbieding.aanbieding-slider.aanbieding-grilln {
  z-index: 3;
  margin-top: 24px;
  border-radius: 0px;
  background-color: #c2402b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.review-overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.review-star {
  width: 40px;
  margin-right: 8px;
}

.review-star-heading {
  margin-top: 12px;
  font-family: museo, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.review-star-link {
  display: inline-block;
  margin-top: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #343434;
}

.link-border {
  width: 0%;
  height: 1px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #343434;
}

.link-border.left {
  margin-left: 0px;
}

.link-border.left.white {
  background-color: #fff;
}

.image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.contact-footer-grid {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.webwinkelkeurmerk-reviews-wrapper {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(52, 52, 52, 0.4);
}

.two-column-grid-copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.google-maps {
  position: absolute;
  left: 0%;
  top: 240px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prefooter-wrapper {
  border-bottom-left-radius: 8px;
}

.bold {
  font-weight: 700;
}

.link-with-border {
  display: inline-block;
  margin-top: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: roboto, sans-serif;
  color: #343434;
}

.link-with-border.white {
  color: #fff;
}

.prefooter-wrapper-grijs {
  margin-top: 66px;
  padding: 48px;
  border-bottom-left-radius: 8px;
  background-color: #d6d2cd;
}

.prefooter-paint-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 60%;
  min-width: 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
}

.footer-heading-2.ftr-heading-grilln {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  font-family: museo, sans-serif;
  line-height: 1.8;
}

.subfooter-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subfooter-usp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subfooter-usp-heading {
  margin-bottom: 9px;
  color: #fff;
  font-size: 14px;
}

.subfooter-usp-heading.usp-heading-grilln {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.subfooter-usp-icon {
  width: 32px;
  margin-right: 12px;
}

.whatsapp-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
  z-index: 999;
}

.hoofdnavigatie-link-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.hoofdnavigatie-link-mob:hover {
  opacity: 0.6;
}

.hoofdnavigatie-link-mob.w--current {
  color: #99d715;
}

.dropdown-list-link-mobile {
  width: 100%;
  text-align: center;
}

.gasfles-absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 520px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.inline-url {
  font-family: roboto, sans-serif;
  color: #343434;
  text-decoration: underline;
}

.inline-url:hover {
  color: #a3ad96;
}

.contact-section {
  padding-top: 144px;
  padding-right: 32px;
  padding-left: 32px;
}

.contact-grid {
  grid-column-gap: 48px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-wrapper {
  position: relative;
  margin-top: -80px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  font-family: museo, sans-serif;
  color: #343434;
  line-height: 1.8;
  font-weight: 700;
}

.contact-link:hover {
  color: #a3ad96;
}

.google-maps-contact {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  min-height: 480px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-form {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 48px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #a3ad96;
}

.small-paint-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
}

.small-paint-border.contact-border {
  position: static;
  -webkit-transform: translate(0px, 1%);
  -ms-transform: translate(0px, 1%);
  transform: translate(0px, 1%);
}

.contact-wrapper {
  position: relative;
  padding-bottom: 80px;
}

.prefooter-grid {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gasfles-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -80px;
  border-radius: 8px;
}

.gasfles-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-glasfles {
  margin-bottom: 80px;
  padding: 144px 32px;
}

.section-glasfles.dark {
  position: relative;
  padding-top: 96px;
  padding-bottom: 192px;
  background-color: #343434;
}

.breadcrumb-slash {
  padding-right: 16px;
  padding-left: 16px;
}

.breadcrumb-slash.grillin-slash {
  color: #fff;
}

.breadcrumb-link {
  color: #343434;
  font-weight: 700;
}

.breadcrumb-link:hover {
  color: #c2402b;
}

.breadcrumb-link.breadcrumb-link-grilln {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.een-blok-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.breadcrumb-section {
  position: relative;
  z-index: 9;
  margin-bottom: -104px;
  padding-top: 80px;
  padding-right: 32px;
  padding-left: 32px;
}

.cat-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-link {
  color: #343434;
  font-size: 16px;
  font-weight: 700;
}

.cat-link:hover {
  color: #c2402b;
}

.cat-link.grilln-cat-link {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.twee-blok-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.twee-blok-grid.titel-filter {
  margin-bottom: 15px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.dropdown-toggle {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 1px 1px 17px -6px rgba(52, 52, 52, 0.16);
}

.dropdown-toggle.w--open {
  border-radius: 9px;
}

.dropdown-list-2 {
  background-color: #a3ad96;
}

.dropdown-list-2.w--open {
  margin-top: 5px;
  border-radius: 9px;
  background-color: #d6d2cd;
}

.dropdown-link-state {
  font-family: roboto, sans-serif;
}

.dropdown-link-state:hover {
  background-color: #c2402b;
  color: #fff;
  font-weight: 700;
}

.vier-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.vier-grid.product-blok {
  margin-bottom: 104px;
}

.vier-grid.product-blok.gerelateerd {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vier-grid.category-blok {
  margin-bottom: 104px;
}

.product-title {
  text-align: left;
}

.product-title.grilln-product-title {
  font-family: Montserrat, sans-serif;
}

.product-card-description {
  font-family: roboto, sans-serif;
  font-size: 14px;
  text-align: left;
}

.product-card-description.product-card-description-grilln {
  color: #fff;
}

.product-card-description p {
  margin-bottom: 0px;
}

.product-card-description h1 {
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description h2 {
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-img-wrapper {
  position: relative;
  width: 100%;
  height: 256px;
  border-radius: 0px;
  background-color: #fff;
}

.image-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: auto;
  padding: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination-number {
  margin-top: -52px;
}

.pagination-link {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  color: #343434;
  font-size: 16px;
  font-weight: 700;
}

.pagination-link:hover {
  color: #c2402b;
  font-weight: 700;
}

.pagination-link.pagination-active {
  border-bottom: 3px solid #c2402b;
  color: #c2402b;
}

.chevron-left {
  padding-right: 12px;
}

.chevron-right {
  padding-left: 12px;
}

.category-title-small {
  display: none;
  font-size: 33px;
}

.filter-wrapper {
  margin-top: 45px;
  color: #343434;
}

.checkbox-label-2 {
  margin-top: 1px;
  margin-bottom: 0px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 14px;
}

.checkbox-label-2:hover {
  color: #c2402b;
  font-weight: 300;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: -20px;
  border-width: 1px;
  border-color: #343434;
  border-radius: 3px;
}

.checkbox:hover {
  border-radius: 2px;
  background-color: transparent;
  opacity: 1;
}

.checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: #343434;
  background-color: transparent;
  background-image: url('../images/check.svg');
  background-size: contain;
  -webkit-transition: opacity 175ms ease;
  transition: opacity 175ms ease;
}

.checkbox.w--redirected-focus {
  border-width: 1px;
  box-shadow: none;
}

.product-card-title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.product-card-price {
  font-family: Montserrat, sans-serif;
}

.text-red {
  color: #c2402b;
}

.pre-price {
  margin-bottom: -8px;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 21px;
  font-weight: 700;
  text-decoration: line-through;
}

.product-usp {
  margin-bottom: 42px;
  padding-top: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1.5fr;
  grid-template-columns: 0.25fr 1.5fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.product-usp.usp-tabs {
  height: 0px;
}

.heading-3 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #343434;
  font-size: 16px;
}

.image-3 {
  background-color: transparent;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.tabs-menu {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #d6d2cd;
}

.tab {
  padding: 16px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: rgba(38, 65, 60, 0.07);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.tab.w--current {
  padding: 16px 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  font-family: museo, sans-serif;
  color: #343434;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-heading-black {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.tab-content {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 12px;
}

.tabs-content {
  padding: 40px 40px 60px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.div-block-2 {
  position: relative;
  z-index: 1;
  height: 10px;
  background-color: #d6d2cd;
  color: #d6d2cd;
}

.div-block-2.div-block-2-grilln {
  background-color: #000;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.bold-text-2.pr-title-mobile {
  display: none;
}

.slide-1 {
  background-image: url('../images/KJO_Hero_DSC_3462.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.mask {
  overflow: hidden;
  height: 510px;
  border-radius: 12px;
}

.icon {
  color: #c2402b;
}

.icon-2 {
  color: #c2402b;
}

.slide-2 {
  background-image: url('../images/kj-joetisserie.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.slider {
  height: 510px;
  border-radius: 12px;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  grid-column-gap: 80px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  font-family: museo, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.input-text {
  height: 48px;
  margin-bottom: 17px;
  padding-top: 6px;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.input-text:focus {
  background-color: #fff;
  box-shadow: 4px 4px 20px -4px rgba(0, 0, 0, 0.35);
}

.error-message-7 {
  color: #f03;
  font-weight: 400;
}

.cart-button {
  position: relative;
  padding: 0px;
  background-color: transparent;
}

.cart-button:hover {
  opacity: 0.7;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
}

.default-state {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-list {
  display: none;
  overflow: scroll;
  max-height: 85vh;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

.cart-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart-container {
  min-width: 440px;
  box-shadow: 0 2px 6px 0 rgba(24, 24, 29, 0.1);
}

.link-9 {
  color: #343434;
  font-size: 11px;
  text-decoration: none;
}

.web-payments-2 {
  display: none;
}

.mini-cart-list {
  padding-left: 0px;
  border: 1px none #000;
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px 32px;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

.cart-product-name {
  margin-top: 0px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.empty-state {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid #eee;
  background-color: #eee;
  color: #18181d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.empty-state.dark-cart-empty-state {
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #fff;
  color: #343434;
}

.remove-button {
  margin-top: 5px;
  opacity: 0.5;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-header {
  position: relative;
  width: 100%;
  padding: 64px 32px 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-bottom-color: #2c2c33;
  background-color: #fff;
  color: #343434;
}

.cart-close-icon {
  width: 21px;
  height: 21px;
  opacity: 0.5;
}

.paypal {
  display: none;
  margin-bottom: 15px;
}

.cart-item-2 {
  width: 100%;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-button {
  width: 56px;
  height: 56px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.close-button:hover {
  background-size: 20px;
}

.cart-quantity-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}

.cart-wrapper {
  padding-left: 8px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: rgba(219, 75, 104, 0.05);
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cart-line-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-transform: none;
}

.cart-wrap {
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
}

.image-36 {
  width: 80px;
  height: 90px;
}

.button-color {
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px 20px;
  background-color: #dab162;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-size: 13px;
  font-weight: 300;
}

.button-color:hover {
  background-color: #e2bb6f;
}

.button-color.green {
  display: block;
  width: 100%;
  margin-right: 0px;
  background-color: #3e6d63;
}

.button-color.add-to-cart {
  width: 100%;
  padding: 20px 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid transparent;
  border-radius: 9px;
  background-color: #5a9674;
  background-image: url('../images/winkelmand.svg');
  background-position: 93% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-family: museo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button-color.add-to-cart:hover {
  background-color: #4b8b67;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.button-color.add-to-cart.grilln-add-to-cart {
  border-radius: 0px;
  background-color: #c2402b;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.button-color.add-to-cart.grilln-add-to-cart:hover {
  background-color: #ac321f;
  color: #fff;
}

.web-payment-button {
  height: 48px;
  margin-bottom: 15px;
  border-radius: 0px;
}

.cart-item-info {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cart-remove-link {
  color: #c9002b;
}

.empty-cart-text {
  text-transform: none;
}

.option-list {
  margin-bottom: 5px;
}

.cart-product-price {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-38 {
  margin-bottom: 0px;
  font-family: museo, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.cart-option-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  background-color: #ececec;
  color: #18181d;
}

.text-field.cart-input {
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #2c2c33;
  border-radius: 0px;
  background-color: transparent;
  color: #333;
  text-align: center;
}

.minicart-info {
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.variations-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: -20px;
  margin-left: -5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #c2402b;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
}

.cart-quantity.grilln-quantity {
  position: absolute;
  left: auto;
  top: 10px;
  right: -16px;
  bottom: auto;
}

.cart-product-image {
  width: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
}

.cart-form-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #343434;
}

.out-of-stock-state-product-page {
  padding: 0px;
  background-color: transparent;
}

.price-wrapper {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.price-wrapper.mb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: left;
}

.price-large {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.price-large.on-sale-regular-price {
  display: inline-block;
  padding-right: 16px;
  font-size: 20px;
  text-decoration: line-through;
}

.price-large.on-sale-regular-price.grilln-on-sale {
  color: #fff;
}

.price-large.on-sale {
  display: inline-block;
  font-size: 40px;
}

.price-large.on-sale.grilln-price {
  color: #fff;
}

.hero-heading-wrapper {
  position: relative;
  top: 0px;
  max-width: 570px;
}

.hero-heading-wrapper.left {
  width: 100%;
  max-width: none;
}

.hoeveelheid {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-color: transparent;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.11);
  color: #343434;
  font-size: 16px;
  text-align: center;
}

.hoeveelheid:focus {
  border-color: #a3ad96;
}

.hoeveelheid.grilln-hoevelheid {
  border-radius: 0px;
}

.product-gallery {
  height: 100%;
}

.large-grid-contact {
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.large-grid-contact.fullheight {
  height: 100%;
  grid-column-gap: 64px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
}

.grid-4 {
  margin-top: 12px;
  grid-column-gap: 16px;
  -ms-grid-columns: 0.25fr 0.75fr;
  grid-template-columns: 0.25fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #343434;
  font-weight: 700;
}

.section-heading.product {
  margin-bottom: 24px;
}

.section-heading.product.grilln-product {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.section-heading.grilln-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.option-list-2 {
  margin-top: 32px;
}

.text-block-125 {
  color: #9f5177;
}

.product-arrow {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.product-arrow:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.add-to-cart-main-wrapper {
  padding-top: 0px;
}

.error-message-6 {
  font-family: Lato, sans-serif;
  color: #9e0000;
  text-align: center;
}

.product-small-thumbnail {
  width: 100px;
  height: 100px;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-small-thumbnail.active {
  width: 102px;
  height: 102px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 7px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.product-small-thumbnail.active.grilln-thumb {
  border-radius: 0px;
}

.product-slider {
  overflow: hidden;
  height: 550px;
  border-radius: 15px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}

.product-slider.grilln-slider {
  border-radius: 0px;
}

.featured-image-block {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-slide {
  border-radius: 15px;
}

.product-tabs-content {
  min-height: 300px;
  padding: 80px 40px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.product-tabs-content.product-tabs-content-grilln {
  border-radius: 0px;
}

.product-tab {
  padding: 16px 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: rgba(38, 65, 60, 0);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.product-tab.w--current {
  padding: 16px 40px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  font-family: museo, sans-serif;
  color: #343434;
  text-align: center;
  text-transform: none;
}

.product-tab.grilln-tab {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-tab.grilln-tab.w--current {
  border-radius: 0px;
  font-weight: 800;
}

.section-center-wrapper {
  max-width: 700px;
  margin-bottom: 24px;
  margin-left: 0px;
}

.aanbieding-wrapper {
  position: absolute;
  z-index: 1;
  display: inline-block;
  margin-top: 24px;
  margin-left: -24px;
  padding: 12px 32px;
  border-radius: 8px;
  background-color: #ff9914;
  font-family: museo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.aanbieding-wrapper.aanbieding-slider {
  z-index: 9;
  margin-top: 24px;
  padding-top: 12px;
  padding-right: 48px;
  padding-left: 48px;
  font-size: 14px;
}

.select-field {
  min-height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #d6d2cd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.field-label-3 {
  font-family: museo, sans-serif;
  color: #343434;
}

.option {
  margin-bottom: 21px;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper-2 {
  margin-bottom: 104px;
}

.product-introduction {
  color: #343434;
  line-height: 1.7;
}

.product-introduction.grilln-product-description {
  color: #fff;
}

.customer-info {
  border-radius: 0px;
}

.web-payments-3 {
  border-radius: 0px;
}

.order-summary {
  border-radius: 0px;
}

.block-content {
  margin-bottom: 40px;
  padding: 40px 32px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.block-header {
  display: block;
  padding: 32px;
  border-width: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #d6d2cd;
}

.block-header.white-bg {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.option-list-3 {
  display: none;
}

.text-block-127 {
  font-family: museo, sans-serif;
  font-weight: 700;
}

.form-field-checkout {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  border-color: #d6d2cd;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 14px;
}

.form-field-checkout:active {
  border-width: 2px;
  border-color: #d6d2cd;
  box-shadow: 1px 1px 17px -20px rgba(0, 0, 0, 0.06);
}

.form-field-checkout:focus,
.form-field-checkout.-wfp-focus {
  border-width: 2px;
  border-color: #d6d2cd;
  box-shadow: 1px 1px 17px 0 transparent;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 1.25fr;
  grid-template-columns: 0.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-content-3 {
  display: block;
}

.tabs-menu-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  min-width: 25%;
  margin-right: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-tabs {
  width: 100%;
  margin-bottom: 15px;
  padding: 16px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #c2402b;
  border-radius: 6px;
  background-color: transparent;
  background-image: url('../images/arrow_right.svg');
  background-position: 110% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: museo, sans-serif;
  color: #343434;
  font-weight: 700;
  text-align: center;
}

.button-tabs:hover {
  padding-right: 44px;
  padding-left: 20px;
  border-color: #b2341f;
  background-color: #b2341f;
  background-position: 92% 50%;
  color: #fff;
}

.button-tabs.w--current {
  width: 100%;
  background-color: #c2402b;
  color: #fff;
}

.text-block-130 {
  font-family: Montserrat, sans-serif;
}

.body {
  background-color: #000;
}

.grilln-navigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
}

.footer-grilln {
  padding-right: 32px;
  padding-left: 32px;
  background-color: #fff;
}

.ftr-text-grilln {
  font-family: roboto, sans-serif;
}

.ftr-text-grilln.ftr-link-grilln {
  color: #000;
}

.ftr-text-grilln.ftr-link-grilln:hover {
  color: #c2402b;
}

.text-block-131 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.cat-grilln-title {
  font-family: Montserrat, sans-serif;
}

.final-footer-grid {
  padding-top: 18px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.final-footer-white {
  font-size: 11px;
}

.final-footer-white.footer-grilln {
  padding-right: 0px;
  padding-left: 0px;
  color: #343434;
}

.final-footer-rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}

.final-footer-rechts.footer-rechts-grilln {
  color: #343434;
}

.afix-logo-link {
  background-image: none;
  opacity: 1;
  cursor: pointer;
}

.final-footer-afix-logo {
  margin-top: -1px;
  margin-left: 5px;
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

.final-footer-afix-logo.afix-logo-grilln {
  -webkit-filter: invert(83%);
  filter: invert(83%);
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs.grillin-crumbs {
  color: #fff;
}

.breadcrumbs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-category-cl {
  display: -ms-grid;
  display: grid;
  margin-bottom: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-feed-cl {
  display: -ms-grid;
  display: grid;
  margin-bottom: 104px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-price {
  margin-top: auto;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.product-price.grilln-price {
  font-family: Montserrat, sans-serif;
}

.product-price.inline-price {
  display: inline-block;
  margin-bottom: 0px;
}

.product-price.on-sale-regular-price {
  display: inline;
  margin-bottom: 0px;
  font-size: 16px;
  text-decoration: line-through;
}

.product-price.on-sale-regular-price.grilln-price-small {
  font-family: Montserrat, sans-serif;
}

.product-feed-ci {
  position: relative;
}

.product-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  margin-bottom: 32px;
  color: #343434;
  line-height: 1.7;
}

.paragraph.mb-0 {
  margin-bottom: 0px;
}

.paragraph.white {
  color: #fff;
}

.related-product-feed-cl {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.empty {
  padding: 0px;
  background-color: transparent;
}

.on-sale-price-wrapper {
  display: inline-block;
  margin-right: 16px;
}

.product-usp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usp-icon {
  width: 100%;
  max-width: 32px;
  min-width: 24px;
  margin-right: 24px;
}

.usp-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #343434;
  font-size: 16px;
}

.usp-heading.grilln-usp-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.usp-heading.grilln-usp-heading-dark {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.usps-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.usps-wrapper.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide-nav {
  display: none;
}

.product-tabs {
  z-index: 2;
  margin-bottom: -360px;
}

.product-tabs.grilln-tabs {
  margin-bottom: 0px;
}

.product-tab-heading {
  margin-top: 0px;
}

.product-tab-heading.grilln-tab-heading {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.product-tab-rich-text p {
  margin-bottom: 24px;
}

.product-tab-rich-text h1 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.product-tab-rich-text ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

.product-tab-rich-text li {
  padding-left: 8px;
}

.product-tab-rich-text h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 28px;
}

.product-tab-rich-text h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 26px;
}

.product-tab-rich-text h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 24px;
}

.product-tab-rich-text h5 {
  margin-top: 32px;
  margin-bottom: 8px;
}

.product-tab-rich-text h6 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 20px;
}

.product-tab-rich-text a {
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.product-tab-rich-text a:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #aa2f1b;
}

.product-tab-rich-text ul {
  margin-bottom: 32px;
  padding-left: 0px;
  list-style-type: none;
}

.product-tab-rich-text blockquote {
  margin-bottom: 24px;
  padding: 8px 24px;
  border-left-color: #a3ad96;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
}

.tab-content-grid {
  grid-column-gap: 48px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.winkelmand-heading {
  font-family: museo, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.winkelmand-featured-image {
  position: relative;
  overflow: hidden;
  width: 96px;
  height: 96px;
  min-height: 96px;
  min-width: 96px;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.image-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-fill._404-bg {
  z-index: -2;
  max-width: none;
}

.winkelmand-product-title {
  font-family: museo, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.winkelmand-quantity {
  display: inline-block;
  margin-right: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
}

.remove-link {
  margin-top: 4px;
  font-size: 12px;
  text-decoration: none;
}

.winkelmand-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.subtotal {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

.winkelmand-total-price {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: museo, sans-serif;
  color: #343434;
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
}

.login-title {
  margin-bottom: 24px;
  color: #343434;
  font-size: 33px;
  line-height: 1.5;
}

.contact-form-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-top: 10%;
  padding: 48px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #a3ad96;
}

._2-col-grid {
  grid-column-gap: 80px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vier-blok-wrapper-heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.current-grillin-page {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.collection-list {
  width: 100%;
}

.bb-product-title {
  margin-bottom: 24px;
  color: #343434;
}

.crumb-grilln {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.grilln-subtitle {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

._2-col-grid-ww {
  grid-column-gap: 80px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message-2 {
  background-color: transparent;
}

.winkelmand-pagina-totaal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.table-header-label {
  margin-bottom: 0px;
  opacity: 1;
  font-family: museo, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px none #000;
}

.winkelmand-cart {
  width: 100%;
}

.text-block-126 {
  font-family: museo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cart-totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.top-checkout {
  position: relative;
  display: block;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity-input {
  width: auto;
  height: auto;
  max-width: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(52, 52, 52, 0.1);
  border-radius: 8px;
  text-align: center;
}

.table-header-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #343434;
  color: #fff;
}

.table-header-data.product {
  padding-left: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 8px;
  background-color: #343434;
  text-align: left;
}

.table-header-data.th-last {
  border-top-right-radius: 8px;
}

.table-header-data.quantity {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.empty-winkelmand-wrapper {
  padding: 81px 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.text-block-81 {
  margin-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 16px;
  text-align: right;
}

.remove-product {
  width: 15px;
  height: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #c2402b;
  background-image: url('../images/001-close.svg');
  background-position: 50% 50%;
  background-size: 5px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.remove-product:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.table-row-data {
  margin-bottom: 0px;
  padding: 16px 20px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid #faf9f8;
}

.table-row-data.product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.table-row-data.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.table-row-data.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
}

.table-row-data.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  background-color: #fff;
}

.winkelwagen-title-link {
  color: #343434;
  font-size: 21px;
}

.winkelwagen-title-link:hover {
  color: #c2402b;
}

.cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advanced {
  font-size: 12px;
}

.price-amount-final {
  font-family: museo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.price-amount-final.per-product {
  color: #d6d2cd;
}

.product-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.update-cart {
  border-radius: 8px;
  background-color: #a3ad96;
  font-family: museo, sans-serif;
}

.update-cart:hover {
  background-color: #c2402b;
}

.error-message-8 {
  margin-top: 34px;
  padding: 12px;
  border-radius: 8px;
  background-color: #c2402b;
  color: #fff;
}

.fill-image-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.paint-border-about {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  max-height: 150px;
  max-width: none;
  min-width: 100%;
}

.paint-border-about-green {
  position: static;
  left: 0%;
  top: -40px;
  right: 0%;
  max-height: 150px;
  max-width: none;
  min-width: 100%;
  margin-bottom: -2px;
}

.checkout-form {
  padding: 0px;
  background-color: transparent;
}

.hero-heading {
  margin-top: 10px;
  font-family: museo, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  text-shadow: 4px 4px 18px #000;
}

.hero-heading._404-head {
  margin-top: 0px;
  color: #fff;
  font-size: 160px;
  line-height: 0.8;
  font-weight: 700;
}

.overlay-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.overlay-copy._404-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(0%, rgba(0, 0, 0, 0.95)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95) 0%, transparent);
  opacity: 1;
}

.section-heading-wrap {
  padding-right: 32px;
  padding-left: 32px;
}

.hero-content {
  text-align: center;
}

.container-3 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  font-style: normal;
}

.container-3.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  margin-top: 28px;
}

.image-40 {
  color: #343434;
}

.text-block-136 {
  font-size: 18px;
}

.filter-by-toggle {
  height: 100%;
  margin-bottom: 0px;
  padding: 12px 16px;
  border: 0px solid #000;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 1px 17px -6px rgba(52, 52, 52, 0.16);
}

.my-account-page {
  display: -ms-grid;
  display: grid;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.33fr 1fr;
  grid-template-columns: 0.33fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.my-account-content-wrapper-2 {
  padding-left: 40px;
}

.button.dashboard {
  width: 100%;
  margin-bottom: 24px;
  background-color: #fff;
  background-image: url('../images/arrow_right_rood.svg');
  color: #343434;
  text-align: center;
}

.button.dashboard:hover {
  color: #c2402b;
}

.forgot-password {
  display: block;
  margin-top: 16px;
  color: #343434;
}

.succes-bericht {
  padding: 24px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
  line-height: 1.8;
  text-align: left;
}

.fout-bericht {
  margin-top: 24px;
  padding: 12px 24px;
  border-left: 4px solid #c2402b;
  background-color: transparent;
  font-weight: 700;
}

.dark-link {
  color: #343434;
  font-weight: 700;
  text-decoration: underline;
}

.dark-link:hover {
  color: #c2402b;
}

.button-with-medal {
  grid-column-gap: 24px;
  -ms-grid-columns: minmax(210px, 0.6fr) 1fr;
  grid-template-columns: minmax(210px, 0.6fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 64px 31px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-w-100 {
  width: 100%;
  border-radius: 8px;
}

.hout-wrapper {
  position: relative;
  width: 100%;
}

.link-block {
  color: #c2402b;
}

.link-block:hover {
  color: #343434;
  text-decoration: underline;
}

.winkelwagen-pagina-featured {
  position: relative;
  overflow: hidden;
  width: 96px;
  height: 96px;
  min-height: 96px;
  min-width: 96px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.coupon-input {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border: 0px solid #000;
}

.winkelmand-total-price.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.empty-winkelmand-heading {
  margin-bottom: 24px;
}

.coupon-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.coupon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.winkelmand-label {
  display: none;
  font-size: 15px;
}

.breadcrumbs-wrapper-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.empty-cart-state {
  display: block;
  width: 100%;
  padding: 24px;
  font-family: museo, sans-serif;
  line-height: 20px;
}

.mb-32 {
  margin-bottom: 32px;
}

.webwinkel-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
}

.add-to-cart-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-img-wrapper {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.hide-option-list {
  display: none;
}

.add-to-cart {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.quick-add {
  max-width: 54px;
  min-height: 54px;
  min-width: 54px;
  margin-left: 12px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-color: #5a9674;
  background-color: #5a9674;
  background-image: url('../images/add-to-cart.svg');
  background-position: 50% 50%;
  background-size: 32px;
  text-indent: -99999px;
}

.button.quick-add:hover {
  border-color: #4b8b67;
  background-color: #4b8b67;
  background-size: 34px;
}

.button.quick-add.grilln-quick-add {
  border-color: #c2402b;
  border-radius: 0px;
  background-color: #c2402b;
}

.button.quick-add.grilln-quick-add:hover {
  border-color: #b2341f;
  background-color: #b2341f;
}

.default-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mt-auto {
  width: 100%;
  margin-top: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.aanbieding-small {
  position: absolute;
  z-index: 1;
  display: inline-block;
  margin-top: 12px;
  margin-left: -12px;
  padding: 8px 24px;
  border-radius: 6px;
  background-color: #ff9914;
  font-family: museo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.aanbieding-small.grillin-aanbieding {
  border-radius: 0px;
  background-color: #c2402b;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.niet-op-voorraad-small {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  margin-top: 12px;
  margin-left: -12px;
  padding: 8px 24px;
  border-radius: 6px;
  background-color: #d6d2cd;
  font-family: museo, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.niet-op-voorraad-small.grillin-niet-op-voorraad {
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #343434;
  text-transform: uppercase;
}

.niet-op-voorraad-small.grilln-static {
  position: static;
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.out-of-stock-state {
  margin-top: auto;
  padding: 0px;
  background-color: transparent;
}

.error-state {
  margin-top: 16px;
  border-radius: 6px;
  background-color: rgba(52, 52, 52, 0.2);
}

.error-state.grilln-error {
  color: #fff;
}

.button.bekijk-winkelwagen {
  width: 100%;
  margin-bottom: 16px;
  background-color: #fff;
  color: #5a9674;
  text-align: center;
}

.button.bekijk-winkelwagen:hover {
  color: #fff;
}

.checkout-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

.checkout-wrapper {
  margin-right: 32px;
}

.checkout-page {
  width: 100%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.inline {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
}

.search-query {
  display: inline-block;
  padding-left: 8px;
  font-family: museo, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-inline {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
}

.delete-search-query {
  padding: 8px 16px 8px 24px;
  border-radius: 6px;
  background-color: rgba(163, 173, 150, 0.2);
}

.close-search-query {
  opacity: 0.8;
}

.close-search-query-link {
  margin-left: 16px;
}

.close-search-query-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pagination-arrow {
  width: 40px;
  height: 40px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-color: #c2402b;
  border-radius: 4px;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 4px;
  background-repeat: no-repeat;
}

.pagination-arrow:hover {
  background-size: 5px;
}

.pagination-arrow.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination-arrow.grilln-arrow {
  border-radius: 0px;
  background-color: #c2402b;
  background-image: url('../images/arrow_right_wit.svg');
}

.pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paginatie {
  overflow: hidden;
}

.aantal-pagina-s {
  width: auto;
  margin-top: 0px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.aantal-pagina-s.grilln-pagina-nummers {
  color: #fff;
}

.search-wrapper {
  height: auto;
}

.search-dropdown {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(52, 52, 52, 0.7);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.close-search-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.close-search-wrapper:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.product-card-description-for-grilln {
  font-family: roboto, sans-serif;
  font-size: 14px;
  text-align: left;
}

.product-card-description-for-grilln.product-card-description-grilln {
  color: #fff;
}

.product-card-description-for-grilln p {
  margin-bottom: 0px;
  color: #fff;
}

.product-card-description-for-grilln h1 {
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description-for-grilln h2 {
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description-for-grilln h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description-for-grilln h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description-for-grilln h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.product-card-description-for-grilln h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roboto, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.text-mb-24 {
  margin-bottom: 24px;
}

.hero-subheading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  text-shadow: 4px 4px 18px #000;
}

.hero-subheading._404-head {
  margin-top: 0px;
  color: #fff;
  font-size: 160px;
  font-weight: 700;
}

.dark-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(52, 52, 52, 0)));
  background-image: linear-gradient(0deg, #000, rgba(52, 52, 52, 0));
}

.niet-op-voorraad-static {
  z-index: 1;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 6px;
  background-color: #d6d2cd;
  font-family: museo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.niet-op-voorraad-static.grillin-niet-op-voorraad {
  font-family: Montserrat, sans-serif;
  color: #343434;
  text-transform: uppercase;
}

.right-arrow {
  position: absolute;
  z-index: 1;
}

.thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image {
  width: 100px;
  height: 100px;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.active {
  opacity: 1;
}

.usb-wrapper {
  display: -ms-grid;
  display: grid;
  margin: 32px auto;
  padding-top: 32px;
  padding-bottom: 32px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid rgba(163, 173, 150, 0.2);
  border-bottom: 1px solid rgba(163, 173, 150, 0.2);
}

.mijn-account-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 48px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #a3ad96;
}

.mijn-account-border {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.mijn-account-border.contact-border {
  position: static;
  -webkit-transform: translate(0px, 1%);
  -ms-transform: translate(0px, 1%);
  transform: translate(0px, 1%);
}

.dashboard-menu {
  display: block;
  padding: 16px 32px 16px 24px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 1px solid rgba(52, 52, 52, 0.2);
  background-color: transparent;
  background-image: url('../images/arrow_right.svg');
  background-position: 115% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #343434;
}

.dashboard-menu:hover {
  padding-right: 44px;
  padding-left: 16px;
  border-bottom-color: #fff;
  background-position: 92% 50%;
  color: #fff;
  font-weight: 700;
}

.dashboard-menu.mt-2 {
  margin-top: 24px;
}

.dashboard-menu.mt-2.btn-grilln {
  border-radius: 0px;
}

.dashboard-menu.mt-2.btn-grilln:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.dashboard-menu.outline {
  background-color: transparent;
  color: #343434;
}

.dashboard-menu.outline:hover {
  border-color: #c2402b;
  background-color: #c2402b;
  color: #fff;
}

.dashboard-menu.product-button {
  width: 100%;
  margin-top: auto;
  border-width: 0px;
  background-color: #fff;
  color: #343434;
}

.dashboard-menu.product-button:hover {
  border-color: #c2402b;
  background-color: #c2402b;
  color: #fff;
}

.dashboard-menu.product-button.button-grilln {
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.dashboard-menu.cta {
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  border-width: 0px;
  background-color: #5a9674;
  color: #fff;
  text-align: center;
}

.dashboard-menu.cta:hover {
  border-color: #c2402b;
  background-color: #ff9914;
  color: #343434;
}

.dashboard-menu.submit {
  margin-top: 27px;
}

.dashboard-menu.checkout-cart {
  margin-top: 10px;
  border-color: #5a9674;
  border-right-width: 0px;
  background-color: #5a9674;
}

.dashboard-menu.checkout-cart:hover {
  border-color: #ff9914;
  background-color: #ff9914;
  color: #343434;
}

.dashboard-menu.btn-utility {
  width: 100%;
}

.dashboard-menu.versturen {
  margin-top: 16px;
}

.dashboard-menu.checkout-button {
  border-color: #5a9674;
  background-color: #5a9674;
}

.dashboard-menu.checkout-button:hover {
  border-color: #4b8b67;
  background-color: #4b8b67;
}

.dashboard-menu.br-none {
  border-radius: 0px;
}

.dashboard-menu.br-none.invoeren {
  max-width: 140px;
}

.dashboard-menu.update-cart {
  border-color: #a3ad96;
}

.dashboard-menu.update-cart:hover {
  border-color: #8d997c;
  background-color: #8d997c;
}

.dashboard-menu.bekijk-winkelwagen {
  border-color: #5a9674;
  background-color: #5a9674;
}

.dashboard-menu.bekijk-winkelwagen:hover {
  border-color: #4b8b67;
  background-color: #4b8b67;
}

.afrekenen-usp-heading {
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 14px;
}

.afrekenen-usp-heading.usp-heading-grilln {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.small-usp-description {
  font-size: 12px;
}

.small-usp-description.dark {
  color: #343434;
}

.afrekenen-usp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.usb-wrapper-category-page {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-bottom: 32px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(163, 173, 150, 0.2);
}

.usb-wrapper-category-page.grilln-category-page {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

.category-usp-heading {
  margin-top: 4px;
  margin-bottom: 2px;
  color: #343434;
  font-size: 15px;
}

.category-usp-heading.usp-heading-grilln {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
}

.category-usp-heading.grilln-usp-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.mask-2 {
  border-radius: 15px;
}

.text-indent-hidden {
  display: none;
  text-indent: -9999999px;
}

.order-item-list {
  display: none;
}

.order-confirmation {
  background-color: transparent;
}

.besteld-product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.empty-cart-div {
  display: none;
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

.ordernumber {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-style: italic;
}

.ordernumber.hashtag {
  display: inline-block;
}

.line-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d2cd;
}

.bevestiging-totaal-prijs {
  font-family: museo, sans-serif;
  font-size: 24px;
}

.bevestiging-subtotaal-prijs-copy {
  font-family: museo, sans-serif;
}

.bestelling-sticky {
  top: 140px;
}

.bevestiging-label {
  font-family: museo, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

._2-col-bevestiging-grid {
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bevestiging-grid-wrapper {
  margin-bottom: 0px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.categorie-lees-verder {
  overflow: hidden;
}

.extra-categorie-tekst-wrapper {
  margin-top: -20px;
  margin-bottom: 40px;
}

.extra-categorie-wrapper {
  overflow: hidden;
}

.categorie-list {
  margin-bottom: 32px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(163, 173, 150, 0.2);
}

.categorie-list.grilln-list {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

.inline-block {
  display: inline-block;
}

.extra-items-list-2 {
  height: auto;
}

.extra-item {
  height: 50px;
}

.text-block-137 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-inline-block {
  display: inline-block;
}

.wc-notices {
  z-index: 9999999;
  height: auto;
  min-width: 600px;
}

.notice {
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.notice-message {
  background-color: transparent;
}

.notice-success {
  padding: 12px;
  border-radius: 8px;
  background-color: #5a9674;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.notice-success-message {
  color: #fff;
}

.notice-error {
  padding: 12px;
  border-radius: 8px;
  background-color: #f7d3cd;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.notice-error-message {
  color: #c2402b;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
  border-radius: 100px;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 11px 11px 55px 0 rgba(53, 90, 164, 0.1);
}

.browser_title {
  color: #535353;
  font-size: 14px;
  font-weight: 500;
}

.browser_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.browser-detect {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6d2cd;
}

.ie_logo {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.browser_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.hidden-container {
  display: none;
}

.category-section {
  height: 2px;
  padding-top: 75px;
}

@media screen and (max-width: 991px) {
  .bb-logo-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .bb-logo-wrapper.logo-wrapper-grilln {
    border-radius: 0px;
  }

  .hero-section {
    height: 50vh;
    min-height: 480px;
  }

  .hero-section.hero-bottom {
    min-height: 570px;
  }

  .hero-section.subpage-header {
    height: 40vh;
    min-height: 500px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.groen.py-borders {
    padding-bottom: 192px;
  }

  .section.py-borders {
    padding-top: 72px;
    padding-bottom: 192px;
  }

  .section.pb-borders {
    padding-bottom: 176px;
  }

  .section.groen.py-borders {
    padding-bottom: 192px;
  }

  .intro-grid {
    grid-column-gap: 32px;
  }

  .intro-grid.cat-grid {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .category-navigation-wrapper {
    display: block;
  }

  .category-navigation-wrapper.sticky {
    position: static;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-heading {
    margin-bottom: 32px;
  }

  .hoofdnavigatie {
    display: none;
  }

  .mobile-nav {
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 120px;
    background-color: #d6d2cd;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .mobile-nav.mobile-nav-grilln {
    background-color: #fff;
  }

  .full-navigatie {
    background-color: #fff;
  }

  .dropdown-list-mobile {
    background-color: #fff;
  }

  .dropdown-list-mobile.w--open {
    background-color: #d6d2cd;
  }

  .dropdown-list-mobile.grillin {
    background-color: #f5f5f5;
  }

  .mobile-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-width: 1px;
    border-bottom-color: rgba(52, 52, 52, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .mobile-toggle.w--open {
    border-bottom: 1px solid rgba(52, 52, 52, 0.2);
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .menu-mob {
    padding: 12px 0px;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: transparent;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #343434;
  }

  .navigation-mob.nav-mob-grilln {
    background-color: #fff;
  }

  .navigation-mob.afrekenen-mob {
    min-height: 62px;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
  }

  .menu-icon.icon-grilln {
    color: #343434;
  }

  .navigation-links {
    display: none;
  }

  .navigation-container-mob {
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .mobile-dropdown:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .menu-title {
    margin-top: 0px;
    padding-left: 12px;
  }

  .menu-title.text-grilln {
    font-weight: 500;
  }

  .two-column-grid {
    grid-column-gap: 40px;
  }

  .two-column-grid.product-grid {
    margin-top: 55px;
  }

  .two-column-grid.align-top {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .hoofdnavigatie-link {
    color: #343434;
  }

  .hoofdnavigatie-link.search {
    max-width: 48px;
  }

  .hoofdnavigatie-link.account {
    max-width: 60px;
    min-width: 40px;
  }

  .nav-right-icon.search-icon {
    width: 34px;
    height: 34px;
  }

  .text-indent.hide-tablet {
    display: none;
  }

  .paint-border {
    width: 100%;
  }

  .paint-border.paint-border-top {
    top: -20px;
  }

  .category-title {
    color: #343434;
  }

  .category-title.white {
    color: #fff;
  }

  .category-title.mb-0 {
    margin-bottom: 0px;
  }

  .price {
    color: #343434;
  }

  .image-wrapper-fill {
    height: 100%;
  }

  .review-overview-wrapper {
    padding: 40px;
  }

  .review-star-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-wrapper {
    height: 100%;
  }

  .two-column-grid-copy {
    grid-column-gap: 40px;
  }

  .prefooter-paint-border {
    max-width: none;
    min-width: 100%;
  }

  .subfooter-wrapper {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .whatsapp-icon {
    width: 48px;
  }

  .menu-button-wrapper {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button-wrapper.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .menu-button-wrapper.left.checkout-page {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button-wrapper.rechts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hoofdnavigatie-link-mob {
    display: block;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #343434;
    text-align: left;
  }

  .hoofdnavigatie-link-mob:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
    opacity: 1;
  }

  .hoofdnavigatie-link-mob.w--current {
    color: #c2402b;
    font-weight: 700;
  }

  .hoofdnavigatie-link-mob.link-mob-grilln {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .hoofdnavigatie-link-mob.link-mob-grilln.grilln-mobile {
    font-weight: 700;
  }

  .hoofdnavigatie-link-mob.grilln-bakker {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .hoofdnavigatie-link-mob.grilln-bakker.grilln-hide {
    display: none;
  }

  .mobile-toggle-link {
    width: 70%;
    padding: 20px 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #343434;
  }

  .dropdown-list-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
  }

  .dropdown-list-link-mobile:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .gasfles-absolute {
    max-height: 510px;
    margin-bottom: auto;
  }

  .contact-section {
    padding-top: 80px;
  }

  .contact-form-wrapper {
    margin-top: -32px;
  }

  .gasfles-wrapper {
    margin-top: 0px;
  }

  .gasfles-grid {
    grid-column-gap: 40px;
  }

  .section-glasfles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .breadcrumb-section {
    margin-bottom: -80px;
  }

  .twee-blok-grid.titel-filter.mobile-w-100 {
    margin-top: 32px;
  }

  .vier-grid.product-blok.gerelateerd {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .category-title-small {
    display: block;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
  }

  .grid-3 {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cart-container {
    max-width: 75vw;
    min-width: 560px;
  }

  .empty-state {
    max-width: 738px;
  }

  .cart-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60px;
    min-width: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .cart-wrapper.checkout-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .error-message {
    max-width: 738px;
  }

  .cart-wrap {
    z-index: 99999999;
  }

  .cart-quantity {
    position: absolute;
    left: auto;
    top: -12px;
    right: -12px;
    bottom: auto;
    margin-top: 0px;
    margin-left: 0px;
  }

  .add-to-cart-2 {
    width: 100%;
  }

  .hero-heading-wrapper.left {
    text-align: left;
  }

  .large-grid-contact.fullheight {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-small-thumbnail.active {
    width: 64px;
    height: 64px;
  }

  .product-slider {
    height: 390px;
  }

  .aanbieding-wrapper.aanbieding-slider {
    margin-top: 16px;
    margin-left: -16px;
  }

  .tabs-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tabs-menu-3 {
    position: relative;
    top: 0px;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-grilln {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .footer-grilln {
    padding-right: 32px;
    padding-left: 32px;
  }

  .product-category-cl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-feed-cl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .related-product-feed-cl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .login-title {
    color: #343434;
  }

  ._2-col-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  ._2-col-grid-ww {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .table-header-data.quantity {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .remove-product {
    background-color: #c2402b;
  }

  .table-row-data {
    padding-right: 16px;
    padding-left: 16px;
  }

  .table-row-data.quantity {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .winkelwagen-title-link {
    font-size: 16px;
  }

  .price-amount-final {
    font-size: 16px;
  }

  .paint-border-about {
    width: 100%;
  }

  .paint-border-about-green {
    width: 100%;
  }

  .overlay-copy._404-hero {
    z-index: 1;
  }

  .hout-wrapper {
    height: 100%;
  }

  .winkelwagen-pagina-featured {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
  }

  .coupon-grid {
    justify-items: start;
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
  }

  .coupon-wrapper {
    width: 100%;
  }

  .empty-cart-state {
    max-width: 738px;
  }

  .checkout-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .total-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkout-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inline {
    margin-bottom: 0px;
  }

  .usb-wrapper {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-indication {
    position: absolute;
    left: auto;
    top: 0%;
    right: 24px;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(163, 173, 150, 0.2);
  }

  .button-indication.grilln-toggle {
    border-radius: 0px;
    background-color: rgba(52, 52, 52, 0.05);
  }

  .mobile-arrow {
    width: 8px;
  }

  .usb-wrapper-category-page {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-indent-hidden.hide-tablet {
    display: none;
  }

  ._2-col-bevestiging-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .categorie-list {
    display: none;
  }

  .hide-tablet {
    display: none;
  }

  .wc-notices {
    left: 32px;
    right: 32px;
    bottom: 32px;
    width: auto;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container.prefooter {
    padding-bottom: 160px;
  }

  .bb-logo {
    width: 96px;
  }

  .bb-logo-wrapper {
    max-width: 160px;
    min-width: 80px;
    margin-top: -6px;
    padding: 32px 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .bb-logo-wrapper.logo-wrapper-grilln {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-section {
    height: 30vh;
    min-height: 320px;
  }

  .hero-section.hero-bottom {
    min-height: 410px;
  }

  .hero-section.subpage-header {
    height: 25vh;
    min-height: 360px;
  }

  .section {
    padding: 96px 24px;
  }

  .section.groen.py-borders {
    padding-bottom: 144px;
  }

  .section.py-borders {
    padding-bottom: 144px;
  }

  .section.pb-borders {
    padding-bottom: 110px;
  }

  .section.groen.py-borders {
    padding-bottom: 144px;
  }

  .intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-bottom: 20px;
  }

  .navigation-mob {
    padding-right: 24px;
    padding-left: 24px;
  }

  .two-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-column-grid.product-grid {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hoofdnavigatie-link.search {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hoofdnavigatie-link.account {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-right-icon {
    min-width: 12px;
  }

  .paint-border {
    width: 100%;
    min-width: auto;
  }

  .paint-border.paint-border-top {
    top: -20px;
  }

  .image-wrapper-fill {
    height: 100%;
  }

  .aanbieding {
    margin-top: 16px;
    margin-left: -16px;
  }

  .aanbieding.aanbieding-slider {
    margin-top: 124px;
  }

  .aanbieding.aanbieding-slider.aanbieding-grilln {
    margin-top: 16px;
  }

  .review-overview-wrapper {
    max-width: none;
    min-height: auto;
  }

  .contact-footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-column-grid-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .prefooter-wrapper {
    position: relative;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .prefooter-wrapper-grijs {
    margin-top: 10%;
    margin-bottom: -25px;
  }

  .prefooter-paint-border {
    width: 100%;
    min-width: auto;
  }

  .menu-button-wrapper.rechts {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .gasfles-absolute {
    max-height: 450px;
  }

  .contact-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    margin-bottom: 80px;
  }

  .contact-wrapper {
    padding-bottom: 0px;
  }

  .prefooter-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gasfles-wrapper {
    min-height: 260px;
  }

  .gasfles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-glasfles {
    padding: 96px 24px;
  }

  .breadcrumb-slash.home-breadcrumb {
    display: none;
  }

  .breadcrumb-slash.grillin-slash.breadcrumb-home {
    display: none;
  }

  .breadcrumb-link.breadcrumb-link-grilln.breadcrumb-home {
    display: none;
  }

  .breadcrumb-link.home-breadcrumb {
    display: none;
  }

  .breadcrumb-section {
    margin-bottom: -54px;
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .vier-grid.product-blok {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .vier-grid.product-blok.gerelateerd {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .vier-grid.category-blok {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .pagination-number {
    text-align: left;
  }

  .product-usp.usp-tabs {
    display: none;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-2 {
    height: 6px;
  }

  .bold-text-2 {
    display: block;
  }

  .bold-text-2.pr-title-mobile {
    display: inline;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cart-container {
    max-width: 100%;
    min-width: auto;
  }

  .cart-product-name {
    font-size: 16px;
    line-height: 26px;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .cart-header {
    padding-top: 32px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .cart-item-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .cart-product-image {
    width: 56px;
  }

  .hero-heading-wrapper {
    max-width: none;
  }

  .large-grid-contact {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }

  .large-grid-contact.fullheight {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featured-image-block {
    position: static;
    height: auto;
  }

  .product-tabs-content {
    padding: 48px 32px;
  }

  .product-tab {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
  }

  .aanbieding-wrapper {
    margin-top: 16px;
    margin-left: -16px;
  }

  .aanbieding-wrapper.aanbieding-slider {
    margin-top: 12px;
    margin-left: -12px;
  }

  .tabs-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tabs-menu-3 {
    margin-right: 0px;
  }

  .final-footer-grid {
    display: block;
    justify-items: center;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    text-align: center;
  }

  .copyrights {
    margin-bottom: 5px;
  }

  .final-footer-rechts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumbs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumbs-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-feed-cl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .related-product-feed-cl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-tabs {
    margin-bottom: -240px;
  }

  .product-tab-heading {
    font-size: 28px;
  }

  .tab-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .table-header {
    display: none;
  }

  .quantity-input {
    margin-bottom: 0px;
  }

  .table-row-data {
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }

  .table-row-data.product {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-width: 0px;
  }

  .table-row-data.price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .table-row-data.total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    border-width: 0px;
  }

  .table-row-data.quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
  }

  .winkelwagen-title-link {
    color: #343434;
    font-weight: 700;
  }

  .cart-row {
    display: -ms-grid;
    display: grid;
    margin-bottom: 36px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-radius: 8px;
    background-color: #fff;
  }

  .product-info-wrapper {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .update-cart {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .paint-border-about {
    width: 100%;
    min-width: auto;
  }

  .paint-border-about-green {
    bottom: 971px;
    width: 100%;
    min-width: auto;
  }

  .section-heading-wrap {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .my-account-page {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .my-account-content-wrapper-2 {
    padding-top: 40px;
    padding-left: 0px;
  }

  .search-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .coupon-input {
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .coupon-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .coupon-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .winkelmand-label {
    display: block;
    min-width: 120px;
    margin-right: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: museo, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .empty-cart-state {
    width: 100%;
    max-width: none;
  }

  .product-img-wrapper {
    height: 360px;
  }

  .aanbieding-small {
    margin-top: 16px;
    margin-left: -16px;
  }

  .niet-op-voorraad-small {
    margin-top: 16px;
    margin-left: -16px;
  }

  .niet-op-voorraad-static {
    margin-top: 16px;
    margin-left: -16px;
  }

  .mijn-account-wrapper {
    padding: 32px;
  }

  .wc-notices {
    left: 24px;
    right: 24px;
  }

  .browser-detect {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .bb-logo {
    width: 64px;
  }

  .bb-logo-wrapper {
    max-width: 25%;
    min-width: 48px;
    margin-top: 0px;
    margin-bottom: -24px;
    padding: 24px 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .bb-logo-wrapper.w--current {
    margin-bottom: -8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bb-logo-wrapper.logo-wrapper-grilln {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .hero-section {
    height: 25vh;
    min-height: 240px;
  }

  .hero-section.subpage-header {
    min-height: 280px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.groen.py-borders {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .section.py-borders {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .section.pb-borders {
    padding-bottom: 84px;
  }

  .section.groen.py-borders {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .section.below-tabs {
    padding-bottom: 144px;
  }

  .footer-icon {
    display: none;
  }

  .navigation-mob.afrekenen-mob {
    min-height: 58px;
  }

  .navigation-container-mob {
    height: auto;
  }

  .two-column-grid.product-grid {
    margin-top: 0px;
  }

  .hoofdnavigatie-link {
    min-width: 20px;
    padding: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hoofdnavigatie-link.search {
    max-width: 40px;
    min-width: 32px;
    margin-left: auto;
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hoofdnavigatie-link.account {
    max-width: 40px;
    min-width: 32px;
  }

  .nav-right-icon {
    width: 16px;
    min-width: 10px;
  }

  .nav-right-icon.account-icon {
    min-width: 17px;
  }

  .paint-border.paint-border-top {
    top: -4px;
  }

  .aanbieding.aanbieding-slider {
    margin-top: 192px;
  }

  .review-star {
    width: 32px;
  }

  .review-star-heading {
    font-size: 28px;
  }

  .prefooter-wrapper-grijs {
    margin-bottom: -39px;
  }

  .subfooter-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subfooter-usp-icon {
    margin-top: 4px;
  }

  .menu-button-wrapper.left {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button-wrapper.rechts {
    max-width: 60px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-toggle-link {
    width: 60%;
  }

  .gasfles-absolute {
    max-height: 310px;
  }

  .contact-form {
    padding: 26px;
  }

  .gasfles-wrapper {
    width: 80%;
    min-height: 210px;
  }

  .section-glasfles {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .twee-blok-grid.titel-filter.mobile-w-100 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .vier-grid.product-blok {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .vier-grid.product-blok.gerelateerd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .vier-grid.category-blok {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .tabs-menu {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    height: 0px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cart-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mini-cart-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .cart-header {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .cart-item-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cart-quantity-3 {
    position: absolute;
    right: 5%;
    width: 30px;
    height: 30px;
    border-radius: 20px;
  }

  .cart-wrapper {
    position: relative;
    min-width: 20px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cart-line-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-color {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }

  .text-field.cart-input {
    color: #fff;
  }

  .minicart-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .variations-main-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cart-quantity {
    position: absolute;
    left: auto;
    top: -6px;
    right: -12px;
    bottom: auto;
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .cart-product-image {
    width: 56px;
  }

  .hero-heading-wrapper {
    max-width: none;
  }

  .hero-heading-wrapper.left {
    margin-top: 0px;
  }

  .section-heading {
    font-size: 24px;
  }

  .product-slider {
    height: 260px;
  }

  .featured-image-block {
    position: static;
  }

  .product-tabs-content {
    margin-top: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .product-tab {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .product-tab.w--current {
    border-radius: 12px;
  }

  .block-content {
    padding: 32px 24px;
  }

  .block-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-3 {
    display: block;
  }

  .breadcrumbs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumbs-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-category-cl {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-tab-heading {
    font-size: 24px;
  }

  .winkelmand-heading {
    font-size: 24px;
  }

  .winkelmand-featured-image {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
  }

  .winkelmand-quantity {
    border-radius: 20px;
  }

  .subtotal {
    margin-bottom: 0px;
  }

  .contact-form-copy {
    padding: 26px;
  }

  .winkelmand-pagina-totaal {
    margin-bottom: 20px;
  }

  .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-totals {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .remove-product {
    position: absolute;
    left: -8px;
    top: -8px;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 24px;
    height: 24px;
    background-size: 8px;
  }

  .table-row-data {
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-row-data.product {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-row-data.total {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .table-row-data.quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .product-info-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paint-border-about-green {
    bottom: 1006px;
  }

  .hero-heading._404-head {
    font-size: 110px;
  }

  .block-header {
    padding: 24px;
  }

  .winkelwagen-pagina-featured {
    width: 100%;
    height: 80px;
    min-height: 80px;
    min-width: 100%;
  }

  .coupon-grid {
    justify-items: stretch;
  }

  .winkelmand-label {
    margin-bottom: 4px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .winkelmand-product-title-wrapper {
    width: 100%;
    padding-top: 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .checkout-heading {
    font-size: 20px;
  }

  .usb-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mijn-account-wrapper {
    padding: 20px;
  }

  .usb-wrapper-category-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .browser-detect {
    padding: 0px;
  }
}

#w-node-efb76634-262f-309a-e5cc-fd4276470344-ffc5ac9a {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_89bdf574-ffa6-2c3d-6db7-43dd64fb0efe-ffc5ac9a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_675cf0e2-9e4b-a40f-7537-674bf8792abf-f8792a54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a6f97c12-ab96-f509-0652-5966808e3db4-bdcfd9d9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_982d2095-abae-1037-5e6a-f2378f71c316-bdcfd9d9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_313bff75-73d5-fb13-d3e2-8aab154e502e-bdcfd9d9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a475416a-ac43-8d41-6e68-310e5044426b-5044426a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a475416a-ac43-8d41-6e68-310e50444270-5044426a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a475416a-ac43-8d41-6e68-310e5044427a-5044426a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a475416a-ac43-8d41-6e68-310e50444281-5044426a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d61520e6-d420-320e-2c85-43d8dce8b770-c0ce8200 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#bestellen.w-node-d61520e6-d420-320e-2c85-43d8dce8b780-c0ce8200 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_551bd137-4e8b-56bb-f022-50632b609cf7-2b609c8d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_982d2095-abae-1037-5e6a-f2378f71c316-ff528fba {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_282ff613-d0f2-d925-4c3e-e9ff4845d30a-ff528fba {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a2d4168c-8a49-ce20-4c06-8efc466a64bd-eb0bd072 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a2d4168c-8a49-ce20-4c06-8efc466a6580-eb0bd072 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6c586298-0a5a-f410-2eac-e0028d305b42-470bd074 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#bestellen.w-node-_6c586298-0a5a-f410-2eac-e0028d305b50-470bd074 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_958556d9-4eb2-7336-4685-a1472c6cd086-eb0bd07d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_958556d9-4eb2-7336-4685-a1472c6cd08a-eb0bd07d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_958556d9-4eb2-7336-4685-a1472c6cd090-eb0bd07d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_958556d9-4eb2-7336-4685-a1472c6cd094-eb0bd07d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_641eb10a-b342-dcf4-3081-95eb72f7fc2a-bf871937 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_685fdf70-3543-241a-f071-038fd127c748-6c92d3cc {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_685fdf70-3543-241a-f071-038fd127c74d-6c92d3cc {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_685fdf70-3543-241a-f071-038fd127c757-6c92d3cc {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_685fdf70-3543-241a-f071-038fd127c760-6c92d3cc {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d0af384e-08f9-e6c7-0d6a-c854007ef30c-a2456138 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a6f97c12-ab96-f509-0652-5966808e3db4-fd50c3fc {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_982d2095-abae-1037-5e6a-f2378f71c316-fd50c3fc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1c331df-4f6e-c4ce-2d32-081b383cb9ff-fd50c3fc {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c833f19f-f00b-9f00-18d0-c2b358a7cda7-f9039986 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6e984dc7-e0bb-578d-ec7c-c07a4710e6cf-031117af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6e984dc7-e0bb-578d-ec7c-c07a4710e6d2-031117af {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d61520e6-d420-320e-2c85-43d8dce8b770-c0ce8200 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_6c586298-0a5a-f410-2eac-e0028d305b42-470bd074 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d61520e6-d420-320e-2c85-43d8dce8b770-c0ce8200 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #bestellen.w-node-d61520e6-d420-320e-2c85-43d8dce8b780-c0ce8200 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fe3e10f4-e23d-2ebf-dcf9-edf570a0d28b-4d2b59b2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a2d4168c-8a49-ce20-4c06-8efc466a6580-eb0bd072 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6c586298-0a5a-f410-2eac-e0028d305b42-470bd074 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #bestellen.w-node-_6c586298-0a5a-f410-2eac-e0028d305b50-470bd074 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a70-a2456138 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a7c-a2456138 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a7f-a2456138 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a81-a2456138 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6e984dc7-e0bb-578d-ec7c-c07a4710e6cf-031117af {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e2e3cef-0e59-8f13-f820-91e956ce27ff-ffc5ac9a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a70-a2456138 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a7c-a2456138 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b651dbc6-4926-673d-986d-c6fb0d2a5a7f-a2456138 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6e984dc7-e0bb-578d-ec7c-c07a4710e6cf-031117af {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6e984dc7-e0bb-578d-ec7c-c07a4710e6d2-031117af {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

