@charset "UTF-8";
body {
  background-color: #fafafa;
}
body #wrapper {
  background-color: white;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  display: flex;
  flex-direction: column;
}
body .main-content {
  flex: 1;
}

.bg-grey {
  background-color: #f5f5f5;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.section-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-title h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 48.0625em) {
  .section-title h3 {
    font-size: 32px;
  }
}
.section-title h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.section-title p {
  font-size: 15px;
}
.section-title:not(:first-child) {
  margin-top: 50px;
}

.btn {
  border-radius: 0;
}
.btn.btn-secondary {
  background-color: #631b1f;
  border-color: #631b1f;
}
.btn.btn-secondary:active {
  background-color: rgba(99, 27, 31, 0.85);
}
.btn.btn-secondary:hover {
  background-color: rgba(99, 27, 31, 0.85);
}
.btn.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 27, 31, 0.25);
}

.alert {
  border-radius: 0;
}
.alert.alert-icon {
  display: flex;
  gap: 15px;
  align-items: center;
}

.checkbox-item {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.checkbox-item a {
  color: #0c4a44;
}
.checkbox-item a:hover {
  color: #631b1f;
}

header .header-top {
  background-color: #0c4a44;
  color: white;
  padding: 10px 0;
}
header .header-top .claim {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .header-top img {
  height: 50px;
}
header .header-top svg {
  height: 40px;
  width: 80px;
  object-fit: contain;
}
header .header-top svg path {
  fill: white !important;
}
header .topbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topbar-container .opening {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .topbar-container .opening .item span {
  font-weight: 700;
}
header .header-content {
  padding: 20px 0 20px 0;
}
header .header-content {
  position: relative;
  background-color: white;
}
header .header-content-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  padding-top: 5px;
}
header .logo img {
  height: 60px;
  object-fit: contain;
}
header nav.navbar {
  position: initial;
}
header nav.navbar ul.main_menu {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav.navbar li.nav-item > a {
  color: #0c4a44;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease-in;
}
header nav.navbar li.nav-item > a.active, header nav.navbar li.nav-item > a:hover {
  color: #631b1f;
}
@media (min-width: 1200px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 25px !important;
  }
}
@media (max-width: 1199px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 10px !important;
  }
}
@media (max-width: 991px) {
  header nav.navbar li.nav-item > a {
    padding: 10px 25px !important;
    border-bottom: 1px solid rgba(12, 74, 68, 0.25);
  }
}
header nav.navbar .navbar-collapse {
  z-index: 999;
}
@media (max-width: 991px) {
  header nav.navbar .navbar-collapse {
    border-top: 2px solid #0c4a44;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: white;
  }
}
header a.cta {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #631b1f;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease-in;
}
header a.cta:hover {
  background-color: #0c4a44;
}
header a.cta:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 27, 31, 0.25);
}
@media (max-width: 48.0625em) {
  header a.cta {
    display: none;
  }
}
header .navbar-toggler {
  border-radius: 0;
  height: 44px;
}

footer {
  margin-top: auto;
  position: relative;
  --overhang-height:120px;
}
footer .container {
  position: relative;
}
footer .footer-overhang {
  position: absolute;
  background-color: white;
  padding: 0px 50px;
  height: var(--overhang-height);
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
footer .footer-main {
  background-color: #0c4a44;
  padding: 150px 0 50px;
  color: white;
}
@media (max-width: 991px) {
  footer .footer-main {
    padding-top: 50px;
  }
}
footer .footer-logo svg {
  max-width: 180px;
  height: auto;
}
footer .footer-logo svg path {
  fill: white !important;
}
footer .footer-bottom {
  background-color: #232323;
  color: white;
  padding: 8px 0;
  font-size: 12px;
}
footer ul.footer-links {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
footer ul.footer-links > li {
  margin-bottom: 0.5rem;
}
footer ul.footer-links > li > a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  transform: translateX(0);
  transition: all 0.15s ease-in;
}
footer ul.footer-links > li > a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  background-color: white;
  height: 1px;
  transition: all 0.15s ease-in;
}
footer ul.footer-links > li > a:hover::after {
  width: 100%;
}
footer .footer-logo {
  max-width: 100%;
}
footer .socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
}
footer .socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  color: #0c4a44;
  background-color: white;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
footer .socials a:hover {
  transform: rotate(10deg);
  opacity: 0.8;
}
footer .address-points {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 2rem;
}
footer .address-points > li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
footer .newsletter {
  margin-top: 2rem;
}
footer .newsletter form {
  background-color: white;
  padding: 5px;
  gap: 5px;
  display: flex;
}
footer .newsletter form input {
  flex: 1;
  font-size: 15px;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  min-width: 50px;
}
footer .newsletter form button {
  background-color: #631b1f;
  color: white;
  border: none;
  height: 36px;
  padding: 5px 15px;
  font-size: 15px;
  transition: all 0.15s ease-in;
}
footer .newsletter form button:focus {
  box-shadow: 0 0 0 0.25rem rgba(99, 27, 31, 0.25);
}
footer .newsletter form button:hover, footer .newsletter form button:active {
  background-color: rgba(99, 27, 31, 0.85);
}
footer .footer-overhang-item {
  display: flex;
  align-items: center;
  gap: 15px;
  height: var(--overhang-height);
}
footer .footer-overhang-item > i {
  color: #631b1f;
  font-size: 50px;
}
footer .footer-overhang-item .footer-overhang-item-content {
  color: #0c4a44;
}
footer .footer-overhang-item .footer-overhang-item-content h5, footer .footer-overhang-item .footer-overhang-item-content p {
  margin: 0;
}
footer .footer-overhang-item .footer-overhang-item-content h5 {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
}
footer .footer-overhang-item .footer-overhang-item-content p {
  font-size: 13px;
}
@media (max-width: 991px) {
  footer .footer-overhang {
    display: none;
  }
}

:root {
  --swiper-navigation-color: #631b1f;
  --swiper-pagination-color: #631b1f;
  --swiper-navigation-size: 16px;
}

.fullscreen {
  height: auto;
  min-height: 40vw;
  height: 40vw;
  background-position: 50% 50%;
  background-size: cover;
  /*
  @include md-down-device {
      min-height: 60vw;
      height: 60vw;
  }
  */
}
@media (min-width: 1920px) {
  .fullscreen {
    min-height: 790px;
    max-height: 790px;
  }
}

.swiper-button-prev, .swiper-button-next {
  background-color: white;
  width: calc(var(--swiper-navigation-size) + 10px);
  height: calc(var(--swiper-navigation-size) + 10px);
  border-radius: 99px;
  border: 1px solid #d0d5dd;
  background-color: #631b1f;
  color: white;
  transition: all 0.15s ease-in;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  border-color: #0c4a44;
  background-color: #0c4a44;
}

.swiper-button-prev::after {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}

.swiper-button-next::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}

.swiper-outside {
  position: relative;
}
.swiper-outside .swiper-button-prev {
  left: -30px;
}
.swiper-outside .swiper-button-next {
  right: -30px;
}
@media (max-width: 48.0625em) {
  .swiper-outside .swiper-button-prev, .swiper-outside .swiper-button-next {
    display: none;
  }
}
.swiper-outside .swiper-pagination {
  bottom: -15px;
}

.swiper-slide {
  height: auto;
}
.swiper-slide a {
  text-decoration: none;
}
.swiper-slide .slide .container {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 48.0625em) {
  .swiper-slide .slide .container {
    padding-left: 42px;
  }
}
.swiper-slide .slide .slide-text {
  color: white;
  max-width: 540px;
  font-size: 46px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .swiper-slide .slide .slide-text {
    font-size: 32px;
  }
}
@media (max-width: 48.0625em) {
  .swiper-slide .slide .slide-text {
    font-size: 24px;
  }
}

.ht__breadcrumb__area {
  background-color: #631b1f;
  color: white;
  padding: 50px 0;
}
.ht__breadcrumb__area .breadcrumb-title {
  font-weight: 700;
  font-size: 38px;
  margin: 0;
}
.ht__breadcrumb__area .breadcrumb-content a {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ht__breadcrumb__area .breadcrumb-content a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: white;
  transition: all 0.15s ease-in;
}
.ht__breadcrumb__area .breadcrumb-content a:hover::after {
  width: 100%;
}

.product {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in;
  height: calc(100% - 20px);
}
.product::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #631b1f;
  transition: all 0.15s ease-in;
}
.product .product__thumb {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
  margin-bottom: 0.5rem;
}
.product .product__thumb img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product .product__thumb img {
  border-radius: 4px;
}
.product .product__thumb .product-badges {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  left: 5px;
  top: 5px;
  gap: 5px;
}
.product .product__thumb .product-badges .hot__box {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 3px;
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
}
@media (max-width: 48.0625em) {
  .product .product__thumb .product-badges .hot__box {
    padding: 1px 4px;
  }
}
.product .product__content {
  display: flex;
  flex-direction: column;
  padding: 5px;
  flex: 1;
}
.product .product__content h4 {
  font-size: 16px;
}
@media (max-width: 48.0625em) {
  .product .product__content h4 {
    font-size: 15px;
  }
}
.product .product__content h4 a {
  color: #232323;
  text-decoration: none;
}
.product .product__content .product__content-title {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
.product .product__content .product__content-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  margin-top: auto;
  align-items: baseline;
}
.product .product__content .product__content-bottom .allergens {
  background-color: #f7f7f7;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 5px;
}
@media (max-width: 48.0625em) {
  .product .product__content .product__content-bottom {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.product .product__content .price {
  list-style-type: none;
  display: flex;
  gap: 15px;
  padding: 0;
  font-size: 15px;
  align-items: baseline;
  margin: 0;
}
@media (max-width: 48.0625em) {
  .product .product__content .price {
    gap: 5px;
  }
}
.product .product__content .price .old_price {
  font-size: 12px;
  color: #631b1f;
  text-decoration: line-through;
}
.product .discount-badge {
  background-color: #631b1f;
  color: white;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 15px;
  line-height: 1;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 48.0625em) {
  .product .discount-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
  }
}
.product:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product:hover::after {
  width: 100%;
}

form .form-group {
  margin-bottom: 30px;
}
form .input-group {
  position: relative;
}
form .input-group .input-icon {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 13px;
}
form .input-group input, form .input-group textarea {
  padding-right: 30px;
}
form .input-group input:focus + .input-icon, form .input-group textarea:focus + .input-icon {
  color: #631b1f;
}
form input.form-control, form textarea.form-control {
  background-color: #f5f5f7;
  border: 2px solid #f5f5f7;
  border-radius: 0;
  padding: 5px 15px;
}
form input.form-control:focus, form textarea.form-control:focus {
  border-color: #631b1f;
  box-shadow: none;
}
form input.form-control {
  height: 42px;
}

.nav-tabs {
  border: 2px solid #0c4a44;
  border-radius: 24px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 991px) {
  .nav-tabs {
    border-color: transparent;
  }
}
.nav-tabs .nav-link {
  padding: 0;
  margin: 0;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link a {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  color: #232323;
  font-weight: 600;
}
.nav-tabs .nav-link a.active {
  background-color: #0c4a44;
  border-radius: 99px;
  color: white;
}

.slider-area {
  width: 100%;
}
.slider-area .container {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .slider-area .container {
    padding-bottom: 25px;
  }
}
@media (max-width: 48.0625em) {
  .slider-area .container {
    padding-bottom: 0px;
  }
}
@media (max-width: 48.0625em) {
  .slider-area .slide-text {
    font-size: 18px;
  }
}

.banner-section {
  border-top: 2px solid #0c4a44;
  border-bottom: 2px solid #0c4a44;
  padding: 15px 0;
}

.banner-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  align-items: center;
  gap: 15px;
}
.banner-items .banner-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 5px;
  border-radius: 10px;
  background-color: white;
}
.banner-items .banner-item .banner-icon {
  color: #0c4a44;
  font-size: 24px;
  width: 48px;
  text-align: center;
  margin-right: 1rem;
}
@media (max-width: 40.0625em) {
  .banner-items .banner-item .banner-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.banner-items .banner-item .banner-text {
  line-height: 1.4;
}
.banner-items .banner-item .banner-text h4 {
  margin: 0;
  font-size: 12px;
}
.banner-items .banner-item .banner-text p {
  font-size: 14px;
}
@media (max-width: 40.0625em) {
  .banner-items .banner-item .banner-text p {
    font-size: 13px;
  }
}
@media (max-width: 40.0625em) {
  .banner-items .banner-item {
    flex-direction: column;
    text-align: center;
    padding: 5px 5px;
  }
}
@media (max-width: 991px) {
  .banner-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 40.0625em) {
  .banner-items {
    gap: 5px;
  }
}

section.slider_overhang {
  position: relative;
  z-index: 99;
}
section.slider_overhang .container {
  position: relative;
}
section.slider_overhang .slider_overhang-items {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 30px;
}
section.slider_overhang .slider_overhang-items .slider_overhang-item {
  flex: 1;
  padding: 30px 45px;
  background-color: #631b1f;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 8px;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item {
    padding: 15px 25px;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header {
  display: flex;
  gap: 15px;
  margin-bottom: 1rem;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header {
    margin-bottom: 0.5rem;
    align-items: center;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 0;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header h4 {
    font-size: 18px;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header i {
  margin-left: auto;
  font-size: 58px;
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items .slider_overhang-item .slider_overhang-item-header i {
    font-size: 32px;
  }
}
section.slider_overhang .slider_overhang-items .slider_overhang-item p {
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  section.slider_overhang .slider_overhang-items {
    flex-direction: column;
    position: relative;
    top: -25px;
  }
}
@media (max-width: 48.0625em) {
  section.slider_overhang .slider_overhang-items {
    top: 0;
    gap: 1px;
  }
}
@media (max-width: 991px) {
  section.slider_overhang {
    background-color: #f5f5f5;
    margin-bottom: -100px;
  }
}

.team-member {
  display: flex;
  flex-direction: column;
}
.team-member .team-member-thumb {
  padding: 20px;
}
.team-member .team-member-thumb a {
  display: block;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 100% 0 0 0;
  border-radius: 999px;
  position: relative;
  overflow: visible;
  transition: all 0.15s ease-in;
}
.team-member .team-member-thumb a img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-member .team-member-thumb a img {
  overflow: hidden;
  border-radius: 999px;
}
.team-member .team-member-thumb a::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 1px solid #631b1f;
  opacity: 0;
  border-radius: 999px;
  transition: all 0.15s ease-in;
}
.team-member .team-member-thumb a:hover::after {
  border-width: 5px;
  opacity: 1;
}
.team-member .team-member-content {
  display: flex;
  flex-direction: column;
}
.team-member .team-member-content h4 {
  margin: 0;
  font-size: 24px;
}
.team-member .team-member-content .position {
  color: #631b1f;
  font-size: 18px;
}
.team-member .team-member-content .socials {
  padding: 15px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team-member .team-member-content .socials a {
  background-color: rgba(99, 27, 31, 0.25);
  transition: all 0.15s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 99px;
}
.team-member .team-member-content .socials a i {
  color: black;
  transition: all 0.15s ease-in;
}
.team-member .team-member-content .socials a:hover {
  background-color: #631b1f;
}
.team-member .team-member-content .socials a:hover i {
  color: white;
}

.carousel-row .carousel-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 50% 0 0 0;
}
.carousel-row .carousel-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-row .carousel-image.carousel-image-right {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 48.0625em) {
  .carousel-row .carousel-image.carousel-image-right {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.carousel-row .carousel-image.carousel-image-left {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 48.0625em) {
  .carousel-row .carousel-image.carousel-image-left {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.carousel-row .carousel-content img {
  max-width: 100%;
  height: auto !important;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
  margin-left: -15px;
  margin-right: 15px;
  width: calc(100% + 30px);
}
.gallery .image-wrapper {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 48.0625em) {
  .gallery .image-wrapper {
    padding: 0 5px;
    width: 50%;
  }
}
.gallery .image {
  display: block;
  flex: 1;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
  overflow: visible;
}
.gallery .image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery .image a::after {
  position: absolute;
  content: "";
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 1px solid #631b1f;
  opacity: 0;
  border-radius: 0;
  transition: all 0.15s ease-in;
}
.gallery .image a:hover::after {
  border-width: 5px;
  opacity: 1;
}
@media (max-width: 48.0625em) {
  .gallery {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: 5px;
    gap: 10px 0;
    width: calc(100% + 10px);
  }
}

.sidebar {
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: white;
}
@media (max-width: 991px) {
  .sidebar {
    box-shadow: none;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #631b1f;
  }
}
.sidebar ul.sidebar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.sidebar-list a {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0;
  text-decoration: none;
  color: #232323;
  position: relative;
  transition: all 0.15s ease-in;
  font-size: 15px;
}
.sidebar ul.sidebar-list a.active {
  color: #631b1f;
  font-weight: 600;
}
.sidebar ul.sidebar-list a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
  background-color: #631b1f;
  transition: all 0.15s ease-in;
}
.sidebar ul.sidebar-list a:hover {
  color: #631b1f;
}
.sidebar ul.sidebar-list a:hover::after {
  height: 100%;
}
.sidebar hr {
  margin: 1rem 0;
  border-color: rgba(0, 0, 0, 0.5);
}
.sidebar .sidebar-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 18px;
}

.page-content {
  line-height: 2;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 1rem;
}
.page-content h1:not(:first-child), .page-content h2:not(:first-child), .page-content h3:not(:first-child), .page-content h4:not(:first-child), .page-content h5:not(:first-child), .page-content h6:not(:first-child) {
  margin-top: 3rem;
}
.page-content h4, .page-content h5, .page-content h6 {
  color: #631b1f;
}
.page-content h1, .page-content h2, .page-content h3 {
  color: #0c4a44;
}
.page-content h1.text-center, .page-content h2.text-center, .page-content h3.text-center {
  position: relative;
  display: inline-block;
}
.page-content h1.text-center::before, .page-content h1.text-center::after, .page-content h2.text-center::before, .page-content h2.text-center::after, .page-content h3.text-center::before, .page-content h3.text-center::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-color: #0c4a44;
}
.page-content h1.text-center::before, .page-content h2.text-center::before, .page-content h3.text-center::before {
  left: -25px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-content h1.text-center::after, .page-content h2.text-center::after, .page-content h3.text-center::after {
  right: -25px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-content table th {
  background-color: #0c4a44;
  color: white;
  border: 2px solid white;
  padding: 2px 10px;
}
.page-content table tr td {
  padding: 2px 10px;
  border-bottom: 1px solid #0c4a44;
}
.page-content blockquote {
  background-color: #f7f7f7;
  padding: 15px;
  border-top: 5px solid #0c4a44;
}
.page-content ul li::marker, .page-content ol li::marker {
  color: #0c4a44;
}
.page-content a {
  color: #0c4a44;
}
.page-content a:hover {
  color: #631b1f;
}
.page-content img {
  max-width: 100%;
  height: auto !important;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.page-image {
  margin-bottom: 15px;
}
.page-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.daily_menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.daily_menu .daily_menu-day {
  --day-color: #0c4a44;
}
.daily_menu .daily_menu-day .daily_menu-header {
  background-color: var(--day-color, #0c4a44);
  color: white;
  font-size: 22px;
  font-weight: 600;
  padding: 5px 15px;
  display: flex;
}
.daily_menu .daily_menu-day .daily_menu-header span {
  margin-left: auto;
}
.daily_menu .daily_menu-day.today {
  --day-color: #631b1f;
}
.daily_menu .daily_menu-day .daily_menu-no_items {
  text-align: center;
  font-size: 18px;
  padding: 30px 15px;
}

.daily_menu-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  background-color: transparent;
  transition: all 0.15s ease-in;
}
.daily_menu-item::after, .daily_menu-item::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  background-color: var(--day-color, #0c4a44);
  transition: all 0.15s ease-in;
}
.daily_menu-item::before {
  height: 2px;
  opacity: 0.8;
  width: 0;
}
.daily_menu-item:hover {
  background-color: #f7f7f7;
}
.daily_menu-item:hover::before {
  width: 100%;
}
.daily_menu-item .product-heading-wrapper {
  flex: 1;
}
@media (max-width: 48.0625em) {
  .daily_menu-item .product-heading-wrapper {
    width: 100%;
  }
}
.daily_menu-item h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.daily_menu-item p {
  font-size: 15px;
  opacity: 0.8;
  margin: 0;
}
.daily_menu-item .product-price {
  font-size: 18px;
  text-align: right;
  font-weight: 700;
  color: var(--day-color, #0c4a44);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.daily_menu-item .product-price .old_price {
  opacity: 0.6;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}
.daily_menu-item .weight::before {
  content: "●";
  color: var(--day-color, #0c4a44);
  padding: 0 5px;
}
.daily_menu-item .allergens {
  opacity: 0.8;
  font-size: 13px;
}
@media (max-width: 48.0625em) {
  .daily_menu-item {
    gap: 10px;
    flex-direction: column;
  }
  .daily_menu-item .product-price {
    width: 100%;
    text-align: right;
  }
}

.accordion .acc-header {
  background-color: #0c4a44;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.15s ease-in;
}
.accordion .acc-header h5 {
  margin: 0;
  flex: 1;
}
.accordion .acc-header a {
  text-align: left;
  display: block;
  padding: 10px 20px;
  padding-right: 40px;
  color: white;
  text-decoration: none;
  position: relative;
}
.accordion .acc-header a::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .card {
  border: 1px solid #0c4a44;
  border-radius: 0;
}
.accordion .card:not(:last-child) {
  margin-bottom: 15px;
}
.accordion .card:hover .acc-header {
  background-color: #631b1f;
}

.acc-header h5 a::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: white;
  padding: 0;
}

.acc-header h5 a.collapsed::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  color: white;
  padding: 0;
}

section.map #map {
  margin-top: 50px;
  width: 100%;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

section.contact .contact-box {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 60px;
}
@media (max-width: 48.0625em) {
  section.contact .contact-box {
    padding: 30px;
  }
}
section.contact .contact-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.contact a.contact-item, section.contact span.contact-item {
  text-decoration: none;
  color: #232323;
  height: 60px;
  border-radius: 30px;
  display: flex;
  gap: 1.5rem;
}
section.contact a.contact-item .item-icon, section.contact span.contact-item .item-icon {
  background-color: #631b1f;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  min-width: 60px;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact a.contact-item .item-icon i, section.contact span.contact-item .item-icon i {
  color: white;
}
section.contact a.contact-item .item-content, section.contact span.contact-item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
section.contact a.contact-item .item-content .title, section.contact span.contact-item .item-content .title {
  font-weight: 700;
}
section.contact a.contact-item .item-content .desc, section.contact span.contact-item .item-content .desc {
  opacity: 0.8;
}
section.contact a.contact-item:hover, section.contact span.contact-item:hover {
  background-color: rgba(99, 27, 31, 0.05);
}

.blog-list {
  display: flex;
  gap: 30px;
}

.blog-item {
  height: 100%;
  background-color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease-in;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;
}
.blog-item::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #631b1f;
  transition: all 0.15s ease-in;
}
.blog-item .blog-thumb {
  margin-bottom: 10px;
  grid-area: image;
}
.blog-item .blog-thumb .blog-thumb-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 75% 0 0 0;
}
.blog-item .blog-thumb .blog-thumb-img img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-item .blog-thumb .blog-thumb-img img {
  border-radius: 6px;
}
@media (max-width: 991px) {
  .blog-item .blog-thumb {
    margin-bottom: 0;
  }
}
.blog-item:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-item:hover::after {
  width: 100%;
}
.blog-item .blog-meta {
  padding: 5px;
  font-size: 13px;
  opacity: 0.6;
  display: flex;
  gap: 16px;
  grid-area: meta;
}
.blog-item .blog-meta > span:not(:first-child) {
  position: relative;
}
.blog-item .blog-meta > span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -8px;
  bottom: 3px;
  width: 1px;
  background-color: #232323;
}
.blog-item .blog-desc {
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex: 1;
  grid-area: desc;
}
.blog-item .blog-desc h4 {
  font-weight: 600;
  color: #232323;
  text-decoration: none;
}
.blog-item .blog-desc h4:hover {
  color: #631b1f;
  text-decoration: underline;
}
.blog-item .blog-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-height: 1.5rem; /* fallback */
  max-height: 7.5rem; /* fallback */
}
.blog-item .blog-desc a {
  margin-top: auto;
  font-weight: 600;
  color: #232323;
  text-decoration: none;
}
.blog-item .blog-desc a:hover {
  color: #631b1f;
}
@media (max-width: 991px) {
  .blog-item {
    display: grid;
    grid-template-areas: "image meta" "image desc";
    grid-template-columns: 1fr 3fr;
    gap: 0 10px;
  }
}
@media (max-width: 991px) and (max-width: 40.0625em) {
  .blog-item {
    grid-template-columns: 1fr 2fr;
  }
}

.category-section:not(:last-child) {
  margin-bottom: 50px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.product-list .product-wrapper {
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .product-list {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
  }
  .product-list .product-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 991px) {
  .product-list .product-wrapper {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 48.0625em) {
  .product-list {
    margin-left: -5px;
    margin-right: -5px;
    gap: 10px 0;
  }
  .product-list .product-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    max-width: 50%;
  }
}

.category_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  background-color: white;
  transition: all 0.15s ease-in;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.category_item .category_item-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 150% 0 0 0;
  border-radius: 4px;
}
.category_item .category_item-image img {
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.category_item .category_item-name {
  text-decoration: none;
  color: #232323;
  font-weight: 600;
  padding: 5px;
  margin: auto;
  transition: all 0.15s ease-in;
}
.category_item::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #631b1f;
  transition: all 0.15s ease-in;
}
.category_item:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.category_item:hover::after {
  width: 100%;
}
.category_item:hover .category_item-name {
  color: #631b1f;
}

/*
@import 'components/alert';
@import 'components/form';
@import 'components/footer';
@import 'components/loader';
@import 'components/cookies';

@import 'pages/serviceForm';
@import 'pages/faq';
@import 'pages/content';
@import 'pages/blog';
@import 'pages/service';
@import 'pages/myAccount';
*//*# sourceMappingURL=style.css.map */