:root {
  --primary: #ff8700;
  --secondary-2: #03171e;
  --secondary-1: #60a91e;
  --neutral: #d6d6d6;
  --white: white;
  --grey: #ddd;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

body {
  color: #fff;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.32;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

a {
  color: #415da1;
  font-size: 16px;
  line-height: 1.62;
  text-decoration: underline;
}

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

.paragraph-small {
  max-width: 420px;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 1.63;
}

.paragraph-small.testimonial-excerpt {
  margin-bottom: 25px;
}

.heading-section {
  padding-top: 100px;
}

.special-heading-3 {
  font-size: 44px;
  line-height: 1.2;
}

.typography-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.special-heading-4 {
  font-size: 28px;
  line-height: 1.43;
}

.bold-text {
  font-weight: 700;
}

.paragraph-width {
  max-width: 420px;
}

.paragraph-large {
  max-width: 620px;
  font-size: 24px;
  line-height: 1.58;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.page-wrapper.background-dark {
  background-color: #000;
}

.special-heading-1 {
  margin-top: 0;
  font-size: 70px;
  line-height: 1.2;
}

.special-heading-1.hero-heading {
  margin-bottom: 45px;
}

.special-heading-1.hero-heading.hero-title-animation {
  font-size: 44px;
}

.special-heading-1.hero-heading.style-two {
  font-size: 40px;
}

.special-heading-2 {
  margin-top: 0;
  font-size: 50px;
  line-height: 1.32;
}

.color-list-title {
  margin-bottom: 20px;
}

.color-section {
  padding-top: 100px;
}

.list-item {
  padding: 40px;
  display: inline-block;
}

.list-item.primary-color {
  background-color: var(--primary);
  color: #fff;
}

.list-item.secondary-color-2 {
  background-color: var(--secondary-2);
  color: #fff;
}

.list-item.secondary-color-1 {
  background-color: var(--secondary-1);
  color: #fff;
}

.list-item.neutral-color-1 {
  background-color: var(--neutral);
  color: #fff;
}

.container {
  max-width: 960px;
}

.color-list-wrap {
  flex-direction: column;
  display: flex;
}

.paragraph-small-v2 {
  max-width: 350px;
  font-size: 14px;
  line-height: 1.6;
}

.block-quote {
  max-width: 560px;
  font-size: 24px;
  line-height: 1.6;
}

.color-list {
  grid-column-gap: 25px;
  flex-direction: row;
  display: flex;
}

.body-text-section {
  padding-top: 100px;
}

.color-section-items {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.section-gap-y-axis-170 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-top-wrapper {
  background-color: #011920;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-top-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: baseline;
  display: flex;
}

.header-social-list-link {
  color: #f1e2e2;
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.header-social-list-link:hover {
  color: #fff;
}

.separator {
  width: 1px;
  height: 10px;
  background-color: #646478;
}

.header-offer-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  align-items: center;
  display: flex;
}

.header-offer-text {
  letter-spacing: .03em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.header-bottom-block {
  padding-top: 33px;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.main-wrapper {
  z-index: 2;
  position: relative;
}

.hero-block {
  min-height: 950px;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-block.style-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header {
  z-index: 3;
  width: 100%;
  object-fit: fill;
  position: fixed;
  top: 0;
  left: 0;
}

.dropdown-link-primary {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color .3s;
}

.dropdown-link-primary:hover, .dropdown-link-primary.w--current {
  color: var(--primary);
}

.header-nav-link-icon {
  margin-right: 0;
  font-size: 13px;
  position: static;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  min-width: 150px;
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  top: 40px;
}

.header-dropdown {
  margin-bottom: -40px;
  padding-bottom: 40px;
}

.header-nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  order: 1;
  justify-content: flex-start;
  display: flex;
}

.header-nav-block {
  justify-content: space-between;
  display: flex;
}

.header-nav-inner-block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-inner-block.style-three {
  padding-right: 100px;
}

.logo-link-block-mobile {
  order: -1;
}

.logo-link-block-mobile.margin-bottom-24px {
  display: none;
}

.menu-link-primary {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.menu-link-primary.w--current {
  color: var(--white);
  text-decoration: none;
}

.hero-content {
  min-height: 400px;
}

.button-default {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 15px 39px 15px 38px;
  font-size: 18px;
  line-height: 1.7;
  transition: transform .3s, background-color .3s;
}

.button-default:hover {
  border-color: var(--primary);
  background-color: #ffbb24;
  transform: translate(0, -3px);
}

.button-default.button-large {
  padding: 19px 49px;
}

.button-default.medium-size {
  padding: 9px 35px 9px 36px;
}

.button-default.book-a-table-button {
  margin-top: 40px;
  padding-left: 51px;
  padding-right: 51px;
}

.button-default.contact-form-button {
  margin-top: 0;
}

.button-default.blog-pagination-button {
  color: var(--white);
  margin-left: 0;
}

.hero-slider {
  height: auto;
}

.hero-item.hero-style-one.hero-image-1-1 {
  background-image: url('../images/hero-image-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-item.hero-style-one.hero-image-1-2 {
  background-image: url('../images/kuchenkaffeequadrat.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-item.hero-style-two.hero-image-2-1, .hero-item.hero-style-two.hero-image-2-2, .hero-item.hero-style-two.hero-image-2-2 {
  background-image: url('../images/hero-image-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-item.hero-style-two.hero-image-2-2 {
  background-image: url('../images/hero-image-2-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-left-arrow, .hero-right-arrow {
  display: none;
}

.hero-slide-nav {
  min-height: 70px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-size: 14px;
  line-height: 1.7;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 15px;
}

.hero-category {
  color: var(--primary);
  letter-spacing: .2em;
  margin-bottom: 30px;
  font-family: Justanotherhand, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.hero-category.hero-span-animation {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.hero-description {
  letter-spacing: .05em;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: .9;
}

.hero-description.hero-description-animation.without-letter-space {
  letter-spacing: 0;
}

.hero-description-inner-text {
  color: var(--primary);
}

.about-and-banner-section {
  z-index: 1;
}

.about-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-wrapper.section-gap-top-60 {
  align-items: center;
  padding-top: 50px;
}

.about-content {
  padding-left: 30px;
}

.section-category {
  color: #ffbb24;
  letter-spacing: .25em;
  margin-bottom: 20px;
  font-family: Justanotherhand, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.section-category.newsletter-category {
  margin-bottom: 10px;
}

.section-category.contact-info-category {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: .83;
}

.section-title {
  margin-bottom: 35px;
}

.section-title.feature-section-title {
  background-image: url('../images/title-design.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  font-size: 33px;
}

.section-title.feature-section-title.style-two {
  background-image: url('../images/title-design-secondary.png');
}

.section-title.newsletter-section-title {
  margin-bottom: 20px;
  font-size: 26px;
}

.section-title.contact-form-section-title {
  margin-bottom: 75px;
}

.section-title.margin-bottom-15px {
  margin-bottom: 15px;
}

.section-title.event-section-title {
  font-size: 26px;
}

.section-title.slideup-animation.margin-bottom-50px {
  margin-bottom: 50px;
}

.section-title.margin-bottom-75 {
  margin-bottom: 75px;
}

.section-title.margin-bottom-50px {
  margin-bottom: 50px;
}

.section-title.margin-bottom-80px {
  margin-bottom: 80px;
}

.section-title.margin-bottom-85px {
  margin-bottom: 85px;
}

.section-title.margin-bottom-70px {
  margin-bottom: 70px;
}

.section-title.margin-bottom-50px {
  margin-bottom: 50px;
}

.section-title.margin-bottom-30px {
  margin-bottom: 30px;
}

.section-gap-y-axis-140 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 14px;
  font-weight: 400;
}

.section-description {
  margin-bottom: 25px;
}

.section-reservation {
  letter-spacing: .05em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.section-reservation.event-booking-reservation {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.section-reservation.newsletter-reservation {
  margin-top: 45px;
  margin-bottom: 0;
}

.section-reservation-link {
  color: #ffbb24;
  font-size: 14px;
  font-weight: 500;
  line-height: .9;
}

.banner-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
}

.banner-image {
  transition: transform .3s;
}

.banner-image:hover {
  transform: translate(0, -3px);
}

.menu-section {
  z-index: 1;
}

.memu-title-block {
  text-align: center;
}

.tab-link-block {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: transform .3s;
}

.tab-link-block.w--current {
  color: #ffbb24;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffbb24;
  margin-bottom: 10px;
  margin-right: 10px;
}

.menu-item-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.menu-item-wrapper.style-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.menu-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.menu-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.menu-border {
  width: 100%;
  border: 1px dashed #b7b7b7;
  flex: 1;
}

.menu-item-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-banner {
  width: 100%;
  max-width: 539px;
  position: relative;
}

.menu-item-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-description {
  color: #d6d6d6;
  text-align: left;
  letter-spacing: .04em;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.menu-banner-image.style-two {
  min-height: 683px;
  object-fit: cover;
  object-position: 50% 50%;
}

.tab-menu-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: block;
}

.tab-menu-block.padding-bottom-60px {
  padding-bottom: 60px;
}

.tab-menu-block.padding-bottom-70px {
  padding-bottom: 70px;
  display: block;
}

.feature-section {
  z-index: 1;
}

.feature-wrapper {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feature-image {
  width: 100%;
  height: 100%;
  max-width: 800px;
}

.feature-image.style-two {
  z-index: 1;
  max-width: 831px;
}

.feature-content {
  z-index: 1;
  width: 100%;
  max-width: 852px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-fullwidth {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.image-fullwidth.newsletter-single-image {
  object-fit: fill;
}

.image-fullwidth.cat-image {
  object-fit: cover;
}

.image-fullwidth.newsletter-image {
  object-position: 100% 50%;
}

.section-wrap {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 35px;
  display: flex;
}

.feature-list-wrap {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-list-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.feature-list-description {
  margin-bottom: 0;
  font-size: 14px;
}

.call-to-action-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.call-to-action-wrapper.style-three {
  flex-wrap: wrap;
  grid-template-columns: .5fr 1.75fr;
}

.event-booking-block {
  width: 100%;
  max-width: 1070px;
  background-image: url('../images/call-to-action-bg.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-booking-content {
  min-height: 100%;
  background-color: var(--secondary-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 50px;
  display: flex;
}

.event-booking-content.style-two {
  align-items: flex-start;
}

.call-to-action-image-block {
  width: 100%;
  max-width: 830px;
}

.call-to-action-image-block.style-two {
  max-width: 100%;
}

.timing-block {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 30px;
  padding-left: 0;
}

.timing-block.style-two {
  padding-left: 0;
}

.timing-heading {
  margin-bottom: 20px;
  font-weight: 600;
}

.opening-day {
  font-size: 14px;
}

.opening-day.text-primary {
  color: var(--white);
}

.opening-time {
  padding-left: 10px;
  font-size: 14px;
}

.timing-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.timing-list-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonial-slide-wrapper {
  max-width: 50%;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.testimonial-card {
  z-index: 2;
  background-color: var(--secondary-2);
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-card.style-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 0;
  display: grid;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.testimonial-image-fixed {
  z-index: 1;
  width: 27%;
  text-align: right;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  right: -20px;
}

.testimonial-author {
  color: var(--primary);
  letter-spacing: .06em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  font-size: 12px;
  position: relative;
  top: 30px;
}

.testimonial-section {
  z-index: 1;
}

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

.testimonial-mask {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.testimonial-author-designation {
  color: #d6d6d6;
  letter-spacing: .02em;
  font-weight: 400;
  line-height: 1;
}

.author-image-rounded {
  border: 1px solid #353535;
  border-radius: 50%;
  padding: 15px;
}

.blog-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.blog-image {
  display: block;
  overflow: hidden;
}

.blog-content {
  background-color: #03171e;
  padding: 20px 17px 30px 20px;
}

.blog-meta {
  color: var(--primary);
  letter-spacing: .02em;
  padding-bottom: 5px;
  font-weight: 400;
  display: flex;
}

.blog-meta.padding-bottom-5px {
  padding-bottom: 5px;
}

.blog-meta.padding-bottom-20px {
  padding-bottom: 30px;
}

.blog-date.style-two {
  line-height: 1;
}

.blog-date-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.blog-date-text.style-two {
  line-height: 1;
}

.blog-author-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.blog-author {
  transition: color .3s;
}

.blog-author:hover {
  color: rgba(255, 135, 0, .7);
}

.blog-author.text-secondary:hover {
  color: rgba(96, 169, 30, .7);
}

.blog-separator {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-title {
  color: var(--white);
  padding-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.blog-title:hover {
  color: #d6d6d6;
}

.blog-author-link {
  color: var(--primary);
  text-decoration: none;
}

.blog-readmore-link {
  color: #d6d6d6;
  letter-spacing: .03em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.blog-readmore-block {
  max-width: 100px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-excerpt {
  margin-bottom: 40px;
}

.newsletter-block-inner {
  width: 100%;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.newsletter-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-input-block {
  position: relative;
}

.newsletter-input {
  height: 60px;
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 19px 130px 19px 20px;
}

.newsletter-input.primary-focus:focus {
  border-color: var(--primary);
  color: var(--white);
}

.newsletter-input.secondary-focus:focus {
  border-color: var(--secondary-1);
  color: var(--white);
}

.newsletter-button {
  height: 52px;
  background-color: var(--white);
  color: #393939;
  margin-top: 4px;
  margin-right: 4px;
  transition: background-color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-button:hover {
  color: var(--white);
  background-color: #ffbb24;
}

.newsletter-block {
  z-index: 1;
  align-items: center;
  padding: 15px;
  display: flex;
}

.footer-top-block {
  z-index: 1;
}

.footer-widget-contact-excerpt {
  letter-spacing: .05em;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.85;
}

.footer-top-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1.25fr;
}

.footer-top-wrapper.slideup-animation {
  grid-column-gap: 145px;
  grid-template-columns: 1fr 3fr;
}

.footer-excerpt {
  letter-spacing: .05em;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.71;
}

.footer-logo {
  padding-bottom: 35px;
}

.social-link-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  padding-left: 0;
  display: flex;
}

.social-link-block.footer-social-link {
  padding-bottom: 50px;
}

.social-link-block.chef-social-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #031921;
  justify-content: center;
  padding: 30px;
}

.footer-widget-title {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.footer-widget-list {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-widget-contact {
  width: 100%;
  max-width: 225px;
  border-radius: 6px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  background-color: #011920;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.footer-widget-list-item {
  font-size: 16px;
  line-height: 1;
}

.footer-powered-text {
  letter-spacing: .03em;
  font-weight: 500;
}

.footer-widget-email-block {
  flex-direction: column;
  margin-bottom: 25px;
  display: flex;
}

.background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 18, 24, .94);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-overlay.special-menu-overlay {
  background-color: rgba(0, 18, 24, .9);
}

.background-overlay.searchbar-overlay, .background-overlay.order-confirmation-overlay {
  background-color: rgba(0, 18, 24, .98);
}

.background-overlay.overlay-99-percent {
  background-color: rgba(0, 18, 24, .99);
}

.event-booking-button-wrap {
  padding-top: 50px;
}

.hero-category-secondary {
  color: var(--secondary-1);
  letter-spacing: .2em;
  margin-bottom: 30px;
  font-family: Justanotherhand, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.hero-description-inner-text-secondary {
  color: var(--secondary-1);
  font-size: 16px;
}

.button-secondary {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 15px 39px 15px 38px;
  font-size: 18px;
  line-height: 1.7;
  transition: transform .3s, background-color .3s;
}

.button-secondary:hover {
  border-color: var(--secondary-1);
  background-color: var(--secondary-1);
}

.section-category-secondary {
  color: var(--secondary-1);
  letter-spacing: .25em;
  margin-bottom: 20px;
  font-family: Justanotherhand, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.section-category-secondary.newsletter-category.margin-bottom-10px {
  margin-bottom: 10px;
}

.testimonial-author-secondary {
  color: var(--secondary-1);
  letter-spacing: .06em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.rating-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 15px;
  display: flex;
}

.quote-block {
  justify-content: center;
  display: flex;
}

.testimonial-card-image {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  display: flex;
  position: relative;
  bottom: -30px;
}

.testimonial-image {
  position: relative;
  overflow: hidden;
}

.author-image.square-design-image {
  z-index: 2;
  max-width: 136px;
  margin-top: 17px;
  position: relative;
}

.square-design {
  z-index: 1;
  width: 85%;
  height: 100%;
  border: 1px solid var(--secondary-1);
  opacity: .2;
  position: absolute;
  bottom: 0;
  left: -2px;
}

.about-and-banner-section-two {
  z-index: 1;
  background-image: url('../images/about-banner-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link-block-secondary {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.tab-link-block-secondary.w--current {
  border-color: var(--secondary-1);
  color: var(--secondary-1);
  background-color: rgba(0, 0, 0, 0);
}

.menu-sticker-secondary {
  background-color: var(--secondary-1);
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}

.section-reservation-link-secondary {
  color: var(--secondary-1);
  font-size: 18px;
  line-height: .9;
}

.footer-widget-list-item-link {
  color: #fff;
  letter-spacing: .05em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.footer-widget-list-item-link.text-hover-primary {
  mix-blend-mode: normal;
  position: static;
}

.footer-widget-list-item-link.text-hover-primary:hover {
  color: #ffbb24;
}

.footer-widget-list-item-link.text-hover-primary:active {
  display: block;
}

.footer-widget-list-item-link.text-hover-secondary {
  position: static;
}

.footer-widget-list-item-link.text-hover-secondary:hover {
  color: #ffbb24;
}

.footer-widget-email {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  text-decoration: none;
}

.footer-widget-email.text-hover-primary:hover {
  color: #ffbb24;
  -webkit-text-stroke-color: #ffbb24;
}

.footer-widget-corporate-email {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  text-decoration: none;
}

.footer-widget-number {
  color: #fff;
  font-size: 14px;
  line-height: 1.86;
  text-decoration: none;
}

.footer-widget-number.text-hover-primary:hover {
  color: #ffbb24;
  -webkit-text-stroke-color: #ffbb24;
}

.footer-section-two {
  background-color: rgba(0, 0, 0, 0);
}

.event-booking-block-two {
  z-index: 1;
  background-image: url('../images/call-to-action-bg-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.event-booking-block-two.style-two {
  width: 70%;
  background-image: url('../images/call-to-action-bg_1.jpg');
}

.event-booking-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 18, 24, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.call-to-action-gallery {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.call-to-action-gallery.style-three {
  width: 30%;
  grid-template-columns: 1fr;
  display: block;
}

.call-to-action-single-image {
  min-width: 100%;
  display: flex;
}

.hero-menu-name {
  opacity: .1;
  color: var(--secondary-2);
  letter-spacing: .04em;
  text-shadow: -1px 0 0 var(--white), 0 1px 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.section-gap-top-140 {
  padding-top: 100px;
}

.newsletter-button-primary {
  height: 52px;
  background-color: var(--white);
  color: #393939;
  margin-top: 4px;
  margin-right: 4px;
  transition: background-color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-button-primary:hover {
  background-color: var(--secondary-1);
  color: var(--white);
}

.menu-item {
  min-width: 100%;
  text-align: left;
}

.menu-viewmore-link {
  z-index: 1;
  width: 52px;
  height: 20px;
  justify-content: flex-end;
  transition: transform .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.menu-viewmore-link:hover {
  transform: translate(3px);
}

.menu-viewmore-link.position-left {
  left: -85px;
}

.menu-viewmore-link.position-right {
  right: -80px;
}

.menu-viewmore-link.position-right.position-right-upper-bottom {
  bottom: 30px;
  right: 50px;
}

.menu-viewmore-link.style-two {
  width: 100%;
  position: relative;
}

.menu-viewmore-link.position-upper-bottom {
  bottom: 30px;
  left: -85px;
}

.arrow-right-default {
  position: absolute;
}

.arrow-right-color {
  color: #ffbb24;
  -webkit-text-stroke-color: #ffbb24;
  position: absolute;
}

.menu-tab-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.menu-sticker {
  letter-spacing: .1em;
  background-color: #ffbb24;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}

.text-secondary {
  color: var(--secondary-1);
}

.text-underline {
  white-space: normal;
  text-decoration: underline;
}

.cart-button.background-primary {
  background-color: var(--primary);
  white-space: nowrap;
  padding: 10px 30px 10px 15px;
}

.cart-icon {
  margin-right: 5px;
}

.banner-and-category-section, .ecommerce-menu-section {
  z-index: 1;
}

.ecommerce-menu-block.text-center.padding-top-80px {
  padding-top: 80px;
}

.ecommerce-tab-pane-inner {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.ecommerce-menu-item {
  background-color: #001218;
  padding: 25px 22px 25px 20px;
}

.ecommerce-menu-content {
  text-align: left;
  padding-top: 15px;
}

.ecommerce-menu-title {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.ecommerce-menu-title.text-hover-primary.margin-bottom-8px {
  margin-bottom: 8px;
  display: inline-block;
}

.ecommerce-menu-ingredient {
  color: #ababab;
  line-height: 1.57;
}

.ecommerce-menu-info {
  border-top: 1px solid #444;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 10px;
  display: flex;
}

.ecommerce-menu-price {
  font-size: 18px;
  line-height: 1;
}

.add-to-cart-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-modal-price, .cart-qanatity, .cart-modal-title, .cart-modal-item-name, .cart-line-item, .empty-state {
  color: var(--secondary-2);
}

.breadcrumb-section {
  z-index: 1;
}

.breadcrumb-wrapper {
  min-height: 650px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-heading {
  margin-bottom: 20px;
}

.breadcrumb-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.breadcrumb-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.breadcrumb-list-text {
  color: var(--primary);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Justanotherhand, sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb-list-text:hover {
  color: rgba(255, 135, 0, .7);
}

.breadcrumb-separator {
  width: 10px;
  height: 1px;
  background-color: var(--primary);
}

.about-section {
  z-index: 1;
}

.section-reservation-link-secondary-2 {
  color: #60a91e;
  font-size: 14px;
  line-height: .9;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chef-member-image-block {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.chef-member-image-block.chef-bg {
  background-color: #061c23;
}

.chef-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.info-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.info-list.chef-info-list, .info-list.contact-info-list {
  display: flex;
}

.info-list.about-info-list {
  grid-template-columns: 1fr;
}

.chef-member-content.text-center {
  background-color: #031921;
  padding: 25px 29px 25px 30px;
}

.chef-member-name {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

.chef-member-name.text-hover-primary:hover {
  color: var(--primary);
}

.chef-level.margin-bottom-45px {
  margin-bottom: 45px;
}

.chef-section, .chef-profile-section {
  z-index: 1;
}

.chef-profile-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chef-text-span {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Justanotherhand, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.chef-text-span.text-primary {
  color: var(--primary);
  letter-spacing: .25em;
  margin-bottom: 20px;
}

.info-list-item {
  flex-direction: column;
  display: flex;
  position: relative;
}

.circle-background {
  width: 12px;
  height: 12px;
  background-color: #ffbb24;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}

.info-list-item-inner {
  align-items: baseline;
  padding-left: 25px;
}

.chef-experience-title {
  margin-bottom: 15px;
}

.chef-excerpt {
  margin-bottom: 45px;
}

.chef-contact-info-wrap, .chef-contact-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.chef-contact-info-text-value {
  color: var(--white);
  text-decoration: none;
}

.text-hover-primary {
  transition: color .3s;
}

.text-hover-primary:hover {
  color: var(--primary);
}

.chef-member-single-image {
  width: 100%;
  background-color: #061c23;
  justify-content: center;
  display: flex;
}

.social-icon-link {
  width: 24px;
  height: 24px;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.social-icon-link:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.social-icon-link.social-large-size {
  width: 57px;
  height: 57px;
}

.social-normal-image, .social-hover-image {
  position: absolute;
}

.footer-copyright-center-span {
  text-decoration: none;
}

.footer-copyright-center-span.text-primary.text-hover-white {
  color: #ffbb24;
  -webkit-text-stroke-color: #ffbb24;
}

.text-primary {
  color: #ffbb24;
}

.text-hover-white {
  transition: color .3s;
}

.text-hover-white:hover {
  color: var(--white);
}

.social-icon-link-2 {
  width: 24px;
  height: 24px;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.social-icon-link-2:hover {
  background-color: #fff;
  border-color: #fff;
}

.text-hover-secondary {
  transition: color .3s;
}

.text-hover-secondary:hover {
  color: var(--secondary-1);
}

.book-a-table-section {
  z-index: 1;
}

.book-a-table-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.book-a-table-form-block {
  margin-bottom: 0;
}

.book-a-table-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.group-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-field {
  min-height: 60px;
  border: 1px solid var(--white);
  color: #ffbb24;
  background-color: rgba(0, 0, 0, 0);
}

.input-field::-ms-input-placeholder {
  color: var(--white);
}

.input-field::placeholder {
  color: var(--white);
}

.input-field.blog-input-field {
  min-height: 40px;
}

.input-field.blog-input-field.grey-text {
  color: var(--grey);
}

.input-field.blog-input-field.grey-text::-ms-input-placeholder {
  color: var(--grey);
}

.input-field.blog-input-field.grey-text::placeholder {
  color: var(--grey);
}

.textarea-field {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.textarea-field::-ms-input-placeholder {
  color: var(--white);
}

.textarea-field::placeholder {
  color: var(--white);
}

.textarea-field.height-180px {
  min-height: 180px;
  color: var(--white);
}

.textarea-field.height-180px::-ms-input-placeholder {
  color: var(--white);
}

.textarea-field.height-180px::placeholder {
  color: var(--white);
}

.textarea-field.height-380px {
  min-height: 380px;
  color: #ffbb24;
}

.field-gap-top-10 {
  padding-top: 10px;
}

.field-gap-top-15 {
  padding-top: 15px;
}

.gallery-section {
  z-index: 1;
}

.gallery-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-item {
  z-index: 1;
  position: relative;
}

.contact-section {
  z-index: 1;
}

.contact-info-block {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info-excerpt {
  margin-bottom: 55px;
}

.contact-info-list-title {
  font-weight: 600;
}

.contact-info-list-span {
  letter-spacing: .03em;
}

.info-list-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.info-list-block.style-two {
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.info-list-block.different-gutter-space {
  grid-column-gap: 25px;
}

.contact-info-list-span-link {
  color: var(--white);
  text-decoration: none;
}

.contact-form-holder {
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.field-gap-top-40 {
  padding-top: 40px;
}

.form-bottom-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.info-list-border {
  min-height: 100%;
  background-image: url('../images/border-dashed.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-item-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.menu-item-holder {
  grid-row-gap: 50px;
  background-color: var(--secondary-2);
  opacity: .8;
  border: 1px solid rgba(96, 169, 30, .2);
  flex-direction: column;
  padding: 30px 20px;
  display: flex;
}

.menu-item-holder.border-primary {
  border-color: rgba(255, 135, 0, .2);
}

.menu-item-holder.padding-left {
  padding: 10px 10px 10px 75px;
}

.menu-item-holder.padding-right {
  padding: 10px 10px 10px 75px;
  position: relative;
}

.menu-item-holder.padding-right.border-primary {
  padding-left: 10px;
  padding-right: 75px;
}

.menu-separator {
  min-height: 265px;
}

.menu-separator.border-secondary {
  border-style: solid;
  border-width: 1px;
  border-color: var(--secondary-1) rgba(96, 169, 30, .4) var(--secondary-1) var(--secondary-1);
}

.menu-separator.border-primary {
  border-right: 1px solid rgba(255, 135, 0, .4);
}

.container-2 {
  max-width: 960px;
}

.breakfast-menu-section, .brunch-menu-section, .lunch-menu-section, .dinner-menu-section, .dessert-menu-section, .blog-section, .blog-detail-section {
  z-index: 1;
}

.blog-detail-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-detail {
  background-color: var(--secondary-2);
}

.blog-detail-excerpt {
  margin-bottom: 0;
}

.scroll-to-top {
  z-index: 99;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.scroll-to-top.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.scroll-to-top.primary-background {
  background-color: var(--primary);
}

.scroll-to-top.secondary-background {
  background-color: var(--secondary-1);
}

.default-state {
  margin-bottom: 0;
}

.about-section-two {
  z-index: 1;
}

.about-info-list-title {
  font-weight: 600;
}

.about-section-span {
  letter-spacing: .03em;
  margin-bottom: 15px;
  font-size: 18px;
}

.gallery-fullscreen-icon-block {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-overlay.primary-overlay {
  background-color: rgba(255, 135, 0, .5);
}

.readmore-nomal-image, .readmore-hover-image {
  position: absolute;
}

.icon-holder {
  min-height: 5px;
  cursor: pointer;
  align-self: center;
}

.more-post-section {
  z-index: 1;
}

.breadcrumb-list-text-span {
  color: var(--primary);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Justanotherhand, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.blog-sidebar {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-widget-title-block {
  flex-direction: column;
  display: flex;
  position: relative;
}

.block-widget-title {
  margin-bottom: 25px;
  padding-left: 25px;
  font-weight: 600;
}

.blog-widget-item {
  background-color: var(--secondary-2);
  padding: 35px 40px 35px 30px;
}

.blog-widget-item.different-padding-xaxis {
  padding-left: 25px;
  padding-right: 20px;
}

.blog-widget-search-block {
  position: relative;
}

.searchbar-section {
  z-index: 1;
  background-image: url('../images/default-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-rich-text-title-block {
  flex-direction: column;
  display: flex;
  position: relative;
}

.blog-rich-text-title {
  padding-left: 25px;
  font-weight: 600;
}

.blog-rich-text-title.margin-borrom-30px {
  margin-bottom: 30px;
}

.blog-rich-text-block {
  padding-top: 40px;
}

.blog-rich-text-image-block {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-rich-text-image-block.margin-bottom-35px {
  margin-bottom: 35px;
}

.blog-rich-text.margin-bottom-40px {
  margin-bottom: 40px;
}

.blog-rich-text.margin-bottom-25px {
  margin-bottom: 25px;
}

.blog-detail-bottom {
  justify-content: space-between;
  display: flex;
}

.blog-detail-bottom-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.blog-detail-bottom-title {
  color: var(--grey);
}

.blog-tags-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.blog-tags-list-item {
  display: flex;
}

.blog-tags-list-link {
  color: var(--grey);
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 1.72;
  text-decoration: none;
  transition: color .3s;
}

.blog-tags-list-link:hover {
  color: #b8b8b8;
}

.blog-tags-list-link.grey-text:hover {
  color: var(--white);
}

.blog-detail-content {
  background-color: #03171e;
  padding: 20px 28px 34px 30px;
}

.blog-detail-separator {
  width: 100%;
  min-height: 1px;
  background-color: var(--grey);
  margin-bottom: 10px;
}

.blog-detail-bottom-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.blog-detail-social-link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.blog-detail-social-link {
  color: var(--grey);
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 1.72;
  text-decoration: none;
  transition: opacity .3s;
}

.blog-detail-social-link:hover {
  color: #ddd;
}

.blog-detail-social-link.grey-text {
  transition: color .3s, opacity .3s;
}

.blog-detail-social-link.grey-text:hover {
  color: var(--white);
}

.blog-search-button {
  height: 33px;
  min-width: 40px;
  background-color: var(--white);
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 3px;
  right: 3px;
}

.blog-category-list {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.blog-category-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-category-list-link {
  color: var(--grey);
  text-decoration: none;
}

.recent-blog-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.recent-blog-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.recent-blog-list-image {
  max-width: 69px;
  min-height: 65px;
}

.recent-blog-list-single-image {
  min-height: 100%;
  object-fit: cover;
}

.blog-widget-tag-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  display: flex;
}

.blog-widget-tag-list-link {
  color: var(--white);
  text-decoration: none;
}

.blog-pagination-block {
  justify-content: flex-start;
  padding-top: 30px;
}

.blog-pagination-block.position-center {
  justify-content: center;
}

.ecommerce-menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.more-ecommerce-menu-category-section {
  z-index: 1;
}

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

.menu-category-list-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border: 4px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 28px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.menu-category-list-inner:hover {
  border: 4px solid var(--primary);
}

.menu-category-list-image {
  max-height: 110px;
}

.menu-category-list-text {
  color: #e2293f;
  font-size: 20px;
  font-weight: 700;
  line-height: .75;
  text-decoration: none;
}

.menu-detail-section {
  z-index: 1;
}

.menu-detail-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.menu-detail-image {
  background-color: #001218;
}

.menu-detail-price {
  color: var(--primary);
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.menu-detail-ingredient {
  color: #ababab;
  font-size: 24px;
  line-height: 1.25;
}

.menu-detail-ingredient-title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
}

.menu-info-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.menu-info-list.padding-top-60px {
  padding-top: 60px;
}

.menu-info-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.menu-info-list-item-title {
  font-size: 28px;
  font-weight: 500;
}

.menu-info-list-item-value {
  color: #ababab;
  font-size: 24px;
  line-height: 1.25;
}

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

.menu-pagination-block {
  justify-content: flex-start;
  padding-top: 30px;
}

.menu-pagination-block.position-center {
  justify-content: center;
}

.utility-page-wrap {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-content.style-two {
  width: 100%;
  max-width: 750px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.order-confirmation-block {
  z-index: 1;
  background-image: url('../images/default-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.common-block-bg {
  background-color: rgba(0, 0, 0, 0);
}

.paypal-checkout-form, .checkout-form-block {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/default-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.billing-checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.license-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  display: flex;
}

.license-single-inner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-right-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
}

.license-icon {
  width: 65px;
  border-radius: 10px;
}

.license-text {
  color: var(--secondary-2);
  font-size: 36px;
  font-weight: 600;
}

.license-left-block {
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
}

.lisense-para-text {
  margin-bottom: 0;
  font-weight: 500;
}

.change-log-section {
  z-index: 1;
}

.change-log-center {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.change-log-version {
  margin-bottom: 10px;
  display: inline-block;
}

.chane-log-date {
  font-weight: 500;
  display: inline-block;
}

.change-log-list-item {
  background-image: none;
  flex-direction: column;
}

.changle-log-text-list {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: decimal;
}

.change-log-text-list-item {
  background-image: none;
  padding-left: 0;
}

.change-log-title {
  color: #fff;
  background-color: #1f3347;
  margin-right: 20px;
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
}

.change-log-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-item-main-wrapper {
  width: 100%;
  max-width: 525px;
}

.tabs-content {
  overflow: visible;
}

.feature-content-wrap {
  z-index: 1;
  width: 100%;
  max-width: 1074px;
  padding-left: 30px;
}

.testimonial-section-three {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.menu-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.chef-pagination-block {
  justify-content: flex-start;
  padding-top: 30px;
}

.chef-pagination-block.position-center {
  justify-content: center;
}

.feature-section-three {
  z-index: 1;
}

.feature-content-background {
  z-index: 1;
  height: 100%;
  position: relative;
}

.recent-blog-title {
  color: var(--white);
  padding-bottom: 10px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.recent-blog-title:hover {
  color: #d6d6d6;
}

.blog-bg-one {
  background-image: url('../images/blog-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-bg-one {
  background-image: url('../images/about-banner-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-bg-one {
  background-image: url('../images/menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-bg-two {
  background-image: url('../images/menu-bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-bg-one {
  background-image: url('../images/feature-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-bg-two {
  background-image: url('../images/feature-bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-bg-one {
  background-image: url('../images/footer-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-bg-one {
  background-image: url('../images/newsletter-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-one {
  background-image: url('../images/testimonial-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-and-category-bg-one {
  background-image: url('../images/banner-category-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ecommerce-menu-bg-one {
  background-image: url('../images/ecommerce-menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg-one {
  background-image: url('../images/hero-background-3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-bg-one {
  background-image: url('../images/breadcrumb-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.breakfast-menu-bg-one {
  background-image: url('../images/breakfast-menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brunch-menu-bg-one {
  background-image: url('../images/brunch-menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lunch-menu-bg-one {
  background-image: url('../images/lunch-menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dinner-menu-bg-one {
  background-image: url('../images/dinner-menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-two {
  background-image: url('../images/testimonial-bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dessert-menu-bg-one {
  background-image: url('../images/dessert-menu-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chef-bg-one {
  background-image: url('../images/chef-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-bg-four {
  background-image: url('../images/feature-bg-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.book-a-table-bg-one {
  background-image: url('../images/book-a-table-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-bg-one {
  background-image: url('../images/gallery-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-bg-two {
  background-image: url('../images/blog-bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-bg-one {
  background-image: url('../images/contact-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chef-profile-bg-one {
  background-image: url('../images/chef-profile-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ecommerece-menu-detail-bg-one {
  background-image: url('../images/ecommerce-menu-detail-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-link-secondary {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color .3s;
}

.dropdown-link-secondary:hover, .dropdown-link-secondary.w--current {
  color: var(--secondary-1);
}

.menu-link-secondary {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.menu-link-secondary.w--current {
  color: var(--white);
}

.header-dropdown-secondary {
  margin-bottom: -40px;
  padding-bottom: 40px;
}

.footer-widget-group {
  justify-content: space-between;
  display: flex;
}

.feature-bg-three {
  background-image: url('../images/feature-bg-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-image {
  width: 100%;
}

._404-heading {
  margin-top: 40px;
  margin-bottom: 20px;
}

.grey-text {
  color: #bbb;
}

.lg-text-size {
  font-size: 18px;
  line-height: 1.2;
}

.header-cart-qty {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 3px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.text-block {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.text-span {
  color: #ffbb24;
}

.text-block-2 {
  font-size: 14px;
}

.image-2 {
  max-width: 80%;
}

.text-block-3 {
  font-size: 24px;
  font-weight: 700;
}

.text-block-4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}

.menu-sticker-third {
  background-color: var(--secondary-1);
  letter-spacing: .1em;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}

.success-message {
  background-color: var(--secondary-1);
}

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

@media screen and (min-width: 1280px) {
  body, p {
    font-size: 18px;
  }

  .heading-section {
    padding-top: 125px;
  }

  .typography-section {
    padding-top: 115px;
  }

  .special-heading-1.hero-heading.style-two {
    font-size: 60px;
  }

  .color-section {
    padding-top: 125px;
  }

  .container {
    max-width: 1170px;
  }

  .body-text-section {
    padding-top: 125px;
  }

  .section-gap-y-axis-170 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .header-nav-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-slider-wrapper {
    padding-top: 50px;
  }

  .about-wrapper.section-gap-top-60 {
    padding-top: 60px;
  }

  .about-content {
    padding-left: 50px;
  }

  .section-title {
    font-size: 48px;
    line-height: 1.25;
  }

  .section-title.event-section-title {
    font-size: 48px;
  }

  .section-gap-y-axis-140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-reservation {
    margin-bottom: 45px;
    font-size: 20px;
  }

  .section-reservation.event-booking-reservation {
    font-size: 18px;
    line-height: .9;
  }

  .section-reservation-link {
    font-size: 20px;
  }

  .banner-wrapper {
    padding-top: 110px;
  }

  .menu-item-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .menu-banner.menu-banner-fullwidth {
    max-width: 100%;
    display: flex;
  }

  .menu-description {
    font-size: 16px;
  }

  .menu-banner-image {
    min-height: 683px;
  }

  .image-fullwidth.newsletter-image {
    object-position: 50% 50%;
  }

  .feature-list-title {
    font-size: 24px;
  }

  .call-to-action-wrapper {
    grid-template-columns: 1.5fr 1fr;
  }

  .call-to-action-wrapper.style-three {
    flex-wrap: nowrap;
    grid-template-columns: .75fr 1.75fr 1fr;
  }

  .event-booking-content {
    background-color: var(--secondary-2);
  }

  .call-to-action-image-block.style-two {
    max-width: 810%;
  }

  .timing-block {
    padding-left: 50px;
  }

  .timing-block.style-two {
    max-width: 440px;
    padding-left: 30px;
  }

  .timing-block.padding-left {
    max-width: 370px;
    padding-left: 0;
  }

  .opening-day, .opening-time {
    font-size: 16px;
  }

  .blog-content {
    padding-left: 25px;
    padding-right: 22px;
  }

  .blog-title {
    font-size: 23px;
  }

  .newsletter-form {
    max-width: 500px;
  }

  .footer-top-wrapper.slideup-animation {
    grid-template-columns: 1fr 3fr;
  }

  .social-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .hero-description-inner-text-secondary {
    font-size: 20px;
  }

  .square-design {
    width: 70%;
  }

  .section-reservation-link-secondary {
    font-size: 20px;
  }

  .event-booking-block-two.style-two {
    width: 100%;
    max-width: 735px;
  }

  .call-to-action-gallery.style-three {
    width: 100%;
    max-width: 355px;
  }

  .call-to-action-single-image {
    width: 100%;
    max-width: 100%;
    min-width: 350px;
  }

  .call-to-action-single-image.maxwidth-760px {
    min-width: 100%;
  }

  .section-gap-top-140 {
    padding-top: 120px;
  }

  .menu-tab-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .ecommerce-menu-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ecommerce-menu-title {
    display: flex;
  }

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

  .section-reservation-link-secondary-2 {
    font-size: 20px;
  }

  .info-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .chef-member-content.text-center {
    padding-left: 50px;
    padding-right: 49px;
  }

  .chef-level.margin-bottom-45px.style-two {
    letter-spacing: .05em;
    font-size: 20px;
    line-height: .9;
  }

  .chef-profile-member {
    grid-column-gap: 40px;
    grid-row-gap: 400px;
  }

  .chef-profile-name {
    font-size: 48px;
  }

  .chef-experience-excerpt {
    font-size: 16px;
  }

  .contact-info-block {
    grid-template-columns: 1.25fr 1fr;
  }

  .contact-info-list-span {
    font-size: 16px;
  }

  .info-list-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .menu-item-holder {
    padding: 50px 30px 40px;
  }

  .container-2 {
    max-width: 1170px;
  }

  .blog-detail-title {
    font-size: 48px;
  }

  .about-info-list-span {
    font-size: 16px;
  }

  .about-section-span {
    font-size: 20px;
  }

  .menu-detail-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .menu-detail-price {
    margin-bottom: 65px;
  }

  .menu-detail-ingredient {
    max-width: 400px;
  }

  .menu-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .recent-blog-title {
    font-size: 16px;
  }

  .footer-widget-group {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  .special-heading-1.hero-heading.style-two {
    font-size: 70px;
  }

  .section-gap-y-axis-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .header-nav-menu {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
  }

  .hero-slide-nav {
    right: 165px;
  }

  .about-content {
    padding-left: 85px;
  }

  .about-content.padding-left-0 {
    padding-left: 0;
  }

  .section-gap-y-axis-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-reservation {
    letter-spacing: normal;
    font-size: 16px;
  }

  .menu-item-wrapper.style-two {
    grid-column-gap: 30px;
  }

  .menu-name, .menu-price {
    font-size: 24px;
  }

  .menu-banner {
    justify-content: flex-end;
  }

  .feature-wrapper {
    grid-template-columns: 1.13fr .87fr;
  }

  .section-wrap {
    max-width: 720px;
    padding-bottom: 70px;
  }

  .feature-list-description {
    font-size: 16px;
  }

  .call-to-action-wrapper {
    grid-template-columns: 1.23fr .77fr;
  }

  .call-to-action-wrapper.style-three {
    grid-template-columns: .75fr 1.75fr 1fr;
  }

  .event-booking-content {
    background-color: var(--secondary-2);
    opacity: 1;
  }

  .timing-block.style-two {
    padding-left: 80px;
  }

  .footer-top-wrapper.slideup-animation {
    grid-template-columns: 1fr 3fr;
  }

  .footer-excerpt {
    max-width: 237px;
  }

  .social-link-block.chef-social-link {
    padding: 52px 101px 51px;
  }

  .footer-widget.maxwidth-125px {
    width: 100%;
    max-width: 125px;
  }

  .footer-widget.maxwidth-140px {
    width: 100%;
    max-width: 140px;
  }

  .call-to-action-gallery {
    grid-template-columns: 1.15fr .85fr;
  }

  .hero-menu-name {
    z-index: -1;
    font-size: 70px;
    bottom: 200px;
    right: -100px;
  }

  .call-to-action-group-image {
    flex-direction: column;
    display: flex;
  }

  .section-gap-top-140 {
    padding-top: 140px;
  }

  .menu-item.style-two {
    min-width: 45%;
  }

  .menu-viewmore-link {
    justify-content: flex-end;
    display: flex;
  }

  .menu-tab-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .info-list-item {
    display: flex;
  }

  .info-list-block.style-two {
    grid-column-gap: 100px;
    grid-row-gap: 110px;
  }

  .menu-item-block {
    grid-row-gap: 45px;
  }

  .menu-item-holder {
    padding-top: 112px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .container-2 {
    max-width: 1345px;
  }

  .blog-detail-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1.65fr .75fr;
  }

  .blog-widget-title-block, .blog-rich-text-title-block {
    display: flex;
  }

  .blog-detail-content {
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 48px;
  }

  .menu-detail-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .menu-item-main-wrapper.style-two {
    max-width: 100%;
  }

  .menu-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-widget-group {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-small.testimonial-excerpt {
    max-width: 350px;
  }

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-block.style-two {
    display: flex;
  }

  .hero-content {
    width: 100%;
    max-width: 585px;
  }

  .hero-item {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-item.hero-style-one.hero-image-1-1 {
    background-position: 50%;
  }

  .hero-item.hero-style-two.hero-image-2-2 {
    background-image: url('../images/hero-image-2-2.jpg');
  }

  .section-title.event-section-title.maxwidth-540px, .section-title.event-section-title.maxwidth-545px {
    max-width: 540px;
  }

  .section-title.margin-bottom-75 {
    margin-bottom: 75px;
  }

  .section-description.style-two {
    max-width: 480px;
    margin-bottom: 35px;
  }

  .section-reservation.event-booking-reservation {
    font-size: 20px;
  }

  .menu-item-wrapper.style-two {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .feature-wrapper {
    grid-column-gap: 121px;
    grid-row-gap: 121px;
    align-items: center;
  }

  .feature-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-fullwidth.margin-right {
    position: relative;
    right: -75px;
  }

  .feature-list {
    max-width: 380px;
  }

  .feature-list-wrap.slideup-animation {
    grid-column-gap: 88px;
  }

  .feature-list-wrap.style-two {
    grid-column-gap: 95px;
    grid-row-gap: 65px;
  }

  .feature-list-description {
    width: 380px;
    font-size: 18px;
  }

  .feature-list-description.style-two {
    width: 395px;
  }

  .call-to-action-wrapper.style-three {
    grid-template-columns: .5fr 1.5fr 1.5fr;
  }

  .event-booking-block {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .event-booking-content.style-two {
    padding-left: 110px;
  }

  .event-booking-content.different-padding {
    padding-right: 60px;
  }

  .timing-block {
    padding-top: 80px;
    padding-left: 175px;
  }

  .testimonial-slide-wrapper {
    max-width: 555px;
    margin-right: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    padding-left: 40px;
  }

  .testimonial-card.style-two {
    grid-column-gap: 10px;
  }

  .testimonial-image-fixed {
    width: 38%;
    bottom: -30px;
    right: -40px;
  }

  .testimonial-section {
    background-position: 50%;
  }

  .testimonial-mask {
    margin-left: 22.5px;
    margin-right: 0;
  }

  .author-image-rounded.testimonial-image-fixed {
    width: 220px;
  }

  .newsletter-excerpt {
    letter-spacing: .03em;
  }

  .rating-list {
    margin-bottom: 20px;
  }

  .author-image.square-design-image {
    min-width: 136px;
  }

  .event-booking-block-two {
    width: 100%;
    max-width: 710px;
  }

  .call-to-action-gallery {
    grid-template-columns: 1.25fr .72fr;
  }

  .call-to-action-single-image.maxwidth-760px {
    width: 100%;
    max-width: 760px;
  }

  .hero-menu-name {
    opacity: .1;
    bottom: 240px;
  }

  .call-to-action-group-image {
    flex-direction: column;
    display: flex;
  }

  .ecommerce-menu-block.text-center.padding-top-80px.padding-left-25px {
    padding-left: 50px;
  }

  .breadcrumb-heading {
    font-size: 64px;
  }

  .chef-member-image-block {
    max-width: 555px;
  }

  .info-list {
    grid-row-gap: 75px;
  }

  .info-list.chef-info-list.style-two {
    grid-row-gap: 40px;
  }

  .info-list.about-info-list {
    grid-row-gap: 45px;
  }

  .chef-profile-member {
    grid-column-gap: 108px;
    grid-row-gap: 108px;
    display: flex;
  }

  .chef-profile-content {
    width: 100%;
    max-width: 479px;
  }

  .book-a-table-wrapper {
    grid-column-gap: 100px;
  }

  .contact-info-excerpt {
    max-width: 540px;
  }

  .info-list-block.different-gutter-space {
    grid-column-gap: 75px;
    grid-row-gap: 60px;
  }

  .contact-info-single-image {
    justify-content: flex-end;
    display: flex;
  }

  .container-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-title.margin-bottom-25px {
    margin-bottom: 25px;
  }

  .about-info-list-span.style-two {
    max-width: 450px;
  }

  .menu-category-list {
    display: flex;
  }

  .menu-category-list-item {
    width: 100%;
    min-width: 220px;
  }

  .menu-category-list-inner {
    height: 100%;
  }

  .menu-category-list-image {
    max-height: 160px;
  }

  .menu-detail-wrapper.slideup-animation {
    display: flex;
  }

  .menu-detail-image {
    width: 100%;
    max-width: 570px;
  }

  .menu-detail-content {
    width: 100%;
    max-width: 494px;
  }

  .feature-content-wrap {
    max-width: 969px;
    min-height: 100%;
    padding-left: 135px;
  }

  .testimonial-section-three {
    background-position: 50%;
  }

  .feature-content-background {
    z-index: 1;
    position: relative;
  }

  .hero-image {
    min-width: 660px;
    margin-right: -130px;
  }

  .cta-image {
    width: 100%;
  }

  .lg-text-size {
    line-height: .78;
  }
}

@media screen and (max-width: 991px) {
  .heading-section, .typography-section, .color-section {
    padding-top: 80px;
  }

  .container {
    max-width: 720px;
  }

  .body-text-section {
    padding-top: 80px;
  }

  .section-gap-y-axis-170 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dropdown-link-primary {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.3;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-dropdown {
    display: block;
  }

  .header-nav-menu {
    z-index: 9;
    width: 310px;
    background-color: var(--secondary-2);
    padding: 30px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .mobile-menu {
    order: 1;
  }

  .mobile-menu.w--open {
    background-color: var(--secondary-2);
  }

  .header-nav-inner-block {
    justify-content: space-between;
  }

  .header-nav-inner-block.style-three {
    padding-right: 0;
  }

  .logo-link-block-mobile {
    order: -1;
    display: block;
  }

  .logo-link-block-mobile.margin-bottom-24px {
    padding-bottom: 35px;
    display: block;
  }

  .menu-link-primary {
    line-height: 2.3;
  }

  .hero-item.hero-style-one.hero-image-1-2 {
    background-image: url('../images/salat.jpg');
    background-position: 100% 0;
  }

  .hero-description {
    max-width: 350px;
    line-height: 1.2;
  }

  .about-wrapper.section-gap-top-60 {
    padding-top: 30px;
  }

  .about-image {
    height: 100%;
  }

  .about-content.padding-bottom-30px {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .section-gap-y-axis-140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-description {
    font-size: 15px;
  }

  .section-reservation {
    font-size: 16px;
  }

  .banner-wrapper {
    padding-top: 80px;
  }

  .menu-item-wrapper, .menu-item-wrapper.style-two {
    grid-template-columns: 1fr;
  }

  .menu-banner.menu-banner-fullwidth {
    max-width: 100%;
  }

  .menu-banner-image.style-two {
    min-height: 100%;
  }

  .feature-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .feature-content {
    padding: 0 30px 30px;
  }

  .image-fullwidth.newsletter-image {
    object-position: 50% 50%;
  }

  .section-wrap {
    max-width: 700px;
  }

  .call-to-action-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .call-to-action-wrapper.style-three {
    flex-direction: row;
    grid-template-columns: .5fr 1fr;
  }

  .event-booking-block {
    background-position: 100%;
  }

  .event-booking-content {
    align-items: center;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .blog-list-wrapper, .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-wrapper {
    grid-template-columns: 1fr;
  }

  .newsletter-block-inner {
    position: static;
    transform: none;
  }

  .newsletter-form {
    max-width: 500px;
  }

  .newsletter-block {
    padding: 25px 25px 10px;
  }

  .footer-top-wrapper.slideup-animation {
    grid-column-gap: 30px;
  }

  .event-booking-block-two {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .event-booking-block-two.style-two {
    width: 60%;
  }

  .call-to-action-gallery.style-three {
    width: 40%;
  }

  .section-gap-top-140 {
    padding-top: 80px;
  }

  .menu-viewmore-link.position-left, .menu-viewmore-link.position-right {
    bottom: 30px;
    left: 15px;
  }

  .menu-viewmore-link.position-right.position-right-upper-bottom {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }

  .menu-viewmore-link.position-upper-bottom {
    bottom: 30px;
    left: 15px;
  }

  .menu-tab-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cart-button.background-primary {
    min-height: 100%;
  }

  .breadcrumb-heading {
    text-align: center;
  }

  .chef-member-image-block {
    justify-content: center;
  }

  .info-list {
    grid-template-columns: 1fr 1fr;
  }

  .chef-profile-member {
    grid-template-columns: 1fr;
  }

  .chef-member-single-image {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-block {
    grid-template-columns: 1fr;
  }

  .menu-item-holder.padding-left.border-primary, .menu-item-holder.padding-right.border-primary {
    padding-left: 10px;
  }

  .menu-separator.border-secondary, .menu-separator.border-primary {
    display: none;
  }

  .container-2 {
    max-width: 720px;
  }

  .blog-detail-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .menu-category-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-single-inner-block {
    grid-template-columns: .75fr 1fr;
  }

  .menu-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .dropdown-link-secondary {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.3;
  }

  .menu-link-secondary {
    line-height: 2.3;
  }

  .header-dropdown-secondary {
    display: block;
  }

  .footer-widget-group {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading-section, .typography-section {
    padding-top: 50px;
  }

  .special-heading-1.hero-heading {
    font-size: 50px;
  }

  .color-section {
    padding-top: 50px;
  }

  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-text-section {
    padding-top: 50px;
  }

  .section-gap-y-axis-170 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-top-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-block.style-two {
    flex-direction: column;
    display: flex;
  }

  .hero-content.style-three {
    text-align: center;
    padding-top: 200px;
  }

  .hero-item.hero-style-one {
    background-position: 39%;
  }

  .hero-description.hero-description-animation.style-two {
    margin-left: auto;
    margin-right: auto;
  }

  .about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-content {
    padding-left: 0;
  }

  .section-gap-y-axis-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-reservation-link {
    font-size: 16px;
  }

  .banner-wrapper {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .tab-menu-block {
    flex-wrap: wrap;
  }

  .feature-wrapper {
    grid-template-columns: 1fr;
  }

  .image-fullwidth {
    object-fit: cover;
  }

  .section-wrap {
    max-width: 600px;
  }

  .call-to-action-wrapper {
    grid-template-columns: 1fr;
  }

  .call-to-action-wrapper.style-three {
    flex-direction: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-wrapper.slideup-animation {
    flex-direction: column;
    display: flex;
  }

  .footer-widget-contact {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-wrapper-two {
    grid-template-columns: 1fr 1fr;
  }

  .section-reservation-link-secondary {
    font-size: 16px;
  }

  .event-booking-block-two.style-two, .call-to-action-gallery.style-three {
    width: 100%;
  }

  .section-gap-top-140 {
    padding-top: 60px;
  }

  .ecommerce-menu-list {
    grid-template-columns: 1fr 1fr;
  }

  .breadcrumb-heading {
    font-size: 38px;
  }

  .breadcrumb-list {
    flex-wrap: wrap;
  }

  .breadcrumb-list-text, .section-reservation-link-secondary-2 {
    font-size: 16px;
  }

  .chef-contact-info-wrap {
    flex-wrap: wrap;
  }

  .book-a-table-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .gallery-wrapper, .info-list-block, .info-list-block.style-two {
    grid-template-columns: 1fr 1fr;
  }

  .info-list-border {
    display: none;
  }

  .menu-item-holder.padding-right.border-primary {
    padding-right: 10px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-single-image {
    width: 100%;
  }

  .breadcrumb-list-text-span {
    font-size: 16px;
  }

  .menu-category-list {
    grid-template-columns: 1fr 1fr;
  }

  .menu-detail-wrapper.slideup-animation, .license-single-inner-block {
    grid-template-columns: 1fr;
  }

  .footer-widget-group {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .special-heading-1.hero-heading {
    font-size: 34px;
  }

  .special-heading-1.hero-heading.hero-title-animation {
    font-size: 24px;
  }

  .special-heading-1.hero-heading.style-two.hero-title-animation {
    font-size: 30px;
  }

  .section-gap-y-axis-170 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header-top-block {
    flex-wrap: wrap;
  }

  .header-offer-text {
    font-size: 12px;
  }

  .hero-block {
    min-height: 750px;
  }

  .header-nav-menu {
    width: 290px;
  }

  .hero-content {
    padding-top: 160px;
  }

  .hero-content.style-three {
    padding-top: 250px;
  }

  .button-default.button-large {
    padding: 15px 39px 15px 38px;
  }

  .button-default.contact-form-button {
    margin-top: 30px;
  }

  .hero-item.hero-style-one.hero-image-1-2 {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: auto;
  }

  .hero-description {
    line-height: 1.2;
  }

  .about-wrapper.slideup-animation {
    margin-left: 0;
    padding-left: 0;
  }

  .section-title {
    font-size: 26px;
  }

  .section-gap-y-axis-140 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-description {
    min-width: 0;
    padding-right: 10px;
  }

  .section-reservation {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-reservation-link {
    font-size: 15px;
  }

  .banner-wrapper {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .menu-name {
    font-size: 16px;
  }

  .menu-border {
    width: 30%;
    align-self: flex-start;
  }

  .menu-item-left {
    flex-direction: column;
  }

  .menu-item-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-description {
    line-height: 1.2;
  }

  .section-wrap {
    max-width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-list-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .event-booking-content {
    padding: 30px 20px;
  }

  .timing-block {
    padding-left: 15px;
  }

  .timing-block.padding-left {
    padding-left: 0;
  }

  .opening-day, .opening-time {
    font-size: 13px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-card.style-two {
    grid-template-columns: 1fr;
  }

  .testimonial-image-fixed {
    width: 34%;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .blog-meta {
    flex-wrap: wrap;
  }

  .footer-top-wrapper {
    grid-template-columns: 1fr;
  }

  .social-link-block.chef-social-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-copyright-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-wrapper-two {
    grid-template-columns: 1fr;
  }

  .section-reservation-link-secondary {
    font-size: 15px;
  }

  .section-gap-top-140 {
    padding-top: 50px;
  }

  .ecommerce-menu-list {
    grid-template-columns: 1fr;
  }

  .breadcrumb-wrapper {
    min-height: 500px;
    padding-top: 150px;
  }

  .breadcrumb-heading {
    font-size: 28px;
  }

  .breadcrumb-list {
    justify-content: center;
  }

  .section-reservation-link-secondary-2 {
    font-size: 15px;
  }

  .section-title-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .section-title-wrapper.padding-bottom-mobile-device {
    padding-bottom: 30px;
  }

  .chef-member-image-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .info-list {
    grid-template-columns: 1fr;
  }

  .chef-profile-member {
    flex-direction: column;
    display: flex;
  }

  .social-icon-link.social-large-size {
    width: 45px;
    height: 45px;
  }

  .social-normal-image, .social-hover-image {
    max-width: 20px;
  }

  .single-field.field-gap-top-40 {
    padding-top: 20px;
  }

  .group-field {
    grid-template-columns: 1fr;
  }

  .group-field.field-gap-top-40 {
    padding-top: 20px;
  }

  .gallery-wrapper, .info-list-block, .info-list-block.style-two {
    grid-template-columns: 1fr;
  }

  .form-bottom-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .blog-detail-title {
    font-size: 30px;
  }

  .blog-detail-title.margin-bottom-25px {
    font-size: 28px;
  }

  .scroll-to-top.primary-background.w--current {
    background-color: #ffbb24;
  }

  .gallery-single-image {
    width: 100%;
  }

  .blog-rich-text-image-block.margin-bottom-35px {
    grid-template-columns: 1fr;
  }

  .blog-detail-bottom {
    flex-wrap: wrap;
  }

  .blog-tags-list {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .blog-detail-content.slideup-animation {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-social-link-block {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .recent-blog-list-item {
    flex-wrap: wrap;
  }

  .recent-blog-list-image {
    max-width: 100%;
  }

  .menu-category-list {
    grid-template-columns: 1fr;
  }

  .menu-detail-ingredient {
    width: 100%;
    max-width: 290px;
  }

  .menu-info-list.padding-top-60px {
    flex-wrap: wrap;
    display: flex;
  }

  .text-block, .text-block-2 {
    font-size: 14px;
  }
}

#w-node-d1b4e6d1-e87e-8fdd-e5a4-55f1a991cdb6-aa9640e7, #w-node-ed3b4ea4-f312-7d7c-153b-def0da42ebdb-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f55c0edf-90e6-966d-3bdd-363ac91ab5f8-aa9640e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fdcc532-d929-26d2-5174-2f1ad18ea305-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a0f6640-f704-27d6-b73b-e1ebe5a44856-aa9640e7, #w-node-_96cdf18b-ed21-c65d-c77d-4e472e687416-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61bed6d3-121b-7495-5ebb-5471ca691b0e-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dab3ef0-b4b9-8819-3073-6bee3ad72df6-aa9640e7, #w-node-_5fc49bd6-ceee-6ae5-4dfe-248b14be9b6d-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5fc49bd6-ceee-6ae5-4dfe-248b14be9b72-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14698da1-3541-c9f7-f9bd-bb93fe65e0c3-aa9640e7, #w-node-_2b2f7346-dfc7-09cd-0d0c-67adcf04ffb8-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2b2f7346-dfc7-09cd-0d0c-67adcf04ffbd-aa9640e7, #w-node-_4825fe12-e4f5-eabc-07f0-4f4eb715435c-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4825fe12-e4f5-eabc-07f0-4f4eb7154357-aa9640e7, #w-node-_2da947a9-b916-3c2e-bcda-6ba39bfd6fda-aa9640e7, #w-node-b5cf17c5-9d37-8441-bfe6-05d585eaa1cc-aa9640e7, #w-node-ac5afa69-1efd-cae0-8001-cc92141f16ba-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2125a321-74df-6bf7-0857-a38117ed9aae-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2125a321-74df-6bf7-0857-a38117ed9b45-aa9640e7, #w-node-_2125a321-74df-6bf7-0857-a38117ed9b49-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0c0a0176-6eea-09a4-5d3a-2946fe1e1245-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c0a0176-6eea-09a4-5d3a-2946fe1e12a3-aa9640e7, #w-node-_5de3e019-b58e-8d70-1612-a54237c4954a-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b6c11f08-a20c-5e5f-18c2-fdf195e24082-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c11f08-a20c-5e5f-18c2-fdf195e240eb-aa9640e7, #w-node-_3f71fafd-ce54-3ae0-9ae7-ab7ebfe57eb2-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_266fd7c9-d06e-91dd-d390-31b7569cb732-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_266fd7c9-d06e-91dd-d390-31b7569cb764-aa9640e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0435c798-f52c-9006-003b-0655631ba2d0-eb945c76, #w-node-_0435c798-f52c-9006-003b-0655631ba2d1-eb945c76, #w-node-_0435c798-f52c-9006-003b-0655631ba2e4-eb945c76, #w-node-_0435c798-f52c-9006-003b-0655631ba30b-eb945c76, #w-node-a0fad48d-772f-8764-493d-c082dcd5455e-dcd5455c, #w-node-a0fad48d-772f-8764-493d-c082dcd54581-dcd5455c, #w-node-_38803765-bc36-0f71-994c-9fbc0552439e-0e397ccb, #w-node-e79044ef-def5-1fce-ce2b-67650e397ccf-0e397ccb, #w-node-_674059f4-8eec-3d64-0efc-d8e94d29e8a7-4d29e8a6, #w-node-_674059f4-8eec-3d64-0efc-d8e94d29e8a9-4d29e8a6, #w-node-a665cb29-8e27-af81-10f2-89ce706fe58e-aa9640ec, #w-node-b699735f-74e2-9f7f-4394-e9754eed76bd-4eed76b9, #w-node-_69012e0e-e8fc-e678-cbd3-cb78a4d2a51c-aa9640ed, #w-node-e2f8a635-b9e2-3994-4da0-e77a3164f01b-aa9640ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533c4eee-029b-4bee-4c2b-79f43a7c31dd-aa9640ed {
  justify-self: start;
}

#w-node-_49a467b3-d107-7450-025d-af03e1d3931b-aa9640ed, #w-node-_8523bc8d-1848-1b21-a30a-a56cb12795f1-aa9640ee, #w-node-_785d34c0-0a66-2d02-68c6-c39f3dd6f2b7-aa9640ef, #w-node-_7bc24a11-1238-dd66-20df-db9613f4edfb-aa9640f0, #w-node-_1483a623-b5f3-8633-1bfd-3f561253b8f3-aa9640f0, #w-node-ea6bd2f4-7e3b-d851-1c33-20cc4b706c88-aa9640f0, #w-node-_0f8c4770-5383-5444-acd9-e846945173da-aa9640f2, #w-node-_65386ac0-3efe-b565-6dd0-899f539c2d5e-aa9640f2, #w-node-e692e8a7-1a1d-378a-1e3f-4464b8551a99-aa9640f2, #w-node-ca3f8067-007d-4ead-f860-f459b5fd3ff9-aa9640f3, #w-node-_36a86948-9e86-5b7d-8e8a-2300488ab5d4-aa9640f4, #w-node-_13f75955-d8ee-9cc2-4a48-b3a208d8ce1a-aa9640f5, #w-node-c014fa5f-fafb-ff3f-1db6-23ca1e89ab27-aa9640f6, #w-node-_3ecde364-2729-bddc-e48c-2f1fdc592671-aa9640f6, #w-node-c4ad3d16-1a36-98e1-fcf6-1925af256754-aa9640f6, #w-node-ee2ce74d-d77a-2996-7f19-085bc9b9baef-aa9640f6, #w-node-_2863d9bb-c949-9e99-6437-8510aa88ff6d-aa9640f6, #w-node-_6c4fd787-ce0b-c11a-c8bb-c63c74b13f26-aa9640f7, #w-node-_1eff5335-f8c7-9d31-2613-77babd60d88f-aa9640f8, #w-node-_6c9b01ef-9e47-3abb-875f-6a43a76c9427-aa9640f8, #w-node-c0fadde2-2713-c5b4-b5d5-2aa8b0ae240c-aa9640f9, #w-node-_275144c6-ffd4-1e57-ed64-f64870306454-aa9640f9, #w-node-dde01a2a-becc-5538-06b6-19e33f9a1b57-aa9640fd, #w-node-_89c808ca-72ad-0367-9fe3-818e4f963d52-aa9640fd, #w-node-_3f195428-91d0-a2be-1bb2-6234d27bc26d-aa9640fd, #w-node-e4aa18ee-8614-7184-47f8-e51c1b2dc451-aa9640fd, #w-node-_219c3219-4af2-cda3-591f-4ef977f5cee5-aa9640fd, #w-node-f08c2963-df7e-f035-4059-2cdd321de246-aa9640fd, #w-node-b449d439-dcd8-3e88-4e6d-c80ad039345f-aa9640fd, #w-node-c5270597-9dde-d1f4-0dcf-3785f5742712-aa9640fd, #w-node-_1aa0996c-1faa-ec67-89ab-ea8fd20073a8-aa9640fd, #w-node-a850b9c5-2636-1dd1-2ab6-743fcd303961-aa9640fd, #w-node-_4ad990df-6144-d9b6-9f5f-5929acb8dbfb-aa964100, #w-node-f3d8e651-c03c-cc0a-c49a-12193181c1e7-aa964101, #w-node-_4160a566-7588-7d42-387d-6a8728d4d6fb-aa964101, #w-node-_3e35c3bd-25f2-aba5-79d7-7a9c455aecb3-aa964101, #w-node-_3399b83a-a7ee-b16c-a01a-496e501c83f1-aa964101, #w-node-e7568c41-6e0b-3b19-522a-3d3e26eebf81-aa964101, #w-node-_414e4402-e305-3b74-18af-df82be2101d8-aa964101, #w-node-_917cd71e-95d8-701e-8a13-660258647c9b-aa964101, #w-node-_6af78f13-f3e6-56a6-12ea-80f9bcf16220-aa964101, #w-node-_1978fd36-abb7-57ce-e16c-87a6cf6df4ff-aa964101, #w-node-_9d1db5cb-7f5c-69fd-7da4-616bae95f524-aa964101, #w-node-_8cc1db92-cb3a-3f8b-30f0-6065238645c4-aa964101, #w-node-_709f136d-b740-ad8e-9840-faf06a39ad74-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de6c1b58-14f1-ccfc-b079-6ee3e3a8d548-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_655342de-db61-c15d-de9d-9adc5ea0e08b-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_655342de-db61-c15d-de9d-9adc5ea0e0d5-aa964102, #w-node-_7a12bedb-71d6-a288-8ce0-c198502c7788-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a164ee1c-6433-091c-2486-012c561d79c7-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a164ee1c-6433-091c-2486-012c561d7a30-aa964102, #w-node-_18abbcd8-57c0-ee10-0c97-5d6fdc4eba3e-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3238ac0c-a4a2-64b3-e501-fcd1dc6a9b2f-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3238ac0c-a4a2-64b3-e501-fcd1dc6a9b61-aa964102, #w-node-_8b71277f-a29d-a38a-fb78-37bf35c558d5-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8768b9e0-5102-c84e-4e45-5c8dd2b4e2f1-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8768b9e0-5102-c84e-4e45-5c8dd2b4e391-aa964102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_556937e1-c1e6-642b-f0b0-eb375c8ce7d3-aa964103, #w-node-_7fd3d7ab-b4cb-b69a-981a-5ed1ad691ca4-aa964104, #w-node-d909b816-b893-e464-2879-8e3cb6e33a67-aa964105, #w-node-_0f8c4770-5383-5444-acd9-e846945173da-e72024b8, #w-node-_65386ac0-3efe-b565-6dd0-899f539c2d5e-e72024b8, #w-node-e692e8a7-1a1d-378a-1e3f-4464b8551a99-e72024b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f8c4770-5383-5444-acd9-e8469451743e-e72024b8 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_0f7cfd0d-0495-05f6-cd92-01be60c3b392-eb945c76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6a0f6640-f704-27d6-b73b-e1ebe5a44856-aa9640e7, #w-node-_2125a321-74df-6bf7-0857-a38117ed9b45-aa9640e7, #w-node-_0c0a0176-6eea-09a4-5d3a-2946fe1e12a3-aa9640e7, #w-node-b6c11f08-a20c-5e5f-18c2-fdf195e240eb-aa9640e7, #w-node-_266fd7c9-d06e-91dd-d390-31b7569cb764-aa9640e7, #w-node-_655342de-db61-c15d-de9d-9adc5ea0e0d5-aa964102, #w-node-a164ee1c-6433-091c-2486-012c561d7a30-aa964102, #w-node-_3238ac0c-a4a2-64b3-e501-fcd1dc6a9b61-aa964102, #w-node-_8768b9e0-5102-c84e-4e45-5c8dd2b4e391-aa964102 {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49a467b3-d107-7450-025d-af03e1d3931b-aa9640ed {
    order: -9999;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Justanotherhand';
  src: url('../fonts/JustAnotherHand-Regular.woff2') format('woff2'), url('../fonts/JustAnotherHand-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}