@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Montserrat:wght@500&display=swap");
@font-face {
  font-family: kg happy;
  font-style: normal;
  font-weight: 400;
  src: local("KG HAPPY"), url(/assets/css/KGHAPPY.woff) format("woff");
}
@font-face {
  font-family: kg happy shadows;
  font-style: normal;
  font-weight: 400;
  src: local("KG HAPPY Shadows"), url(/assets/css/KGHAPPYShadows.woff) format("woff");
}
@font-face {
  font-family: kg happy solid;
  font-style: normal;
  font-weight: 400;
  src: local("KG HAPPY Solid"), url(/assets/css/KGHAPPYSolid.woff) format("woff");
}
body {
  background: #fff !important;
  font-family: "Manrope";
  transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.bm-burger-button {
  display: none;
}

/*SECTION COLORS*/
.f-happy {
  font-family: "KG HAPPY Solid" !important;
}

.btn-cstm-green {
  font-family: "Manrope";
  background-color: #2e7d53 !important;
  border-color: #2e7d53 !important;
  color: #fff !important;
}
.btn-cstm-green:hover {
  background-color: #019646 !important;
  border-color: #019646 !important;
}

.btn-cstm-trans {
  font-family: "Manrope";
  background-color: transparent !important;
  border-radius: 10px !important;
  color: #5e5e5e !important;
  border: 1px solid #5e5e5e !important;
}
.btn-cstm-trans:hover {
  background-color: #019646 !important;
  border-color: #019646 !important;
  color: #fff !important;
}

.section-btn {
  font-family: "Manrope";
  padding: 20px !important;
  border-radius: 10px !important;
  margin: auto !important;
  display: table !important;
  margin-top: 50px !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

.custom-bread {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.custom-bread li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  color: #026e78 !important;
}
.custom-bread li:first-child::before {
  content: "" !important;
}
.custom-bread li::before {
  content: ">" !important;
  color: #667085 !important;
}
.custom-bread li a {
  text-decoration: none !important;
  font-weight: 400;
  color: #667085 !important;
}

section.section-header {
  padding-top: 90px;
  padding-bottom: 60px;
}
section.section-header h1.section-title {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.06em;
  color: #525151;
}
section.section-header p.section-desc {
  font-family: "Manrope";
  margin: 0;
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */
  letter-spacing: -0.02em;
  color: #64607d;
}

section.page-header {
  padding: 48px 0;
  background-color: #70af85;
  color: #fff;
  background-image: url("/assets/img/our-story-pattern.png");
  background-blend-mode: multiply;
}
section.page-header h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 75px;
  /* identical to box height, or 188% */
  letter-spacing: -0.02em;
  color: #fff;
}
section.page-header p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  /* identical to box height, or 212% */
  color: #ffffff;
  opacity: 0.7;
  font-family: "Manrope";
  margin-bottom: 24px;
}
section.page-header nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
section.page-header nav li {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  color: #ffffff !important;
}
section.page-header nav li:first-child::before {
  content: "" !important;
}
section.page-header nav li::before {
  content: ">" !important;
  color: #ffffff !important;
}
section.page-header nav li a {
  text-decoration: none !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5) !important;
}

section.page-contents {
  padding-top: 64px;
  padding-bottom: 90px;
  background: #fff;
}
section.page-contents img {
  margin: 32px auto;
}
section.page-contents .content {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
section.page-contents .content p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  /* Color 2 Text */
  color: #042552;
  opacity: 0.7;
  margin-bottom: 32px;
}
section.page-contents .content h1,
section.page-contents .content h2,
section.page-contents .content h3,
section.page-contents .content h4,
section.page-contents .content h5,
section.page-contents .content h6 {
  width: 100%;
  font-style: normal;
  line-height: 38px;
  margin-top: 24px;
  margin-bottom: 40px;
  color: #525151;
}
section.page-contents .content ul {
  list-style: none !important;
  width: 100%;
  padding: 0;
}
section.page-contents .content ul li {
  font-family: "Manrope";
  font-style: normal;
  padding-left: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: rgba(4, 37, 82, 0.8);
  background: url("/assets/img/listdot.svg") no-repeat left top;
}

section.contact {
  padding-top: 89px;
}
section.contact .contact-wrapper {
  margin-bottom: 24px;
}
section.contact h4 ,
section.contact h4 a{
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 16px;
}
section.contact p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}
section.contact p span.adress-line {
  margin-right: auto;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  /* or 239% */
  letter-spacing: -0.02em;
  color: #656565;
}
section.contact p span.adress-line:first-child {
  width: 100%;
}
section.contact .map-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

section.section-header.contact-form {
  margin-top: 30px !important;
}
section.section-header.contact-form h4.text-center.section-title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  /* identical to box height, or 143% */
  text-align: center;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 28px;
}
section.section-header.contact-form form .form-control {
  border: 1px solid rgba(206, 206, 206, 0.5);
  border-radius: 5px;
  height: 50px;
  padding: 18px 33px;
  color: #606060;
  font-family: "Manrope";
  background-color: #fff;
  margin-bottom: 24px;
}
section.section-header.contact-form form textarea.form-control {
  border: 1px solid rgba(206, 206, 206, 0.5);
  border-radius: 5px;
  height: 240px;
  padding: 18px 33px;
  color: #606060;
  margin-bottom: 40px;
}
section.section-header.contact-form form .form-control:focus {
  box-shadow: unset !important;
  border-color: #212529;
}
section.section-header.contact-form form .form-check.d-flex.justify-content-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
section.section-header.contact-form form label.form-check-label {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  /* or 179% */
  color: #000000;
}
section.section-header.contact-form form button.btn.btn-cstm-green.self {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */
  color: #ffffff;
  padding: 21px 24px;
  border-radius: 10px;
  margin-left: auto;
}

.row.filters .filter-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  width: fit-content;
  padding: 32px 48px !important;
  margin-top: 64px;
}
.row.filters .filter-content .seperator {
  margin: 0 60px;
  width: 1px;
  height: auto;
  color: #F2F2F2;
  display: flex;
  font-size: 30px;
  line-height: initial;
  font-weight: 300;
  font-family: "Manrope";
}
.row.filters .filter-content .filter .nav-link.dropdown-toggle {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #262729;
  padding: 0;
}
.row.filters .filter-content .filter ul.dropdown-menu.show {
  margin-top: 36px !important;
  padding: 32px;
  padding-bottom: 16px;
  border: unset !important;
  border-radius: 10px;
  box-shadow: 0px 0 50px 0px rgba(0, 0, 0, 0.1), 0px 0 30.5526px rgba(0, 0, 0, 0.04);
}
.row.filters .filter-content .filter ul.dropdown-menu.show::before {
  content: "\a";
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 30%;
  transform: rotate(90deg);
  top: -22px;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li {
  padding: 0 !important;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item {
  margin-bottom: 16px;
}
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:hover,
.row.filters .filter-content .filter ul.dropdown-menu.show li .dropdown-item:focus {
  background: unset !important;
}
.row.filters .search {
  margin-top: 64px;
}
.row.filters .search input.form-control, .row.filters .search input.form-control:focus {
  padding: 40px 48px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  font-family: "Manrope";
  border: 1px solid #F1F1F1;
  outline: unset !important;
  border-right: unset !important;
  box-shadow: unset !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  /* Dark */
  color: #06040A;
}
.row.filters .search input.form-control::placeholder {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  /* Dark */
  color: #06040A;
}
.row.filters .search span#basic-addon2 {
  padding: 40px;
  background: #fff;
  border-radius: 0 10px 10px 0;
  border: 1px solid #F1F1F1;
  border-left: unset !important;
}

.pagination {
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  gap: 8px;
}
.pagination .page-item .page-link {
  font-family: "Manrope";
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  color: #5e5e5e;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border: 1px solid #ebeff6;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link:focus {
  outline: unset !important;
  box-shadow: unset !important;
  background: #019646;
  color: #fff;
  border-color: #019646;
}
.pagination .page-item .page-link:hover {
  color: #fff !important;
  background-color: #019646 !important;
  border-color: #019646 !important;
}
.pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #2e7d53 !important;
  border-color: #2e7d53 !important;
}
.pagination .page-item.disabled .page-link {
  color: #ccc !important;
  background-color: #f8f9fa !important;
  border-color: #ebeff6 !important;
  cursor: not-allowed;
}

.splide__arrow {
  width: 60px !important;
  height: 60px !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #256141 !important;
}
.splide__arrow svg {
  filter: invert(24%) sepia(85%) saturate(428%) hue-rotate(85deg) brightness(89%) contrast(93%);
}

.recipes .splide__arrow,
.product-rest .splide__arrow,
.blog .splide__arrow {
  border: 1px solid #e0e0e0 !important;
}
.recipes .splide__arrow.splide__arrow--prev,
.product-rest .splide__arrow.splide__arrow--prev,
.blog .splide__arrow.splide__arrow--prev {
  transform: translateX(-120%) !important;
}
.recipes .splide__arrow.splide__arrow--next,
.product-rest .splide__arrow.splide__arrow--next,
.blog .splide__arrow.splide__arrow--next {
  transform: translateX(120%) !important;
}
.recipes .splide__arrows--rtl .splide__arrow.splide__arrow--prev,
.product-rest .splide__arrows--rtl .splide__arrow.splide__arrow--prev,
.blog .splide__arrows--rtl .splide__arrow.splide__arrow--prev {
  transform: translateX(120%) !important;
}
.recipes .splide__arrows--rtl .splide__arrow.splide__arrow--next,
.product-rest .splide__arrows--rtl .splide__arrow.splide__arrow--next,
.blog .splide__arrows--rtl .splide__arrow.splide__arrow--next {
  transform: translateX(-120%) !important;
}

.vfm__content {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
}

.vfm__container.vfm--absolute.vfm--inset.vfm--outline-none {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

td {
  border: 1px solid #333;
}
 

nav.navbar.navbar-expand-lg ul.navbar-nav li:has(.router-link-active) {
  border-color: #2e7d53;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li a:hover,
nav.navbar.navbar-expand-lg ul.navbar-nav li a.router-link-active {
  border-color: #2e7d53;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li a.router-link-active.dropdown-item,
nav.navbar.navbar-expand-lg ul.navbar-nav li a.dropdown-item:hover {
  border-color: #fff;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li a.dropdown-item {
  padding-bottom: 0px !important;
  margin-bottom: 16px !important;
}

.footer {
  background: #ffffff;
  padding: 48px 0 24px 0;
}
.footer .corpprate {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.footer .corpprate a, .footer .corpprate a:hover, .footer .corpprate a:focus {
  color: rgba(4, 37, 82, 0.7);
  text-decoration: unset !important;
}
.footer .corpprate .seperator.d-none.d-lg-block {
  margin: 0 8px;
  color: rgba(4, 37, 82, 0.7);
}
.footer p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  margin-bottom: 24px;
  /* Color 2 Text */
  color: rgba(4, 37, 82, 0.7);
}
.footer ..footer-about img {
  width: 102px;
  margin-bottom: 24px;
}
.footer h6 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #042552;
  margin-bottom: 24px;
}
.footer ul.nav {
  padding: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}
.footer ul.nav li {
  margin-bottom: 15px;
}
.footer ul.nav li a {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(4, 37, 82, 0.7);
  text-decoration: none !important;
}
.footer ul.nav li a:hover {
  color: #042552;
}
.footer .row.sub-footer {
  border-top: 1px solid rgba(4, 37, 82, 0.1);
  padding-top: 38px;
  margin-top: 55px;
}

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none !important;
}
