.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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.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-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-commercebuynowbutton {
  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: inline-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-top: 10px;
}

.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-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutcustomerinfosummarywrapper {
  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-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-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-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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.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-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-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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  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: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -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%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  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: -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-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.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-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

@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-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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-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;
  }
  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

.section {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 6%;
  -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: #02001b;
  line-height: 28px;
}

.section.hero_section {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90vh;
  max-height: 700px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #02001b;
  background-image: none;
}

.section.footer_cta {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 500px;
  min-height: 70vh;
  padding: 0px 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #02001b;
  background-image: url('../images/ivan-stern-LOLSb7m6XkU-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.overflow_hidden {
  background-color: #02001b;
}

.section.footer_section {
  position: relative;
  border-top: 1px none hsla(0, 0%, 100%, 0.07);
  background-color: #02001b;
}

.section.main_section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #02001b;
  background-image: none;
}

.section.high_quality_ingredients_section {
  background-color: #02001b;
}

.section.press_section {
  padding: 0px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.about_section {
  padding: 0px 0%;
  background-color: #02001b;
}

.section.about_section.team {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.section.event_hero_section {
  overflow: visible;
  width: 100%;
  height: 90vh;
  max-height: 780px;
  padding: 0px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #02001b;
}

.section.less_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.jobs_section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #02001b;
}

.section.shop_section {
  padding: 14px 6% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.product_section {
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.locations_section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.about_hero {
  height: 90vh;
  max-height: 500px;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.careers-hero {
  position: relative;
  height: 80vh;
  background-image: url('../images/bimo-luki-mwHzM7qB7vk-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.lighter_bg {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
}

.wrapper.navbar_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
}

.wrapper.flex_vertical_center {
  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;
}

.wrapper.menu_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;
}

.wrapper.cta_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.careers-hero_wrapper {
  margin-top: -200px;
}

.wrapper.jobs_wrapper {
  z-index: 2;
  margin-top: -152px;
  padding: 34px 24px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #02001b;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.3);
}

.wrapper.shop_categories_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 79px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.wrapper.similar_items_wrapper {
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.wrapper.about_wrapper {
  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;
}

.hero_content {
  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;
}

.hero_h_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 450px;
  padding-top: 0%;
  -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;
}

.h1 {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
}

.h1.center_on_tablet_exception {
  font-family: 'American captain', sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.button {
  margin-top: 30px;
  padding: 9px 30px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ab8d69;
  background-color: #ab8d69;
}

.button.nav_button {
  margin-top: 12px;
  margin-left: 16px;
  border-style: solid;
  background-color: transparent;
  font-family: 'PT Serif', serif;
  letter-spacing: 1px;
}

.button.nav_button:hover {
  background-color: #ab8d69;
}

.button.cta_btn {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.button.shop_all {
  margin-top: 0px;
}

.button.shop_all:hover {
  margin-top: 0px;
  background-color: #ab8d69;
}

.button.shop_all.w--current:hover {
  border-color: #ab8d69;
  background-color: #ab8d69;
}

.body {
  background-color: #02001b;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  font-family: 'PT Serif', serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.hero_images_contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 550px;
  margin-bottom: -220px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -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;
}

.nav_link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.nav_link:hover {
  color: #ab8d69;
  text-transform: none;
}

.nav_link.w--current {
  color: #ab8d69;
  font-weight: 400;
}

.card_wrap {
  position: static;
  z-index: 2;
  min-height: auto;
  box-shadow: none;
}

.card_grid {
  height: 375px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card_image {
  position: static;
  z-index: 2;
  margin-top: -40px;
  margin-right: -21px;
  margin-bottom: 60px;
  background-image: url('../images/zahir-namane-YTsEZrHqDq0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.2);
}

.card_image.events_card_img {
  margin-top: -10px;
  margin-right: -21px;
  margin-bottom: 60px;
  background-image: url('../images/priscilla-du-preez-W3SEyZODn8U-unsplash-1.jpg');
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.19);
}

.card_content {
  position: relative;
  padding: 60px 60px 20px;
  background-color: #fff;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'American captain', sans-serif;
  color: #ab8d69;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
}

.h3.align_right {
  text-align: right;
}

.h3.white_h3 {
  color: #fff;
  letter-spacing: 2px;
}

.h3.enlarged {
  margin-bottom: 14px;
  font-size: 64px;
  line-height: 70px;
}

.h2 {
  margin-top: 5px;
  font-family: 'American captain', sans-serif;
  color: #ab8d69;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.h2.dark_h2 {
  font-family: 'American captain', sans-serif;
  color: #1a1a1a;
}

.h2.align_right {
  font-family: 'American captain', sans-serif;
  text-align: right;
  letter-spacing: 2px;
}

.h2.centered_text {
  text-align: center;
}

.h2.max_width_300px {
  max-width: 300px;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.dark_p {
  color: #1a1a1a;
}

.paragraph.centered_p {
  font-size: 16px;
  text-align: center;
}

.paragraph.centered_p.max_w_600px {
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph.max_w_400px {
  max-width: 400px;
}

.paragraph.max_w_300px {
  max-width: 300px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.paragraph._16px {
  color: #acacac;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.about-us-p {
  max-width: 700px;
  margin-top: 48px;
  text-align: right;
}

.text_link {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'PT Serif', serif;
  color: #ab8d69;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.text_link:hover {
  -webkit-transform: translate(14px, 0px);
  -ms-transform: translate(14px, 0px);
  transform: translate(14px, 0px);
}

.text_link.left-margin {
  margin-left: 30px;
}

.arrow {
  font-size: 20px;
}

.discover_menu_grid {
  padding-top: 90px;
  padding-bottom: 90px;
  grid-column-gap: 60px;
  grid-row-gap: 90px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.ingredients_image_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  -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;
}

.top_tomato_image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.right_side_ingredients {
  position: relative;
  left: auto;
  top: 38%;
  right: 0%;
  bottom: 0%;
  padding-left: 30px;
}

.left_side_ingredients {
  position: relative;
  padding-right: 30px;
}

.ingredient_mushroom {
  position: absolute;
  bottom: -93px;
}

.ingredient_basil {
  position: absolute;
  bottom: 83.5312px;
}

.ingredient_onion {
  position: absolute;
  right: 22px;
  bottom: -79.0625px;
}

.ingredient_lemon {
  position: absolute;
  right: 132px;
  bottom: -65.5px;
}

.card_right_images_contain {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: -6%;
  z-index: 1;
}

.scattered_salt_image {
  position: absolute;
  left: 244.078px;
  top: 201px;
}

.ground_pepper_image {
  position: absolute;
  left: -21%;
  top: 28%;
  right: auto;
  bottom: 0%;
}

.bg_salt_image {
  position: absolute;
  left: -89%;
  top: -35%;
  right: auto;
  bottom: auto;
  z-index: 1;
  -webkit-transform: skew(0deg, 10deg) rotate(-20deg);
  -ms-transform: skew(0deg, 10deg) rotate(-20deg);
  transform: skew(0deg, 10deg) rotate(-20deg);
}

.bg_salt_image.upcoming_events_card {
  left: -78%;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.bg_salt_image.upcoming_events_card.bottom_salt {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15%;
}

.relative_div_block {
  position: relative;
}

.appitizer_salt {
  position: absolute;
  left: -16%;
  top: -22%;
  right: 0%;
  bottom: 0%;
}

.appitizer_salt.appitizer_salt_2 {
  left: 31%;
  top: auto;
  right: 0%;
  bottom: -28%;
  -webkit-transform: rotate(-106deg);
  -ms-transform: rotate(-106deg);
  transform: rotate(-106deg);
}

.appitizer_image {
  position: relative;
  z-index: 2;
}

.main_dish_salt {
  position: absolute;
  left: 26%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  transform: rotate(77deg);
}

.main_dish_salt.main_dish_salt_2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.main_dish_image {
  position: relative;
  z-index: 2;
  display: block;
}

.side_dish_salt {
  position: absolute;
  left: 0%;
  top: -26%;
  right: auto;
  bottom: 0%;
}

.side_dish_salt.saide_dish_salt_2 {
  left: auto;
  top: auto;
  right: -22%;
  bottom: -22%;
  -webkit-transform: rotate(-91deg);
  -ms-transform: rotate(-91deg);
  transform: rotate(-91deg);
}

.side_dish_image {
  position: relative;
  z-index: 2;
}

.dessert_image {
  position: relative;
  z-index: 2;
}

.dessert_salt_image {
  position: absolute;
  left: 23%;
  top: -15%;
  right: 0%;
  bottom: 0%;
}

.footer_grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.locations_grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location_wrap.on_contact_page {
  width: 33.33%;
  padding-right: 20px;
}

.footer_heading {
  margin-bottom: 19px;
  font-family: 'PT Serif', serif;
  color: #ab8d69;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.city {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.city.larger_city_text {
  font-size: 20px;
}

.address {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.address.larger_adress_text {
  font-size: 16px;
}

.contact {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.contact.larger_phone_text {
  font-size: 16px;
}

.logo_and_email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.email {
  padding-top: 24px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.email.less_top_padding {
  padding-top: 6px;
}

.email.larger_email_text {
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
}

.days {
  width: 50%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.opening_days_and_hours_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sm_icons_wrap {
  padding-top: 12px;
}

.sm_link {
  padding: 15px;
  cursor: pointer;
}

.sm_link.first-link {
  padding-left: 0px;
}

.hours {
  width: 50%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.logo {
  max-width: 60px;
}

.logo_footer_home_link {
  cursor: pointer;
}

.page_wrap {
  position: relative;
  overflow: hidden;
}

.nav-menu {
  display: block;
}

.hamburger_contain {
  display: none;
  cursor: pointer;
}

.hamburger_line {
  width: 40px;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.hamburger_line.shorter_line {
  width: 30px;
}

.bg_grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right_boarder {
  border-right: 1px solid rgba(171, 141, 105, 0.08);
}

.menu_nav {
  position: static;
  top: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 30px;
  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: 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;
}

.menu_nav_link {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_nav_link.w--current {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #ab8d69;
  text-decoration: underline;
}

.menu_contain {
  width: 80%;
  max-width: none;
  padding-top: 0px;
}

.menu_grid {
  padding-top: 14px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.name_and_price_wrap {
  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;
}

.menu_item_name {
  font-family: 'PT Serif', serif;
  color: #fff;
  letter-spacing: 1px;
}

.menu_price {
  padding-left: 20px;
  font-family: Merriweather, serif;
  color: #ab8d69;
  font-size: 18px;
  font-weight: 400;
}

.menu_item_description {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: #c4c3c3;
  font-weight: 300;
}

.menu_item_description.max_w_400px {
  max-width: 300px;
}

.menu_category_heading {
  font-family: Lato, sans-serif;
  color: #ab8d69;
  font-weight: 400;
  text-transform: uppercase;
}

.menu_category_wrapper {
  margin-top: 40px;
}

.menu_item_highlight_grid {
  min-height: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu_item_highlight_grid.reverse_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.highlight_description_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.highlight_description_contain.grow_if_possible {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.menu_highlight_image {
  background-image: url('../images/IMG_5471.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu_highlight_image._60_percent {
  width: 60%;
}

.menu_highlight_image._60_percent.starters_image {
  width: 30%;
  background-image: none;
}

.menu_highlight_image._60_percent.side_image {
  width: 30%;
  background-image: url('../images/IMG_5486.jpeg');
}

.menu_highlight_image.steaks_image {
  background-image: url('../images/amirali-mirhashemian-eRyMytuT0yg-unsplash.jpg');
}

.menu_highlight_image.desserts_image {
  background-image: url('../images/kobby-mendez-idTwDKt2j2o-unsplash.jpg');
  background-position: 50% 100%;
}

.cta_div {
  width: 1px;
  height: 150px;
  background-color: #fff;
}

.image_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 65%;
  height: 100vh;
  max-height: none;
  -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-image: url('../images/priscilla-du-preez-W3SEyZODn8U-unsplash-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.image_block.press_image_block {
  background-image: url('../images/safar-safarov-mQNCzGB0U30-unsplash-1-1.jpg');
}

.articles_and_events_block {
  position: static;
  top: 50px;
  overflow: auto;
  width: 30%;
  height: 100vh;
  max-height: none;
  padding-right: 6%;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(26, 26, 26, 0.7);
}

.centered_wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.press_block {
  padding-top: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
}

.press_block.bottom_block {
  border-bottom-style: none;
}

.date {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #acacac;
}

.date.larger_date {
  margin-bottom: 5px;
  font-size: 20px;
}

.press_quote {
  max-width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #acacac;
  font-size: 16px;
  line-height: 22px;
}

.press_sub_heading {
  width: 250px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.copyrights_wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 6%;
  -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-top: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #02001b;
  color: #000;
}

.footer_link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #e9ecf5;
  text-decoration: none;
}

.footer_link:hover {
  color: #ab8d69;
}

.copyright {
  max-width: 100%;
  font-family: Lato, sans-serif;
  color: #e9ecf5;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.footer_wrapper {
  border-top: 1px none hsla(0, 0%, 100%, 0.07);
}

.event_short_description {
  max-width: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #acacac;
  font-size: 16px;
  font-weight: 300;
}

.event-collection-item {
  padding-top: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
}

.event-collection-item.on_location_template {
  width: 50%;
  padding-right: 14px;
}

.event_image {
  height: 200px;
  margin-bottom: 18px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.55);
}

.event_image.hover_effect {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.event_image.hover_effect:hover {
  opacity: 0.3;
}

.h4 {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.h4.left_side_padding {
  padding-left: 20px;
}

.style_block {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 14px;
  padding: 20px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.h5 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.h5.grey_h5 {
  font-family: Lato, sans-serif;
  color: #acacac;
  font-weight: 300;
}

.light_background {
  width: 100%;
  padding: 10px 25px 10px 0px;
}

.color-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin: 40px 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;
  text-align: center;
}

.color {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #6e6e6e;
}

.color.blue {
  background-color: #ab8d69;
}

.color.midnight_blue {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #02001b;
  color: #1a1a1a;
}

.color.ghost_white {
  background-color: #acacac;
}

.color-hex {
  color: #6e6e6e;
  font-weight: 300;
}

.liscencing_and_style_guide_wrapper {
  width: 100%;
  max-width: 900px;
  padding-top: 0px;
  border-top: 1px none hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.colors-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px none hsla(0, 0%, 60.8%, 0.3);
  border-bottom: 1px none hsla(0, 0%, 60.8%, 0.3);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.locations {
  margin-bottom: 0px;
  padding-top: 14px;
}

.flex.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cart-button {
  display: none;
  background-color: transparent;
}

.cart-quantity {
  margin-left: 1px;
  background-color: transparent;
  color: #ab8d69;
}

.text-block {
  color: #ab8d69;
  text-decoration: underline;
}

.cart-container {
  max-height: none;
  background-color: #000;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  margin-top: 6px;
  margin-bottom: 6px;
  color: #fff;
}

.cart-quantity-2 {
  border-color: hsla(0, 0%, 100%, 0.07);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.cart-quantity-2:active {
  border-color: #ab8d69;
}

.cart-quantity-2:focus {
  border-color: #ab8d69;
}

.cart-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.07);
}

.empty-state {
  -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;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #fff;
}

.about_grid {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 60vh;
  padding-top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about_grid.team-grid {
  height: 110vh;
  max-height: 800px;
  min-height: auto;
}

.about_content_wrap {
  padding: 60px 12%;
  background-color: #02001b;
}

.cta_contain {
  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;
}

.cta_heading_subheading {
  width: 50%;
}

.text-field {
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-field:focus {
  border-bottom-style: solid;
  border-bottom-color: #ab8d69;
}

.text-field.centered_text {
  text-align: center;
}

.text-field.contact_form_field {
  margin-bottom: 40px;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.text-field.contact_form_field:focus {
  border-bottom-color: #ab8d69;
}

.text-field.extra-margin {
  margin-bottom: 40px;
}

.form-block {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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: #02001b;
}

.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-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;
}

._404_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: #02001b;
}

.lock_image {
  margin-bottom: 10px;
}

.menu_nav_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  bottom: 0px;
  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;
}

.menu_links_wrap {
  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;
}

.event_hero_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  max-height: 780px;
  padding-top: 0px;
  padding-right: 6%;
  padding-left: 6%;
  -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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.event_by_category {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 17%;
  max-width: 300px;
  min-width: auto;
  padding-top: 140px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #02001b;
}

.event_content_contain {
  position: relative;
  z-index: 2;
  max-width: none;
  margin-top: -60px;
  padding: 24px 60px 44px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(171, 141, 105, 0.25);
  background-color: rgba(2, 0, 27, 0.7);
}

.event_category {
  display: inline-block;
  margin-top: 20px;
  padding: 0px 14px;
  border-radius: 20px;
  background-color: #ab8d69;
  text-decoration: none;
}

.category {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #191919;
}

.category.white_text {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #fff;
}

.category_link {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ab8d69;
  font-size: 18px;
  text-decoration: none;
}

.category_link.black_text {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #ab8d69;
}

.category_link.black_text:hover {
  color: #fff;
}

.category_link.black_text.w--current {
  text-decoration: line-through;
}

.categories-collection-item {
  margin-bottom: 20px;
}

.events-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events_collection_item {
  width: 33.33%;
  margin-right: 0px;
  margin-bottom: 60px;
}

.events-collection-list-wrapper {
  width: 80%;
  padding-top: 24px;
}

.event_link_block {
  width: 100%;
  background-color: transparent;
}

.rich-text-block {
  width: 80%;
  color: #fff;
}

.rich-text-block._100-percent-w {
  width: 100%;
}

.events_by_category_links_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 1;
}

.evenet-category-collection-list-wrapper {
  padding-top: 15px;
}

.cart-line-item {
  color: #fff;
}

.cart-footer {
  border-top-color: hsla(0, 0%, 100%, 0.07);
}

.checkout-button {
  background-color: #ab8d69;
}

.contact-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.locations_contact_contain {
  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;
}

.contact-form-block {
  padding-left: 60px;
}

.contact_form {
  padding-top: 18px;
}

.textarea {
  padding-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #acacac;
  font-size: 16px;
}

.textarea:focus {
  border-bottom-color: #ab8d69;
}

.textarea.larger-text-area {
  padding-bottom: 90px;
}

.event_time {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ab8d69;
  font-size: 16px;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
}

.about_image_wrap {
  position: relative;
  overflow: hidden;
}

.about_image_wrap.team-image-1 {
  background-image: url('../images/manu.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.about_image_wrap.team-image-2 {
  background-image: url('../images/lauren-rader-8voN1UnfAno-unsplash-1-1.jpg');
  background-position: -80% 60%;
  background-size: auto;
  background-attachment: fixed;
}

.about_image_wrap.team-image-3 {
  background-image: url('../images/jonas-kakaroto-KIPqvvTOC1s-unsplash-1-1.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.cart-wrapper {
  z-index: 3;
  background-color: #000;
}

.order-confirmation {
  background-color: #02001b;
}

.block-header {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: #fff;
}

.block-content {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: #fff;
}

.block-header-color {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(171, 141, 105, 0.8);
}

.block-content-color {
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2) hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2);
  background-color: rgba(171, 141, 105, 0.8);
}

.checkout-form {
  background-color: #02001b;
}

.shipping-method {
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.shipping-method-list {
  border-right-color: hsla(0, 0%, 100%, 0.2);
  border-left-color: hsla(0, 0%, 100%, 0.2);
}

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

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(142, 34, 221, 0);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.tab:hover {
  background-color: hsla(0, 0%, 100%, 0.07);
}

.tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-color: #ab8d69;
  background-color: #ab8d69;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.02);
  color: #fff;
}

.job_types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px none hsla(0, 0%, 59.2%, 0.25);
}

.jobs_list {
  padding-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jobs_collection_list.jobs_on_location_template {
  padding-top: 42px;
}

.jobs_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
}

.jobs_collection_item {
  margin-bottom: 25px;
}

.open_roles_title {
  padding-bottom: 30px;
  color: #ab8d69;
  font-weight: 500;
}

.open_roles_wrapper {
  min-height: 400px;
}

.job {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.job:hover {
  color: #ab8d69;
}

.job_description {
  padding-top: 40px;
  color: #fff;
}

.job_heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.job_type_text {
  color: #ab8d69;
  font-size: 16px;
  font-weight: 400;
}

.heading_and_type {
  max-width: 70%;
}

.location-collection-item {
  margin-right: 10px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.location {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 400;
}

.location-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}

.upload-file-placeholder {
  padding-top: 34px;
}

.upload-file-note {
  max-width: 510px;
  padding-top: 12px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.link {
  color: #ab8d69;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.upload-resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  padding: 8px 10px;
  -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;
  background-color: #ab8d69;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.upload-resume:hover {
  opacity: 0.77;
}

.upload {
  padding-left: 19px;
  color: #fff;
}

.apply-form-block {
  padding-top: 24px;
}

.success-message-apply {
  background-color: #ab8d69;
}

.select-field {
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #acacac;
}

.select-field:hover {
  background-color: hsla(0, 0%, 100%, 0.06);
}

.select-field:focus {
  border-color: #ab8d69;
}

.select-field.select-product-type {
  margin-top: 6px;
  margin-bottom: 20px;
}

.select-field.select-product-type:focus {
  margin-top: 6px;
  margin-bottom: 20px;
  border-style: none;
  background-color: #ab8d69;
  color: #fff;
}

.shop_category_collection_item {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
}

.shop_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-collection-list-wrapper {
  width: 100%;
  padding-top: 0px;
}

.shop_categories_nav_contain {
  position: static;
  top: 120px;
  bottom: 0px;
}

.product_item {
  width: auto;
  padding: 20px;
}

.product-list {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.shop_categories_nav {
  position: static;
  top: 80px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 20px 0%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #02001b;
}

.block {
  height: 55vh;
  background-image: url('../images/5d7a0dcea637b30515b545d3_2457.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block.product-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  -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-position: 50% 50%;
  text-decoration: none;
}

.product-price {
  padding-top: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.link-block {
  margin-right: 20px;
  padding: 9px;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  text-decoration: underline;
}

.link-block.w--current {
  text-decoration: line-through;
}

.shop-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-category {
  margin-right: 0px;
}

.product_info {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 24px;
  background-color: rgba(171, 141, 105, 0.61);
  text-align: center;
}

.link-2 {
  color: #ab8d69;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  font-weight: 400;
  text-decoration: underline;
}

.burger_contain {
  position: relative;
  z-index: 4;
}

.tomato {
  position: absolute;
  left: 11%;
  top: -39%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.pickel {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: 0%;
}

.bottom_bun {
  position: absolute;
  left: 0%;
  top: 58%;
  right: 0%;
  bottom: 0%;
}

.lettuce-and-onion {
  position: absolute;
  left: 0%;
  top: -67%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.top-bun {
  position: absolute;
  left: 0%;
  top: -127%;
  right: 0%;
  bottom: auto;
}

.email_link {
  color: #fff;
  text-decoration: none;
}

.product_images_contain {
  display: block;
  height: auto;
}

.more-images-collection-item {
  height: auto;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.more-product-images-collection-list-wrap {
  height: auto;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.more-images-lightbox-link {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border-radius: 0px;
  background-color: #15113b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link {
  position: static;
  z-index: 101;
  overflow: hidden;
  width: 100%;
  height: 450px;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.more-product-images-collection-list {
  display: -ms-grid;
  display: grid;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product_description_contain {
  padding: 14px 42px 42px;
}

.category_collection_list_wrapper {
  padding-top: 5px;
  padding-bottom: 24px;
}

.price {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: right;
}

.price.price_on_product_page {
  padding-top: 16px;
  text-align: left;
}

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

.product_grid {
  width: 100%;
  padding-top: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.product_category_collection-item {
  display: inline-block;
  margin-right: 12px;
  padding: 0px 17px;
  border-radius: 20px;
  background-color: #ab8d69;
}

.quantity {
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.quantity:focus {
  border-color: #ab8d69;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.product_form {
  padding-top: 16px;
}

.locations-grid {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  grid-column-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.location-link {
  padding: 0px 14px;
  border-radius: 20px;
  background-color: #ab8d69;
  color: #02001b;
  text-decoration: none;
}

.collection-item {
  padding-top: 16px;
}

.meet_the_team_link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.meet_the_team_link:hover {
  color: #ab8d69;
}

.paypal {
  padding-top: 15px;
}

.paypal-checkout-form {
  background-color: #02001b;
}

.error-message {
  background-color: #a06053;
}

.div-block-14 {
  top: 100px;
}

.div-block-15 {
  top: 100px;
}

.paypal-2 {
  z-index: 1;
  padding-top: 20px;
}

.country {
  color: #02001b;
}

.country-2 {
  color: #000;
}

.image-licensing-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.apply-button {
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #000;
}

.discount-code {
  border-radius: 0px;
}

.discounts {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: rgba(171, 141, 105, 0.8);
}

.form-2 {
  padding: 60px;
  background-color: #ab8d69;
  color: #fff;
  background-clip: border-box;
}

.heading {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'American captain', sans-serif;
  font-style: normal;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.html-embed {
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label-2 {
  padding-top: 0px;
}

.textarea-2 {
  padding-left: 0px;
  border-radius: 0px;
}

.submit-button {
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2 {
  position: static;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.field-label-3 {
  font-family: 'PT Serif', serif;
}

.text-block-6 {
  color: #fff;
}

.button-5 {
  border: 1px solid #ab8d69;
  background-color: transparent;
}

.text-span {
  color: #ab8d69;
}

.button-3 {
  background-color: #ab8d69;
}

.text-span-2 {
  background-color: transparent;
  color: #ab8d69;
}

.h1-service {
  font-family: 'American captain', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 62px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.h1-service.center_on_tablet_exception {
  font-family: 'American captain', sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.list {
  color: #cfcece;
}

.button-77 {
  border: 1px solid #ab8d69;
  background-color: transparent;
}

.button-77.w--current {
  margin-top: 10px;
  padding-top: 9px;
}

.image-2 {
  max-width: 300px;
}

.column-2 {
  position: static;
}

.column-3 {
  position: static;
}

.image-8 {
  max-width: 300px;
}

.image-9 {
  max-width: 300px;
  margin-left: 70px;
}

.heading-2 {
  font-family: 'American captain', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.container {
  padding-top: 40px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: #fff;
}

.html-embed-2 {
  color: #fff;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #ab8d69;
}

.link-3 {
  color: #ab8d69;
  font-size: 14px;
  text-decoration: none;
}

.link-3.w--current {
  text-decoration: none;
}

.image-10 {
  max-width: 30px;
  margin-left: 10px;
}

.image-11 {
  max-width: 30px;
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 55px 5%;
  }
  .section.hero_section {
    overflow: hidden;
    height: 95vh;
    padding-top: 0px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .section.footer_cta {
    height: auto;
  }
  .section.overflow_hidden {
    overflow: hidden;
  }
  .section.main_section {
    padding-top: 90px;
  }
  .section.high_quality_ingredients_section {
    overflow: hidden;
  }
  .section.menu_section {
    padding-top: 0px;
  }
  .section.shop_section {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section.locations_section {
    padding-top: 0px;
  }
  .section.about_hero {
    height: auto;
    max-height: none;
  }
  .section.careers-hero {
    height: 70vh;
  }
  .wrapper.menu_wrapper {
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.careers-hero_wrapper {
    margin-top: 0px;
    padding-top: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .wrapper.jobs_wrapper {
    margin-top: -91px;
  }
  .hero_content {
    -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;
  }
  .hero_h_wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    padding-top: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h1 {
    max-width: 500px;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }
  .h1.align_left {
    text-align: left;
  }
  .h1.center_on_tablet_exception {
    text-align: center;
  }
  .button {
    border-color: #ab8d69;
    background-color: #ab8d69;
  }
  .button.nav_button {
    margin-top: 24px;
    border-color: #fff;
  }
  .hero_images_contain {
    width: 40%;
    max-width: none;
    margin-top: 149px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .navbar {
    padding-right: 4%;
    padding-left: 4%;
  }
  .nav_link {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .nav_link:hover {
    color: #fff;
  }
  .nav_link.w--current {
    color: #fff;
  }
  .card_grid {
    height: 350px;
  }
  .card_image {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .card_image.events_card_img {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .card_content {
    padding: 40px;
  }
  .h3.enlarged {
    max-width: 400px;
    font-size: 54px;
    text-align: center;
  }
  .paragraph {
    font-weight: 400;
  }
  .paragraph.dark_p {
    font-weight: 400;
  }
  .paragraph.hero_p {
    max-width: 650px;
    text-align: center;
  }
  .paragraph.about-us-p {
    margin-top: 0px;
    text-align: right;
  }
  .discover_menu_grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .raw_meat {
    max-width: 35%;
  }
  .card_right_images_contain {
    right: -6%;
    bottom: -3%;
  }
  .scattered_salt_image {
    left: 120.078px;
    top: -62px;
  }
  .ground_pepper_image {
    position: fixed;
    left: -53%;
    top: -89px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bg_salt_image {
    left: -67%;
    top: -21%;
    z-index: 1;
    display: none;
    max-width: 60%;
  }
  .appitizer_salt {
    left: 3%;
    max-width: 80%;
  }
  .appitizer_image {
    max-width: 80%;
  }
  .main_dish_salt {
    max-width: 80%;
  }
  .main_dish_image {
    max-width: 90%;
  }
  .side_dish_salt {
    max-width: 80%;
  }
  .side_dish_image {
    max-width: 80%;
  }
  .dessert_image {
    max-width: 80%;
  }
  .dessert_salt_image {
    max-width: 80%;
  }
  .footer_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .locations_contain {
    margin-bottom: 0px;
  }
  .location_wrap {
    text-align: center;
  }
  .location_wrap.on_contact_page {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer_heading {
    text-align: center;
  }
  .city {
    font-weight: 700;
  }
  .city.larger_city_text {
    text-align: left;
  }
  .address {
    font-weight: 400;
  }
  .address.larger_adress_text {
    text-align: left;
  }
  .contact {
    font-weight: 400;
  }
  .contact.larger_phone_text {
    text-align: left;
  }
  .opening_hours {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .email {
    padding-top: 16px;
    font-weight: 400;
    text-align: center;
  }
  .email.larger_email_text {
    text-align: left;
  }
  .days {
    width: auto;
    font-weight: 400;
  }
  .opening_days_and_hours_wrap {
    margin-bottom: 20px;
    -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-align: center;
  }
  .sm_icons_wrap {
    padding-top: 0px;
    text-align: center;
  }
  .sm_link.first-link {
    padding-left: 15px;
  }
  .hours {
    width: 20%;
    margin-left: 0px;
    font-weight: 400;
  }
  .logo_footer_home_link {
    text-align: center;
  }
  .nav-menu {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ab8d69;
  }
  .hamburger_contain {
    display: block;
  }
  .menu-button {
    padding-right: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-top: 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: 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;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    background-color: #02001b;
  }
  .menu_nav_link {
    margin: 12px 24px 0px;
    font-weight: 400;
  }
  .menu_nav_link.w--current {
    margin: 12px 24px 0px;
  }
  .menu_contain {
    width: 100%;
  }
  .menu_item_description {
    font-weight: 400;
  }
  .menu_item_description.max_w_400px {
    font-weight: 400;
  }
  .highlight_description_contain {
    padding: 30px;
  }
  .articles_and_events_block {
    padding-right: 4%;
    padding-left: 30px;
  }
  .date {
    font-weight: 400;
  }
  .date.larger_date {
    font-size: 18px;
  }
  .press_quote {
    font-weight: 400;
  }
  .press_sub_heading {
    font-weight: 400;
  }
  .copyrights_wrap {
    padding-right: 3%;
    padding-left: 3%;
  }
  .copyright {
    max-width: 100%;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .footer_wrapper {
    padding-top: 100px;
  }
  .event_short_description {
    font-weight: 400;
  }
  .event_image {
    height: 150px;
  }
  .h5 {
    margin-top: 20px;
    color: #fff;
  }
  .h5.grey_h5 {
    color: #b4b2a5;
    font-weight: 400;
  }
  .color.midnight_blue {
    color: #191919;
  }
  .flex.locations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_grid {
    height: auto;
    padding-top: 36px;
  }
  .about_grid.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_grid.team-grid.reverse_on_mobile {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about_content_wrap {
    padding: 35px 6% 55px;
  }
  .cta_contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta_heading_subheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field {
    text-align: center;
  }
  .text-field.contact_form_field {
    text-align: left;
  }
  .text-field.extra-margin {
    text-align: left;
  }
  .form-block {
    padding-top: 50px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .form {
    text-align: center;
  }
  .menu_nav_sticky {
    position: static;
    top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .menu_links_wrap {
    position: static;
    display: -ms-grid;
    display: grid;
    overflow: visible;
    min-height: 0px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area Area-2" "Area-3 Area-4" "Area-5 Area-6" "Area-7 .";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .event_by_category {
    width: 20%;
  }
  .event_content_contain {
    margin-top: 0px;
    padding: 10px 34px 30px;
  }
  .events_collection_item {
    width: 50%;
  }
  .contact-grid {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
  .contact-form-block {
    padding-left: 0px;
  }
  .about_image_wrap.team-image-1 {
    height: 500px;
  }
  .about_image_wrap.team-image-2 {
    height: 500px;
    background-position: 50% 50%;
  }
  .about_image_wrap.team-image-3 {
    height: 500px;
    background-position: 50% 50%;
  }
  .address_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .job {
    font-weight: 400;
  }
  .job_type_text {
    font-size: 12px;
  }
  .upload-file-note {
    line-height: 24px;
    font-weight: 400;
  }
  .div-block-11 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .shop_wrapper {
    padding-top: 0px;
  }
  .products-collection-list-wrapper {
    padding-top: 0px;
  }
  .product_item {
    width: 100%;
    padding: 20px;
  }
  .product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .shop_categories_nav {
    top: 86px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .block.product-block {
    height: 500px;
  }
  .product_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .meat_and_cheese {
    position: fixed;
    left: 0%;
    top: -140px;
    right: auto;
    bottom: auto;
  }
  .tomato {
    left: 3%;
    z-index: 4;
  }
  .bottom_bun {
    z-index: 4;
  }
  .product_description_contain {
    padding-right: 21px;
    padding-left: 21px;
  }
  .locations-grid {
    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;
  }
  .careers_contain {
    padding-top: 50px;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-licensing-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .text-block-5 {
    display: block;
    text-align: center;
  }
  .h1-service {
    max-width: 500px;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }
  .h1-service.align_left {
    text-align: left;
  }
  .h1-service.center_on_tablet_exception {
    text-align: center;
  }
  .div-block-17 {
    text-align: center;
  }
  .div-block-18 {
    text-align: center;
  }
  .image-12 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 4%;
  }
  .section.hero_section {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .section.footer_cta {
    height: auto;
  }
  .section.main_section {
    padding-top: 50px;
  }
  .section.high_quality_ingredients_section {
    overflow: hidden;
  }
  .section.press_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.shop_section {
    padding-right: 4%;
    padding-left: 4%;
  }
  .section.product_section {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .section.about_hero {
    max-height: none;
  }
  .section.careers-hero {
    height: 60vh;
  }
  .wrapper.menu_wrapper {
    padding-top: 0px;
  }
  .wrapper.cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrapper.jobs_wrapper {
    margin-top: -95px;
  }
  .wrapper.shop_categories_wrap {
    top: 71px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper.about_wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrapper.events_by_category_wrapper {
    padding-top: 40px;
  }
  .hero_h_wrap {
    margin-bottom: 20px;
  }
  .h1 {
    text-align: center;
  }
  .h1.align_left {
    text-align: center;
  }
  .h1.center_on_tablet_exception {
    max-width: 400px;
  }
  .button {
    border-color: #ab8d69;
    background-color: #ab8d69;
  }
  .button.cta_btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .hero_images_contain {
    width: 55%;
    margin-top: 140px;
  }
  .card_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card_image {
    height: 250px;
    margin: 0px 24px -30px;
  }
  .card_image.events_card_img {
    margin: 0px 24px -30px;
  }
  .card_content {
    height: 370px;
    padding: 70px 24px 24px;
  }
  .h3 {
    text-align: center;
  }
  .h3.align_right {
    text-align: center;
  }
  .h2 {
    font-size: 24px;
    text-align: center;
  }
  .h2.align_right {
    text-align: center;
  }
  .h2.max_width_300px {
    max-width: none;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.dark_p {
    text-align: center;
  }
  .paragraph.centered_p.max_w_600px {
    font-weight: 400;
  }
  .paragraph.max_w_400px {
    max-width: none;
    font-weight: 400;
    text-align: center;
  }
  .paragraph.max_w_300px {
    max-width: none;
    font-weight: 400;
    text-align: center;
  }
  .paragraph.about-us-p {
    text-align: center;
  }
  .text_link {
    text-align: center;
  }
  .text_link.left-margin {
    margin-left: 0px;
  }
  .discover_menu_grid {
    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;
  }
  .top_tomato_image {
    max-width: 60%;
  }
  .raw_meat {
    max-width: 30%;
  }
  .right_side_ingredients {
    padding-left: 0px;
  }
  .left_side_ingredients {
    padding-right: 0px;
  }
  .ingredient_mushroom {
    max-width: 50%;
  }
  .ingredient_basil {
    right: -1.6875px;
    max-width: 70%;
  }
  .ingredient_onion {
    right: 6px;
    max-width: 40%;
  }
  .ingredient_lemon {
    right: 83px;
    bottom: -88.5px;
    max-width: 70%;
  }
  .card_right_images_contain {
    right: 3%;
    bottom: -11%;
  }
  .scattered_salt_image {
    left: 80.078px;
  }
  .ground_pepper_image {
    left: -38%;
    top: -51px;
    max-width: 60%;
  }
  .bg_salt_image {
    left: 35%;
    top: -105%;
  }
  .relative_div_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    -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;
  }
  .side_dish_salt.saide_dish_salt_2 {
    right: 19%;
  }
  .locations_grid {
    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;
  }
  .location_wrap {
    margin-bottom: 24px;
  }
  .city.larger_city_text {
    text-align: center;
  }
  .address.larger_adress_text {
    text-align: center;
  }
  .contact.larger_phone_text {
    text-align: center;
  }
  .email.larger_email_text {
    text-align: center;
  }
  .ingredient_soy {
    max-width: 60%;
  }
  .div-block {
    margin-bottom: 40px;
  }
  .div-block-2 {
    padding-top: 50px;
  }
  .div-block-3 {
    padding-top: 50px;
  }
  .logo {
    max-width: 30%;
  }
  .hamburger_line {
    width: 30px;
  }
  .hamburger_line.shorter_line {
    width: 20px;
  }
  .menu_nav {
    top: 60px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu_nav_link {
    width: 16.66%;
    margin-right: 0px;
    margin-left: 10px;
  }
  .menu_nav_link.w--current {
    width: 16.66%;
    margin-right: 0px;
    margin-left: 10px;
  }
  .menu_nav_link.mains_link.w--current {
    width: 16.66%;
  }
  .menu_grid {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu_item {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 30px;
  }
  .menu_item.highlight {
    width: 100%;
  }
  .menu_item_highlight_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_item_highlight_grid.reverse_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .highlight_description_contain {
    height: 30%;
    padding: 29px;
  }
  .highlight_description_contain.grow_if_possible {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu_highlight_image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu_highlight_image._60_percent.starters_image {
    width: 100%;
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu_highlight_image._60_percent.side_image {
    width: 100%;
  }
  .menu_highlight_image.desserts_image {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 80%;
  }
  .brand {
    padding-left: 0px;
  }
  .cta_div {
    width: 100px;
    height: 1px;
  }
  .image_block {
    width: 100%;
    height: 350px;
  }
  .image_block.press_image_block {
    background-position: 10% 0%;
  }
  .articles_and_events_block {
    overflow: visible;
    width: 100%;
    height: auto;
    padding-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .date {
    text-align: center;
  }
  .date.larger_date {
    font-size: 16px;
  }
  .press_quote {
    max-width: none;
    text-align: center;
  }
  .copyright {
    padding-top: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  .footer_wrapper {
    margin-top: 0px;
    padding-top: 0px;
  }
  .event_short_description {
    max-width: none;
    text-align: center;
  }
  .event-collection-item.on_location_template {
    width: 100%;
    padding-top: 30px;
    padding-right: 0px;
  }
  .event_image {
    height: 200px;
  }
  .h4 {
    font-size: 16px;
    text-align: center;
  }
  .style_block {
    padding: 35px;
  }
  .h5 {
    text-align: center;
  }
  .h5.grey_h5 {
    text-align: center;
  }
  .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;
  }
  .about_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about_grid.team-grid {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_grid.team-grid.reverse_on_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about_content_wrap {
    padding: 40px 4%;
  }
  .form-block {
    padding-right: 50px;
    padding-left: 50px;
  }
  ._404_wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu_nav_sticky {
    display: none;
    overflow: visible;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .menu_links_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .event_hero_image {
    padding-top: 50px;
  }
  .event_by_category {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding-top: 66px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .event_content_contain {
    width: 100%;
    padding: 20px 34px 40px;
  }
  .event_category {
    display: block;
  }
  .category {
    text-align: center;
  }
  .category_link.black_text {
    font-size: 16px;
  }
  .categories-collection-item {
    padding-right: 21px;
    padding-left: 21px;
    text-align: center;
  }
  .events_collection_item {
    width: 50%;
  }
  .events-collection-list-wrapper {
    width: 100%;
  }
  .rich-text-block {
    width: 100%;
    text-align: center;
  }
  .rich-text-block._100-percent-w {
    text-align: left;
  }
  .events_by_category_links_sticky {
    top: 115px;
  }
  .evenet-category-collection-list-wrapper {
    padding-top: 0px;
  }
  .contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .locations_contact_contain {
    padding-top: 20px;
  }
  .contact-form-block {
    margin-bottom: 40px;
  }
  .contact_form {
    padding-top: 0px;
    text-align: center;
  }
  .event_time {
    text-align: center;
  }
  .tab {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tab.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .job_types {
    width: 100%;
    padding-right: 0%;
    border-right-style: none;
  }
  .jobs_list {
    padding-top: 24px;
    padding-left: 0%;
  }
  .jobs_collection_list.jobs_on_location_template {
    padding-top: 24px;
  }
  .jobs_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jobs_collection_item.centered {
    text-align: center;
  }
  .open_roles_wrapper {
    min-height: auto;
    padding-top: 30px;
    padding-left: 13px;
  }
  .job_heading_wrap {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job_type_text {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }
  .heading_and_type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -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;
  }
  .shop_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .products-collection-list-wrapper {
    width: 100%;
    padding-top: 0px;
  }
  .product_item {
    width: 100%;
  }
  .shop_categories_nav {
    top: 87px;
    width: 100%;
    padding: 18px 4%;
  }
  .block.product-block {
    height: 450px;
    background-color: #231f20;
  }
  .product-price {
    font-size: 16px;
  }
  .product_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lightbox-link {
    height: 250px;
  }
  .price {
    font-size: 18px;
    text-align: left;
  }
  .price.price_on_product_page {
    padding-top: 10px;
    text-align: center;
  }
  .product_grid {
    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;
  }
  .product_form {
    padding-top: 12px;
  }
  .category-collection-list {
    text-align: center;
  }
  .events-category-collection-list {
    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;
  }
  .location-link {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .event-by-category-collection-list {
    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;
  }
  .image-licensing-grid {
    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;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .image {
    margin-right: 13px;
  }
  .button-5 {
    position: static;
    display: inline-block;
    margin-left: 190px;
    float: none;
    clear: none;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button-3 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    overflow: visible;
    margin-left: 200px;
    padding-left: 15px;
    float: none;
    clear: none;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-16 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .h1-service {
    text-align: center;
  }
  .h1-service.align_left {
    text-align: center;
  }
  .h1-service.center_on_tablet_exception {
    max-width: 400px;
  }
  .button-77 {
    position: static;
    display: inline-block;
    margin-left: 190px;
    float: none;
    clear: none;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .button-77.w--current {
    margin-left: 152px;
  }
  .image-2 {
    display: none;
  }
  .image-3 {
    display: none;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: none;
  }
  .image-7 {
    margin-left: 121px;
  }
  .link-3 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.hero_section {
    overflow: hidden;
    height: 90vh;
    max-height: none;
    min-height: 550px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .section.footer_cta {
    height: auto;
  }
  .section.main_section {
    overflow: hidden;
  }
  .section.high_quality_ingredients_section {
    padding-bottom: 60px;
  }
  .section.event_hero_section {
    height: auto;
    max-height: none;
  }
  .section.about_hero {
    max-height: none;
  }
  .section.careers-hero {
    min-height: 400px;
  }
  .wrapper.menu_wrapper {
    padding-top: 0px;
  }
  .wrapper.careers-hero_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -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-align: center;
  }
  .wrapper.jobs_wrapper {
    margin-top: -95px;
  }
  .wrapper.shop_categories_wrap {
    top: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper.events_by_category_wrapper {
    padding-top: 124px;
  }
  .h1 {
    max-width: none;
    font-size: 30px;
    line-height: 38px;
  }
  .h1.center_on_tablet_exception {
    max-width: 350px;
  }
  .button {
    border-color: #ab8d69;
    background-color: #ab8d69;
  }
  .button.shop_all {
    width: 100%;
    text-align: center;
  }
  .button.shop_all.w--current {
    width: 100%;
    text-align: center;
  }
  .button.ecommerce-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero_images_contain {
    margin-top: 133px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .card_grid {
    height: 630px;
  }
  .card_image {
    height: 35%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .card_image.events_card_img {
    margin-right: 8px;
    margin-left: 8px;
  }
  .card_content {
    height: 65%;
    padding: 60px 21px 21px;
  }
  .h3.enlarged {
    font-size: 36px;
    line-height: 48px;
  }
  .h2.max_width_300px {
    max-width: 300px;
  }
  .paragraph.about-us-p {
    text-align: center;
  }
  .top_tomato_image {
    position: relative;
    left: 17%;
    bottom: -10%;
  }
  .raw_meat {
    max-width: 40%;
  }
  .right_side_ingredients {
    margin-left: -11px;
  }
  .left_side_ingredients {
    margin-right: -11px;
  }
  .ingredient_mushroom {
    right: 20.7656px;
    bottom: -79px;
  }
  .ingredient_basil {
    right: 25.3125px;
    bottom: 63.5312px;
  }
  .ingredient_onion {
    right: -5px;
    bottom: -16.0625px;
  }
  .ingredient_lemon {
    right: 17px;
    bottom: -73.5px;
  }
  .card_right_images_contain {
    right: -4%;
    bottom: -9%;
  }
  .scattered_salt_image {
    left: 29.078px;
  }
  .ground_pepper_image {
    top: -67px;
  }
  .bg_salt_image {
    top: -53%;
  }
  .bg_salt_image.upcoming_events_card.bottom_salt {
    bottom: -8%;
  }
  .appitizer_salt.appitizer_salt_2 {
    left: 17%;
    bottom: -19%;
  }
  .appitizer_image {
    max-width: 70%;
  }
  .main_dish_image {
    max-width: 80%;
  }
  .side_dish_image {
    max-width: 70%;
  }
  .dessert_image {
    max-width: 60%;
  }
  .locations_grid {
    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;
  }
  .location_wrap {
    margin-bottom: 20px;
  }
  .footer_heading {
    text-align: center;
  }
  .city {
    text-align: center;
  }
  .city.larger_city_text {
    font-size: 18px;
  }
  .address {
    text-align: center;
  }
  .contact {
    text-align: center;
  }
  .opening_hours {
    margin-top: 24px;
    margin-bottom: 34px;
  }
  .email {
    text-align: center;
  }
  .days {
    width: auto;
  }
  .opening_days_and_hours_wrap {
    -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;
  }
  .sm_icons_wrap {
    text-align: center;
  }
  .hours {
    width: auto;
  }
  .ingredient_soy {
    position: relative;
    left: 13px;
    top: -19px;
  }
  .logo {
    max-width: 30%;
  }
  .logo_footer_home_link {
    text-align: center;
  }
  .menu_nav {
    top: 50px;
  }
  .menu_nav_link {
    width: 50%;
    margin-left: 0px;
  }
  .menu_nav_link.w--current {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu_nav_link.mains_link {
    margin-left: 0px;
  }
  .menu_item {
    width: 100%;
    padding-right: 4px;
  }
  .menu_item_description.max_w_400px {
    max-width: none;
  }
  .highlight_description_contain {
    padding: 20px;
  }
  .menu_highlight_image._60_percent.starters_image {
    height: 200px;
  }
  .menu_highlight_image.desserts_image {
    height: 200px;
  }
  .image_block.press_image_block {
    background-position: 20% 0%;
  }
  .articles_and_events_block {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .copyright {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  .event_image {
    height: 175px;
  }
  .h4 {
    text-align: center;
  }
  .style_block {
    padding: 20px;
    text-align: center;
  }
  .color-wrapper {
    width: 50%;
  }
  .liscencing_and_style_guide_wrapper {
    padding-top: 0px;
  }
  .cart-container {
    overflow: auto;
    max-height: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .about_grid {
    padding-top: 40px;
  }
  .about_content_wrap {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .form-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._404_wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .event_hero_image {
    height: auto;
    max-height: none;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .event_by_category {
    padding-top: 46px;
  }
  .event_content_contain {
    margin-top: 80px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .event_category {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .category_link.black_text {
    font-size: 14px;
  }
  .category_link.black_text.w--current {
    font-size: 14px;
  }
  .categories-collection-item {
    width: 100%;
    margin-bottom: 6px;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 16px;
  }
  .events_collection_item {
    width: 100%;
  }
  .evenet-category-collection-list-wrapper {
    padding-top: 0px;
  }
  .about_image_wrap.team-image-1 {
    background-position: 40% 0%;
  }
  .tab {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tab.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .jobs_tabs {
    padding-top: 25px;
  }
  .location {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }
  .shop_wrapper {
    padding-top: 0px;
  }
  .products-collection-list-wrapper {
    padding-top: 0px;
  }
  .product_item {
    width: 100%;
    padding: 13px;
  }
  .shop_categories_nav {
    top: 67px;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block.product-block {
    height: 400px;
  }
  .product-price {
    padding-top: 0px;
    text-align: center;
  }
  .shop-collection-list {
    margin-bottom: 12px;
  }
  .product_info {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meat_and_cheese {
    top: -140px;
  }
  .more-images-lightbox-link {
    height: 70px;
  }
  .lightbox-link {
    height: 200px;
  }
  .price {
    text-align: center;
  }
  .events-category-collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .event-by-category-collection-list {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-list {
    overflow: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .default-state {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-licensing-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .discounts {
    padding: 12px;
  }
  .button-5 {
    margin-left: 83px;
  }
  .button-3 {
    margin-left: 83px;
  }
  .h1-service {
    max-width: none;
    font-size: 30px;
    line-height: 38px;
  }
  .h1-service.center_on_tablet_exception {
    max-width: 350px;
  }
  .button-77 {
    margin-left: 83px;
  }
  .button-77.w--current {
    margin-left: 48px;
  }
  .image-3 {
    display: none;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    display: none;
  }
  .image-9 {
    margin-left: 0px;
  }
}

#w-node-c1de7c334a31-5275db90 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-c1de7c334a39-5275db90 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c1de7c334a42-5275db90 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c1de7c334a47-5275db90 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c1de7c334a4b-5275db90 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-99e72f03c60e-2f03c5d3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@font-face {
  font-family: 'American captain';
  src: url('../fonts/American-Captain.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}