#Rectangle_178,
#Rectangle_177,
#Ellipse_25,
#Path_218,
#Rectangle_169,
#Rectangle_176,
#Rectangle_184,
#Rectangle_185,
#Rectangle_183,
#Rectangle_182 {
  display: block;
  z-index: 20;
}
.close-table-modal {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}
.close-table-modal span {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 25px;
  height: 2px;
}
.close-table-modal span:nth-child(1) {
  transform: rotate(45deg);
}
.close-table-modal span:nth-child(2) {
  transform: rotate(135deg);
}
.table-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #090909;
  z-index: 20;
}
.table-modal .table-modal-inner {
  overflow-y: auto;
  height: 100%;
  padding: 15px;
  padding-bottom: 45px;
}
.table-modal .table {
  margin-top: 5rem;
}
.table-modal .table svg {
  max-height: 100%;
  max-width: 95%;
  height: 100%;
  display: block;
  margin: auto;
}
.table-modal .table svg tspan,
.table-modal .table svg #Path_219,
.table-modal .table svg #Path_243,
.table-modal .table svg #Path_241,
.table-modal .table svg #Path_220,
.table-modal .table svg #Path_221,
.table-modal .table svg #Path_223,
.table-modal .table svg #Path_224,
.table-modal .table svg #Path_239,
.table-modal .table svg #Path_245,
.table-modal .table svg #Path_237,
.table-modal .table svg #Path_227,
.table-modal .table svg #Path_228,
.table-modal .table svg #Path_230,
.table-modal .table svg #Path_233,
.table-modal .table svg #Path_235 {
  pointer-events: none;
  user-select: none;
}
.table-modal .table svg rect {
  display: block;
}
.table-modal .table svg g rect {
  display: block;
}
.table-modal .table svg g text {
  user-select: none;
  pointer-events: none;
}
.table-modal .table .selected-table {
  fill: #caa181;
}
.table-modal .table .disabled-table {
  fill: #676767 !important;
  pointer-events: none !important;
}
.table-modal .selected-tables-modal {
  text-align: right;
}
.table-modal .selected-tables-modal h3 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
}
.table-modal .confirm-tables {
  display: flex;
  justify-content: center;
}
.table-modal .confirm-tables button {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #caa181;
  border: unset;
  border-color: transparent;
  border-radius: 0;
}
.table-modal .confirm-tables button:focus {
  outline: none;
}
.booking-form-wrapper {
  margin-bottom: 3rem;
  background: #000;
}
.booking-form-wrapper .success {
  color: #caa181;
}
.booking-form-wrapper .errors {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  background-color: #282828;
}
.booking-form-wrapper .errors p {
  margin: 0.5rem 0rem;
}
.booking-form-wrapper .booking-form-inner-wrapper {
  margin: auto;
}
.booking-form-wrapper .booking-form-inner-wrapper .error {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.booking-form-wrapper .booking-form-inner-wrapper .error p {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0;
  color: #ff4a4a;
}
.booking-form-wrapper .booking-form-inner-wrapper label {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-bottom: 0.25rem;
}
.booking-form-wrapper .booking-form-inner-wrapper input {
  color: #fff;
  width: 100%;
  background-color: transparent !important;
  border: unset;
  border-bottom: 1px solid #caa181;
  border-radius: 0;
  -webkit-transition-delay: 9999999999s;
}
.booking-form-wrapper .booking-form-inner-wrapper input:focus {
  color: #fff;
  -webkit-transition-delay: 9999999999s;
}
.booking-form-wrapper .booking-form-inner-wrapper input:hover {
  -webkit-transition-delay: 999999999s;
}
.booking-form-wrapper .booking-form-inner-wrapper .person-details div {
  margin: 1rem 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .person-details div input {
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #caa181;
  border-radius: 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .person-details div input:focus {
  color: #fff;
}
.booking-form-wrapper .booking-form-inner-wrapper .person-details .error {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.booking-form-wrapper .booking-form-inner-wrapper .date-selection {
  margin-top: 3rem;
}
.booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner {
  display: flex;
  flex-wrap: wrap;
}
.booking-form-wrapper .booking-form-inner-wrapper .date-selection input {
  max-width: 105px;
}
.booking-form-wrapper .booking-form-inner-wrapper .date-selection .date {
  margin: 1rem 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .date-selection .time {
  margin: 1rem 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .attendees {
  margin: 1rem 0;
  max-width: 105px;
}
.booking-form-wrapper .booking-form-inner-wrapper .attendees input {
  max-width: 105px;
}
.booking-form-wrapper .booking-form-inner-wrapper .attendees .attendees-inner {
  display: flex;
  flex-wrap: wrap;
}
.booking-form-wrapper .booking-form-inner-wrapper .attendees .attendees-inner .capacity {
  margin: 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .attendees .attendees-inner .capacity p {
  font-size: 14px;
  margin: 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .table-selection button {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-size: 14px;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  width: 140px;
  height: 40px;
  color: #fff;
  justify-content: center;
  background-color: #caa181;
  border: unset;
  border-color: transparent;
  border-radius: 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .table-selection button:focus {
  outline: none;
}
.booking-form-wrapper .booking-form-inner-wrapper .meal-selection {
  margin-top: 3rem;
}
.booking-form-wrapper .booking-form-inner-wrapper .meal-selection select {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  border: unset;
  border-bottom: 1px solid #caa181;
  background: transparent;
  color: #fff;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
}
.booking-form-wrapper .booking-form-inner-wrapper .meal-selection select option {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: transparent;
  background-color: #000;
}
.booking-form-wrapper .booking-form-inner-wrapper .form-send {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.booking-form-wrapper .booking-form-inner-wrapper .form-send button {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: transparent;
  border: 2px solid #caa181;
  border-radius: 0;
}
.booking-form-wrapper .booking-form-inner-wrapper .form-send button:focus {
  outline: none;
}
@media (max-width: 991px) {
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner .date,
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner .time {
    margin-right: 3rem;
  }
}
@media (min-width: 992px) {
  .booking-form-wrapper {
    max-width: 680px;
  }
  .booking-form-wrapper .booking-form-inner-wrapper {
    max-width: 600px;
    padding: 2rem 4rem;
    margin: unset;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner {
    display: flex;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner .date,
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner .time {
    max-width: 105px;
    margin-right: 3rem;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner .date input,
  .booking-form-wrapper .booking-form-inner-wrapper .date-selection .date-selection-inner .time input {
    width: 100%;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .attendees {
    margin: 1rem 0;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .attendees input {
    max-width: 105px;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .table-selection button {
    transition: 0.25s ease;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .table-selection button:hover {
    background-color: #decbbc;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .form-send {
    margin-top: 6rem;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .form-send button {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    width: 202px;
    height: 42px;
    transition: 0.25s ease;
  }
  .booking-form-wrapper .booking-form-inner-wrapper .form-send button:hover {
    background: #caa181;
    color: #000;
  }
  .booking-form-wrapper .table-modal .table-modal-inner {
    height: 100%;
    padding: 15px;
  }
  .booking-form-wrapper .table-modal .table-modal-inner .table {
    margin-top: 3rem;
    height: 100%;
    max-height: 68%;
  }
  .booking-form-wrapper .table-modal .table-modal-inner .selected-tables-modal h3 {
    font-size: 41px;
  }
  .booking-form-wrapper .table-modal .table-modal-inner .confirm-tables {
    display: flex;
    justify-content: flex-end;
  }
  .booking-form-wrapper .table-modal .table-modal-inner .confirm-tables button {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    font-size: 14px;
    margin-right: 1.5rem;
    width: 202px;
    height: 42px;
  }
  .booking-form-wrapper .table-modal .table-modal-inner .confirm-tables button:hover {
    background-color: #decbbc;
  }
}
@media (min-width: 1400px) {
  .booking-form-wrapper .booking-form-inner-wrapper {
    max-width: 680px;
  }
}
@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/DMSans-Regular.ttf");
}
@font-face {
  font-family: "DMSans-Bold";
  src: url("../fonts/DMSans-Bold.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Caladea-Italic";
  src: url("../fonts/Caladea-Italic.ttf");
}
@font-face {
  font-family: "Caladea-Regular";
  src: url("../fonts/Caladea-Regular.ttf");
}
.page-row {
  width: 100%;
}
.row {
  margin: 0;
}
.content-wrapper {
  background-color: #090909;
  color: #fff;
}
.woocommerce-loop-category__title {
  display: none;
}
#secondary {
  display: none;
}
body {
  margin: 0 !important;
}
.burger-close {
  display: none;
  position: absolute;
  left: 4.5%;
  top: 30px;
  width: 25px;
  height: 20px;
  z-index: 50;
}
.burger-close span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #a67c58;
  z-index: 50;
}
.mobile-toggled {
  z-index: 10;
  background-color: #090909;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  background-position-x: center;
  background-position-y: 1rem;
  background-repeat: no-repeat;
}
.mobile-toggled .nav-wrapper .navbar .menu-menu-1-container {
  position: absolute;
  padding: 2rem 1rem;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.mobile-toggled .nav-wrapper .navbar .menu-menu-1-container ul {
  text-align: center;
}
.mobile-toggled .nav-wrapper .navbar .menu-menu-1-container ul li {
  padding: 0.5rem 0;
}
.mobile-toggled .nav-wrapper .navbar .menu-menu-1-container ul li a {
  font-family: "DMSans-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.mobile-toggled .nav-wrapper .navbar .menu-menu-1-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("../images/menu-line.svg");
  background-size: contain;
}
.mobile-toggled .nav-wrapper .navbar .menu-menu-1-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("../images/menu-line.svg");
  background-size: contain;
}
.mobile-toggled .nav-wrapper .mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5%;
}
.desktop-nav {
  display: none;
}
.desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul {
  margin: 0;
  padding: 0;
}
.desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li {
  list-style: none;
}
.desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li a {
  text-decoration: none;
}
@media only screen and (max-width: 374px) {
  .mobile-toggled .nav-wrapper .navbar .menu-menu-1-container {
    top: 47%;
  }
}
.mobile-nav-toggle {
  width: 100%;
  position: absolute;
  top: 0;
  height: 70px;
}
.mobile-nav-toggle img {
  z-index: 3;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile-nav-toggle .burger {
  position: absolute;
  left: 7%;
  top: 40%;
  transform: translateX(-50%);
  height: 20px;
  width: 25px;
  z-index: 5;
}
.mobile-nav-toggle .burger span {
  display: block;
  z-index: 3;
  height: 3px;
  width: 25px;
  background-color: #a67c58;
  position: absolute;
}
.mobile-nav-toggle .burger span:first-child {
  top: 20%;
  left: 0;
}
.mobile-nav-toggle .burger span:nth-child(2) {
  left: 0;
  bottom: 20%;
}
.site-footer {
  position: relative;
  z-index: 3;
}
.site-footer p {
  font-size: 0.8rem;
}
.site-footer a {
  font-size: 0.8rem;
}
.site-footer .open {
  margin-top: 1rem;
}
.site-footer .open p {
  margin: 0;
}
.site-footer h4 {
  font-size: 0.9rem;
}
.site-footer .social-media {
  display: flex;
}
.site-footer .social-media a {
  margin-right: 1rem;
}
.site-footer .social-media a img {
  max-width: 25px;
}
.content-wrapper .page-row {
  margin: 0;
}
.content-wrapper .page-row .col-lg-3 {
  padding: 0;
}
.content-wrapper .page-row .categories {
  width: 85%;
  z-index: 5;
  padding-bottom: 1rem;
}
.content-wrapper .page-row .categories form {
  position: relative;
  width: 82%;
  margin-left: auto;
}
.content-wrapper .page-row .categories form .tags {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.content-wrapper .page-row .categories form .tags ul {
  display: flex;
  flex-flow: column;
  text-align: center;
  margin: 0;
  padding: 0 1.5rem;
}
.content-wrapper .page-row .categories form .tags ul label {
  padding: 0.5rem 0;
  width: 100%;
  border-bottom: 2px dotted #8b8b8b;
  color: #010101;
}
.content-wrapper .page-row .categories form .tags ul label a {
  font-family: "DMSans-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
.content-wrapper .page-row .categories form .tags ul .active {
  color: #e8ba94;
}
.content-wrapper .page-row .categories .category {
  height: 50px;
  width: 70%;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.content-wrapper .page-row .categories .category .active {
  border: 2px solid #e8ba94;
}
.content-wrapper .page-row .categories .category label {
  position: absolute;
  z-index: 5;
  top: -50%;
  transform: translateY(-15%);
  width: 70px;
  background-color: #262626;
  border-radius: 3rem;
  padding: 0.5rem;
}
.content-wrapper .page-row .categories .category label img {
  height: 50px;
  display: flex;
}
.content-wrapper .page-row .categories .category label:first-child {
  left: 0;
}
.content-wrapper .page-row .categories .category label:last-child {
  right: 0;
}
.content-wrapper .page-row .categories input {
  display: none;
}
.content-wrapper .page-row .categories .active img {
  filter: invert(28%) sepia(310%) saturate(5071) hue-rotate(423deg) brightness(186%) contrast(29%);
  -webkit-filter: invert(28%) sepia(310%) saturate(5071) hue-rotate(423deg) brightness(186%) contrast(29%);
  transform: translate(0, 0);
  width: 54px;
}
.content-wrapper .page-row .categories li {
  width: 70px !important;
  margin: 0 2rem !important;
  border-radius: 7rem;
  padding: 0.75rem 0.5rem;
  background-color: #262626;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.39);
}
.content-wrapper .page-row .categories li a img {
  margin: 0;
}
.content-wrapper .page-row .page-title {
  padding: 5rem 0 3rem 0;
  background-image: url("../images/lihapood-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 2;
}
.content-wrapper .page-row .page-title:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.content-wrapper .page-row .page-title h2 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  color: #e8ba94;
  font-size: 2rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e8ba94;
  border-right: 1px solid #e8ba94;
  border-top: 1px solid #e8ba94;
  width: min-content;
}
.content-wrapper .products-row {
  padding: 0;
}
.content-wrapper .products-row .products-title {
  text-align: center;
}
.content-wrapper .products-row .products-title h3 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
}
.content-wrapper .products-row .product-wrapper-shop {
  position: relative;
  margin: 1rem 0;
}
.content-wrapper .products-row .product-wrapper-shop img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-wrapper .products-row .product-wrapper-shop .product-title {
  position: absolute;
  bottom: 45px;
  left: 10%;
}
.content-wrapper .products-row .product-wrapper-shop .product-title h2 {
  font-weight: 400;
  font-family: "Lato-Bold";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #fff;
}
.content-wrapper .products-row .product-wrapper-shop .product-price {
  position: absolute;
  bottom: 15px;
  right: 10%;
}
.content-wrapper .products-row .product-wrapper-shop .product-price h3 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #e8ba94;
}
.content-wrapper .products-row .product-wrapper-shop .product-category {
  position: absolute;
  bottom: 10px;
  left: 10%;
}
.content-wrapper .products-row .kasitoo .product-price h3 {
  color: #fff;
}
.single-content-product-wrapper {
  background-color: #090909;
  color: #fff;
  padding: 0;
}
.single-content-product-wrapper .single-product-wrapper {
  padding: 0;
}
.single-content-product-wrapper .single-product-wrapper .single-product img {
  min-height: 350px;
  object-fit: cover;
}
.single-content-product-wrapper .single-product-row {
  width: 100%;
  margin: 0;
}
.single-content-product-wrapper .single-product-row .categories {
  display: none;
}
.single-content-product-wrapper .single-product-row .categories .columns-4 {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: auto;
  padding: 1rem 0;
}
.single-content-product-wrapper .single-product-row .categories .columns-4 .active {
  border: 1px solid;
}
.single-content-product-wrapper .single-product-row .categories .columns-4 li {
  width: 70px !important;
  margin: 0 1rem !important;
  border: 1px solid;
  border-radius: 7rem;
  padding: 0.75rem 0.5rem;
}
.single-content-product-wrapper .single-product-row .categories .columns-4 li a img {
  margin: 0;
}
.entry-summary {
  margin: 0 !important;
}
.single-product p {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.single-product .single-product-title {
  background-image: linear-gradient(to top, #080808, rgba(8, 8, 8, 0.46));
  margin-top: -4rem;
  padding: 0;
  padding-left: 15px;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.single-product .single-product-title h2 {
  font-weight: 400;
  font-family: "Lato-Bold";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.single-product .col-lg-1 p {
  margin: 0;
}
.single-product .col-lg-7 p {
  margin-top: 0;
}
.single-product .desc-row {
  justify-content: center;
}
.single-product .product-values h4 {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline;
  border-bottom: 1px solid #e8ba94;
  border-top: 1px solid #e8ba94;
  padding: 0.75rem;
}
.single-product .product-values h4:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}
.single-product .product-values h4:nth-child(2) {
  padding-left: 2rem;
  padding-right: 2rem;
}
.single-product .product-values .price {
  width: 70%;
  margin: 1rem auto;
  text-align: center;
  border-bottom: 3px dotted #e8ba94;
  border-top: 3px dotted #e8ba94;
  padding-top: 1rem;
}
.single-product .product-values .price h3 {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.single-product .product-values .price p {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  margin-top: 0;
}
.single-product .product-values .product-buttons button {
  width: 100%;
  margin: 0.75rem 0;
  background: unset;
  color: #fff;
  padding: 1rem 0;
  border-radius: unset;
  border-color: #e8ba94;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato-Bold";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.contact-modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.7);
}
.contact-modal .contact-form {
  background-color: #000000;
  padding: 0;
  padding-top: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-modal .contact-form .modal-close {
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 505;
}
.contact-modal .contact-form form {
  padding: 1rem;
  padding-top: 2rem;
}
.contact-modal .contact-form form p {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-modal .contact-form form p label {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  width: 100%;
}
.contact-modal .contact-form form p label span {
  width: 100%;
}
.contact-modal .contact-form form p label span input {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: unset;
  border: none;
  border-bottom: 1px solid #caa181;
  color: #fff;
}
.contact-modal .contact-form form p label span input:focus {
  outline-color: #e8ba94;
}
.contact-modal .contact-form form p label span textarea {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  background-color: unset;
  border: none;
  border-bottom: 1px solid #caa181;
  color: #fff;
}
.contact-modal .contact-form form p .wpcf7-not-valid-tip {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.contact-modal .contact-form form p .wpcf7-submit {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  background-color: unset;
  border: 2px solid #caa181;
  border-radius: 0;
  padding: 0.75rem 4rem;
  color: #fff;
}
.contact-modal .contact-form form .wpcf7-not-valid-tip {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: red;
  border: none;
}
.contact-modal .contact-form form .wpcf7-mail-sent-ok {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  border: none;
  text-align: center;
  color: #16ce66;
}
.contact-modal .contact-form form .wpcf7-response-output {
  border: none;
}
.contact-modal .contact-form form .wpcf7-validation-errors {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: red;
  border: none;
  text-align: center;
}
@media only screen and (max-width: 374px) {
  .contact-modal .contact-form {
    width: 300px;
  }
}
@media only screen and (min-width: 375px) {
  .contact-modal .contact-form {
    width: 85%;
  }
}
.site-footer {
  padding: 2rem 0;
  background-color: #222222;
  color: #fff;
}
.site-footer img {
  width: 100%;
}
.site-footer .row-center {
  justify-content: center;
}
.site-footer .row-center a {
  font-family: "Caladea-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-top: 1.33rem;
  display: block;
  color: #fff;
  text-decoration: none;
}
.site-footer .row-center a:nth-child(3) {
  margin: 0;
}
.site-footer .row-center p {
  font-family: "Caladea-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.site-footer .row-center h4 {
  font-family: "Caladea-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #e8ba94;
}
@media only screen and (max-width: 991px) {
  .site-content {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content {
    padding-top: 102px;
  }
  .mobile-nav-toggle {
    display: none;
  }
  .desktop-nav {
    background-color: #282828;
    display: block;
    height: unset;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .desktop-nav .nav-wrapper {
    display: flex;
    align-items: center;
    padding: 2rem 5rem;
    position: relative;
  }
  .desktop-nav .nav-wrapper .logo {
    z-index: 5;
  }
  .desktop-nav .nav-wrapper .mobile-logo {
    display: none;
  }
  .desktop-nav .nav-wrapper .navbar {
    width: 100%;
    padding-right: 5rem;
    right: 0;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container {
    position: relative;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul {
    display: flex;
    justify-content: center;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li {
    padding: 0.25rem 0.5rem;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li a {
    font-family: "DMSans-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    color: #fff;
    transition: 0.15s ease;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #e8ba94;
    transition: 0.15s ease;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li a:hover {
    transition: 0.15s ease;
    color: #e8ba94;
  }
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li a:hover:after {
    transition: 0.15s ease;
    width: 100%;
  }
  .site-footer p {
    font-size: 1rem;
  }
  .site-footer a {
    font-size: 1rem;
  }
  .site-footer h4 {
    font-size: 1rem;
  }
  .site-footer .col-lg-3,
  .site-footer .col-lg-6 {
    padding: 0;
  }
  .site-footer .info-1 {
    position: relative;
    padding-bottom: 0.5rem;
  }
  .site-footer .info-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3a3a3a;
  }
  .site-footer .info-2 {
    position: relative;
    padding-bottom: 0.5rem;
  }
  .site-footer .info-2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: #3a3a3a;
  }
  .site-footer .row-center .open p {
    font-size: 1rem;
    margin: 0;
  }
  .site-footer .row-center .open p:first-child {
    margin-top: 1.33rem;
  }
  .content-wrapper {
    min-height: 90vh;
  }
  .content-wrapper .page-row {
    position: relative;
    min-height: 1000px;
    margin: 0;
  }
  .content-wrapper .page-row .categories {
    background-image: url("../images/lihapood-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 25%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    left: 0;
    z-index: 0;
    padding-top: 5rem;
  }
  .content-wrapper .page-row .categories .page-title {
    padding: 0;
    margin-right: -2rem;
    margin-top: 0;
    background-image: none;
  }
  .content-wrapper .page-row .categories .page-title h2 {
    border: 1px solid #e8ba94;
    font-size: 3rem;
    padding: 1rem 3rem;
    margin: 0;
  }
  .content-wrapper .page-row .categories .page-title:after {
    display: none;
  }
  .content-wrapper .page-row .categories form {
    padding-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 2rem;
    margin-left: unset;
  }
  .content-wrapper .page-row .categories form input {
    display: block;
    margin: 1rem;
    transition: all 0.3s;
  }
  .content-wrapper .page-row .categories form label {
    transition: all 0.3s;
    cursor: pointer;
  }
  .content-wrapper .page-row .categories form label img {
    height: 62px;
    margin: 0 0.25rem;
    padding: 0 0.5rem;
    padding-bottom: 0.5rem;
  }
  .content-wrapper .page-row .categories form label.active {
    color: #e8ba94;
  }
  .content-wrapper .page-row .categories form label.active img {
    filter: invert(18%) sepia(32%) saturate(923%) hue-rotate(312deg) brightness(103%) contrast(96%);
    border-bottom: 1px solid #fff;
  }
  .content-wrapper .page-row .categories form .submit {
    display: block;
  }
  .content-wrapper .page-row .categories form input[type="radio"] {
    display: none;
  }
  .content-wrapper .page-row .categories form .category {
    position: relative;
    width: unset;
    height: unset;
    left: unset;
    transform: unset;
  }
  .content-wrapper .page-row .categories form .category .active {
    border: unset;
  }
  .content-wrapper .page-row .categories form .category .active img {
    height: 63px;
    display: unset;
    width: unset;
  }
  .content-wrapper .page-row .categories form .category label {
    position: relative;
    top: unset;
    transform: unset;
    width: unset;
    background-color: unset;
    border-radius: unset;
    padding: unset;
  }
  .content-wrapper .page-row .categories form .category label img {
    height: 62px;
  }
  .content-wrapper .page-row .categories form .category label:hover img {
    filter: invert(18%) sepia(32%) saturate(923%) hue-rotate(312deg) brightness(103%) contrast(96%);
    border-bottom: 1px solid #fff;
    height: 63px;
  }
  .content-wrapper .page-row .categories form .tags {
    background-color: unset;
    margin: 0;
    padding: 0;
  }
  .content-wrapper .page-row .categories form .tags ul {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .content-wrapper .page-row .categories form .tags ul label {
    font-family: "DMSans-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    min-width: 170px;
    padding: 0.5rem 0;
    border-bottom: unset;
  }
  .content-wrapper .page-row .categories form .tags ul label:hover {
    color: #e8ba94;
  }
  .content-wrapper .page-row .categories .product-category {
    margin: 0 !important;
  }
  .content-wrapper .page-row .categories .product-category a {
    width: 100%;
  }
  .content-wrapper .page-row .categories .product-category a img {
    width: 100% !important;
    margin: 0 !important;
  }
  .products-row {
    padding-bottom: 5rem;
  }
  .products-row .products-title h3 {
    font-family: "Caladea-Italic";
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    color: #fff;
    padding-left: 15px;
    font-size: 2rem;
  }
  /* SHOP */
  .content-wrapper .page-row .products-row {
    padding-left: 3rem;
    max-width: 1100px;
    padding-bottom: 5rem;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop {
    margin: unset;
    position: relative;
    padding: 0.75rem;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop:hover .product-attribute {
    transition: 0.25s ease;
    opacity: 1;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop:hover .product-title {
    transition: 0.25s ease;
    transform: translateY(-100%);
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop:hover .product-price {
    transition: 0.25s ease;
    opacity: 1;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop:hover .product-category {
    transition: 0.25s ease;
    opacity: 1;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-title {
    position: absolute;
    bottom: 9%;
    left: 6%;
    z-index: 5;
    transition: 0.25s ease;
    max-width: 90%;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-title h2 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-attribute {
    transition: 0.25s ease;
    position: absolute;
    opacity: 0;
    bottom: 9%;
    left: 6%;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-attribute p {
    margin: 0;
    color: #b6b6b6;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-price {
    transition: 0.25s ease;
    position: absolute;
    right: 10%;
    bottom: 8.5%;
    opacity: 0;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-price h3 {
    font-family: "Caladea-Italic";
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    margin: 0;
    color: #e8ba94;
  }
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-category {
    opacity: 0;
    position: absolute;
    bottom: 6.5%;
    left: 6%;
    transition: 0.25s ease;
  }
  .content-wrapper .page-row .products-row .kasitoo .product-price h3 {
    color: #fff;
  }
  .content-wrapper .page-row .products-row img {
    width: 100%;
  }
  /* SINGLE PRODUCT */
  .single-content-product-wrapper {
    background-color: #090909;
    overflow: hidden;
  }
  .single-content-product-wrapper .single-product-row {
    min-height: 61.5vh;
    height: 100%;
  }
  .single-content-product-wrapper .single-product-row .col-lg-1 {
    margin-right: 1rem;
  }
  .single-content-product-wrapper .single-product-row .category {
    min-height: 780px;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 {
    padding: 0;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories {
    background-image: url("../images/lihapood-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    height: 100%;
    width: 100%;
    display: block;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories form {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin-right: 2rem;
    padding-top: 2rem;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .page-title {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .page-title h2 {
    font-family: "Caladea-Italic";
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    z-index: 5;
    padding: 1rem 3rem;
    border: 1px solid #e8ba94;
    color: #e8ba94;
    font-size: 3rem;
    margin: 0;
    margin-right: -2rem;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .single-categories {
    max-height: 62px;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .single-categories input {
    display: none;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .single-categories img {
    height: 62px;
    margin: 0 0.25rem;
    padding: 0 0.5rem;
    padding-bottom: 0.5rem;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .tags ul {
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .tags ul a {
    font-family: "DMSans-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0;
    min-width: 170px;
    transition: 0.25s ease;
    cursor: pointer;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .tags ul a label {
    cursor: pointer;
  }
  .single-content-product-wrapper .single-product-row .col-lg-3 .categories .tags ul a:hover {
    transition: 0.25s ease;
    color: #e8ba94;
  }
  .single-content-product-wrapper .single-product-wrapper {
    padding: 0;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product {
    height: 100%;
    position: relative;
    padding: 0;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary {
    min-height: 410px;
    background-image: linear-gradient(to right, #080808, rgba(8, 8, 8, 0.47));
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-bottom: 5rem;
    width: 100%;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary p {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .single-product-title {
    background-image: unset;
    padding: 0 15px;
    margin-top: unset;
    padding-top: 2rem;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .single-product-title h2 {
    font-weight: 400;
    font-family: "Lato-Bold";
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-bottom: 0.75rem;
    margin: 0;
    margin-right: 3rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.13rem;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .single-product-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #e8ba94;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .single-product-title h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50%;
    height: 100%;
    width: 1px;
    background-color: #e8ba94;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .desc-row {
    justify-content: unset;
    padding-top: 2rem;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values {
    border: unset;
    margin-top: -4.5rem;
    text-align: center;
    margin-left: 2rem;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values h4 {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: unset;
    border-bottom: unset;
    border-top: unset;
    word-spacing: 3rem;
    line-height: 2rem;
    margin: 0;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values .price {
    width: unset;
    padding: 0.5rem 0;
    margin: 1rem 0;
    position: relative;
    border-top: unset;
    border-bottom: unset;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values .price:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/dashed-bottom-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values .price h3 {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values .price p {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 0.8rem;
    margin: 0;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values .product-buttons button {
    font-family: "Lato-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding: 0.75rem 0;
    margin: 0.75rem 0;
    width: 80%;
    color: #fff;
    background-color: rgba(8, 8, 8, 0);
    border: 2px solid #caa181;
    transition: 0.25s;
  }
  .single-content-product-wrapper .single-product-wrapper .single-product .entry-summary .product-values .product-buttons button:hover {
    color: #000000;
    background-color: #caa181;
    transition: 0.25s;
  }
  .contact-modal .contact-form {
    width: 700px;
  }
  .contact-modal .contact-form form {
    padding-right: 10rem;
    padding-top: 3rem;
    padding-left: 3rem;
  }
}
.partners-wrapper {
  text-align: center;
}
.partners-wrapper .partners .row-center {
  justify-content: center;
}
@media only screen and (min-width: 1500px) {
  .content-wrapper .page-row .products-row .product-wrapper-shop .product-title h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1320px) {
  .desktop-nav .menu-menu-1-container {
    position: relative;
  }
  .desktop-nav .menu-menu-1-container:after {
    content: "";
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 90px;
    background-color: #a67c58;
  }
  .desktop-nav .menu-menu-1-container:before {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 90px;
    background-color: #a67c58;
  }
  .contact-modal .contact-form {
    width: 900px;
  }
}
@media only screen and (min-width: 1420px) {
  .desktop-nav .nav-wrapper .navbar .menu-menu-1-container ul li {
    padding: 0.25rem 1rem;
  }
  .single-content-product-wrapper .single-product-row .single-product .entry-summary {
    width: 90%;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-product-wrapper .single-product-row .single-product .entry-summary {
    width: 80%;
  }
}

/* Order management */

.woocommerce-orders-grid {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-orders-grid h2 {
  width: 100%;
  margin: 20px 0;
}
.woocommerce-orders-grid .order-card {
  border-radius: 10px;
  background: #f0f0f0;
  padding: 15px 15px 15px 20px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, .15);
  @media only screen and (min-width: 1024px) {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.woocommerce-orders-grid .order-card.completed {
  border-left: 8px solid #6d932b;
}
.woocommerce-orders-grid .order-card.cancelled {
  border-left: 8px solid #cd5c5c;
}
.woocommerce-orders-grid .order-card.processing,
.woocommerce-orders-grid .order-card.other {
  border-left: 8px solid #e6c745;
}

.woocommerce-orders-grid .order-card h3 {
  font-size: 1.5rem;
}
.woocommerce-orders-grid .order-card input[type="checkbox"] {
}
.woocommerce-orders-grid .order-contacts {
  margin: 10px 0;
}
.woocommerce-orders-grid .order-contacts p {
  margin: 2px 0;
}
.woocommerce-orders-grid .order-status {
  margin: 5px 0;
}
.woocommerce-orders-grid .order-meta {
  margin: 10px 0;
}
.woocommerce-orders-grid .order-meta p {
  margin: 2px 0;
}
.woocommerce-orders-grid .order-text {
  margin: 10px 0;
}


/* Restaurants */ 
.menu-row {
  margin: 0;
}
.product-match-title h2 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
.restaurant-wrapper {
  background-color: #090909;
  color: #fff;
}
.restaurant-wrapper .col-lg-3 {
  padding: 0;
}
.restaurant-wrapper .restaurant-sidebar {
  background-image: url("../../images/louna-bg.png");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: left;
  padding: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-title {
  /*display: flex;*/
}
.restaurant-wrapper .restaurant-sidebar .restaurant-title h2 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  padding: 1rem 2rem;
  border: 1px solid #e8ba94;
  font-size: 2rem;
  color: #e8ba94;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-submenu {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 2rem 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 70%;
  bottom: -184px;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-submenu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-submenu ul li {
  list-style: none;
  color: #000000;
  background-image: linear-gradient(to right, #8b8b8b 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  padding: 0.5rem 0;
  width: 80%;
  margin: auto;
  text-align: center;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-submenu ul li a {
  font-family: "DMSans-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #000000;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-submenu ul li.current_page_item a {
  color: #e8ba94;
}
.restaurant-wrapper .restaurant-sidebar .restaurant-submenu ul li #broneeri {
  display: block;
  background: #caa181;
  padding: 0.5rem 0;
  width: 100%;
}
.restaurant-wrapper .restaurant-sidebar .broneeri ul li #broneeri {
  display: block;
  background: #caa181;
  padding: 0.5rem 0;
  width: 100%;
}
.restaurant-wrapper .restaurant-content {
  margin-top: 15rem;
}
.restaurant-wrapper .restaurant-content h2 {
  font-family: "Caladea-Italic";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 2rem;
  padding-left: 15px;
}
.restaurant-wrapper .restaurant-content p {
  font-family: "DMSans-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.restaurant-wrapper .restaurant-content .menu-row {
  padding-top: 2rem;
}
.restaurant-wrapper .restaurant-content .restaurant-menu-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "Caladea-Italic";
  font-size: 2rem;
}
.restaurant-wrapper .restaurant-content .menu-item h3 {
  font-family: "Lato-Bold";
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #e8ba94;
}
.restaurant-wrapper .restaurant-content .menu-item p {
  margin-bottom: 0;
}
.restaurant-wrapper .restaurant-content .menu-item h4 {
  font-family: "Lato-Regular";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.restaurant-wrapper .restaurant-content .menu-item .menu-item-desc {
  color: #939393;
}
.restaurant-wrapper .restaurant-content .menu-item {
  padding: 16px 0;
}
.restaurant-wrapper .restaurant-content .menu-item.no-price {
  padding-bottom: 0;
  margin-bottom: -5px;
}
.restaurant-wrapper .restaurant-content .restaurant-product {
  display: flex;
  justify-content: center;
}
.restaurant-wrapper .restaurant-content .restaurant-product-info {
  margin-top: -4.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.restaurant-wrapper .restaurant-content .restaurant-product-info h3 {
  padding-top: 2rem;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 1.75rem;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.restaurant-wrapper .restaurant-content .restaurant-product-info p {
  text-align: center;
  margin: 0;
}
.restaurant-wrapper .restaurant-content .extra-info {
  padding: 15px 20px;
  border: 1px solid #e8ba94;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 740px;
}
@media only screen and (min-width: 992px) {
  .restaurant-wrapper .restaurant-row .restaurant-sidebar {
    background-size: cover;
    background-position: 30%;
    padding-top: 5rem;
    height: 100vh;
    position: sticky;
    width: 100%;
    top: 0;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-title {
    justify-content: flex-end;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-title h2 {
    font-size: 2.8rem;
    padding: 1rem 2.5rem;
    border: 1px solid #e8ba94;
    margin-top: 0;
    margin-right: -2rem;
    margin-left: auto;
    max-width: 360px;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu {
    position: unset;
    background-color: unset;
    left: unset;
    transform: unset;
    bottom: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    width: unset;
    justify-content: flex-end;
    padding-top: 0rem;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul {
    width: unset;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul li {
    min-width: 200px;
    text-align: left;
    padding: 0.25rem 0;
    width: unset;
    margin: 0;
    background-image: unset;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul li a {
    font-family: "DMSans-Regular";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    transition: 0.15s ease;
    color: #fff;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul li a:hover,
  .restaurant-wrapper .restaurant-sidebar .restaurant-submenu ul li.current_page_item a {
    transition: 0.15s ease;
    color: #e8ba94;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul li button {
    margin-top: 2rem;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul li #broneeri {
    background: #caa181;
    margin-top: 2rem;
    width: 190px;
    transition: 0.25s ease;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul li #broneeri:hover {
    background-color: #decbbc;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .restaurant-submenu ul .active-page a {
    color: #e8ba94;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .broneeri ul li:nth-child(1) a {
    color: #fff;
  }
  .restaurant-wrapper .restaurant-row .restaurant-sidebar .broneeri ul li #broneeri {
    background: #caa181;
    margin-top: 2rem;
    width: 190px;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content {
    margin-top: 0;
    padding-top: 5rem;
    padding-left: 4rem;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content h2 {
    margin-top: 0;
    text-align: left;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content .menu-row {
    width: 100%;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content .menu-row .menu-item {
    width: 100%;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content .menu-row .menu-item .restaurant-product img {
    object-fit: cover;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content .menu-row .menu-item .restaurant-product-info {
    margin-top: unset;
    display: unset;
    align-items: unset;
    flex-flow: unset;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content .menu-row .menu-item .restaurant-product-info h3 {
    font-size: 2rem;
    padding-top: unset;
    width: unset;
    text-align: unset;
    margin: unset;
    background-image: unset;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .restaurant-wrapper .restaurant-row .restaurant-content .menu-row .menu-item .restaurant-product-info p {
    text-align: unset;
    margin-bottom: 1rem;
  }
}
