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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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: 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;
  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-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-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus,
.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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus,
.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,
.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;
}

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus,
.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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode,
  .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;
  }
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1d232c;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1d232c;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1d232c;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
}

h5 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 700;
}

h6 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #909090;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: #c2ae3e;
  text-decoration: none;
  cursor: pointer;
}

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

li {
  margin-bottom: 5px;
  color: #909090;
  font-size: 0.9rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 15px;
  line-height: 20px;
}

figcaption {
  margin-top: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #909090;
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.navbar {
  background-color: #fff;
}

.brand {
  margin-right: 33px;
  padding-top: 29px;
  padding-bottom: 20px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.brand.w--current {
  padding-bottom: 20px;
}

.nav-menu {
  width: 84%;
  height: 80px;
  float: left;
}

.nav-link-old {
  height: 100%;
  padding: 36px 29px 25px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #1f252d;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-old:hover {
  background-color: #f1f1f1;
}

.nav-link-old.w--current {
  background-color: #f1f1f1;
  color: #1f252d;
}

.nav-link-old.book-a-table {
  float: right;
  background-image: linear-gradient(307deg, #701736, #8b1b42 55%, #a31a4a);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
}

.nav-link-old.book-a-table:hover {
  background-image: linear-gradient(307deg, #55a43b, #57aa3c 55%, #58db38);
  opacity: 0.91;
}

.hero-section {
  display: block;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 1%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.inner-pages {
  padding-top: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 8, 17, 0.73)), to(rgba(32, 8, 17, 0.73))), url('../images/Bg.jpg');
  background-image: linear-gradient(180deg, rgba(32, 8, 17, 0.73), rgba(32, 8, 17, 0.73)), url('../images/Bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding: 0% 15px;
}

.content-wrapper.space-down {
  margin-bottom: 40px;
}

.pointer-green {
  margin-top: 4px;
  margin-bottom: 0px;
  float: left;
}

.pointer-green.on-categories {
  margin-top: 17px;
  -webkit-filter: hue-rotate(291deg);
  filter: hue-rotate(291deg);
}

.hero-dish-container {
  position: relative;
  top: 100px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.green-bg-box {
  position: relative;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border: 40px none #53c22f;
}

.hero-dish {
  position: absolute;
  left: 5px;
  bottom: 38px;
  width: 97%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mini-title {
  display: block;
  width: auto;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title.white {
  color: #fff;
}

.mini-title.centered {
  text-align: center;
}

.mini-title.on-amenities {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #fff;
}

.hero-text-container {
  position: relative;
  display: block;
  margin: 45% auto 14%;
  padding-bottom: 10px;
}

.button {
  width: auto;
  padding: 14px 36px;
  border-radius: 25px;
  background-color: #c2ae3e;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: rgba(194, 174, 62, 0.8);
}

.button.top-border {
  margin-top: 4%;
}

.button.top-and-bottom-border {
  margin-top: 4%;
  margin-bottom: 4%;
}

.button.submit {
  min-width: 160px;
  padding-top: 13px;
}

.button.on-newsletter-sign-up {
  display: block;
  width: 90%;
  height: 45px;
  min-width: 90%;
  margin-right: auto;
  margin-bottom: 3%;
  margin-left: auto;
  padding-top: 11px;
  border-radius: 0px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.button.for-blog {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 10px;
  padding: 25px 40px 20px 35px;
  border-left: 4px none #57b63a;
  border-radius: 0px;
  background-color: #1d232c;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.button.for-blog:hover {
  opacity: 1;
}

.button.book-a-table {
  min-width: 100%;
  border-radius: 3px;
}

.button.on-hero {
  margin-top: 4%;
  padding-right: 8%;
  padding-left: 8%;
}

.button.newsletter {
  min-height: 45px;
}

.paragraph {
  font-family: Raleway, sans-serif;
}

.paragraph.centered {
  text-align: center;
}

.paragraph.more-line-height {
  line-height: 30px;
}

.paragraph.more-line-height.white {
  color: hsla(0, 0%, 100%, 0.8);
}

.paragraph.more-line-height.white.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph.intro {
  font-family: Raleway, sans-serif;
}

.paragraph.intro.white {
  color: #fff;
}

.paragraph.on-newsletter-sign-up {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
}

.paragraph.on-footer {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.paragraph.inline-block {
  display: inline-block;
  margin-bottom: 5px;
}

.paragraph.inline-block.white {
  color: hsla(0, 0%, 100%, 0.8);
}

.green-line {
  position: relative;
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #c2ae3e;
}

.green-line.on-services {
  width: 30%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
}

.green-line.on-blog-box {
  width: 74%;
  height: 2px;
  margin-top: 6%;
  margin-left: 0%;
  float: right;
}

.green-line.offset-right {
  width: 64%;
  margin-left: 69%;
  background-color: #c2ae3e;
}

.green-line.short {
  width: 30%;
  margin-top: 1%;
  margin-bottom: 2%;
}

.green-line.on-chef-recommends {
  position: absolute;
  right: -27%;
  bottom: 5%;
  width: 64%;
}

.green-line.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.green-line.on-video-section {
  display: block;
  height: 4px;
  margin: 20px auto 60px;
  background-color: #c2ae3e;
}

.green-line.mini {
  width: 20%;
}

.go-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin-right: 6%;
  margin-bottom: -5%;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #0098ff;
  background-image: url('../images/Arrow-Down_1Arrow-Down.png'), linear-gradient(307deg, #a58f17, #c2ae3e 24%, #ffe031);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

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

.go-button.w--current {
  z-index: 10;
}

.go-button.up {
  top: 0px;
  right: 0px;
  bottom: auto;
  margin-top: -96px;
  background-image: url('../images/Arrow-Up_1Arrow-Up.png'), linear-gradient(307deg, #857729, #b19e33 24%, #f1d432);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.go-button.on-video-section {
  margin-bottom: -3%;
  background-image: url('../images/Arrow-Down_1Arrow-Down.png'), linear-gradient(307deg, #bda311, #bea61c 24%, #f1d223);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.go-button.on-inner-pages {
  margin-bottom: -3%;
  background-image: url('../images/Arrow-Down_1Arrow-Down.png'), linear-gradient(307deg, #bda311, #bea61c 24%, #f1d223);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.content-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.content-section.gray {
  background-color: #f9f9f9;
}

.content-section.contact {
  display: block;
  padding-bottom: 2%;
}

.content-section.no-inner-padding {
  padding-top: 0%;
  padding-bottom: 0%;
}

.content-section.no-bottom-padding {
  padding-bottom: 0%;
}

.content-section.intro {
  margin-top: 3.5%;
  padding-bottom: 0%;
}

.content-section.more-bottom-border {
  margin-bottom: 30px;
}

.content-section.restaurant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/Lamps.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Lamps.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-section.newsletter {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #631933;
  background-image: url('../images/newsletter--background2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content-section.events-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.content-section.light-section {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.7%, 0.69)), to(hsla(0, 0%, 96.7%, 0.69))), url('../images/pick-your-own--background2x.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.7%, 0.69), hsla(0, 0%, 96.7%, 0.69)), url('../images/pick-your-own--background2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-section.divided {
  padding-top: 0%;
  padding-bottom: 0%;
}

.content-section.rating-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #f0f0f0;
  background-image: url('../images/pick-your-own--background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.content-section.farm-market-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section.no-bottom-space {
  padding-bottom: 0%;
}

.gray-circle {
  position: relative;
  display: block;
  width: 245px;
  height: 245px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #f5f5f5;
  background-image: url('../images/Fish.png');
  background-position: 100% 50%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.gray-circle.farm-market {
  width: 320px;
  height: 320px;
  background-image: url('../images/farm-market--image.png');
  background-size: cover;
}

.signature {
  margin-top: 4%;
  margin-right: 21px;
  margin-bottom: 2%;
  float: right;
}

.text-block {
  margin-top: 3px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
  font-style: italic;
}

.gray-line {
  position: relative;
  z-index: 100;
  width: 64%;
  height: 2px;
  margin-top: 2%;
  margin-bottom: 4%;
  background-color: #d9d9d9;
}

.gray-line.centered {
  display: block;
  width: 34%;
  margin: 2% auto;
}

.gray-line.offset-left {
  margin-left: -35%;
}

.gray-line.offset-right {
  margin-left: 78%;
}

.gray-line.short {
  width: 30%;
  margin-top: 2%;
  margin-bottom: 1.5%;
}

.gray-line.mini {
  width: 20%;
}

.text-container.right-justified {
  margin-right: 9%;
  text-align: right;
}

.text-container.centered {
  margin-bottom: 5%;
  text-align: center;
}

.text-container.left-border {
  margin-left: 9%;
}

.text-container.video {
  display: block;
  margin: 12.3% auto 11%;
  text-align: center;
}

.body {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.lightbox-link-1 {
  position: relative;
  border: 13px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.lightbox-link-2 {
  position: relative;
  width: 48%;
  margin-top: 17px;
  margin-right: 4%;
  border: 10px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.lightbox-link-3 {
  position: relative;
  width: 48%;
  margin-top: 17px;
  border: 10px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.team-member-picture {
  position: relative;
  width: 90%;
  height: 270px;
  max-width: 272px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Chef-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  max-width: 286px;
  min-height: 77px;
  margin-bottom: -12%;
  padding: 23px 13px 15px 19px;
  border-left: 4px solid #55a43b;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}

.team-member {
  position: relative;
  width: 100%;
  margin-right: 3.2%;
  margin-bottom: 30%;
  text-align: center;
}

.team-members-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.open-image-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 25%;
  margin-left: 44%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../images/Magnifier_1Magnifier.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.open-image-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.open-image-icon-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 20%;
  margin-left: 33%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../images/Magnifier_1Magnifier.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.open-image-icon-2:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.tabs-menu {
  position: absolute;
  width: 32%;
  margin-top: 88px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 8px;
  background-image: url('../images/Our-Services.png'), url('../images/Logo-on-services.png'), url('../images/Bg-On-Services.png'), url('../images/Bg.jpg');
  background-position: 50% 0px, 50% 100%, 50% 100%, 50% 50%;
  background-size: 300px, 146px, 4px, cover;
  background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
  box-shadow: -8px 0 30px 0 rgba(0, 0, 0, 0.2);
}

.tab-link {
  width: 100%;
  margin-bottom: 5px;
  padding: 25px 15px 18px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #57b63a;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  color: #57b63a;
}

.tabs-content {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 68%;
  float: right;
  background-color: #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.13);
}

.tab-pane {
  top: 0px;
  right: 0px;
  overflow: auto;
  width: 100%;
  height: 800px;
  padding: 25px;
  background-color: #fff;
}

.underline-services {
  width: 97px;
  height: 2px;
  margin-top: 7px;
  background-color: #57b63a;
}

.image-box-1 {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 13px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.image-box-1.small {
  width: 65%;
  margin-top: 27px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.food-ingredient-image-1 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.food-ingredient-2 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.food-ingredient-3 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.service-offer-mini-title {
  display: inline-block;
  margin-right: 4px;
  float: left;
}

.arrow-on-services {
  height: 8px;
  margin-right: 4px;
  float: left;
}

.intro-text-box {
  width: 80%;
}

.intro-text-box.centered {
  display: inline-block;
}

.blog-item-box {
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 410px;
  margin-right: 1.1%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.blog-content-box {
  padding: 20px 15px 15px 20px;
}

.author-name {
  display: inline-block;
  margin-right: 4px;
  float: left;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #c2ae3e;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  text-decoration: none;
}

.author-name:hover {
  border-bottom: 1px solid #57b63a;
}

.by {
  margin-right: 2px;
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
}

.footer-navigation {
  padding-top: 70px;
  border-bottom: 4px solid #631933;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 0, 0, 0.29)), to(rgba(39, 0, 0, 0.29))), url('../images/newsletter--background2x.png');
  background-image: linear-gradient(180deg, rgba(39, 0, 0, 0.29), rgba(39, 0, 0, 0.29)), url('../images/newsletter--background2x.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-notices {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  min-height: 60px;
}

.footer {
  margin-top: 6%;
}

.footer-box-1.left {
  margin-left: 15%;
}

.link {
  color: #c2ae3e;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid #57b63a;
}

.h2-headings.right-justified {
  text-align: right;
}

.h2-headings.centered {
  text-align: center;
}

.h2-headings.white {
  position: relative;
  display: inline-block;
  color: #fff;
}

.h2-headings.green-hover {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #131313;
}

.h2-headings.green-hover:hover {
  color: #631933;
}

.h1-headings.white {
  color: #fff;
}

.h4-headings.green-hover {
  color: #fff;
}

.h4-headings.green-hover:hover {
  color: #c2ae3e;
}

.h4-headings.white {
  color: #fff;
}

.top-header-text-box {
  margin-top: 8%;
  margin-bottom: 7%;
  padding-right: 2%;
}

.medium-title {
  display: inline-block;
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.medium-title.green {
  color: #c2ae3e;
}

.medium-title-box {
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-bottom: 2px solid #eee;
}

.medium-title-box.top-border {
  margin-top: 30px;
}

.column {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.field-label {
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #1d232c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.field-label.on-newsletter-sign-up {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  color: #fff;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-style: italic;
}

.text-field:hover {
  border-bottom-color: #57b63a;
}

.text-field:focus {
  border-bottom-color: #57b63a;
}

.text-field.on-newsletter-sign-up {
  width: 75%;
  height: 45px;
  float: left;
  border-style: none none none solid;
  border-left-width: 3px;
  border-left-color: #fff;
}

.text-field.on-newsletter-sign-up:focus {
  border-left-color: #57b63a;
}

.input-box {
  margin-bottom: 25px;
}

.input-box.month {
  width: 31.33%;
  margin-right: 3%;
  float: left;
}

.input-box.day {
  width: 31.33%;
  margin-right: 3%;
  float: left;
}

.input-box.time {
  width: 31.33%;
  float: left;
}

.text-area {
  padding-bottom: 30px;
  border: 1px solid #d6d6d6;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
  font-style: italic;
}

.text-area:hover {
  border-color: #57b63a;
}

.text-area:focus {
  border-color: #57b63a;
}

.success-message {
  background-color: #f5f5f5;
}

.success-message.on-newsletter-sign-up {
  padding-top: 6px;
  padding-bottom: 5px;
  background-color: transparent;
}

.error-message {
  padding-top: 13px;
  padding-bottom: 8px;
}

.contact-intro-text-box {
  margin-bottom: 25px;
}

.contact-intro-message {
  display: inline-block;
  width: 100%;
}

.contact-right-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}

.book-a-table-modal {
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 7%;
  background-color: rgba(29, 35, 44, 0.95);
}

.book-a-table-container {
  display: block;
  width: 80%;
  margin: -120px auto 10%;
  padding: 5% 7% 3%;
  border: 4px solid #eee;
  background-color: #fff;
}

.select-field {
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.submit-button-container {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  border-top: 2px solid #eee;
}

.close-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #64bd47;
  background-image: url('../images/x_1x.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50% 50%, 0px 0px;
  background-size: 10px, auto;
  background-repeat: no-repeat, repeat;
}

.book-a-table-wrapper {
  position: relative;
  display: block;
  margin-top: 6%;
  padding-bottom: 0.5%;
  border-bottom: 4px solid #57b63a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

.featured-dish {
  position: relative;
  height: auto;
  min-height: auto;
  margin-right: 1.3%;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

.featured-dish-details {
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 20px;
}

.spicy {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark_1Mini-Checkmark.png');
  background-position: 6px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 14px;
  text-transform: uppercase;
}

.spicy.no-top-border {
  margin-top: 0px;
}

.kosher {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark_1Mini-Checkmark.png');
  background-position: 6px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 14px;
  text-transform: uppercase;
}

.kosher.no-top-border {
  margin-top: 0px;
}

.calories-and-price-box {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.calories-and-price-box.more-bottom-border {
  margin-bottom: 27%;
}

.calories-and-price-box.no-margin-bottom {
  margin-bottom: 0px;
}

.calories-text {
  display: inline-block;
  margin-right: 3px;
  font-family: Unna, sans-serif;
  color: #909090;
  font-size: 15px;
  text-align: center;
}

.calories-text.slide-left {
  margin-left: 8px;
}

.calories-text.slide-left.left-align {
  padding-top: 10px;
}

.calories-text.left-align {
  text-align: left;
}

.price-text {
  display: inline-block;
  font-family: Unna, sans-serif;
  color: #909090;
  font-size: 15px;
  text-align: center;
}

.calories-text-box {
  padding-top: 14px;
  padding-bottom: 11px;
  text-align: center;
}

.price-text-box {
  padding-top: 15px;
  padding-bottom: 11px;
  text-align: center;
}

.featured-dish-image {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d6d6d6;
}

.menu-dish-link {
  text-decoration: none;
}

.right-divider {
  border-right: 1px solid #d6d6d6;
}

.newsletter-container {
  height: auto;
  margin-bottom: 50px;
  padding: 3.5% 3% 1%;
  border-left: 4px solid #c2ae3e;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-box {
  width: 31.33%;
  margin-right: 3%;
  float: left;
}

.latest-blog-entries-container {
  width: 65%;
  float: left;
}

.blog-preview-entry {
  margin-bottom: 12%;
}

.intro-blog-text {
  margin-top: 15px;
}

.left-side-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #631933;
}

.link-text-z-index {
  position: relative;
  z-index: 2;
}

.side-bar {
  width: 30%;
  float: right;
}

.category-link {
  width: 100%;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.category-link.first {
  padding-top: 6px;
  padding-bottom: 3px;
}

.category-text {
  margin-right: 5px;
  float: left;
}

.arrows {
  display: inline-block;
  margin-right: 3px;
  float: left;
  -webkit-filter: hue-rotate(283deg);
  filter: hue-rotate(283deg);
  color: #57b63a;
}

.categories-container {
  margin-bottom: 15%;
}

.social-icon-box {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
  background-image: url('../images/Facebook-White_1Facebook-White.png'), -webkit-gradient(linear, left top, left bottom, from(#631933), to(#631933));
  background-image: url('../images/Facebook-White_1Facebook-White.png'), linear-gradient(180deg, #631933, #631933);
  background-position: 50% 50%, 0px 0px;
  background-size: 17px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-icon-box:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.social-icon-box.rounded {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.social-icon-box.twitter {
  background-image: url('../images/Twitter-White_1Twitter-White.png'), -webkit-gradient(linear, left top, left bottom, from(#631933), to(#631933));
  background-image: url('../images/Twitter-White_1Twitter-White.png'), linear-gradient(180deg, #631933, #631933);
}

.social-icon-box.instagram {
  background-image: url('../images/Instagram-White_1Instagram-White.png'), -webkit-gradient(linear, left top, left bottom, from(#631933), to(#631933));
  background-image: url('../images/Instagram-White_1Instagram-White.png'), linear-gradient(180deg, #631933, #631933);
}

.social-icon-box.facebook {
  background-image: url('../images/Facebook-White_1Facebook-White.png'), -webkit-gradient(linear, left top, left bottom, from(#631933), to(#631933));
  background-image: url('../images/Facebook-White_1Facebook-White.png'), linear-gradient(299deg, #917d11, #c2ae3e 35%, #d3b719);
}

.social-icon-box.open-table {
  background-image: url('../images/Opentable-icon_1Opentable-icon.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.yelp {
  background-image: url('../images/Yelp-icon_1Yelp-icon.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icons-box {
  margin-top: 15px;
}

.newsletter-submit-button-box {
  width: 30.33%;
  float: left;
}

.post-preview-image-link {
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.post-preview-image-link:hover {
  opacity: 0.95;
}

.social-icons-container {
  margin-bottom: 15%;
}

.social-icons-container.on-team-members {
  position: relative;
  display: inline-block;
  margin-top: 35%;
  margin-right: auto;
  margin-left: auto;
}

.newsletter.move--down {
  margin-top: 100px;
}

.featured-item {
  margin-bottom: 80px;
}

.dot {
  color: #57b63a;
}

.mini-title-link {
  display: inline-block;
  opacity: 0.7;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link:hover {
  border-bottom: 1px solid #c2ae3e;
}

.mini-title-link.on-featured-dishes {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  background-color: rgba(87, 182, 58, 0.75);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
}

.mini-title-link.on-featured-dishes:hover {
  border-bottom-style: none;
  background-color: #57b63a;
}

.mini-title-link.licensing {
  display: inline-block;
  margin-top: 15%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #57b63a;
  font-size: 11px;
}

.author-preview-box {
  height: 20px;
}

.button-container {
  text-align: center;
}

.blog-post-header {
  margin-bottom: 20px;
}

.image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image.on-services {
  margin-bottom: 15px;
}

.image.floated-left {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image.instructions {
  margin-bottom: 20px;
}

.latest-posts {
  width: 100%;
  margin-top: 45px;
}

.tag {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #e7e7e7;
}

.tag.white {
  background-color: #fff;
}

.top-logo {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-post-image {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.post-preview-image {
  margin-top: 0px;
}

.bottom-border {
  margin-bottom: 25px;
}

.food-ingredient-box {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.blog-items-container {
  margin-bottom: 50px;
}

.blog-items-container.no-bottom-border {
  margin-bottom: 0px;
}

.chef-recommends-image {
  display: block;
  width: 93%;
  height: 650px;
  margin-left: 19px;
  background-image: url('../images/Food.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chef-recommends-text {
  position: absolute;
  left: -65px;
  top: 90px;
  right: auto;
  bottom: auto;
  display: inline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 9px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.chef-recommends-container {
  position: relative;
}

.chef-recommends-details {
  margin-top: 23%;
}

.dish-important-notes.more-bottom-border {
  margin-bottom: 15px;
}

.dish-box {
  margin-top: 25px;
  margin-left: 3%;
}

.dish-container {
  margin-bottom: 15px;
}

.locate-us-left-bg {
  position: absolute;
  width: 47%;
  height: auto;
  min-height: 100%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-directions-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 14%;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.get-directions-text {
  margin-right: 3px;
  float: left;
}

.get-directions-arrow {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-filter: hue-rotate(315deg);
  filter: hue-rotate(315deg);
}

.locate-us {
  margin-top: 30px;
}

.locate-us-box {
  min-height: 100%;
  padding: 12% 8% 8%;
  background-color: #fff;
}

.locate-us-details-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  background-image: url('../images/Dots_1Dots.png');
  background-position: 50% 100%;
  background-size: 13px;
  background-repeat: repeat-x;
}

.mini-icon-box {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 5px;
  float: left;
  background-image: url('../images/Pin_1Pin.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(302deg);
  filter: hue-rotate(302deg);
}

.mini-icon-box.phone {
  background-image: url('../images/Phone_1Phone.png');
  background-size: 12px;
}

.mini-icon-box.email {
  background-image: url('../images/Mail_1Mail.png');
  background-size: 12px;
}

.row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
}

.row.map {
  display: inline-block;
  width: 90%;
  margin: 9% auto 4% 7%;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.14);
}

.row.on-footer {
  padding-bottom: 32px;
}

.row.amenities {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  min-height: 0px;
  margin-top: 5%;
}

.row.on-visit-us-page {
  margin-right: 0px;
  margin-left: 0px;
}

.row.revert {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lightbox-image {
  margin-top: 0px;
  border: 5px solid #eee;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lightbox-image:hover {
  opacity: 0.8;
}

.come-vist-us {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ampersand-column {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  background-color: #631933;
  background-image: url('../images/_1&.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.notice-text-column {
  position: relative;
  left: 25%;
  top: 0px;
  bottom: 0px;
  background-color: #57b63a;
}

.row-notice {
  position: relative;
  height: auto;
  min-height: 80px;
  min-width: 75%;
  margin-top: -9%;
  float: right;
}

.notice-details {
  position: relative;
  width: auto;
  min-height: 80px;
  padding: 9.5% 4% 6% 7%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.h3-heading.white {
  color: #fff;
}

.vegan {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark_1Mini-Checkmark.png');
  background-position: 6px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 14px;
  text-transform: uppercase;
}

.h4-link {
  display: block;
}

.breadcrumb {
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.breadcrumb.green {
  color: #c2ae3e;
}

.breadcrumb-arrows {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h2-link {
  display: block;
}

.background-right-column {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  background-image: url('../images/w66.JPG');
  background-position: 50% 50%;
  background-size: 910px;
  background-repeat: no-repeat;
}

.background-right-column.on-visit-us-page {
  background-image: url('../images/bar-984527_1280-1.jpg');
  background-size: cover;
}

.background-right-column.coffee {
  background-image: url('../images/coffe3.JPG');
}

.background-left-column {
  position: relative;
  left: 50.01%;
  top: 0px;
  bottom: 0px;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53))), url('../images/Bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url('../images/Bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.left-column-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  padding: 70px 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.featured-dish-header-box {
  margin-top: 5px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.footer-link.w--current {
  border-bottom: 1px solid #c2ae3e;
  color: #c2ae3e;
}

.footer-title-box {
  margin-bottom: 15px;
}

.footer-notice-box {
  position: relative;
  padding-top: 15px;
  text-align: left;
}

.footer-divider-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #171c23;
}

.footer-divider-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  background-color: #232a35;
}

.footer-logo {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-logo:hover {
  opacity: 0.9;
}

.green {
  color: #57b63a;
}

.empty-state {
  background-color: #f9f9f9;
}

.footer-icon-box {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 5px;
  float: left;
  background-image: url('../images/Pin_1Pin.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.footer-icon-box.email {
  background-image: url('../images/Mail_1Mail.png');
  background-size: 12px;
}

.footer-icon-box.phone {
  background-image: url('../images/Phone_1Phone.png');
  background-size: 12px;
}

.book-a-table-header-bg {
  overflow: hidden;
  height: 400px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/Client.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: auto;
  margin-top: 3%;
  background-color: transparent;
}

.testimonial-name {
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}

.rating-stars {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 6px;
  float: left;
}

.testimonial-name-box {
  margin-bottom: 3%;
}

.testimonial-container {
  overflow: hidden;
}

.left-arrow.hide {
  display: none;
}

.right-arrow.hide {
  display: none;
}

.slide-1 {
  height: auto;
}

.slide-nav.hide {
  display: none;
}

.icon {
  font-size: 15px;
}

.continue-reading-rounded-button {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 40px;
  min-width: 160px;
  margin-top: 30%;
  margin-left: 15%;
  padding: 18px 10% 14px;
  border-radius: 30px;
  background-color: rgba(99, 25, 51, 0.75);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.continue-reading-rounded-button:hover {
  background-color: #57b63a;
}

.continue-reading-rounded-button.on-blog-item-box {
  position: absolute;
  margin-top: 28%;
  margin-left: 16%;
}

.continue-reading-rounded-button.on-blog-preview {
  margin-top: 33%;
  margin-left: 30%;
}

.continue-reading-rounded-button.on-event-box {
  left: -12%;
  top: auto;
  right: 4%;
  bottom: 6%;
  margin-top: 40%;
  margin-left: 16%;
  padding-left: 11%;
  background-color: #c2ae3e;
}

.event-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 350px;
  margin-bottom: 10%;
  background-image: url('../images/Garden.jpeg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.event-box:hover {
  opacity: 0.9;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 19%, rgba(0, 0, 0, 0.9));
}

.overlay.on-menu-categories {
  border-bottom: 4px solid #57b63a;
}

.event-details {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding: 21px;
}

.event-date {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #c2ae3e;
  font-style: italic;
}

.event-date.on-event-previews {
  margin-top: 0px;
  margin-bottom: 10px;
}

.event-date.white {
  color: #fff;
}

.social-icon-for-team-members {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  float: left;
  border-radius: 50%;
  background-color: rgba(87, 182, 58, 0.8);
  background-image: url('../images/Facebook-White-1_1Facebook-White (1).png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon-for-team-members:hover {
  background-color: #57b63a;
}

.social-icon-for-team-members-2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  float: left;
  border-radius: 50%;
  background-color: rgba(87, 182, 58, 0.8);
  background-image: url('../images/Twitter-White-1_1Twitter-White (1).png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon-for-team-members-2:hover {
  background-color: #57b63a;
}

.social-icon-for-team-members-3 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  float: left;
  border-radius: 50%;
  background-color: rgba(87, 182, 58, 0.8);
  background-image: url('../images/Instagram-White-1_1Instagram-White (1).png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon-for-team-members-3:hover {
  background-color: #57b63a;
}

.reviews-company {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.reviews-company-link {
  display: block;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
}

.reviews-company-link:hover {
  opacity: 0.8;
}

.featured-events-container {
  margin-bottom: 45px;
}

.latest-event-entries-container {
  width: 65%;
  float: left;
}

.event-entry-preview {
  margin-bottom: 45px;
}

.event-image-link {
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.event-image-link:hover {
  opacity: 0.95;
}

.event-image {
  margin-top: 0px;
}

.event-container {
  width: 65%;
  float: left;
}

.event-text {
  margin-right: 3px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #909090;
  line-height: 29px;
}

.event-text.green {
  color: #57b63a;
}

.event-side-bar-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.event-details-container {
  margin-bottom: 15%;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 880px;
  padding-top: 126px;
  padding-bottom: 53px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.background-video.full-page {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.amenities-box-1 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.amenities-text-container {
  display: block;
  width: 80%;
  margin: 6% auto;
  text-align: center;
}

.amenities-box-2 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.amenities-box-3 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.page-not-found-404-box {
  display: block;
  width: 80%;
  margin-top: 30%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.green-line-on-hero-section {
  width: 64%;
  height: 2px;
  margin-top: 4%;
  margin-bottom: 4%;
  margin-left: -39%;
  background-color: #57b63a;
}

.column-1 {
  z-index: 10;
}

.column-1.inner-padding {
  padding-top: 7%;
}

.column-1.newsletter {
  padding-right: 23px;
}

.column-2.inner-padding {
  margin-top: 7%;
}

.instruction-box {
  margin-bottom: 40px;
}

.video-section {
  margin-bottom: -40px;
}

.paragraph-intro-box {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.dish {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-bottom: 15%;
  /*background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dish-category-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.see-menu-button {
  position: relative;
  z-index: 10;
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  min-height: 40px;
  margin-top: 43%;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 10px 14px;
  border-radius: 30px;
  background-color: rgba(87, 182, 58, 0.8);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.see-menu-button:hover {
  background-color: #57b63a;
}

.featured-image-dish-box {
  position: relative;
}

.open-hours-box {
  position: relative;
  min-height: auto;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-box {
  position: relative;
  padding: 20px 20px 40px;
}

.open-hours-header-box {
  margin-bottom: 20px;
}

.hours {
  margin-top: 15px;
  margin-bottom: 15px;
}

.continue-reading-rounded-button-2 {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 160px;
  margin-top: 33%;
  margin-left: 30%;
  padding: 18px 10% 14px;
  border-radius: 30px;
  background-color: rgba(99, 25, 51, 0.84);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.continue-reading-rounded-button-2:hover {
  background-color: #57b63a;
}

.final-dots {
  text-align: center;
}

.final-dots-text {
  font-family: Montserrat, sans-serif;
  color: #57b63a;
}

.hero-title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
}

.hero-sub-title {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

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

.video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.video-button-text {
  margin-left: 10px;
  font-size: 0.9rem;
}

.nav {
  position: absolute;
  z-index: 9;
  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;
}

.nav.mobile {
  display: none;
}

.nav-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

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

.nav-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #281d1c;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 160px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding: 12px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #631933;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 600;
}

.nav-cart-text {
  margin-left: 10px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  padding: 17px;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #631933;
}

.nav-logo {
  max-height: 150px;
  max-width: 150px;
  min-height: 100px;
  min-width: 100px;
  margin-top: -15px;
  margin-bottom: -45px;
  padding: 10px 15px;
  background-color: #631933;
}

.nav-logo-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-social-link {
  padding: 11px;
}

.nav-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-info-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 600;
}

.newsletter-title {
  color: #fff;
  font-size: 1.9rem;
}

.newsletter-paragraph {
  color: #fff;
  font-weight: 300;
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-field-2 {
  min-height: 45px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 20px;
}

.events-cards-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-heading {
  color: #fff;
  font-size: 1.1rem;
}

.event-divider {
  width: 100%;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #c2ae3e;
}

.event-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31%;
  height: auto;
  min-height: 400px;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 4px none #631933;
  border-radius: 6px;
  /*background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.event-card:hover {
  opacity: 0.9;
}

.event-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #585858;
}

.event-background.orchard {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #333;
  background-image: url('../images/table-dinners--background2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.event-background.music {
  background-image: url('../images/music-event--background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-background.kids {
  background-image: url('../images/kids-activity--background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.event-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 19%, rgba(0, 0, 0, 0.9));
}

.event-card-overlay.on-menu-categories {
  border-bottom: 4px solid #57b63a;
}

.event-card-details {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.events-list.margin-bottom {
  margin-bottom: 80px;
}

.yellow-line {
  position: relative;
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #64bd47;
}

.yellow-line.on-services {
  width: 30%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
}

.yellow-line.on-blog-box {
  width: 74%;
  height: 2px;
  margin-top: 6%;
  margin-left: 0%;
  float: right;
}

.yellow-line.offset-right {
  width: 64%;
  margin-left: 69%;
}

.yellow-line.short {
  width: 30%;
  margin-top: 1%;
  margin-bottom: 2%;
}

.yellow-line.on-chef-recommends {
  position: absolute;
  right: -27%;
  bottom: 5%;
  width: 64%;
}

.yellow-line.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.yellow-line.on-video-section {
  display: block;
  height: 4px;
  margin: 20px auto 60px;
  background-color: #c2ae3e;
}

.yellow-line.mini {
  width: 20%;
}

.heading {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 3px solid #c2ae3e;
}

.event-item {
  border-bottom: 1px solid #bbb;
  list-style-type: none;
}

.event-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-item-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Libre Baskerville', sans-serif;
  color: #c2ae3e;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}

.event-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-item-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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;
  font-family: Raleway, sans-serif;
  color: #631933;
  font-weight: 700;
}

.heading-2 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  margin-top: 0px;
  line-height: 1.2;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  -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-2 {
  position: relative;
  z-index: 2;
  max-width: 190px;
  margin-bottom: 181px;
  margin-left: -80px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.image-3 {
  position: relative;
  z-index: 3;
  max-width: 320px;
  margin-top: 35px;
  margin-left: 30px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.home-shop-and-gift-column {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  background-image: url('../images/Client.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-shop-and-gift-column.on-visit-us-page {
  background-image: url('../images/bar-984527_1280-1.jpg');
  background-size: cover;
}

.home-shop-and-gift-column-right {
  position: relative;
  top: 0px;
  bottom: 0px;
  height: auto;
  min-height: 900px;
  background-color: #303030;
  background-image: url('../images/shop-gift--background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-shop-and-gift-column-right.garden {
  background-image: url('../images/greenhouse--background.png');
  background-size: cover;
}

.home-shop-and-gift-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-shop-and-gift-column-left.reverted {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-4 {
  width: 45%;
  margin-top: 40px;
  margin-right: 4%;
}

.columns {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-section-stars {
  position: absolute;
  left: 0%;
  top: -40px;
  right: 0%;
  bottom: auto;
  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;
}

.columns-3 {
  margin-top: 69px;
}

.image-5 {
  max-width: 25%;
  margin-left: 5%;
}

.image-6 {
  max-width: 70%;
}

.columns-3-copy {
  margin-top: 20px;
  margin-bottom: 60px;
}

.rating-card {
  padding: 14px;
  border: 13px solid #fff;
  background-color: #f8f8f8;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.rating-title {
  font-size: 1.8rem;
  font-weight: 400;
}

.rating-text {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #333232;
  font-weight: 400;
}

.rating-card-star {
  max-width: 20px;
  margin-right: 1px;
  margin-left: 1px;
}

.rating-info {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-date {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.image-8 {
  margin-right: 3px;
  margin-left: 3px;
}

.footer-browns {
  margin-top: 0%;
}

.menu-cards-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.menu-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 31.33333%;
  height: auto;
  min-height: 320px;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 4px solid #631933;
  border-radius: 6px;
  /*background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.menu-card:hover {
  opacity: 0.9;
}

.menu-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #585858;
}

.menu-background.orchard {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #333;
  background-image: url('../images/table-dinners--background2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-background.music {
  background-image: url('../images/music-event--background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-background.kids {
  background-image: url('../images/kids-activity--background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-background.breakfast {
  background-image: url('../images/menu-breakfast2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-background.lunch {
  background-image: url('../images/menu-lunch2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-background.dinner {
  background-image: url('../images/menu-dinner2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-background.dessert {
  background-image: url('../images/menu-dessert2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-background.beverages {
  background-image: url('../images/menu-beverages2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.menu-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 19%, rgba(0, 0, 0, 0.9));
}

.menu-card-overlay.on-menu-categories {
  border-bottom: 4px solid #57b63a;
}

.menu-card-details {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-heading {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

.menu-divider {
  width: 100%;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #c2ae3e;
}

.div-block-3 {
  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;
}

.green-line-2 {
  position: relative;
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #c2ae3e;
}

.green-line-2.mini {
  width: 20%;
}

.menu-item-columns {
  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;
}

.menu-item-content {
  margin-top: 0%;
}

.menu-item-image {
  min-height: 460px;
}

.menu-item-image.img-responsive {
  min-height: 420px;
  padding-right: 10px;
}

.white {
  color: #fff;
}

.farm-image {
  width: 400px;
}

.links-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ececec;
}

.link-navigation {
  margin: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-navigation:hover {
  opacity: 0.64;
}

.links-one {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-image {
  height: 200px;
  margin-top: 0px;
}

.as-knot {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 12%;
  z-index: 2000;
  width: 200px;
  height: 100px;
}

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

.photos {
  overflow: hidden;
  height: 160px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.photo-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.faq-block {
  padding-top: 16px;
  padding-bottom: 48px;
}

.faq-block-heading {
  margin-bottom: 48px;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-color-3 {
  color: #631933;
}

.text-grey {
  color: #7a8292;
  font-size: 16px;
  letter-spacing: -0.2px;
}

.faq-top-link {
  display: inline-block;
  color: #a9b0be;
  font-size: 12px;
  text-decoration: underline;
}

.faq-top-link:hover {
  color: #2c3340;
  text-decoration: underline;
}

.knot-image {
  position: absolute;
  top: -90px;
  border-radius: 100px;
}

.item-box {
  padding: 10px 0px;
  border-top: 1px solid #d6d6d6;
  text-align: left;
}

.item-image {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

.image-popup {
  position: relative;
  overflow: hidden;
  width: 16.666%;
  height: 250px;
  float: left;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#461526), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #461526, hsla(0, 0%, 100%, 0));
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.zoom-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none-2_1font-awesome_4-6-3_search_100_0_ffffff_none (2).png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.zoom-icon:hover {
  background-color: #9061c2;
}

.section {
  position: static;
  margin-top: -18px;
}

.image-9 {
  position: relative;
  top: -101px;
  z-index: 200;
}

.tab-link-2 {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 0px 10px;
  background-color: transparent;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #9061c2;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-2:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-link-2.w--current {
  border-bottom-color: #9061c2;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.tabs-menu-2 {
  text-align: center;
}

.tabs-2 {
  margin-top: 50px;
}

.tab-icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/fruit.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(80deg);
  filter: hue-rotate(80deg);
}

.tab-icons.icon-3 {
  background-image: url('../images/ice-cream.png');
  background-size: 50px;
  -webkit-filter: hue-rotate(80deg);
  filter: hue-rotate(80deg);
}

.tab-icons.icon-4 {
  background-image: url('../images/beer.png');
  background-size: 50px;
  -webkit-filter: hue-rotate(80deg);
  filter: hue-rotate(80deg);
}

.tab-icons.icon-2 {
  background-image: url('../images/pizza.png');
  background-size: 50px;
  -webkit-filter: hue-rotate(80deg);
  filter: hue-rotate(80deg);
}

.tab-content {
  margin-top: 70px;
}

.tab-text {
  position: relative;
  top: 18px;
  display: inline-block;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 15px;
}

.menu-items-2 {
  padding: 20px 20px 18px;
  border-bottom: 1px dashed #d8d8d8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: left;
}

.item-name {
  font-family: Raleway, sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.item-name.price {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.item-name.tag {
  display: inline-block;
  padding-right: 15px;
  background-color: transparent;
  color: #b4b4b4;
}

.item-name.tag.dollar {
  margin-right: 2px;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
}

.no-padding {
  margin-bottom: 0px;
  font-family: 'Libre Baskerville', sans-serif;
}

.align-center {
  position: relative;
  text-align: center;
}

.align-center.with-pading {
  padding-top: 15px;
}

.menu-section.space-down {
  margin-bottom: 100px;
}

.location-div {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #c2c2c2;
  font-size: 12px;
}

.cart-slide-out {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  width: 30%;
  height: 100%;
  background-color: #fff;
}

.cart-product-name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
}

.button-2 {
  padding: 15px 20px;
  background-color: #212127;
  color: #212127;
  font-weight: 500;
}

.button-2:hover {
  background-color: #3e3e49;
}

.button-2.white {
  background-color: #212127;
  color: #fff;
}

.button-2.white:hover {
  background-color: #414147;
}

.button-2.white.full {
  display: block;
  width: 100%;
  text-align: center;
}

.text-block-3 {
  color: #818187;
  font-size: 16px;
}

.cart-container {
  min-width: 420px;
}

.cart-button {
  display: block;
  width: 100px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #212127;
}

.cart-quantity {
  height: 21px;
  min-width: 21px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
}

.cart {
  margin-right: 3px;
}

.remove-button {
  margin-top: 4px;
}

.cart-2 {
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 60px;
  background-color: #631933;
}

.client-logo {
  padding: 0px 45px;
  cursor: default;
}

.top-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-item {
  min-height: 510px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  max-width: 1200px;
}

.top-title-text-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  font-size: 20px;
}

.top-title-text-2.in-left {
  padding-left: 0px;
}

.footer-top-title {
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title {
  margin-bottom: 60px;
  text-align: center;
}

.divider {
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.section-2 {
  padding: 120px 15px;
  background-color: #fff;
}

.margin-page {
  margin-top: 120px;
}

.footer-column {
  width: 90%;
}

.footer-column.add-top-margin {
  margin-top: 40px;
}

.empty-state-2 {
  background-color: #f5f5f7;
  text-align: center;
}

.line-title {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

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

.top-title-2.zero-margin {
  margin-bottom: 0px;
}

.top-title-2.zero-margin.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.product-wrapper {
  color: #212127;
  text-align: center;
  text-decoration: none;
}

.product-wrapper.with-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.product-image {
  height: 500px;
  margin-bottom: 20px;
}

.price {
  font-family: 'Libre Baskerville', sans-serif;
  color: #bdbdc3;
  font-size: 22px;
  line-height: 30px;
}

.product-image1 {
  height: 500px;
}

.checkout-form {
  padding-top: 100px;
}

.submit-button {
  background-color: #631933;
  font-family: 'Libre Baskerville', sans-serif;
}

.dark-header {
  height: 200px;
  background-color: #1a1313;
}

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

.price-2 {
  color: #bdbdc3;
  font-size: 22px;
  line-height: 30px;
}

.top-margin {
  margin-top: 40px;
}

.error-message-2 {
  color: #9e0000;
  text-align: center;
}

.right-padding {
  padding-left: 50px;
}

.field-label-2 {
  color: #919197;
  font-weight: 400;
}

.navbar-2 {
  display: none;
}

.main {
  overflow: hidden;
}

.tablink {
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.tablink:hover {
  opacity: 0.72;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tablink.w--current {
  background-color: transparent;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #b40844;
}

html.w-mod-js *[data-ix="action-for-dropdown-link"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-pointer-green"] {
  opacity: 0;
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-dropdown-list"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="initial-appearance-for-open-image-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="initial-appearance-for-arrow-on-services"] {
  opacity: 0;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-left-side-line"] {
  -webkit-transform: translate(-209px, 0px);
  -ms-transform: translate(-209px, 0px);
  transform: translate(-209px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-category-arrow"] {
  opacity: 0;
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-category-arrow-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="initial-appearance-for-social-icon-for-team-members"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="initial-appearance-for-green-bg-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="initial-appearance-for-hero-dish"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="initial-appearance-for-hero-text-container"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-green-line"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-go-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-top-header-box"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="actions-for-go-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-for-book-a-table"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-for-book-a-table-wrapper"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-out-modal-screen"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-see-menu-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="body-opacity-100-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-for-amenities-boxes"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="columns-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-up-columns-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-out-lightbox-overlay-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-out-zoom-icon-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .nav-menu {
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .nav-link-old.book-a-table {
    width: 100%;
    float: none;
  }
  .menu-button {
    height: 80px;
    padding-top: 37px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .mini-title.on-amenities {
    float: none;
  }
  .hero-text-container {
    margin-top: 33%;
  }
  .green-line.offset-right {
    width: 15%;
    margin-left: 0%;
  }
  .green-line.short {
    width: 15%;
  }
  .green-line.less-bottom-border {
    margin-bottom: 2%;
  }
  .go-button.on-video-section {
    margin-bottom: -4%;
  }
  .go-button.on-inner-pages {
    margin-bottom: -4%;
  }
  .content-section.more-bottom-border {
    margin-bottom: 10%;
  }
  .gray-circle {
    width: 235px;
    height: 235px;
    background-position: 100% 50%;
  }
  .gray-circle.farm-market {
    max-height: 500px;
    max-width: 500px;
  }
  .gray-line.offset-left {
    width: 15%;
    margin-left: 0%;
    background-color: #c2ae3e;
  }
  .gray-line.offset-right {
    width: 15%;
    margin-left: 0%;
    background-color: #c2ae3e;
  }
  .gray-line.short {
    margin-top: 1%;
  }
  .text-container.right-justified {
    text-align: left;
  }
  .text-container.left-border {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0%;
  }
  .body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .tabs-menu {
    padding-top: 100px;
    background-position: 50% 0px, 50% 100%, 50% 100%, 50% 50%;
    background-size: 220px, 146px, 4px, cover;
  }
  .burger-line-1 {
    display: block;
    width: 24px;
    height: 3px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    background-color: #fff;
  }
  .burger-line-2 {
    display: block;
    width: 24px;
    height: 3px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    background-color: #fff;
  }
  .burger-line-3 {
    width: 24px;
    height: 3px;
    background-color: #fff;
  }
  .arrow-on-services {
    display: none;
  }
  .blog-item-box {
    min-height: auto;
  }
  .footer-navigation {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/newsletter--background2x.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/newsletter--background2x.png');
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .footer {
    margin-top: 16%;
  }
  .footer-box-1 {
    display: block;
    margin-right: auto;
    margin-bottom: 6%;
    margin-left: auto;
    float: none;
  }
  .footer-box-1.left {
    margin-left: 0%;
  }
  .h2-headings.right-justified {
    text-align: left;
  }
  .text-field.on-newsletter-sign-up {
    width: 68.5%;
  }
  .featured-dish {
    width: 100%;
    min-height: auto;
  }
  .featured-item {
    margin-bottom: 60px;
  }
  .dish-box {
    margin-top: 10px;
    margin-left: 0%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.map {
    width: 90%;
  }
  .vegan {
    margin-right: 4px;
  }
  .dynamic-item {
    width: 33.33%;
  }
  .left-column-text-box {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .continue-reading-rounded-button {
    margin-top: 25%;
    margin-left: 8%;
  }
  .continue-reading-rounded-button.on-blog-item-box {
    margin-left: 8.5%;
  }
  .continue-reading-rounded-button.on-blog-preview {
    margin-left: 25%;
  }
  .amenities-text-container {
    width: 100%;
  }
  .column-1.newsletter {
    padding-right: 64px;
    padding-left: 64px;
  }
  .hero-title {
    font-size: 3.2rem;
  }
  .nav.desktop {
    display: none;
  }
  .nav.mobile {
    display: block;
  }
  .nav.mobile.test {
    top: 253px;
    background-color: #000;
  }
  .nav-bottom-container {
    -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;
  }
  .nav-links {
    padding-left: 106px;
  }
  .nav-link {
    margin-right: 6px;
  }
  .nav-logo.w--current {
    margin-left: 7px;
    padding-left: 15px;
  }
  .newsletter-form {
    margin-right: 40px;
    margin-left: 40px;
  }
  .newsletter-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .event-card {
    width: 48%;
    min-height: 280px;
  }
  .yellow-line.less-bottom-border {
    margin-bottom: 2%;
  }
  .home-shop-and-gift-column-right {
    min-height: 520px;
    padding-left: 0px;
    background-image: url('../images/shop-gift--background2x.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }
  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns-2 {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .image-5 {
    max-height: 60px;
    max-width: none;
  }
  .image-6 {
    max-width: 200px;
  }
  .rating-card {
    margin-bottom: 20px;
  }
  .footer-browns {
    margin-top: 0%;
  }
  .green-line-2.less-bottom-border {
    margin-bottom: 2%;
  }
  .image-popup {
    width: 33.3333%;
  }
  .burger-menu {
    margin-right: 96px;
    padding: 20px;
  }
  .mobile-nav-links {
    background-color: #281d1c;
  }
  .client-logo {
    width: 33.333%;
    margin-bottom: 10px;
  }
  .sidebar {
    margin-bottom: 40px;
    padding-left: 7.5px;
  }
  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .logo-wrapper {
    display: block;
  }
  .top-margin {
    margin-top: 20px;
  }
  .right-padding {
    margin-top: 50px;
    padding-left: 0px;
  }
  .navbar-2 {
    /*position: absolute;*/
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #281d1c;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .brand-2 {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    margin-bottom: -30px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #631933;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
  }
  .image-10 {
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button-2 {
    margin-left: auto;
    color: #fff;
  }
  .menu-button-2.w--open {
    background-color: #631933;
  }
  .nav-menu-2 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #631933;
  }
  .nav-link-2 {
    width: 100%;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  .image-11 {
    max-width: 25px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }
  .cart-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px 20px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #281d1c;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 600;
  }
  .div-block-4 {
    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: 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;
  }
  .text-block-4 {
    margin-right: 10px;
  }
  .image-12 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 767px) {
  h1 {
    color: #1f252d;
    font-size: 6vw;
    line-height: 1.3em;
  }
  h2 {
    font-size: 5vw;
    line-height: 1.3em;
  }
  h3 {
    font-size: 4vw;
    line-height: 1.3em;
  }
  h4 {
    font-size: 3vw;
    line-height: 1.5em;
  }
  h5 {
    font-size: 2.8vw;
    line-height: 1.5em;
  }
  h6 {
    font-size: 2.5vw;
    line-height: 1.5px;
  }
  .content-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;
  }
  .button.submit {
    min-width: 55%;
  }
  .button.on-newsletter-sign-up {
    width: 100%;
    margin-top: 44px;
  }
  .green-line {
    margin-top: 4%;
    margin-left: 0%;
  }
  .green-line.offset-right {
    display: none;
    width: 84%;
  }
  .green-line.less-bottom-border {
    margin-top: 1%;
  }
  .content-section.contact {
    margin-top: 10%;
  }
  .content-section.less-top-padding {
    padding-top: 5%;
  }
  .content-section.more-bottom-border {
    margin-bottom: 15%;
  }
  .content-section.no-bottom-space {
    padding-right: 5%;
    padding-left: 5%;
  }
  .gray-circle {
    width: 215px;
    height: 215px;
  }
  .gray-circle.farm-market {
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .gray-line {
    margin-left: 0%;
  }
  .text-container {
    margin-top: 7%;
    margin-left: 0%;
  }
  .text-container.right-justified {
    margin-right: 0%;
  }
  .text-container.left-border {
    margin-top: 40px;
    margin-left: 0%;
  }
  .team-member-details {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .open-image-icon {
    width: 50px;
    height: 50px;
    margin-left: 40%;
  }
  .open-image-icon-2 {
    width: 50px;
    height: 50px;
    margin-top: 16%;
    margin-left: 28%;
  }
  .tabs-menu {
    background-position: 0px 0px, 50% 100%, 50% 100%, 50% 50%;
  }
  .blog-item-box {
    width: 100%;
  }
  .footer-navigation {
    text-align: center;
  }
  .footer-box-1.left {
    margin-left: 0%;
  }
  .footer-box-2 {
    margin-bottom: 0%;
    margin-left: 0%;
  }
  .medium-title {
    display: inline;
  }
  .text-field.on-newsletter-sign-up {
    width: 100%;
  }
  .input-box.month {
    width: 100%;
  }
  .input-box.day {
    width: 48.5%;
  }
  .input-box.time {
    width: 48.5%;
  }
  .right-divider {
    border-bottom: 1px solid #d6d6d6;
    border-right-style: none;
  }
  .mini-title-link {
    display: inline-block;
  }
  .chef-recommends-details {
    margin-top: 50px;
  }
  .locate-us-left-bg {
    width: 60%;
  }
  .get-directions-link {
    font-size: 1.9vw;
    line-height: 1.3em;
  }
  .come-vist-us {
    margin-bottom: 5%;
  }
  .notice-text-column {
    left: 0%;
  }
  .notice-details {
    border-left: 4px solid #631933;
  }
  .background-right-column {
    position: relative;
    height: 350px;
  }
  .background-left-column {
    left: 0%;
  }
  .footer-logo {
    margin-bottom: 7%;
  }
  .footer-address-box {
    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;
  }
  .footer-icon-box {
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .continue-reading-rounded-button {
    display: none;
  }
  .background-video {
    padding-right: 5%;
    padding-left: 5%;
  }
  .amenities-box-1 {
    margin-bottom: 10px;
  }
  .amenities-box-2 {
    margin-bottom: 10px;
  }
  .page-not-found-404-box {
    width: 100%;
  }
  .column-1.inner-padding.first {
    padding-top: 0%;
  }
  .column-1.newsletter {
    padding-right: 35px;
    padding-left: 35px;
  }
  .column-1.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-2.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .see-menu-button {
    display: none;
  }
  .hero-title {
    font-size: 2.8rem;
  }
  .newsletter-form {
    margin-right: 10px;
    margin-left: 10px;
  }
  .newsletter-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-card {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .yellow-line {
    margin-top: 4%;
    margin-left: 0%;
  }
  .yellow-line.offset-right {
    width: 84%;
  }
  .yellow-line.less-bottom-border {
    margin-top: 1%;
  }
  .event-item-link {
    -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;
  }
  .event-item-date {
    width: 20%;
  }
  .event-item-content {
    width: 80%;
    padding-left: 5%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .home-shop-and-gift-column {
    position: relative;
    height: 350px;
  }
  .home-shop-and-gift-column-right {
    left: 0%;
    min-height: 240px;
  }
  .home-shop-and-gift-column-right.garden {
    min-height: 240px;
  }
  .columns-2 {
    -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-card {
    width: 48%;
  }
  .green-line-2 {
    margin-top: 4%;
    margin-left: 0%;
  }
  .green-line-2.less-bottom-border {
    margin-top: 1%;
  }
  .menu-item-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-link-2 {
    display: block;
    width: 28%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .item-name {
    display: block;
    text-align: left;
  }
  .item-name.price {
    display: inline-block;
  }
  .item-name.tag {
    display: inline-block;
  }
  .no-padding {
    text-align: left;
  }
  .cart-product-name {
    text-align: left;
  }
  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }
  .product-item {
    width: 100%;
    min-height: auto;
  }
  .footer-column {
    width: 100%;
    margin-top: 40px;
  }
  .footer-column.no-top-margin {
    margin-top: 0px;
  }
  .product-wrapper.with-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-menu-2 {
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns-4.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .columns-5 {
    text-align: left;
  }
  .section-3 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 9.5vw;
  }
  h2 {
    font-size: 8.5vw;
  }
  h3 {
    font-size: 7.5vw;
  }
  h4 {
    font-size: 5.5vw;
  }
  h5 {
    font-size: 5vw;
  }
  h6 {
    font-size: 4.5vw;
    line-height: 1.3px;
  }
  .hero-section.inner-pages.bigger {
    min-height: 0px;
  }
  .content-wrapper.on-hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-dish-container {
    top: 90px;
  }
  .hero-text-container {
    margin-top: 45%;
  }
  .button.submit {
    min-width: 100%;
  }
  .button.on-newsletter-sign-up {
    margin-top: 20px;
  }
  .green-line {
    margin-top: 2%;
  }
  .green-line.offset-right {
    margin-left: 0%;
  }
  .green-line.on-chef-recommends {
    position: absolute;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .green-line.less-bottom-border {
    margin-bottom: 4%;
  }
  .go-button {
    margin-bottom: -32px;
  }
  .go-button.up {
    margin-top: -86px;
  }
  .go-button.on-video-section {
    margin-bottom: -8%;
  }
  .go-button.on-inner-pages {
    margin-bottom: -8%;
  }
  .content-section {
    padding-top: 10%;
  }
  .content-section.less-top-padding {
    padding-top: 10%;
  }
  .content-section.more-bottom-border {
    margin-bottom: 25%;
  }
  .content-section.light-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-section.farm-market-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .gray-circle {
    width: 205px;
    height: 205px;
    margin-top: 25px;
  }
  .gray-line {
    margin-top: 2%;
  }
  .gray-line.offset-left {
    margin-left: 0%;
  }
  .gray-line.offset-right {
    margin-left: 0%;
    float: right;
  }
  .gray-line.short {
    margin-bottom: 3%;
  }
  .text-container.left-border {
    margin-top: 13%;
    margin-left: 0%;
  }
  .team-member {
    margin-right: auto;
    margin-bottom: 25%;
    margin-left: auto;
  }
  .tabs-menu {
    position: relative;
    width: 100%;
    margin-top: 0px;
    background-size: 220px, 146px, 4px, cover;
  }
  .tabs-content {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    float: none;
  }
  .image-box-1 {
    width: 100%;
  }
  .image-box-1.small {
    width: 1005%;
  }
  .arrow-on-services {
    display: block;
  }
  .intro-text-box.centered {
    width: 90%;
  }
  .blog-item-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-navigation {
    padding-top: 60px;
  }
  .footer-notices {
    padding-bottom: 10px;
  }
  .h2-headings.white {
    text-align: left;
  }
  .h2-headings.white.centered {
    text-align: center;
  }
  .h1-headings {
    font-size: 8.8vw;
  }
  .contact-right-column {
    padding-left: 0px;
  }
  .book-a-table-wrapper {
    margin-top: 10%;
  }
  .featured-dish {
    width: 100%;
    margin-bottom: 10%;
    float: none;
  }
  .calories-and-price-box.more-bottom-border {
    margin-bottom: 0%;
  }
  .right-divider {
    border-right-style: solid;
    border-bottom-style: none;
  }
  .newsletter-box {
    width: 100%;
  }
  .latest-blog-entries-container {
    width: 100%;
  }
  .side-bar {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10%;
    float: none;
  }
  .newsletter-submit-button-box {
    width: 100%;
  }
  .mini-title-link.licensing {
    border-bottom-style: none;
  }
  .food-ingredient-box {
    margin-bottom: 10%;
  }
  .blog-items-container {
    margin-bottom: 0px;
  }
  .chef-recommends-details {
    margin-top: 40px;
    margin-bottom: 10%;
  }
  .dish-box {
    margin-top: 10px;
  }
  .dish-container {
    margin-bottom: 0px;
  }
  .get-directions-link {
    margin-bottom: 10%;
    border-bottom: 2px solid #57b63a;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    font-size: 2.9vw;
  }
  .get-directions-link:hover {
    color: #57b63a;
  }
  .get-directions-arrow {
    display: none;
  }
  .row.on-footer {
    text-align: center;
  }
  .dynamic-item {
    width: 100%;
  }
  .background-right-column {
    position: relative;
    min-height: 300px;
  }
  .background-left-column {
    position: relative;
    left: 0%;
  }
  .footer-address-box {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reviews-company-link {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  .latest-event-entries-container {
    width: 100%;
  }
  .event-entry-preview {
    margin-bottom: 10%;
  }
  .event-container {
    width: 100%;
    float: none;
  }
  .green-line-on-hero-section {
    margin-left: 0%;
  }
  .column-1.newsletter {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dish {
    margin-bottom: 10%;
  }
  .hero-title {
    font-size: 2rem;
  }
  .actions-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .nav-top-container {
    display: none;
  }
  .nav-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .nav-info-block {
    margin-left: 0px;
  }
  .newsletter-form {
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }
  .text-field-2 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .yellow-line {
    margin-top: 2%;
  }
  .yellow-line.offset-right {
    margin-left: 0%;
  }
  .yellow-line.on-chef-recommends {
    position: absolute;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .yellow-line.less-bottom-border {
    margin-bottom: 4%;
  }
  .event-item-date {
    width: auto;
    -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;
  }
  .event-item-content {
    width: 100%;
    padding-left: 0%;
  }
  .home-shop-and-gift-column {
    position: relative;
    min-height: 300px;
  }
  .home-shop-and-gift-column-right {
    position: relative;
    left: 0%;
  }
  .image-4 {
    width: 100%;
    margin-top: 0px;
  }
  .div-block-2 {
    margin-top: 40px;
  }
  .rating-title {
    font-size: 1.2rem;
  }
  .rating-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-card {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .green-line-2 {
    margin-top: 2%;
  }
  .green-line-2.less-bottom-border {
    margin-bottom: 4%;
  }
  .menu-item-content {
    margin-top: 40px;
    margin-bottom: 10%;
  }
  .as-knot {
    position: relative;
  }
  .image-popup {
    width: 100%;
  }
  .image-9 {
    top: 0px;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .text-block-2 {
    margin-right: 10px;
  }
  .tab-link-2 {
    width: 100%;
  }
  .item-name.tag.dollar {
    margin-bottom: 0px;
    padding: 0px 3px;
  }
  .no-padding {
    font-size: 0.8rem;
  }
  .align-center.with-pading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-container {
    min-width: 320px;
  }
  .client-logo {
    width: 50%;
    padding: 20px;
  }
  .top-title-text {
    font-size: 24px;
    line-height: 32px;
  }
  .section-2 {
    padding: 60px 10px;
  }
}

