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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Muli, sans-serif;
  color: #626262;
  font-size: 18px;
  line-height: 1.778em;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Playfair Display', sans-serif;
  color: #581b06;
  font-size: 64px;
  line-height: 1.313em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #581b06;
  font-size: 42px;
  line-height: 1.286em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #581b06;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #581b06;
  font-size: 26px;
  line-height: 1.462em;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #581b06;
  font-size: 22px;
  line-height: 1.636em;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #581b06;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 400;
}

p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #060606;
  text-decoration: underline;
}

a:hover {
  color: #8b8b8b;
}

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

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

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 18px;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

strong {
  color: #060606;
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
  border-left: 0px solid #000;
  color: #060606;
  font-size: 28px;
  line-height: 1.571em;
  font-weight: 700;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #060606;
}

.bg-neutral-700 {
  background-color: #060606;
}

.bg-neutral-600 {
  background-color: #626262;
}

.bg-neutral-500 {
  background-color: #8b8b8b;
}

.bg-neutral-400 {
  background-color: #b8b8b8;
}

.bg-neutral-300 {
  background-color: #cfcfcf;
}

.bg-neutral-200 {
  background-color: #fdfaeb;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #fff;
}

.styleguide-seccion {
  padding-top: 210px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  background-color: #060606;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #060606;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #626262;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #fdfaeb;
  color: #060606;
}

.styleguide-link.w--current {
  background-color: #fdfaeb;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #060606;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #fdfaeb;
  color: #060606;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fdfaeb;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #060606;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #8b8b8b;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.styleguide-subtitle.rich-text {
  margin-top: 88px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #cfcfcf;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details.mg-top--24px {
  margin-top: -24px;
}

.paragraph-large {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5em;
}

.styleguide-subheader {
  padding: 56px 68px;
  background-color: #fdfaeb;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1176px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #fff;
}

.header-logo {
  width: 150px;
  max-width: none;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-left: 32px;
}

.nav-item-wrapper.button-header-mobile-wrapper {
  display: none;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.size-1 {
  margin-bottom: 32px;
  font-size: 84px;
  line-height: 1.095em;
}

.footer {
  padding-top: 72px;
  border-top: 1px solid #cfcfcf;
  background-color: #fff;
}

.footer-grid {
  margin-bottom: 92px;
  grid-column-gap: 2vw;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-container {
  margin-bottom: 24px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.footer-logo-container:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-logo {
  width: 167px;
}

.licenses-hero {
  padding-top: 210px;
  padding-bottom: 90px;
  background-color: #060606;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero {
  position: relative;
  padding-top: 298px;
  padding-bottom: 298px;
}

.section.about {
  background-color: #fdfaeb;
}

.section.cta {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.restaurant-section {
  position: relative;
  background-color: #fdfaeb;
}

.section.experiences {
  padding-bottom: 160px;
}

.section.testimonials {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.newsletter {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.instagram {
  background-color: #fdfaeb;
}

.section.instagram.white {
  background-color: #fff;
}

.section.about-page {
  position: relative;
  padding-top: 483px;
  padding-bottom: 0px;
  background-color: #060606;
}

.section.about-us {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #060606;
}

.section.about-experiences {
  background-color: #fdfaeb;
}

.section.our-team {
  background-color: #060606;
}

.section.blog {
  padding-top: 212px;
  padding-bottom: 120px;
}

.section.blog-content {
  padding-top: 0px;
  padding-bottom: 120px;
}

.section.blog-post-page {
  position: relative;
  padding-top: 235px;
  padding-bottom: 120px;
}

.section.blog-post-newsletter {
  position: relative;
  padding-top: 0px;
  padding-bottom: 120px;
}

.section.rooms {
  padding-top: 212px;
  padding-bottom: 100px;
}

.section.room {
  position: relative;
  padding-top: 563px;
  padding-bottom: 0px;
  background-color: #060606;
}

.section.about-this-room {
  background-color: #060606;
}

.section.room-gallery {
  background-color: #fdfaeb;
}

.section.restaurant-menu {
  background-color: #fdfaeb;
}

.section.locations {
  padding-top: 212px;
  padding-bottom: 95px;
}

.section.location-page {
  position: relative;
  overflow: hidden;
  padding-top: 242px;
  padding-bottom: 111px;
}

.section.location-about {
  background-color: #060606;
}

.section.contact {
  padding-top: 222px;
  padding-bottom: 40px;
  background-color: #361105;
}

.section.request-info {
  position: relative;
  overflow: hidden;
}

.section.faqs {
  background-color: #fdfaeb;
}

.section.blog-category {
  position: relative;
  padding-top: 235px;
  padding-bottom: 120px;
}

.section.search {
  position: relative;
  padding-top: 212px;
  padding-bottom: 120px;
}

.section.restaurant-hero {
  position: relative;
  padding-top: 483px;
  padding-bottom: 0px;
  background-color: #fff;
}

.divider-64px {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #cfcfcf;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  max-height: 100%;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #060606;
}

.utility-page-wrap.password {
  height: 100%;
  padding-top: 210px;
  padding-bottom: 80px;
  background-color: #fdfaeb;
}

.utility-page-wrap._404 {
  height: 100%;
  padding-top: 84px;
  padding-bottom: 230px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #060606), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #060606 70%, #fff 0);
}

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

.input {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.input:hover {
  border-color: #626262;
}

.input:focus,
.input.-wfp-focus {
  border-color: #060606;
  color: #060606;
}

.input::-webkit-input-placeholder {
  color: #626262;
}

.input:-ms-input-placeholder {
  color: #626262;
}

.input::-ms-input-placeholder {
  color: #626262;
}

.input::placeholder {
  color: #626262;
}

.input.newsletter {
  margin-right: 24px;
  border-color: #fff;
}

.input.newsletter:hover {
  border-color: #fff;
}

.input.newsletter::-webkit-input-placeholder {
  color: #b8b8b8;
}

.input.newsletter:-ms-input-placeholder {
  color: #b8b8b8;
}

.input.newsletter::-ms-input-placeholder {
  color: #b8b8b8;
}

.input.newsletter::placeholder {
  color: #b8b8b8;
}

.input.blog-post-newsletter {
  width: 70%;
  margin-right: 16px;
}

.input.search {
  margin-right: 20px;
}

.input.checkout {
  min-height: 48px;
  margin-bottom: 16px;
}

.input.checkout.discount {
  margin-top: 8px;
  margin-bottom: 14px;
}

.input.password {
  margin-bottom: 20px;
}

._404-title {
  margin-bottom: 7px;
  color: #060606;
  font-size: 180px;
  line-height: 160px;
  font-weight: 400;
}

.nav-item {
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-item.footer-link {
  color: #626262;
  font-size: 18px;
  white-space: nowrap;
}

.nav-item.blog-post-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.nav-item.dropdown {
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.nav-item.dropdown:hover {
  color: #8b8b8b;
}

.nav-item.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.nav-item.blog-featured-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-item.blog-featured-link:hover {
  color: #060606;
}

.nav-item.blog-category {
  padding-right: 16px;
  padding-left: 16px;
  border-left: 1px solid #cfcfcf;
  color: #fff;
}

.nav-item.blog-category:hover {
  color: #cfcfcf;
}

.nav-item.blog-category.w--current {
  font-weight: 700;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.hero-left {
  max-width: 70%;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.restaurant-left {
  max-width: 40%;
  margin-right: 40px;
}

.split-content.restaurant-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.split-content.footer-top-left {
  max-width: 494px;
}

.split-content.about-us-left {
  max-width: 42%;
  margin-right: 40px;
}

.split-content.amenities-left {
  max-width: 45%;
}

.split-content.about-us-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
}

.split-content.blog-top-left {
  max-width: 720px;
  margin-right: 20px;
}

.split-content.newsletter-right {
  max-width: 595px;
  padding-top: 26px;
}

.split-content.card-about-room-left {
  max-width: 192px;
}

.split-content.card-about-room-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 146px;
}

.split-content.room-left {
  max-width: 40%;
}

.split-content.amenities-page-left {
  max-width: 44%;
}

.split-content.location-about-left {
  max-width: 42%;
}

.split-content.request-info-left {
  position: relative;
  max-width: 60%;
}

.paragraph.hero {
  max-width: 508px;
  margin-bottom: 48px;
}

.paragraph.about {
  margin-bottom: 48px;
}

.paragraph.cta {
  margin-bottom: 40px;
}

.paragraph.restaurant {
  margin-bottom: 48px;
}

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

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

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

.paragraph.about-page {
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.about-us {
  margin-bottom: 0px;
  color: #cfcfcf;
}

.paragraph.about-restaurant {
  margin-bottom: 0px;
}

.paragraph.about-experiences {
  margin-bottom: 48px;
}

.paragraph.our-team {
  margin-bottom: 0px;
  color: #cfcfcf;
}

.paragraph.watch {
  max-width: 610px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.our-team-wrapper-paragraph {
  margin-bottom: 0px;
  color: #fdfaeb;
}

.paragraph.blog {
  max-width: 585px;
  margin-bottom: 0px;
}

.paragraph.blog-paragraph-featured {
  margin-bottom: 40px;
}

.paragraph.blog-post {
  margin-bottom: 40px;
}

.paragraph.newsletter {
  margin-bottom: 36px;
  color: #cfcfcf;
}

.paragraph.blog-post-newsletter {
  max-width: 536px;
  margin-bottom: 32px;
}

.paragraph.room {
  margin-bottom: 32px;
}

.paragraph.amenities {
  margin-bottom: 40px;
}

.paragraph.room-gallery {
  margin-bottom: 0px;
}

.paragraph.restaurant-hero {
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.restaurant-about {
  margin-bottom: 0px;
}

.paragraph.locations-page {
  margin-bottom: 40px;
}

.paragraph.location-about {
  margin-bottom: 48px;
  color: #cfcfcf;
}

.paragraph.location-gallery {
  margin-bottom: 0px;
}

.paragraph.contact {
  margin-bottom: 0px;
  color: #cfcfcf;
}

.paragraph.request-info {
  max-width: 68%;
  margin-bottom: 40px;
}

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

.paragraph.faq {
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 16px;
}

.paragraph.blog-category {
  max-width: 400px;
  color: #cfcfcf;
}

.paragraph.search-paragraph {
  margin-bottom: 32px;
}

.paragraph.checkout-paragraph {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph._404 {
  max-width: 380px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph.room-section {
  margin-bottom: 0px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.hero {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 46%;
}

.image-wrapper.about {
  max-width: 776px;
}

.image-wrapper.about-experiences {
  max-width: 776px;
}

.image-wrapper.blog-post {
  margin-bottom: 25px;
}

.image-wrapper.chef {
  margin-bottom: 33px;
}

.image-wrapper.blog-post-featured {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 82%;
}

.image-wrapper.instagram {
  position: relative;
}

.image-wrapper.bg-about-page {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-height: 729px;
}

.image-wrapper.room {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-height: 679px;
}

.image-wrapper.restaurant {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 722px;
}

.image-wrapper.main-image-location {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 73%;
  height: 100%;
}

.image-wrapper.request-info {
  position: absolute;
  top: 0px;
  right: 0px;
  max-height: 765.21875px;
  max-width: 50%;
}

.image.hero {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.restaurant-1 {
  position: relative;
  z-index: 1;
  max-width: 70%;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.09);
}

.image.restaurant-2 {
  max-width: 416px;
  margin-top: -299px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image.testimonial {
  width: 56px;
  height: 56px;
}

.image.bg-about-page {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-us-1 {
  max-width: 56%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image.amenities {
  width: 275px;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.our-team {
  margin-bottom: 40px;
}

.image.watch {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.newsletter {
  height: 418.4375px;
  max-width: 38%;
  margin-right: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.room-page {
  max-height: 542px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image.about-this-room {
  height: 730.140625px;
  max-width: 66%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.room-gallery {
  width: 100%;
}

.image.location-about-1 {
  max-width: 59%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image.location-about-2 {
  max-width: 59%;
  margin-top: 119px;
  margin-left: -109px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  box-shadow: 0 4px 74px 0 rgba(0, 0, 0, 0.45);
}

.image.order-item {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image.about-us-2 {
  max-width: 56%;
  margin-top: 100px;
  margin-left: -72px;
  box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.55);
}

.image.location-gallery-1 {
  width: 638px;
  height: 100%;
}

.image.location-gallery-2 {
  width: 514px;
  height: 100%;
}

.image.location-gallery-3 {
  width: 514px;
  height: 100%;
}

.image.location-gallery-4 {
  width: 638px;
  height: 100%;
}

.image.room-section {
  height: 542px;
  max-width: 454px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.room {
  width: 100%;
  height: 679px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image.main-image-location {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.product-cart {
  width: 90px;
  min-height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.card {
  background-color: #fff;
}

.card.about {
  position: absolute;
  right: 0px;
  z-index: 1;
  max-width: 663px;
  padding: 96px 80px;
  text-align: center;
}

.card.cta {
  max-width: 600px;
  padding: 44px 60px;
}

.card.testimonial {
  padding: 32px 40px;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #060606 #cfcfcf #cfcfcf;
}

.card.about-page {
  position: relative;
  z-index: 1;
  padding: 64px 60px;
  text-align: center;
}

.card.about-experiences {
  position: absolute;
  right: 0px;
  z-index: 1;
  max-width: 663px;
  padding: 96px 80px;
  text-align: center;
}

.card.watch {
  position: relative;
  z-index: 1;
  max-width: 83%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 72px;
  padding-left: 30px;
  text-align: center;
}

.card.blog-featured-card {
  position: relative;
  max-width: 685px;
  padding: 69px 46px;
}

.card.blog-post-newsletter {
  max-width: 776px;
  padding: 64px 66px 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.card.room-page {
  position: relative;
  margin-top: -96px;
  margin-right: 33px;
  padding: 57px 33px;
}

.card.reservate-room {
  overflow: hidden;
  width: 55%;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.card.about-this-room {
  position: absolute;
  right: 0px;
  z-index: 1;
  max-width: 653px;
  padding: 89px 80px;
  text-align: center;
}

.card.location {
  position: relative;
  margin-top: -107px;
  margin-right: 33px;
  padding: 50px 50px 50px 34px;
}

.card.location-page {
  position: relative;
  max-width: 600px;
  padding-top: 61px;
  padding-right: 72px;
  padding-bottom: 61px;
}

.card.request-info {
  padding: 54px 52px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.card.search-result-wrapper {
  max-width: 800px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 52px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.card._404 {
  position: relative;
  bottom: -126px;
  width: 820px;
  margin-bottom: 0px;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
}

.card.password {
  max-width: 653px;
  margin-bottom: 0px;
  padding: 96px 60px;
  text-align: center;
}

.card.restaurant-hero {
  position: relative;
  padding: 65px 30px;
  text-align: center;
}

.card.room-section {
  max-width: 570px;
  padding: 40px 48px;
  background-color: #fdfaeb;
}

.subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #060606;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.subtitle-wrapper.left.white {
  color: #fff;
}

.subtitle-wrapper.our-team {
  color: #fff;
}

.subtitle-wrapper.blog-post-category {
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.subtitle-wrapper.blog-post-page {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
}

.subtitle-wrapper.restaurant-page {
  margin-bottom: 17px;
}

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

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

.subtitle-wrapper.restaurant-menu {
  margin-bottom: 17px;
}

.dash {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #060606;
}

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

.dash.our-team {
  background-color: #fff;
}

.dash-accent {
  width: 40px;
  height: 1px;
  margin-bottom: 18px;
  background-color: #060606;
}

.hover-button-secondary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #060606;
}

.hover-button-secondary._2 {
  background-color: #fff;
}

.button-black {
  position: relative;
  overflow: hidden;
  padding: 22px 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #060606;
  background-color: #060606;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  position: relative;
  overflow: hidden;
  padding: 22px 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #b45332;
  background-color: #b45332;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary.large {
  padding: 24px 58px;
}

.button-primary.small {
  padding: 18px 36px;
}

.button-primary.main-header {
  padding: 18px 2vw;
  white-space: nowrap;
}

.button-primary.wrapper {
  padding: 0px;
}

.button-primary.wrapper.reservate-room {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-primary.wrapper.password {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.empty-cart {
  margin-top: 20px;
  padding: 18px 2vw;
  white-space: nowrap;
}

.button-primary.button-header-mobile {
  padding: 18px 2vw;
  white-space: nowrap;
}

.spacer._2-buttons {
  width: 24px;
}

.spacer.links-footer {
  width: 2vw;
}

.spacer.faq-content {
  height: 25px;
}

.button-secondary-text {
  position: relative;
  z-index: 1;
}

.button-primary-text {
  position: relative;
  z-index: 1;
}

.hover-button-primary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #fff;
}

.button-secondary {
  position: relative;
  padding: 22px 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #060606;
  color: #060606;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-secondary.large {
  padding: 24px 58px;
}

.button-secondary.small {
  padding: 18px 36px;
}

.button-secondary._2 {
  border-color: #fff;
  color: #fff;
}

.button-secondary._2.wrapper {
  padding: 0px;
}

.button-secondary.room-section-slider {
  z-index: 1;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.buy-now {
  margin-top: 22px;
  background-color: transparent;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
}

.button-secondary.buy-now:hover {
  background-color: #060606;
  color: #fff;
}

.button-secondary.discount {
  height: 56px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
}

.button-secondary.discount:hover {
  background-color: #060606;
  color: #fff;
}

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

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  min-width: 24px;
  margin-right: 5px;
  margin-left: 0px;
  padding-bottom: 2px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #060606;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
}

.cart-button {
  margin-right: 2vw;
  padding: 0px;
  background-color: transparent;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.restaurant-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-small-616px {
  max-width: 616px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.experiences-grid {
  margin-top: 40px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-experiences-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  text-align: center;
}

.container-small-658px {
  max-width: 658px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.title.testimonials {
  max-width: 494px;
  margin-right: auto;
  margin-left: auto;
}

.title.footer-follow-us {
  margin-bottom: 25px;
  color: #060606;
  line-height: 1em;
  font-weight: 700;
}

.title.about-us {
  color: #fff;
}

.title.our-team {
  color: #fff;
}

.title.our-team-wrapper-title {
  color: #fff;
}

.title.blog-title-featured {
  margin-bottom: 24px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.blog-title-featured:hover {
  color: #626262;
}

.title.blog-content {
  margin-bottom: 0px;
  color: #fff;
}

.title.newsletter {
  color: #fff;
}

.title.blog-post-page {
  margin-bottom: 0px;
  color: #fff;
}

.title.room {
  max-width: 450px;
  margin-bottom: 16px;
}

.title.restaurant {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.title.our-chefs {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.title.restaurant-menu {
  max-width: 570px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.title.restaurant-tab-pane-title {
  margin-bottom: 16px;
}

.title.chef {
  margin-bottom: 8px;
}

.title.location {
  margin-bottom: 25px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.location:hover {
  color: #626262;
}

.title.locations {
  margin-bottom: 16px;
}

.title.location-page {
  max-width: 500px;
  margin-bottom: 13px;
}

.title.location-about {
  color: #fff;
}

.title.contact {
  margin-bottom: 16px;
  color: #fff;
}

.title.request-info {
  max-width: 70%;
}

.title.faqs {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.title.faq {
  margin-bottom: 0px;
  margin-left: 16px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.title.blog-category {
  margin-bottom: 16px;
  color: #fff;
}

.title.search {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.order-item {
  margin-bottom: 15px;
  color: #060606;
  line-height: 1em;
  text-transform: uppercase;
}

.title.checkout-title {
  margin-bottom: 10px;
  font-size: 52px;
}

.title.password {
  margin-top: 20px;
  margin-bottom: 10px;
}

.title.experiences {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.title.instagram {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.title.blog-post {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.blog-post:hover {
  color: #626262;
}

.title.card-room {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.title.card-room:hover {
  color: #626262;
}

.title.gallery {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.title._404 {
  margin-bottom: 6px;
}

.title.cart-product {
  margin-bottom: 5px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #060606;
  font-size: 20px;
  line-height: 1.25em;
}

.title.cart-product:hover {
  color: #8b8b8b;
}

.title.watch-video {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.title.room-gallery {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-grid {
  margin-top: 40px;
  margin-bottom: 54px;
  grid-column-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.divider {
  height: 1px;
  background-color: #cfcfcf;
}

.divider.testimonial {
  margin-top: 38px;
  margin-bottom: 28px;
}

.divider.footer-divider {
  margin-top: 72px;
  margin-bottom: 50px;
}

.divider.pagination {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.room-page {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.amenities {
  width: 1px;
  height: auto;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.divider.contact {
  margin-top: 100px;
  margin-bottom: 40px;
  background-color: #626262;
}

.divider.faq {
  margin-top: 40px;
  margin-bottom: 32px;
}

.divider.search {
  margin-top: 42px;
  margin-bottom: 42px;
}

.divider.space {
  margin-top: 56px;
  margin-bottom: 56px;
}

.testimonial-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-name {
  margin-bottom: 6px;
  color: #060606;
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-about-content {
  margin-left: 18px;
}

.testimonial-from {
  line-height: 1em;
}

.testimonial-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-image-home {
  position: relative;
  overflow: hidden;
  height: 620px;
  background-image: url('../assets/images/home/flamingo-bg-home-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.grid {
  margin-top: 51px;
  margin-bottom: 48px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-instagram-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.57);
}

.instagram-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-follow-us-grid {
  grid-column-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #361105;
  background-color: #361105;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  font-family: 'Icons Hotel Template', sans-serif;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
}

.footer-social-media-wrapper:hover {
  background-color: #fff;
  color: #361105;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-icon-footer {
  display: none;
}

.underline-hover {
  width: 100%;
  height: 1px;
  margin-top: 7px;
  background-color: #040404;
}

.badge {
  display: inline-block;
  margin-left: 12px;
  padding: 8px 7px 9px;
  background-color: #060606;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

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

.link-text {
  line-height: 1.25em;
}

.footer-title {
  margin-bottom: 45px;
  color: #060606;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.small-print-wrapper {
  padding: 23px 24px;
  background-color: #361105;
  color: #cfcfcf;
  text-align: center;
}

.small-print-link {
  color: #fff;
}

.about-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-restaurant-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-about-restaurant-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  text-align: center;
}

.about-experiences-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenities-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenities-grid {
  max-width: 50%;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

.our-team-grid {
  margin-top: 46px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-team-wrapper {
  text-align: center;
}

.our-team-work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-team-work {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 688.234375px;
  margin-top: -155px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0.3;
}

.video-button {
  position: absolute;
  top: 378.109px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 47px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.video-button:hover {
  color: #060606;
}

.top-content.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.blog-content {
  margin-bottom: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #060606;
}

.search-blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-button-blog {
  display: none;
}

.search-input-blog {
  width: 376px;
  height: 68px;
  margin-bottom: 0px;
  padding: 26px 60px 26px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #fdfaeb;
  background-image: url('../images/icon-search-hotel-template.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-input-blog:hover {
  border-color: #626262;
}

.search-input-blog:focus {
  border-color: #060606;
  color: #060606;
}

.search-input-blog::-webkit-input-placeholder {
  color: #626262;
}

.search-input-blog:-ms-input-placeholder {
  color: #626262;
}

.search-input-blog::-ms-input-placeholder {
  color: #626262;
}

.search-input-blog::placeholder {
  color: #626262;
}

.blog-featured {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 156px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-category-link {
  text-decoration: none;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-categories {
  display: -ms-grid;
  display: grid;
  margin-left: 0px;
  justify-items: end;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-post-grid.category {
  margin-top: 100px;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 68px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #060606;
}

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

.newsletter-discount-text {
  margin-top: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
}

.newsletter-discount-text.blog-post {
  margin-top: 16px;
  color: #060606;
}

.button-inside {
  position: relative;
  z-index: 1;
  padding: 22px 46px;
  background-color: transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  text-transform: uppercase;
}

.button-inside:hover {
  color: #060606;
}

.button-inside.large {
  padding: 24px 58px;
  font-size: 18px;
  line-height: 1.111em;
}

.button-inside.large.newsletter {
  -webkit-transition-property: none;
  transition-property: none;
}

.button-inside.full-width {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-inside.checkout {
  margin-bottom: 0px;
}

.button-inside.blog-post-newsletter {
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.111em;
}

.blog-post-page-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-post-scroll-down-wrapper {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-scroll-down-wrapper:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.bg {
  position: absolute;
}

.bg.blog-post-page {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  min-height: 896px;
  background-color: #060606;
}

.bg.blog-post-newsletter {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 437px;
  background-color: #060606;
}

.bg.blog-category {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 750px;
  background-color: #060606;
}

.bg.search {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 800px;
  background-color: #060606;
}

.scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1000px;
  font-family: 'Icons Hotel Template', sans-serif;
  font-size: 28px;
  line-height: 1em;
}

.rich-text {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text h2 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text p {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.rich-text h3 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.rich-text h4 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.rich-text h5 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.rich-text h6 {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.rich-text ol {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.rich-text ul {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 60px;
}

.rich-text figcaption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 332px;
  margin-top: 0px;
  padding: 26px 30px;
  background-color: #fff;
  text-align: left;
}

.rich-text em {
  color: #060606;
}

.rich-text li {
  margin-bottom: 20px;
}

.rich-text blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
}

.latest-stories-wrapper {
  text-align: center;
}

.latest-stories-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 41px;
  margin-bottom: 73px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.blog-post-newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rooms-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 55px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-room-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 41px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.card-price-wrapper.reservate-room {
  margin-bottom: 27px;
}

.from-text {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price {
  color: #060606;
  font-size: 24px;
  line-height: 1.117em;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.service-wrapper {
  margin-right: 2vw;
  text-align: center;
}

.service-wrapper.last {
  margin-right: 0px;
}

.service-wrapper.room {
  margin-right: 0px;
}

.service-icon {
  margin-bottom: 9px;
}

.service-text {
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: normal;
  white-space: nowrap;
}

.room-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.room-services-grid {
  display: -ms-grid;
  display: grid;
  max-width: 415px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reservate-room-title-wrapper {
  padding: 15px 2.5vw;
}

.reservate-room-content {
  height: 100%;
  padding: 35px 2.5vw;
  background-color: #fdfaeb;
}

.about-this-room-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  background-color: #fff;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #626262;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.select:focus {
  color: #060606;
}

.select::-webkit-input-placeholder {
  color: #626262;
}

.select:-ms-input-placeholder {
  color: #626262;
}

.select::-ms-input-placeholder {
  color: #626262;
}

.select::placeholder {
  color: #626262;
}

.select.checkout {
  min-height: 48px;
}

.select-wrapper {
  min-height: 68px;
  margin-bottom: 0px;
  padding-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.select-wrapper:focus {
  border-color: #060606;
  color: #060606;
}

.select-wrapper::-webkit-input-placeholder {
  color: #626262;
}

.select-wrapper:-ms-input-placeholder {
  color: #626262;
}

.select-wrapper::-ms-input-placeholder {
  color: #626262;
}

.select-wrapper::placeholder {
  color: #626262;
}

.select-wrapper.reservate-room {
  margin-bottom: 21px;
}

.select-wrapper.reservate-room:hover {
  border-color: #060606;
}

.select-wrapper.checkout {
  min-height: auto;
}

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

.quantity {
  width: 145px;
  height: 68px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-color: #cfcfcf;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
}

.quantity:hover {
  border-color: #060606;
}

.quantity:focus {
  border-color: #060606;
  color: #060606;
}

.quantity::-webkit-input-placeholder {
  color: #b8b8b8;
}

.quantity:-ms-input-placeholder {
  color: #b8b8b8;
}

.quantity::-ms-input-placeholder {
  color: #b8b8b8;
}

.quantity::placeholder {
  color: #b8b8b8;
}

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

.amenities-page-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 53px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.amenities-page-grid-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 53px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.icon-amenities {
  margin-right: 10px;
}

.amenities-text {
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-gallery-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.restaurant-about-grid {
  margin-top: 40px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-848px {
  max-width: 848px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.restaurant-tabs-menu {
  margin-bottom: 67px;
  border-bottom: 1px solid #cfcfcf;
}

.restaurant-tabs-content {
  padding: 72px 30px 79px;
  background-color: #fff;
}

.restaurant-tab-link {
  bottom: -1px;
  width: 206px;
  height: 80px;
  padding: 0px 20px 27px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #626262;
  font-size: 22px;
  line-height: 1.455em;
  text-align: center;
}

.restaurant-tab-link.w--current {
  border-bottom-color: #060606;
  background-color: transparent;
  color: #060606;
}

.restaurant-schedule {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.restaurant-menu-grid {
  margin-top: 40px;
  grid-column-gap: 100px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.menu-tab-pane {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
}

.menu-option-wrapper {
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-ingredients {
  margin-top: 12px;
  color: #626262;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: none;
  white-space: nowrap;
}

.our-chefs-grid {
  margin-top: 46px;
  margin-bottom: 48px;
  grid-column-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.chef-social-media-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.chef-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #060606;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-family: 'Icons Hotel Template', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
}

.chef-social-media-wrapper:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}

.locations-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.location-wrapper {
  width: 100%;
}

.location-info {
  display: block;
  margin-bottom: 18px;
  color: #626262;
  line-height: 1.333em;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.location-info.last {
  margin-bottom: 32px;
}

.location-info.link-info:hover {
  color: #060606;
}

.location-page-info {
  display: block;
  margin-bottom: 18px;
  color: #060606;
  line-height: 1.333em;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.location-page-info.last {
  margin-bottom: 0px;
}

.location-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-about-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.location-gallery-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 9vw;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-wrapper {
  display: -webkit-box;
  max-width: 355px;
}

.contact-icon {
  margin-right: 20px;
}

.contact-address {
  color: #fff;
  font-size: 14px;
  line-height: 1.429em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-link {
  margin-bottom: 11px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-link.last {
  margin-bottom: 0px;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-area {
  max-height: 300px;
  max-width: 100%;
  min-height: 160px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 26px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

.text-area::-webkit-input-placeholder {
  color: #626262;
}

.text-area:-ms-input-placeholder {
  color: #626262;
}

.text-area::-ms-input-placeholder {
  color: #626262;
}

.text-area::placeholder {
  color: #626262;
}

.request-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faqs-wrapper {
  margin-top: 60px;
}

.faq-wrapper {
  overflow: hidden;
  cursor: pointer;
}

.faq-arrow {
  position: relative;
  bottom: -2px;
}

.faq-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-pagination {
  padding: 0px;
  border-width: 0px;
  background-color: transparent;
  color: #060606;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-pagination:hover {
  color: #060606;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.blog-post-title-link {
  text-decoration: none;
}

.rooms-category-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-wrapper {
  margin-top: 40px;
}

.nav-item-search {
  display: block;
  margin-bottom: 18px;
  color: #060606;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.checkout-form {
  padding: 192px 0px 120px;
  background-color: #fdfaeb;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #cfcfcf;
  background-color: #fff;
}

.block-content {
  padding-top: 40px;
  padding-bottom: 40px;
  border-right-color: #cfcfcf;
  border-bottom-color: #cfcfcf;
  border-left-color: #cfcfcf;
}

.checkbox {
  margin-top: 2.5px;
}

.apple-pay {
  height: 54px;
}

.apple-pay.checkout {
  height: 61px;
}

.order-item {
  margin-bottom: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.order-item-price {
  color: #060606;
  line-height: 1em;
  font-weight: 700;
}

.checkout-total {
  color: #060606;
  font-size: 19px;
}

.order-item-info {
  margin-bottom: 5px;
  line-height: 1.2em;
}

.order-item-info.last {
  margin-bottom: 0px;
}

.label-checkout {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.order-confirmation {
  padding: 192px 0px 120px;
  background-color: #fdfaeb;
}

.checkout-title-wrapper {
  margin-bottom: 32px;
}

.drop-title {
  margin-bottom: 20px;
  color: #060606;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-list {
  top: 64px;
  overflow: hidden;
  margin-left: -394px;
  background-color: transparent;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07);
}

.dropdown-simple {
  top: 64px;
  overflow: hidden;
  margin-left: 0px;
  background-color: transparent;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07);
}

.dropdown-header {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-grid {
  width: 812px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-div {
  padding: 40px 20px 40px 40px;
  background-color: #fff;
}

.drop-div.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fdfaeb;
}

.drop-link {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.drop-link:hover {
  color: #060606;
}

.drop-link.w--current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #060606;
  font-weight: 700;
}

.drop-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-grid {
  grid-column-gap: 28px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-dropdown {
  font-family: 'Icons Hotel Template', sans-serif;
  font-size: 14px;
}

.dropdown-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

.blog-post-social-media-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  height: 100%;
  padding-top: 64px;
}

.blog-post-body {
  position: relative;
  padding-top: 64px;
  padding-right: 85px;
  padding-left: 85px;
}

.blog-post-body-social-media {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.blog-post-social-media-text {
  margin-bottom: 19px;
  color: #060606;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.blog-post-body-social-media-grid {
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #060606;
  background-color: #060606;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'Icons Hotel Template', sans-serif;
  color: #fff;
  text-decoration: none;
}

.social-media-wrapper:hover {
  background-color: #fff;
  color: #060606;
}

.room-title-link {
  text-decoration: none;
}

.collection-item-room-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-card-title-link {
  text-decoration: none;
}

.rooms-category-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 55px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.room-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.rooms-section-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 660px;
  max-width: 1024px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.room-section-right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 22px;
  overflow: visible;
  width: 100px;
  height: 18px;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-section-left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 22px;
  overflow: visible;
  width: 100px;
  height: 18px;
  color: #060606;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room-section-slider-button {
  position: absolute;
  bottom: 0px;
}

.contact-fixed-button {
  position: fixed;
  left: 32px;
  bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  height: 76px;
  padding: 10px 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #060606;
}

.arrow {
  position: relative;
  top: 1px;
  font-family: 'Icons Hotel Template', sans-serif;
  font-size: 16px;
}

.text-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-play {
  position: relative;
  top: 2px;
  font-family: 'Icons Hotel Template', sans-serif;
  font-size: 30px;
}

.back-to-block-wrapper {
  display: inline-block;
}

.cart-product-quantity {
  height: 46px;
  border-color: #8b8b8b;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
}

.cart-product-quantity:focus {
  border-color: #060606;
  color: #060606;
}

.cart-product-text {
  font-size: 15px;
  line-height: 1.25em;
}

.cart-product-text.price-product-cart {
  margin-bottom: 3px;
  color: #060606;
}

.remove-button {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1em;
}

.cart-item {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 0px solid #cfcfcf;
}

.product-cart-info-wrapper {
  margin-right: 12px;
  margin-left: 16px;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #cfcfcf;
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #cfcfcf;
}

.cart-subtotal-price {
  color: #060606;
  font-size: 20px;
}

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

.cart-wrapper {
  background-color: rgba(6, 6, 6, 0.8);
}

.empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #060606;
  background-color: #fff;
  color: #626262;
  text-transform: uppercase;
}

.empty-state.cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.empty-state.categories {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.empty-state.search {
  margin-top: 100px;
  margin-bottom: 100px;
  border-width: 0px;
}

.empty-state.out-stock {
  margin-right: 0px;
  margin-left: 0px;
  border-width: 0px;
  background-color: transparent;
  color: #060606;
}

.empty-state.category-articles {
  height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.blog-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.categories.category {
  margin-top: 60px;
}

.watch-video-text-wrapper {
  overflow: hidden;
}

.error-state {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff0f0;
  color: #ff203a;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.error-state.checkout {
  text-align: left;
}

.error-state.cart {
  width: auto;
}

.success-message {
  padding-top: 40px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #060606;
  color: #fff;
  text-transform: uppercase;
}

.success-message.request-info {
  background-color: #fff;
  color: #060606;
  font-size: 20px;
}

.cart-title-link {
  text-decoration: none;
}

.container-medium-760px {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.link-white {
  color: #fff;
}

.bold {
  color: #060606;
  font-weight: 700;
}

.width-120px {
  width: 120px;
}

.add-to-cart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.discount-container {
  margin-top: 28px;
  padding: 28px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px 0px 0px;
  border-top-color: #cfcfcf;
}

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

  .dropdown-grid {
    width: 850px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 53px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  blockquote {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 23px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default.about-this-room {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header {
    margin-top: 0px;
  }

  .header-navigation {
    margin-right: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60px;
  }

  .nav-item-wrapper {
    display: block;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }

  .nav-item-wrapper.button-header-mobile-wrapper {
    display: block;
    width: 100%;
    margin-top: 158px;
    margin-bottom: 0px;
  }

  .menu-button {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 54px;
    max-width: 54px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #060606;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #626262;
  }

  .menu-button.w--open {
    border-style: solid;
    border-width: 2px;
    border-color: #060606;
    background-color: #fff;
  }

  .nav-menu {
    width: 100%;
    padding-top: 128px;
    padding-bottom: 36px;
    background-color: #fff;
  }

  .size-1 {
    font-size: 70px;
  }

  .size-1.home {
    max-width: 720px;
  }

  .footer-grid {
    margin-bottom: 80px;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .licenses-hero {
    padding-top: 170px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero {
    padding-top: 170px;
    padding-bottom: 0px;
  }

  .section.about {
    overflow: hidden;
  }

  .section.experiences {
    padding-bottom: 120px;
  }

  .section.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.about-page {
    padding-top: 390px;
  }

  .section.about-experiences {
    overflow: hidden;
    padding-bottom: 0px;
  }

  .section.blog {
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .section.blog-post-page {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .section.rooms {
    padding-top: 170px;
  }

  .section.room {
    padding-top: 349px;
  }

  .section.about-this-room {
    padding-bottom: 0px;
  }

  .section.locations {
    padding-top: 170px;
  }

  .section.location-page {
    padding-top: 170px;
    padding-bottom: 200px;
  }

  .section.contact {
    padding-top: 170px;
  }

  .section.request-info {
    position: relative;
    padding-bottom: 320px;
  }

  .section.blog-category {
    padding-top: 170px;
  }

  .section.search {
    padding-top: 170px;
  }

  .section.restaurant-hero {
    padding-top: 420px;
  }

  .utility-page-wrap {
    height: 950px;
  }

  .utility-page-wrap.password {
    padding-top: 155px;
  }

  .input.newsletter {
    margin-bottom: 20px;
  }

  ._404-title {
    font-size: 170px;
  }

  .nav-item.dropdown {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 48px;
    font-weight: 600;
  }

  .nav-item.header-link {
    font-size: 48px;
    font-weight: 600;
  }

  .split-content.hero-left {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .split-content.restaurant-left {
    max-width: 494px;
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .split-content.restaurant-right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.about-us-left {
    max-width: 494px;
    margin-right: 0px;
    margin-bottom: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .split-content.amenities-left {
    max-width: 516px;
    margin-bottom: 60px;
  }

  .split-content.about-us-right {
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.blog-top-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.newsletter-right {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .split-content.room-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .split-content.amenities-page-left {
    max-width: 513px;
    text-align: center;
  }

  .split-content.location-about-left {
    max-width: 494px;
    margin-bottom: 60px;
  }

  .split-content.request-info-left {
    max-width: 700px;
  }

  .paragraph.newsletter {
    margin-bottom: 30px;
  }

  .paragraph.request-info {
    max-width: 480px;
  }

  .paragraph.search-paragraph {
    width: auto;
  }

  .image-wrapper {
    width: 100%;
  }

  .image-wrapper.hero {
    position: static;
    left: 0px;
    top: auto;
    width: 100%;
  }

  .image-wrapper.about {
    width: 110%;
    height: 700px;
    max-width: none;
    margin-top: -362px;
  }

  .image-wrapper.about-experiences {
    width: 115%;
    height: 700px;
    max-width: none;
    margin-top: -362px;
  }

  .image-wrapper.bg-about-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 600px;
  }

  .image-wrapper.room {
    max-height: 550px;
  }

  .image-wrapper.restaurant {
    height: 620px;
  }

  .image-wrapper.main-image-location {
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 55%;
  }

  .image-wrapper.request-info {
    top: auto;
    right: 0px;
    bottom: 0px;
    max-width: 654px;
  }

  .image-wrapper.product-cart {
    width: auto;
  }

  .image.hero {
    height: 500px;
  }

  .image.about {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.restaurant-1 {
    width: 80%;
    max-height: 450px;
    max-width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.restaurant-2 {
    width: 80%;
    max-height: 450px;
    max-width: 100%;
    margin-top: -207px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.bg-about-page {
    height: 600px;
  }

  .image.about-experiences {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.about-us-1 {
    width: 80%;
    max-height: 450px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.amenities {
    width: auto;
  }

  .image.blog-post {
    width: 100%;
  }

  .image.newsletter {
    width: 100%;
    height: 400px;
    max-width: none;
    margin-right: 0px;
  }

  .image.about-this-room {
    width: 100%;
    height: 600px;
    max-width: none;
    margin-top: -236px;
  }

  .image.location-about-1 {
    width: 60%;
    height: 300px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .image.location-about-2 {
    width: 60%;
    height: 300px;
    max-width: none;
    margin-top: -184px;
    margin-left: -190px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.about-us-2 {
    width: 80%;
    max-height: 450px;
    max-width: 100%;
    margin-left: -297px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.locations {
    width: 100%;
    height: 263px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.room-section {
    width: 100%;
    height: 450px;
    max-width: none;
  }

  .image.room {
    height: 550px;
  }

  .image.restaurant {
    height: 620px;
  }

  .image.main-image-location {
    left: 0px;
    top: auto;
    bottom: 0px;
  }

  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card.about {
    position: static;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .card.testimonial {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.about-experiences {
    position: static;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .card.reservate-room {
    width: 100%;
  }

  .card.about-this-room {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .card.location {
    margin-top: -90px;
    margin-right: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.location-page {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .card.room-section {
    margin-top: -121px;
  }

  .subtitle-wrapper.amenities {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-primary.main-header {
    z-index: 0;
    margin-right: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-primary.empty-cart {
    z-index: 0;
    margin-right: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-primary.button-header-mobile {
    z-index: 0;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .restaurant-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .experiences-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title.restaurant {
    max-width: 350px;
  }

  .title.request-info {
    max-width: 480px;
  }

  .title.instagram {
    max-width: 450px;
  }

  .title.cta {
    max-width: 384px;
  }

  .divider.footer-divider {
    margin-top: 70px;
  }

  .divider.pagination {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.amenities {
    width: 100%;
    height: 1px;
    margin: 60px 0vw;
  }

  .divider.contact {
    margin-top: 60px;
  }

  .testimonial-about-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .testimonial-about-content {
    margin-top: 18px;
    margin-left: 0px;
  }

  .testimonial-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footef-links-block {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
  }

  .footef-links-block.last {
    border-bottom-width: 0px;
  }

  .dropdown-icon-footer {
    display: block;
    font-family: 'Icons Hotel Template', sans-serif;
    font-size: 0.8em;
    line-height: 1em;
  }

  .footer-mobile-content {
    overflow: hidden;
    margin-bottom: 25px;
    text-align: left;
  }

  .footer-mobile-title {
    padding-top: 28px;
    padding-bottom: 28px;
    cursor: pointer;
  }

  .footer-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-restaurant-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-experiences-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amenities-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .amenities-grid {
    width: 100%;
    max-width: none;
    justify-items: stretch;
  }

  .our-team-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-team-wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #8b8b8b;
  }

  .video-wrapper {
    height: 600px;
  }

  .video-button {
    top: 318.109px;
  }

  .top-content.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search-blog-wrapper {
    max-width: none;
  }

  .blog-featured {
    padding-top: 239px;
  }

  .blog-post-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-grid.category {
    margin-top: 80px;
  }

  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-page-title-wrapper {
    margin-bottom: 60px;
  }

  .bg.blog-post-page {
    min-height: 800px;
  }

  .bg.blog-category {
    height: 650px;
  }

  .scroll-down {
    width: 70px;
    height: 70px;
  }

  .latest-stories-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rooms-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .room-wrapper {
    max-width: 653px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reservate-room-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-this-room-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amenities-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .amenities-page-grid {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 64px;
  }

  .restaurant-tabs-menu {
    margin-bottom: 60px;
  }

  .restaurant-tabs-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .locations-grid {
    grid-row-gap: 40px;
  }

  .location-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .location-about-images-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 2vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-icon {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-address {
    font-size: 13px;
  }

  .contact-link {
    font-size: 13px;
  }

  .request-info-wrapper {
    position: static;
  }

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

  .order-confirmation {
    padding-top: 170px;
  }

  .drop-title {
    margin-top: 0px;
  }

  .dropdown-list.w--open {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: none;
  }

  .dropdown-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-grid {
    width: 100%;
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
  }

  .drop-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .drop-div.last {
    width: 100%;
    padding: 20px 0px;
    background-color: transparent;
  }

  .dropdown-text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .drop-grid {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .icon-dropdown {
    position: relative;
    bottom: -2px;
    font-size: 35px;
  }

  .brand.w--current {
    z-index: 9999;
  }

  .blog-post-social-media-wrapper {
    position: static;
  }

  .blog-post-body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-post-body-social-media {
    position: static;
  }

  .blog-post-body-social-media-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .rooms-category-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .rooms-section-slider {
    width: auto;
    height: 900px;
  }

  .contact-fixed-button {
    width: 68px;
    height: 68px;
    padding: 15px 15px 20px;
  }

  .icon-menu-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon-menu-open {
    display: none;
  }

  .cart {
    z-index: 99991;
  }

  .checkout-content {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .checkout-sidebar {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  blockquote {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
  }

  figcaption {
    font-size: 14px;
  }

  .styleguide-seccion {
    padding-top: 140px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .styleguide-subheader {
    padding-right: 30px;
    padding-left: 30px;
  }

  .styleguide-content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-item-wrapper {
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button {
    max-height: 48px;
    max-width: 48px;
    padding: 10px;
  }

  .size-1 {
    font-size: 58px;
  }

  .size-1.home {
    margin-bottom: 20px;
  }

  .footer-grid {
    margin-bottom: 60px;
    justify-items: center;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licenses-hero {
    padding-top: 140px;
  }

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

  .section.hero {
    padding-top: 140px;
  }

  .section.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-page {
    padding-top: 316px;
  }

  .section.about-us {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .section.blog-content {
    padding-bottom: 100px;
  }

  .section.blog-post-page {
    padding-top: 140px;
  }

  .section.blog-post-newsletter {
    padding-bottom: 60px;
  }

  .section.rooms {
    padding-top: 140px;
  }

  .section.room {
    padding-top: 320px;
  }

  .section.locations {
    padding-top: 140px;
  }

  .section.location-page {
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .section.contact {
    padding-top: 140px;
  }

  .section.request-info {
    padding-bottom: 230px;
  }

  .section.blog-category {
    padding-top: 140px;
    padding-bottom: 100px;
  }

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

  .section.restaurant-hero {
    padding-top: 317px;
  }

  .section.rooms-section {
    padding-bottom: 140px;
  }

  .utility-page-wrap.password {
    padding-top: 150px;
  }

  .input.blog-post-newsletter {
    width: auto;
    max-width: 446px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ._404-title {
    font-size: 144px;
  }

  .nav-item.dropdown {
    font-size: 24px;
  }
  
  .dropdown-simple {
      top: 64px;
      overflow: hidden;
      margin-left: 0px;
      background-color: transparent;
      box-shadow: 0 0 0 0 ;
    }
    
  .nav-item.search {
    font-size: 14px;
  }

  .nav-item.header-link {
    font-size: 24px;
  }

  .split-content.footer-top-left {
    margin-bottom: 32px;
  }

  .split-content.amenities-left {
    margin-bottom: 40px;
  }

  .split-content.newsletter-right {
    padding-bottom: 40px;
  }

  .split-content.request-info-left {
    width: 100%;
    max-width: 100%;
  }

  .paragraph.hero {
    margin-bottom: 40px;
  }

  .paragraph.restaurant {
    margin-bottom: 40px;
  }

  .paragraph.search-paragraph {
    margin-bottom: 20px;
  }

  .image-wrapper.about {
    height: 600px;
    margin-top: -310px;
  }

  .image-wrapper.about-experiences {
    height: 600px;
    margin-top: -279px;
  }

  .image-wrapper.blog-post {
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-featured {
    width: 100%;
  }

  .image-wrapper.location-gallery-1 {
    max-width: 62%;
  }

  .image-wrapper.location-gallery-2 {
    position: relative;
    z-index: 1;
    max-width: 60%;
    margin-top: -80px;
    box-shadow: 0 4px 74px 0 rgba(0, 0, 0, 0.2);
  }

  .image-wrapper.location-gallery-3 {
    display: none;
  }

  .image-wrapper.location-gallery-4 {
    display: none;
  }

  .image-wrapper.bg-about-page {
    max-height: 500px;
  }

  .image-wrapper.room {
    max-height: 450px;
  }

  .image-wrapper.restaurant {
    height: 520px;
  }

  .image-wrapper.restaurant-about-1 {
    width: 60%;
  }

  .image-wrapper.restaurant-about-2 {
    width: 60%;
    margin-top: -267px;
    box-shadow: 0 4px 74px 0 rgba(0, 0, 0, 0.2);
  }

  .image-wrapper.restaurant-about-3 {
    display: none;
  }

  .image.hero {
    height: 400px;
  }

  .image.restaurant-1 {
    width: 60%;
    max-height: 300px;
  }

  .image.restaurant-2 {
    width: 60%;
    max-height: 300px;
    margin-top: -184px;
  }

  .image.bg-about-page {
    height: 500px;
  }

  .image.about-us-1 {
    width: 80%;
    max-height: 300px;
  }

  .image.blog-image-featured {
    width: 100%;
  }

  .image.about-this-room {
    height: 500px;
    margin-top: -190px;
  }

  .image.restaurant-about {
    width: 100%;
    height: 100%;
  }

  .image.chef {
    max-width: 318px;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .image.location-about-1 {
    height: 250px;
  }

  .image.location-about-2 {
    height: 250px;
    margin-top: -118px;
  }

  .image.about-us-2 {
    width: 80%;
    max-height: 300px;
    margin-left: -78px;
  }

  .image.location-gallery-1 {
    width: 100%;
  }

  .image.location-gallery-2 {
    width: 100%;
  }

  .image.location-gallery-3 {
    width: 100%;
  }

  .image.location-gallery-4 {
    width: 100%;
  }

  .image.room-section {
    height: 380px;
  }

  .image.room {
    height: 450px;
  }

  .image.restaurant {
    height: 520px;
  }

  .card.about {
    padding: 70px 60px;
  }

  .card.cta {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.testimonial {
    padding-right: 40px;
    padding-left: 40px;
  }

  .card.about-page {
    padding: 60px 40px;
  }

  .card.about-experiences {
    padding: 70px 60px;
  }

  .card.watch {
    max-width: 90%;
    padding-bottom: 50px;
  }

  .card.blog-featured-card {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 0px 40px;
  }

  .card.blog-post-newsletter {
    padding: 60px 40px;
  }

  .card.room-page {
    margin-top: -80px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.about-this-room {
    max-width: 92%;
    padding: 60px 40px;
  }

  .card.location {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.location-page {
    padding: 60px 40px;
  }

  .card.request-info {
    padding: 50px 40px;
  }

  .card.search-result-wrapper {
    margin-top: 60px;
    padding: 40px;
  }

  .card.password {
    padding: 60px 40px;
  }

  .card.restaurant-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.room-section {
    max-width: 90%;
    margin-top: -68px;
    padding: 40px;
  }

  .subtitle-wrapper {
    margin-bottom: 20px;
  }

  .dash.blog-post-featured {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .button-primary.large {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-primary.main-header {
    display: none;
  }

  .button-primary.wrapper.blog-post-newsletter {
    max-width: 446px;
  }

  .button-primary.empty-cart {
    display: none;
  }

  .button-secondary.large {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cart-quantity {
    padding-left: 7px;
  }

  .cart-button {
    margin-right: 4vw;
  }

  .title.blog-content {
    margin-bottom: 40px;
  }

  .title.restaurant-menu {
    max-width: 450px;
  }

  .title.faq {
    font-size: 18px;
  }

  .title.checkout-title {
    font-size: 42px;
  }

  .title.instagram {
    max-width: 350px;
  }

  .title.blog {
    margin-bottom: 20px;
  }

  .title.rooms {
    margin-bottom: 20px;
  }

  .testimonials-grid {
    max-width: 530px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider.footer-divider {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .divider.pagination {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.room-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.amenities {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .divider.search {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.space {
    margin-top: 44px;
    margin-bottom: 44px;
  }

  .bg-image-home {
    height: 420px;
  }

  .grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-list-item {
    margin-bottom: 18px;
  }

  .footer-mobile-title {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-title {
    letter-spacing: -0.02em;
  }

  .about-us-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .amenities-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-wrapper {
    height: 500px;
  }

  .video-button {
    top: 262.109px;
    padding: 24px 38px;
  }

  .top-content.blog {
    margin-bottom: 40px;
  }

  .top-content.blog-content {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-input-blog {
    width: 420px;
  }

  .categories-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-categories {
    margin-left: 5px;
  }

  .blog-post-grid {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-post-grid.category {
    margin-top: 60px;
  }

  .newsletter-wrapper {
    margin-top: 60px;
    padding-top: 60px;
  }

  .blog-post-page-title-wrapper {
    margin-bottom: 40px;
  }

  .blog-post-scroll-down-wrapper {
    display: none;
  }

  .bg.blog-post-page {
    min-height: 600px;
  }

  .bg.blog-category {
    height: 700px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-bottom: 20px;
  }

  .rich-text h4 {
    margin-bottom: 20px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .rich-text figcaption {
    padding: 20px;
  }

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

  .latest-stories-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-post-newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .about-room-page {
    margin-bottom: 40px;
  }

  .card-price-wrapper.room-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price {
    font-size: 22px;
  }

  .room-wrapper {
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .reservate-room-title-wrapper {
    padding: 20px;
  }

  .reservate-room-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .amenities-page-grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .room-gallery-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .restaurant-about-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .restaurant-tabs-menu {
    margin-bottom: 40px;
  }

  .restaurant-tabs-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .restaurant-tab-link {
    width: auto;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .restaurant-menu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-chefs-grid {
    max-width: 530px;
    margin: 40px auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .locations-grid {
    max-width: 530px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .location-gallery-grid {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .contact-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: left;
  }

  .contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-icon {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .category-title-wrapper {
    margin-top: 20px;
  }

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

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

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

  .drop-div.last {
    padding-top: 10px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-dropdown {
    font-size: 30px;
  }

  .blog-post-social-media-wrapper {
    padding-top: 40px;
  }

  .blog-post-body {
    padding-top: 40px;
  }

  .rooms-category-grid {
    margin-top: 40px;
  }

  .rooms-section-slider {
    height: 860px;
  }

  .room-section-right-arrow {
    bottom: 0px;
  }

  .room-section-left-arrow {
    bottom: 0px;
  }

  .room-section-slider-button {
    bottom: -85px;
  }

  .contact-fixed-button {
    display: none;
  }

  .cart-container {
    width: 90%;
  }

  .row-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 29.5px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 19px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  figcaption {
    font-size: 13px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium {
    padding-right: 16px;
    padding-left: 16px;
  }

  .styleguide-seccion {
    padding-top: 120px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .styleguide-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-logo {
    width: 100%;
  }

  .nav-item-wrapper {
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .menu-button {
    max-height: 43px;
    max-width: 43px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .size-1 {
    font-size: 49px;
  }

  .footer-grid {
    margin-bottom: 40px;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .licenses-hero {
    padding-top: 120px;
  }

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

  .section.hero {
    padding-top: 120px;
  }

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

  .section.experiences {
    padding-bottom: 80px;
  }

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

  .section.about-page {
    padding-top: 280px;
  }

  .section.about-us {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.blog {
    padding-top: 120px;
  }

  .section.blog-content {
    padding-bottom: 80px;
  }

  .section.blog-post-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.blog-post-newsletter {
    padding-bottom: 40px;
  }

  .section.rooms {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.room {
    padding-top: 246px;
  }

  .section.locations {
    padding-top: 120px;
  }

  .section.location-page {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section.contact {
    padding-top: 120px;
  }

  .section.request-info {
    padding-bottom: 180px;
  }

  .section.blog-category {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.search {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.restaurant-hero {
    padding-top: 225px;
  }

  .utility-page-wrap {
    height: 800px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-wrap._404 {
    padding-top: 28px;
    padding-bottom: 211px;
  }

  .input.search {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .input.checkout.discount {
    width: 100%;
  }

  ._404-title {
    font-size: 92px;
    line-height: 120px;
  }

  .nav-item.dropdown {
    font-size: 24px;
  }
  
  .dropdown-simple {
      top: 64px;
      overflow: hidden;
      margin-left: 0px;
      background-color: transparent;
      box-shadow: 0 0 0 0 ;
    }

  .nav-item.search {
    display: none;
  }

  .nav-item.blog-featured-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-item.header-link {
    font-size: 24px;
  }

  .nav-item.blog-category {
    width: 100%;
    padding: 16px 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #626262;
    border-left-width: 0px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .split-content.hero-left {
    margin-bottom: 40px;
  }

  .split-content.restaurant-left {
    margin-bottom: 40px;
  }

  .split-content.about-us-left {
    margin-bottom: 40px;
  }

  .split-content.blog-top-left {
    margin-bottom: 30px;
  }

  .split-content.card-about-room-left {
    margin-bottom: 20px;
  }

  .paragraph.about {
    margin-bottom: 40px;
  }

  .paragraph.cta {
    margin-bottom: 20px;
  }

  .paragraph.about-experiences {
    margin-bottom: 40px;
  }

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

  .image-wrapper.about {
    width: 115%;
    height: 500px;
    margin-top: -251px;
  }

  .image-wrapper.about-experiences {
    width: 115%;
    height: 500px;
    margin-top: -238px;
  }

  .image-wrapper.location-gallery-2 {
    margin-top: -46px;
  }

  .image-wrapper.bg-about-page {
    max-height: 400px;
  }

  .image-wrapper.room {
    max-height: 320px;
  }

  .image-wrapper.restaurant {
    height: 380px;
  }

  .image-wrapper.request-info {
    width: 100%;
    height: 400px;
    max-width: 100%;
  }

  .image-wrapper.product-cart {
    display: none;
  }

  .image-wrapper.restaurant-about-2 {
    margin-top: -129px;
  }

  .image.hero {
    height: 300px;
  }

  .image.restaurant-2 {
    margin-top: -96px;
  }

  .image.bg-about-page {
    height: 400px;
  }

  .image.about-us-1 {
    width: 90%;
  }

  .image.our-team {
    margin-bottom: 20px;
  }

  .image.watch {
    height: 100%;
  }

  .image.about-this-room {
    height: 400px;
    margin-top: -136px;
  }

  .image.room-gallery {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.chef {
    max-width: 100%;
  }

  .image.location-about-2 {
    margin-top: -160px;
  }

  .image.request-info {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.about-us-2 {
    width: 90%;
    margin-left: -104px;
  }

  .image.locations {
    height: 200px;
  }

  .image.location-gallery-3 {
    width: 100%;
    height: 180px;
  }

  .image.location-gallery-4 {
    width: 100%;
    height: 180px;
  }

  .image.room-section {
    height: 280px;
  }

  .image.room {
    height: 320px;
  }

  .image.restaurant {
    height: 380px;
  }

  .image.product-cart {
    height: 100%;
    min-height: 90px;
  }

  .card.about {
    position: static;
    padding: 40px 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }

  .card.cta {
    padding: 40px 30px;
  }

  .card.testimonial {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.about-page {
    padding: 40px 30px;
  }

  .card.about-experiences {
    max-width: 100%;
    padding: 40px 30px;
  }

  .card.watch {
    max-width: 90%;
  }

  .card.blog-featured-card {
    padding: 40px 30px;
    text-align: center;
  }

  .card.blog-post-newsletter {
    padding: 40px 30px;
  }

  .card.room-page {
    margin-top: -65px;
    padding: 30px;
  }

  .card.about-this-room {
    padding: 40px 30px;
  }

  .card.location {
    margin-top: -60px;
    margin-right: 20px;
  }

  .card.location-page {
    padding: 40px 30px;
  }

  .card.request-info {
    padding: 40px 30px;
  }

  .card.search-result-wrapper {
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .card.password {
    padding: 40px 20px;
  }

  .card.restaurant-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.room-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-height: 610px;
    min-height: 610px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtitle-wrapper.blog-post-category {
    font-size: 13px;
  }

  .subtitle-wrapper.blog-post-page {
    font-size: 14px;
  }

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

  .subtitle-wrapper.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subtitle-wrapper.restaurant-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dash {
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .dash.blog-post-featured {
    margin: 10px 0px;
  }

  .dash.blog-post-page {
    width: 20px;
    margin-right: 2vw;
    margin-left: 3vw;
  }

  .dash.restaurant-menu {
    display: none;
    margin: 10px 0px;
  }

  .button-primary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.large {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.wrapper.reservate-room {
    width: 100%;
  }

  .spacer._2-buttons {
    height: 24px;
  }

  .button-secondary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.buy-now {
    width: 100%;
  }

  .button-secondary.discount {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-small-616px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .experiences-grid {
    grid-row-gap: 40px;
  }

  .card-experiences-content {
    padding: 40px 10px;
  }

  .container-small-658px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .title.blog-title-featured {
    margin-bottom: 20px;
  }

  .title.restaurant-menu {
    max-width: 300px;
  }

  .title.location {
    margin-bottom: 20px;
  }

  .title.faq {
    margin-right: 10px;
    font-size: 16px;
  }

  .title.checkout-title {
    font-size: 33px;
  }

  .title.instagram {
    max-width: 300px;
  }

  .title.blog {
    margin-bottom: 10px;
  }

  .title.rooms {
    margin-bottom: 10px;
  }

  .title._404 {
    font-size: 28px;
  }

  .title.watch-video {
    max-width: 350px;
  }

  .testimonials-grid {
    margin-bottom: 40px;
  }

  .divider.footer-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider.pagination {
    margin-bottom: 30px;
  }

  .divider.room-page {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .divider.faq {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .testimonial-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-about {
    margin-bottom: 10px;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bg-image-home {
    height: 380px;
  }

  .grid {
    margin-top: 40px;
  }

  .footer-mobile-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-print-wrapper {
    padding: 20px 10px;
    font-size: 16px;
  }

  .about-restaurant-grid {
    grid-row-gap: 40px;
  }

  .card-about-restaurant-content {
    padding: 40px 10px;
  }

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

  .our-team-work-wrapper {
    margin-bottom: 10px;
  }

  .our-team-work {
    font-size: 14px;
  }

  .video-wrapper {
    height: 480px;
  }

  .video-button {
    top: 293.109px;
    padding: 22px 43px;
    font-size: 16px;
  }

  .top-content.blog-content {
    margin-bottom: 40px;
  }

  .search-blog-wrapper {
    width: 100%;
  }

  .search-input-blog {
    width: 100%;
    padding-right: 54px;
    padding-left: 20px;
  }

  .blog-featured {
    padding-top: 126px;
  }

  .blog-categories {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-row-gap: 60px;
  }

  .newsletter-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-inside.cart {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-post-page-title-wrapper {
    margin-top: 20px;
  }

  .bg.blog-post-page {
    min-height: 500px;
  }

  .bg.blog-category {
    height: 850px;
  }

  .rich-text h2 {
    margin-bottom: 10px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-bottom: 10px;
  }

  .rich-text h4 {
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-bottom: 30px;
  }

  .rich-text ul {
    margin-bottom: 30px;
  }

  .rich-text figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text figcaption {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
    text-align: left;
  }

  .latest-stories-grid {
    grid-row-gap: 60px;
  }

  .rooms-grid {
    margin-top: 20px;
    grid-row-gap: 40px;
  }

  .about-room-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-price-wrapper.room-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-wrapper {
    margin-right: 32px;
  }

  .room-wrapper {
    padding: 40px 30px 20px;
  }

  .room-services-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .reservate-room-title-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .reservate-room-content {
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 16px;
  }

  .quantity-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quantity {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .amenities-page-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

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

  .amenities-text {
    font-size: 14px;
  }

  .room-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-848px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .restaurant-tabs-menu {
    border-bottom-width: 0px;
  }

  .restaurant-tab-link {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #cfcfcf;
  }

  .restaurant-menu-grid {
    grid-row-gap: 40px;
  }

  .menu-ingredients {
    white-space: normal;
  }

  .location-info {
    font-size: 14px;
  }

  .location-gallery-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .contact-icon {
    width: 30px;
    height: 30px;
  }

  .search-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-search {
    font-size: 16px;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .block-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .label-checkout {
    font-size: 14px;
  }

  .order-confirmation {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .drop-title {
    margin-bottom: 10px;
  }

  .icon-dropdown {
    font-size: 25px;
  }

  .blog-post-social-media-wrapper {
    padding-top: 20px;
  }

  .menu-subtitle-text {
    display: none;
  }

  .rooms-category-grid {
    margin-top: 20px;
    grid-row-gap: 40px;
  }

  .rooms-section-slider {
    height: 880px;
  }

  .room-section-right-arrow {
    right: 20px;
  }

  .room-section-left-arrow {
    left: 20px;
  }

  .room-section-slider-button {
    left: 0px;
    right: 0px;
  }

  .icon-play {
    font-size: 26px;
  }

  .product-cart-info-wrapper {
    margin-left: 0px;
  }

  .cart-header {
    padding: 15px 16px;
  }

  .cart-footer {
    padding: 10px 16px 20px;
  }

  .cart-container {
    width: 100%;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .empty-state.categories {
    color: #b8b8b8;
  }

  .blog-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .categories {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .watch-video-text-wrapper {
    font-size: 16px;
  }

  .copyright {
    line-height: 1.5em;
  }

  .container-medium-760px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .order-text {
    margin: 24px 0px 22px;
  }

  .mg-bottom-24px-mp {
    margin-bottom: 24px;
  }

  .add-to-cart-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-summary-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-summary-text {
    margin-right: 20px;
  }
}

#w-node-eb94b67b-8f33-d45f-f5e4-d4db136f1c7b-0906acae {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba45f8ec-633d-15ee-d177-3e9b1294f99f-8d06acb2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72107c37-d5f6-c02b-053b-174e0ef587d9-8d06acb2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-f006acbd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-f006acbd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-f006acbd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-f006acbd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-f006acbd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-f006acbd {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-eb94b67b-8f33-d45f-f5e4-d4db136f1c7b-0906acae {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ba45f8ec-633d-15ee-d177-3e9b1294f99f-8d06acb2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7c4a6678-3a7f-a47a-a10d-acb36c2e8332-8d06acb2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_72107c37-d5f6-c02b-053b-174e0ef587d9-8d06acb2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912bf41-7b90-4b93-3c0e-332d08975358-4606acb9 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

.white-grey{
    background-color: #f3ecec !important;
}

.white-only{
    background-color: #ffffff !important;
}

.black{
    background-color: #000000 !important;
}

.wine{
    background-color: #361105 !important;
}

@font-face {
  font-family: 'Icons Hotel Template';
  src: url('../fonts/icons-hotel-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}