@font-face{
  font-family: 'bamberger';
  font-weight: 400; /*(regular)*/
  font-style: normal;
  src: url('../fonts/bamberger/bamberger-sharp-regular-fm.woff2') format('woff2'),
    url('../fonts/bamberger/bamberger-sharp-regular-fm.woff') format('woff');
  font-display: swap;
}
@font-face{
  font-family: 'bamberger';
  font-weight: 700; /*(bold)*/
  font-style: normal;
  src: url('../fonts/bamberger/bamberger-sharp-bold-fm.woff2') format('woff2'),
    url('../fonts/bamberger/bamberger-sharp-bold-fm.woff') format('woff');
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: "bamberger", "David", sans-serif;
  direction: rtl;
  position: relative;
  font-size: 22px;
  font-size: clamp(1.075rem, 1.163rem + 0.7051vw, 2.0625rem);
  line-height: 1.2;
  text-align: right;
  color: #533115;
  background: url(../img/pattern.webp) center / 100% repeat;
}

.container {
  position: relative;
  max-width: 95%;
}

body.no-scroll {
  overflow: hidden;
}
#access-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.skip-link {
  position: absolute;
  right: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0.5em;
  color: #fff;
  background: #333;
  text-decoration: none;
}
.skip-link:focus {
  white-space: nowrap;
  z-index: 9999;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  overflow: visible;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h4 {
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.main table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.main table td,
.main table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  color: inherit;
}

a:active,
a:hover {
  outline: none;
  text-decoration: none;
  color: inherit;
}
a:focus,
button:focus {
  /*border-color: red;
  outline-color: red;*/
/*  outline: auto 1px red;*/
  outline:#c00 solid 2px
}

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

.wp-caption {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

section {
  position: relative;
}

.slick-slide {
  position: relative;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.btn-link.focus,
.btn-link:focus,
.slick-prev:focus-visible,
.slick-next:focus-visible {
  outline: auto 1px red;
/*  box-shadow: 0 0 0 0.2rem #000000;*/
}

.navbar {
  padding: 0;
  background: #ffffff;
  /*-webkit-transition: all 0.6s linear;*/
  /*-moz-transition: all 0.6s linear;*/
  /*-ms-transition: all 0.6s linear;*/
  /*-o-transition: all 0.6s linear;*/
  /*transition: all 0.6s linear;*/
  /*-webkit-box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);*/
  /*-moz-box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);*/
  /*box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);*/
}

.navbar > .container {
  max-width: 95%;
}

@media (min-width: 1200px) {
  /*body {
    font-size: 18px;
    line-height: 1.5;
  }*/

  .container.container-1140 {
    max-width: 1054px;
  }
}

@media (min-width: 1600px) {
  .container-fluid{
    max-width: 100%;
    padding-left: 12vw;
    padding-right: 12vw;
  }
	.container {max-width: 1370px;padding-left: 15px;padding-right: 15px;}
  .container.container-1140 {
    max-width: 1054px;
  }

}



.social-wrap {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.social-wrap li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.social-wrap i {
  font-size: 30px;
}

.social-wrap .fa-facebook {
  color: #004990;
}

.social-wrap .fa-youtube-play {
  color: #b5121b;
}

.social-wrap .fa-instagram:before {
  content: "";
  background: url(../img/instagram.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  display: block;
}

.footer .social-wrap .fa {
  color: #ffffff;
}

.footer .social-title {
  font-size: 32px;
  margin-bottom: 30px;
}

.social-footer-wrap {
  padding: 35px;
}

.footer .social-wrap {
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 1),
          rgba(255, 255, 255, 0.45)
  );
}
@media (max-width: 835px){
  .footer::before {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.65)
    );
  }
}
@media (max-width: 420px){
  .footer::before {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.8)
    );
  }
}

.logo {
  vertical-align: middle;
  z-index: 1;
  transition: all 0.3s ease;
  display: block;
  height: 100%;
  position: relative;
  width: 12vw;
  margin-bottom: -5.5vw;
  z-index: 10001;
}

.logo-img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.header-menu {
  min-height: 6.5vw;
  transition: all 0.3s ease;
}
.navbar.scrolled .header-menu{
  min-height: 4.5vw;
  transform-origin: top;
}

.navbar.scrolled .logo{
  margin-bottom: 0;
}
.navbar.scrolled .logo-img{
  width: 65%;
  transform-origin: top;
}
.content {
  padding-top: 6.5vw;
  overflow-x: hidden;
  position: relative;
}
.content:before{
  content:'';
  background: linear-gradient(
          180deg,
          #ADCE3C,
          rgba(255, 255, 255, 0)
  );
  width: 100%;
  display: block;
  height: 30vw;
  position: absolute;
}
.content-wrap {
/*   background: rgba(255, 255, 255, .57); */
  margin-top: 4vw;
  margin-bottom: 4vw;
/*   padding: 0; */
}
.hero-bg {
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-bottom: 27.5%;
}
#navbarNav .nav-link,
.mobile-header-menu .nav-link {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
}
#navbarNav .nav-link.dropdown-toggle[aria-expanded="true"] ~ .dropdown-menu, #navbarNav .nav-link.dropdown-toggle[aria-expanded="true"] ~ .recipe-categories {
display: block;
}

#navbarNav .nav-link:focus,
#navbarNav .nav-link:active {
  color: #533115;
}

#navbarNav .nav-link:hover,
#navbarNav .nav-item.active .nav-link,
#navbarNav .nav-link.active,
.mobile-header-menu .nav-item.active .nav-link {
  text-decoration: none;
  background: rgba(184, 215, 0, 1);
}

.desktop-dev #navbarNav .dropdown:hover .dropdown-menu,
.desktop-dev #navbarNav .dropdown:hover .recipe-categories {
  display: block;
}

.desktop-dev #navbarNav .dropdown-menu {
  top: 95%;
}

.desktop-dev #navbarNav .dropdown-menu__item {
  padding: 2px 10px;
  font-size: 18px;
}

.desktop-dev #navbarNav .dropdown-menu__item:hover {
  background: rgba(184, 215, 0, 1);
}

.desktop-dev #navbarNav .dropdown-menu__item:hover a {
  color: #ffffff;
}

.mobile-header-menu .nav-item .nav-link.active {
  text-decoration: none;
  background: #b5121b;
  color: #ffffff;
}

#navbarNavMob .dropdown.active .dropdown-menu {
  display: block;
  position: static!important;
}

#navbarNavMob .dropdown-submenu__item.dropdown .dropdown-menu {
  display: none;
}

#navbarNavMob .dropdown-submenu__item.dropdown.active .dropdown-menu {
  display: block;
}

@media (min-width: 1600px) {
  .navbar-nav .nav-item {
    margin: 0 2px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    height: 100%;
    gap: 10px;
  }
}

.navbar-toggler {
  width: 40px;
  padding: 0;
}

.burger-menu__line {
  height: 4px;
  width: 100%;
  background-color: #533115;
  margin-bottom: 8px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

/* Remove margin from last line */
.navbar-toggler .burger-menu__line:last-child {
  margin-bottom: 0;
}

/* OPEN STATE */
.navbar-toggler:not(.collapsed) .burger-menu__line:nth-of-type(1) {
  transform: translateY(12px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .burger-menu__line:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .burger-menu__line:nth-of-type(3) {
  transform: translateY(-12px) rotate(-45deg);
}


.mobile-header-menu {
  height: 100%;
}

.mobile-header-menu ul {
  list-style: none;
}

.mobile-header-menu ul li.nav-item a.nav-link {
  padding: 0 15px;
}

.mobile-header-menu .mobile-header-menu-inner {
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 500px) {
  .mobile-header-menu .mobile-header-menu-inner {
    display: none;
  }
}

.mobile-header-menu.open .mobile-header-menu-inner {
  opacity: 0;
  pointer-events: none;
  -moz-transform: translateY(-137px);
  -o-transform: translateY(-137px);
  -ms-transform: translateY(-137px);
  -webkit-transform: translateY(-137px);
  transform: translateY(-137px);
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-search {min-width: 12vw;}
.header-search .search_btn {
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search .search_btn i {
  color: #533115;
  font-size: 24px;
  position: relative;
}

.header-search .search-input {
  cursor: pointer;
  width: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.header-search .search-input.open {
  transition-delay: 0s;
  width: 100%;
  display: block;
}

.mobile-header-menu .search-input {
  position: absolute;
  top: 100%;
  left: 50px;
  z-index: 10002;
}

.mobile-header-menu .search-input.open {
  transition-delay: 0.2s;
  width: 300px;
}
input[type="search" i]::-webkit-search-cancel-button {
  display: none;
}
.header-search .search-input input {
  width: 100%;
  display: inline-block;
  border: 1px solid #533115;
  background: #f9f9f9;
  font-size: 18px;
  color: #533115;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 500;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
.header-search .search-input button.clear-button {
  position: absolute;
  left: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.slider-section {
  position: relative;
}

#main-slider .slick-slide picture {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

#main-slider .slick-slide picture img {
  height: 100%;
  object-fit: cover;
}

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

/*
.slider-content h1::before,
.slider-content h1::after {
  content: "";
  background-image: url(../img/title-leaf.svg);
  width: 77.5px;
  height: 34px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}*/
/*
.slider-content h1::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 10px;
}*/

.slider-content h2 {
  font-size: 36px;
  font-weight: 700;
  padding-top: 0;
}

.main-search {
      display: flex;
    justify-content: center;
    align-items: center;
}
.main-search label {
  font-size: clamp(2rem, 1.5rem + 1vw, 2.75rem);
  margin: 0 0 0 1.75vw;
}
.search-notfound h1 {
  color: #987837;
}

.search-result-nofound {
  padding-top: 100px;
}

.search_notfound_img {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.cloud_search {
  position: absolute;
  top: -50px;
  left: -80px;
  background: url(../img/search_cloud.png) no-repeat;
  width: 205px;
  height: 160px;
  background-size: cover;
  padding: 30px 15px;
}

.cloud_search span {
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
}
.main-search-wrap {
  background: #B7D700;
}
.search-container {
  background: #ffffff;
  border-radius: 100px;
  border: 2px solid #543015;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  max-width: 20vw;
}

.search-container input {
  border: 0;
  height: 100%;
  color: #533115;
  border-radius: 0;
  font-weight: 400;
  display: inline-block;
  padding: 0.25vw 1vw;
  vertical-align: top;
  width: calc(100% - 50px);
}
input::placeholder,
textarea::placeholder {
  color: #CDC6BE;
}

input::-webkit-input-placeholder {
  color: #CDC6BE;
}

input:-ms-input-placeholder {
  color: #CDC6BE;
}

input::-ms-input-placeholder {
  color: #CDC6BE;
}

.search-container .search__submit {
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 5px;
  vertical-align: top;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.search-container .search__submit img{
  max-width: 20px;
}
.main_header .col-md-4 {
  padding: 0;
}

.main_header .col-md-4 > a {
  height: 55vh;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  margin: 0 10px;
}

.main_header .col-md-4:first-child > a {
  margin-right: 0;
}

.main_header .col-md-4:last-child > a {
  margin-left: 0;
}

/* recipe categories */

.recipe-categories .circle-hat {
  border-radius: 100%;
  background: url(../img/hat-red.svg) no-repeat #ffffff;
  background-size: 71px auto;
  background-position: center 25px;
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: -55px;
  margin-left: -55px;
  z-index: 1;
}

.recipe-categories h2:not(.heading) {
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 36px;
  color: #b5121b;
  font-weight: 400;
}

.dotted-title {
  text-align: center;
  position: relative;
  margin: 1.15em auto;
}

/*.dotted-title h2::before,.dotted-title h2::after{
  content:'';
  background: url(../img/red-divider-desk.png) right center;
  position: absolute;
  top:50%;
  left:0;
  width: calc( 50% - 125px );
  height: 5px;
  background-size: cover;
  z-index: -1;
}
.dotted-title.single-latest-post h2::before,.dotted-title.single-latest-post h2::after{
  width: calc( 50% - 140px );
  background-image: url(../img/blue-divider-desk.png);
}
.latest-posts .dotted-title.blue-title h2::before,.latest-posts .dotted-title.blue-title h2::after{
  width: calc( 50% - 320px );
  background-image: url(../img/blue-divider-desk.png);
}*/
.dotted-title h2::after {
  left: auto;
  right: 0;
  background-position: left center;
}

.dotted-title h2 span {
  background: #ffffff;
  padding: 0;
  display: inline-block;
  max-width: 70%;
}

.popular-recipes .dotted-title h2::before,
.popular-recipes .dotted-title h2::after {
  width: calc(50% - 270px);
}

/*.red-title{color: #b5121b;}*/
.red-title {
  color: rgba(184, 215, 0, 1);
}

.blue-title,
.single-latest-post h2 {
  color: #72b9ff;
}

.new_recipes_subtitle {
  text-align: center;
  color: #545454;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.products-menu-content .recipe-category-item {
  /* padding: 0px 7%;
  flex: 0 0 33%;
  margin-bottom: 0; */
}

.products-menu-content:not(:nth-child(3n)) {
  border-left: 2px solid rgba(184, 215, 0, 1);
}

.recipe-category-item {
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: right;
}

.recipe-category-item .cat-icon {
  display: block;
  margin: 0 auto;
  height: 92px;
  width: 103px;
}

.recipe-category-item p {
  margin: 0 auto 0.2rem;
}

.recipe-container {
  padding-bottom: 40px;
}

.page-template-template-specials .recipe-category-item a,
.tax-recipe_category .banner-content .recipe-category-item a {
  opacity: 0.5;
}

.tax-recipe_category .banner-content .recipe-category-item a:hover,
.tax-recipe_category .banner-content .recipe-category-item a.active,
.page-template-template-specials .recipe-category-item a:hover {
  opacity: 1;
}

.tax-recipe_category
.banner-content
.more-container.open
.recipe-category-item {
  padding: 20px;
}

.recipe-category-item.special-item .plus-minus {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 6px;
  background: #b5121b;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.05rem;
  line-height: 1.625rem;
}

.recipe-category-item.special-item .plus-minus::after {
  content: "\f067";
}

.recipe-category-item.special-item.active .plus-minus::after {
  content: "\f068";
}

.recipe-categories .more-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0px;
}

.recipe-categories .more-container.open {
  max-height: unset;
}

.recipe-categories .more-container.open .recipe-category-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.recipe-categories .more-container.open .recipe-category-item a {
  font-size: 22px;
  color: #987837;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.recipe-categories .more-container.open .recipe-category-item a:hover {
  color: #bc9546;
}

.recepies-slider.slick-dotted.slick-slider,
.posts-slider.slick-dotted.slick-slider {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

.recepies-slider .slick-slide,
.posts-slider .slick-slide {
  display: inline-block;
  margin: 0px 10px 0px;
}

.recepies-slider .slick-slide {
  width: 100%;
  margin-top: 10px;
}

body.home .recepies-slider .slick-slide {
  margin: unset;
}

.posts-slider .slick-slide {
  width: auto;
  margin: unset;
}

.recepies-slider .col-md-4,
.posts-slider .col-md-4 {
  margin-bottom: 15px;
}

.slick-prev:focus,
.slick-next:focus {
  outline-offset: 1px;
}
.slick-slide {
  width: 100%;
}
.recepies-slide {
	vertical-align: top;
    padding-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.slick-slide .slider-top-img {
  	width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 70%;
    border-top: 2px solid #533115;
    border-bottom: 2px solid #533115;
}

.recepies-slider .slick-slide .slider-info {
  width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.posts-slider .slick-slide .slider-info {
  /*min-height: 245px;*/
  /*padding: 20px;*/
}

.recipe-durations {
  display: flex;
  justify-content: center;
}

.recipe-durations__item {
  position: relative;
  padding: 0 0.5rem;
}

.recipe-durations__item .time {
  font-weight: 400;
}

.recipe-durations__item:nth-last-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #dcd1d4;
}

.recipe-durations.single-recipe-durations {
  padding: 20px 0 30px;
}


.slick-slide .slider-info .category {
  color: rgba(184, 215, 0, 1);
  font-weight: 400;
}


.read-more-btn {
  display: inline-block;
  margin: 5px auto 0;
  color: rgba(184, 215, 0, 1);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
}

.read-more-btn:hover {
  color: rgba(184, 215, 0, 1);
}

.read-more-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M0.918045 5.21913L5.52004 0.617136C5.77027 0.366907 6.19812 0.54413 6.19812 0.898006L6.19812 10.102C6.19812 10.4559 5.77027 10.6331 5.52004 10.3829L0.918046 5.78087C0.762926 5.62575 0.762925 5.37425 0.918045 5.21913Z' fill='%23015F3B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 3px;
}

.slick-slide .slider-info .title h2,
.slick-slide .slider-info .title h3 {
  display: block;
  width: 100%;
  font-weight: 400;
}

.slick-slide .slider-info .title .header_margin {
  margin-top: 0px;
}

.posts-slider .slick-slide .slider-info .title {
  margin-top: 0;
}

.slick-slide .slider-top-img .clickable-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

.recepies-slider-nav,
.posts-slider-nav {
  padding-bottom: 2em;
}

.recepies-slider .slick-prev {
  right: -40px;
  width: 50px;
  height: 50px;
  z-index: 5;
  top: 200px;
  background: url(../img/brown-right-arr.png) center center / 26px no-repeat;
}

.recepies-slider .slick-next {
  left: -40px;
  width: 50px;
  height: 50px;
  top: 200px;
  z-index: 5;
  background: url(../img/brown-left-arr.png) center center / 26px no-repeat;
}

.posts-slider .slick-prev {
  right: -40px;
  width: 50px;
  height: 50px;
  z-index: 5;
  top: 200px;
  background: url(../img/blue-right-arr.png) center center / 26px no-repeat;
}

.posts-slider .slick-next {
  left: -40px;
  width: 50px;
  height: 50px;
  top: 200px;
  z-index: 5;
  background: url(../img/blue-left-arr.png) center center / 26px no-repeat;
}

[dir="rtl"] .slick-prev:before,
[dir="rtl"] .slick-next:before {
  content: none;
}

.slick-dots {
  position: relative;
  bottom: 0;
}
.tips-slider-nav {
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button::before,
.recepies-slider-nav .slick-dots li button::before {
  font-size: 0;
  color: transparent;
  transition: all 0.2s linear 0s;
  opacity: 1;
  border: 3px solid #5B2F0C;
  background: transparent;
  border-radius: 50%;
}

.slick-dots li.slick-active button::before,
.recepies-slider-nav .slick-dots li.slick-active button:before {
  background: #5B2F0C;
  opacity: 1;
}
.view-more,
.new-recipes .view-more,
.latest-posts .view-more,
.popular-recipes .view-more {
  margin: 0 auto;
  color: #533115;
  text-align: center;
  font-size: clamp(2rem, 2rem + 1vw, 3rem);
  line-height: 1;
  font-weight: 700;
  background: #B7D700;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border-radius: 0.8rem;
  cursor: pointer;
  display: table;
}
.new-recipes .view-more a,
.latest-posts .view-more a,
.popular-recipes .view-more a {
  padding: 0.25rem 2.5rem;
}

.loadmore .view-more {
  margin: 0 auto;
  text-align: center;
  color: #533115;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0.25rem 2.5rem;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0.8rem;
  border: none;
  overflow-anchor: none;
  display: table;
}

@media (max-width: 450px) {
  .new-recipes .view-more,
  .latest-posts .view-more,
  .popular-recipes .view-more,
  .loadmore .view-more {
    /*width: 80%;
    font-size: 1.15rem;
    padding: 15px 30px;*/
  }
}

.latest-posts .view-more {
  background: #7db9fe;
  -webkit-box-shadow: 0 5px 0 #4f95ed;
  -moz-box-shadow: 0 5px 0 #4f95ed;
  box-shadow: 0 5px 0 #4f95ed;
}


.contact-form
.form-footer
.newsletter
span.wpcf7-list-item-label.focused::before {
  content: "";
  border: 2px solid black;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

/*
.read-more {
    text-align: center;
    margin: 0 auto;
}
*/



.faq .to-contact .btn:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 1);
}

.about-text {
  font-size: clamp(1.5625rem, 1.2308rem + 1.2vw, 2.15rem);
  line-height: 1.2;
  padding-left: clamp(1rem, 1.5rem + 2vw, 5rem);
  font-weight: 400;
}
h1,.h1,
h2,.h2 {
  font-size: clamp(2rem, 2rem + 1vw, 3rem);
  line-height: 1;
  margin-bottom: clamp(1rem, 0.5rem + 1vw, 2rem);
}
h3,.h3 {
  font-size: clamp(1.25rem, 1.25rem + 1vw, 2.75rem);
  line-height: 1;
}
.product_category_search {
  max-width: 20vw;
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
}
.product_category_search .form-control {
  font-size: inherit;
  height: clamp(2.65rem, 2.25rem + 1vw, 3.75rem);
  padding: calc(0.25rem + 0.25vw) 1.5rem calc(0.25rem + 0.25vw) 5rem;
  color: transparent;
  border: .2rem solid #533115;
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.product_category_search label {
    position: absolute;
    inset: 0;
    display: flex;
    height: clamp(2.65rem, 2.25rem + 1vw, 3.75rem);
    padding: calc(0.25rem + 0.25vw) 1.5rem calc(0.25rem + 0.25vw) 5rem;
    align-items: center;
    pointer-events: none;
    font-size: clamp(1.5rem, 1.25rem + 1vw, 2.5rem);
    line-height: 1;
    transition: opacity 0.2s ease;
    color: #533115;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}

.product_category_search::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-radius: 0.5rem;
  padding-left: 4rem;
  background: #533115;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product_category_search::after {
 display: inline-block;
    vertical-align: middle;
    content: "";
    border-top: 1.25rem solid;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
}
.product_category_search .form-control option {
  font-size: 20px;
  color: #533115;
}
.faq h1,
.contact h1,
.products h1 {
  color: #b5121b;
  font-size: 60px;
  font-weight: 400;
  margin: 15px auto 50px;
}

#faqs-accordion {
  border-top: 1px solid #b1b1b1;
  padding: 0;
}

#faqs-accordion .card {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #b1b1b1;
}

#faqs-accordion .card .card-header {
  background-color: #fff;
  border: none;
  padding: 20px;
}

#faqs-accordion .card .card-header .btn-link h2 {
  color: #987837;
  font-size: 22px;
  font-weight: 500;
  padding-right: 0;
  text-align: right;
}

#faqs-accordion .card .card-header .btn-link:hover,
#faqs-accordion .card .card-header .btn-link.focus,
#faqs-accordion .card .card-header .btn-link:focus {
  text-decoration: none;
}

#faqs-accordion .card .card-header .btn-link .fa {
  color: #005db7;
  font-size: 32px;
  margin-left: 20px;
  vertical-align: middle;
}

#faqs-accordion .card .card-header .btn-link .fa-minus-circle {
  color: #b5121b;
}

#faqs-accordion .card .card-body {
  background: #f6f2e6;
  color: #898989;
  line-height: 1.8;
  font-size: 1.1rem;
  padding-right: 72px;
  padding-left: 50px;
}

.faq .to-contact {
  margin-top: 40px;
}

.faq .to-contact h2 {
  font-size: 22px;
  font-weight: 500;
  color: #545454;
  margin: 15px 0;
}

.faq .to-contact .btn {
  margin: 10px auto 50px;
  display: block;
  font-size: 22px;
  font-weight: 400;
  background: #b5121b;
  max-width: 260px;
  width: 100%;
  padding: 20px 0;
  line-height: 1.15;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 0 #850209;
  -moz-box-shadow: 0 5px 0 #850209;
  box-shadow: 0 5px 0 #850209;
}

.contact.container {
  padding-bottom: 40px;
}

.contact-info .row {
  border-top: 1px solid #b1b1b1;
  padding: 20px 0;
  box-sizing: border-box;
  align-items: center;
}

.contact-info .row .icon {
  width: 105px;
  padding: 15px 20px;
}

.contact-info .row .text {
  max-width: calc(100% - 105px);
}

.contact-info .row .text h2 {
  color: #b5121b;
  font-size: 30px;
  font-weight: 400;
}

.contact-info .row .text p,
.contact-info .row .text a {
  font-size: 22px;
  font-weight: 500;
  color: #898989;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 5px;
}

.contact-info .row .chat-btn {
  margin-top: 12px;
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
  font-weight: 400;
  background: #b5121b;
  width: 260px;
  box-sizing: border-box;
  padding: 14px 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 0 #850209;
  -moz-box-shadow: 0 5px 0 #850209;
  box-shadow: 0 5px 0 #850209;
  border: 0;
}

.contact .mobile-chat-btn {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  color: white;
  font-size: 28px;
  font-weight: 500;
  background: #72b9ff;
  border: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 0 #427db6;
  -moz-box-shadow: 0 5px 0 #427db6;
  box-shadow: 0 5px 0 #427db6;
  position: relative;
}

.contact .mobile-chat-btn img {
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 40px;
  width: 39px;
}

h2.mobile-title {
  color: #987837;
  font-size: 1.5rem;
}

h3.mobile-title {
  color: #545454;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-form .form-field {
  margin-bottom: 20px;
}

.contact-form a {
  text-decoration: underline;
}

.contact-form .form-wrapper .row {
  border-top: none;
  padding: 0;
}

.contact-form .form-wrapper .row .form-field {
  margin-left: 0;
}

.contact-form .form-field input {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  border: 2px solid #c6d92f;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 16px;
  box-sizing: border-box;
  color: #545454;
  line-height: 30px;
  width: 100%;
  direction: rtl;
}

.cf-lead p {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.cf-lead .form-footer {
  padding: 0 20px;
}

.cf-lead .btn-submit {
  text-align: center;
}

.contact-form .form-field textarea {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  border: 2px solid #e0d6c3;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 16px;
  height: 188px;
  box-sizing: border-box;
  color: #545454;
  line-height: 1.5;
  resize: none;
  width: 100%;
}

.contact-form .form-footer .wpcf7-submit {
  margin: 10px auto;
  color: white;
  font-size: 22px;
  display: block;
  font-weight: 400;
  background: #015f3b;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  border-radius: 50px;
  cursor: pointer;
  border: none;
}

.cf-lead .form-footer .wpcf7-submit {
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
  background: #015f3b;
  text-align: center;
  width: fit-content;
  font-weight: 400;
  box-sizing: border-box;
  padding: 6px 20px;
  border-radius: 0;
  cursor: pointer;
  border: none;
}

span.wpcf7-not-valid-tip {
  color: #b5121b;
  font-size: 15px;
  font-weight: 500;
}

.contact-form .form-field input.wpcf7-not-valid,
.contact-form .form-field textarea.wpcf7-not-valid {
  border-color: #b5121b;
}

.contact-form .form-field label {
  position: absolute;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.contact-form .form-footer p {
  font-size: 18px;
  color: #898989;
  width: 100%;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}

.cf-lead .form-footer p {
  font-size: 17px;
  color: #ffffff;
}

.cf-lead {
  padding-bottom: 50px;
}

.contact-form .form-footer .newsletter span.wpcf7-list-item {
  margin-right: 0;
}

.contact-form .form-footer .newsletter {
  font-size: 18px;
  color: #898989;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}

.cf-lead .form-footer .newsletter {
  color: #ffffff;
}

.contact-form .form-footer .newsletter .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0px;
  border-radius: 100%;
  opacity: 1;
  background: #b5121b;
  cursor: pointer;
  border: 2px solid transparent;
}

.success_sms {
  position: relative;
  margin-right: 27px;
  top: -33px;
}

.contact-form .form-footer .newsletter br {
  display: none;
}

.contact-form .form-footer .newsletter #newsletterChId {
  top: 3px;
}

.contact-form .form-footer .newsletter label .active i {
  opacity: 1;
}

.contact-form .form-footer .newsletter input {
  opacity: 0;
  margin-left: 0px !important;
  width: 0px;
  height: 0px;
  top: 0px;
  position: relative;
}

.contact-form .form-footer .newsletter input:focus {
  webkit-box-shadow: 0px 0px 8px #000000;
  -moz-box-shadow: 0px 0px 8px #000000;
  box-shadow: 0px 0px 8px #000000;
}

.contact-form .form-footer .newsletter .wpcf7-list-item-label {
  /*display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;*/
  cursor: pointer;
}

.contact-form .form-footer .newsletter label i {
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  color: white;
  font-size: 13px;
}

.contact-form
.form-footer
.newsletter
[type="checkbox"]:checked
+ .wpcf7-list-item-label
i {
  opacity: 1;
}

.contact-form .form-footer .newsletter .client-newsletter:focus-within {
  border: 2px solid black;
}

#contactModal {
  position: fixed;
  z-index: 1045;
  background: none;
}

#contactModal .modal-body {
  height: 550px;
}

.products h1 {
  margin-bottom: 0;
}

.nav-item .products .title,
.products h2 {
  color: #987837;
  font-size: 30px;
  font-weight: 500;
  margin: 20px auto 10px;
}

.products .row {
  margin: 10px auto;
  line-height: 1;
}

.products .row .col-md-3 {
  padding: 0px 60px;
  padding-bottom: 50px;
}

.products .row .col-md-3 p {
  color: #987837;
  font-size: 22px;
  box-sizing: border-box;
  padding: 0 8px;
  font-weight: 500;
}

.product-items .row {
  background: url(../img/product-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.product-items .row .product-info {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.product-items .row .product-info h2 {
  font-size: 60px;
  font-weight: 400;
  color: #987837;
  margin: 15px auto;
  line-height: 1;
}

.product-items .row .product-info h3 {
  font-size: 20px;
  font-weight: 500;
  color: #987837;
  margin: 15px auto;
  line-height: 1;
  opacity: 0.6;
}

.product-items .row .product-info p {
  font-size: 18px;
  color: #898989;
  line-height: 1.6;
  font-weight: 400;
}

.product-items .row .product-info a {
  text-decoration: underline;
}

.product-items .row .product-image img {
  margin-top: -50px;
  margin-bottom: -100px;
}

.product-items .row .recipes-btn a {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  background: #b5121b;
  width: 260px;
  padding: 20px 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 0 #850209;
  -moz-box-shadow: 0 5px 0 #850209;
  box-shadow: 0 5px 0 #850209;
}

.product-items .row .product-nutritional .card {
  background: none;
  border: none;
}

.product-items .row .product-nutritional .card-header {
  background: none;
  border: none;
}

.product-items .row .product-nutritional .card-header .btn-link:hover,
.product-items .row .product-nutritional .card-header .btn-link.focus,
.product-items .row .product-nutritional .card-header .btn-link:focus {
  text-decoration: none;
}

.product-items .row .product-nutritional .card-header .btn-link {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 0;
  cursor: pointer;
}

.product-items .row .product-nutritional .card-body table thead tr {
  border: none;
  padding: 5px;
  background: #9d0d16;
}

.product-items .row .product-nutritional .card-body table thead tr th {
  font-weight: bold;
  padding: 5px;
  box-sizing: border-box;
}

.product-items
.row
.product-nutritional
.card-body
table
thead
tr
th:nth-child(1) {
  text-align: right;
}

.product-items .row .product-nutritional .card-body table tbody {
  background: rgba(255, 255, 255, 0.4);
}

.product-items .row .product-nutritional .card-body table tbody tr td {
  padding: 10px;
  box-sizing: border-box;
}

.product-items
.row
.product-nutritional
.card-body
table
tbody
tr
td:nth-child(1) {
  text-align: right;
}

.about .about-top {
  height: 630px;
  background: url(../img/about-bg.jpg) center bottom no-repeat, white;
}

.about .about-top .about-title {
  font-size: 60px;
  color: #987837;
  font-weight: 400;
  line-height: 0.95;
  padding-top: 50px;
}

.about .about-top .about-title span {
  display: block;
}

.about .about-top .about-subtitle {
  font-size: 18px;
  color: #898989;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}

.about .about-content p {
  text-align: right;
  line-height: 1.8;
  font-size: 18px;
  color: #898989;
  margin: 1.5em 0;
}

.about .circles-container {
  margin-bottom: 50px;
  position: relative;
}

.about .circles-container:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: url(../img/about-dots.png) center top repeat-y;
}

.about .circles-container .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
  background: #987837;
  border-radius: 300px;
  position: relative;
  cursor: pointer;
  border: 6px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.4s;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition-delay: 0s;
}

.about .circles-container .circle:before {
  content: "";
  border: 4px solid #987837;
  border-radius: 300px;
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 50%;
  opacity: 0;
  left: 50%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transition-delay: 0s;
}

.about .circles-container .circle .icon {
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.4s;
}

.about .circles-container .circle .icon img {
  height: 110px;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about .circles-container .circle h2 {
  color: white;
  display: inline-block;
  font-size: 60px;
  font-weight: 500;
  position: relative;
  margin: 14px 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about .circles-container .circle .info {
  max-height: 0;
  opacity: 0;
  display: none;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.4s;
}

.about .circles-container .circle .info p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}

.about .circles-container .circle.expanded,
.desktop-dev .about .circles-container .circle:hover {
  width: 525px;
  height: 524px;
  background: #005db7;
  border: 6px solid white;
}

.about .circles-container .circle.expanded:active,
.desktop-dev .about .circles-container .circle:hover:active {
  outline: none;
}

.about .circles-container .circle.expanded:before,
.desktop-dev .about .circles-container .circle:hover:before {
  content: "";
  border: 4px solid #987837;
  border-radius: 300px;
  position: absolute;
  width: 104%;
  height: 104%;
  opacity: 1;
  top: -2%;
  left: -2%;
  transition-delay: 0.2s;
}

.about .circles-container .circle.expanded .icon,
.desktop-dev .about .circles-container .circle:hover .icon {
  opacity: 1;
  max-height: 194px;
  max-width: 100%;
  transition-delay: 0.2s;
}

.about .circles-container .circle.expanded .icon img,
.desktop-dev .about .circles-container .circle:hover .icon img {
  opacity: 1;
  transition-delay: 0s;
}

.about .circles-container .circle.expanded h2,
.desktop-dev .about .circles-container .circle:hover h2 {
  padding-top: 0;
}

.about .circles-container .circle.expanded .info,
.desktop-dev .about .circles-container .circle:hover .info {
  width: 360px;
  max-height: 300px;
  max-width: 360px;
  opacity: 1;
  transition-delay: 0.2s;
  display: block;
}

.about .circles-container .circle.expanded .info p,
.desktop-dev .about .circles-container .circle:hover .info p {
  opacity: 1;
  transition-delay: 0.1s;
}

.about .circles-container .circle:last-child {
  margin-bottom: 0;
}

.need_know h1 {
  font-size: 60px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.need_know .sort {
  margin-top: 20px;
}

.need_know .sort .item {
  max-width: 200px;
  font-size: 22px;
  font-weight: 400;
  color: #987837;
  margin: auto 20px;
  opacity: 0.5;
}

.need_know .sort .item.active {
  opacity: 1;
}

.need_know .posts-container {
  padding: 30px 0;
  box-sizing: border-box;
  padding-bottom: 0;
}

.post_block_wrapper .post-info .subtitle {
  box-sizing: border-box;
  margin-top: 20px;
  font-weight: 400;
  pointer-events: auto;
}
.single_post-content .breadcrumbs {padding-right:0;}
.single_post-content .poster iframe {
  margin: 0px auto;
  width: 100%;
}

.single_post-content .content-text iframe {
  max-width: 100%;
  margin: 0;
}

.bg-404 {
  height: 800px;
  background: url(../img/404.jpg) center top no-repeat;
}

.single_post-content .info .category {
  font-size: clamp(1.375rem, 1.2163rem + 0.7051vw, 2.0625rem);
}

.single_post-content .poster {
  position: relative;
}

.single_post-content .poster img {
  width: 100%;
}



.single_post-content .big-image {
  width: 100%;
  height: 650px;
}

.single_post-content .content-text {
  padding-top: 20px;
  padding-bottom: 50px;
}

.single_post-content .content-text h2,
.single_post-content .content-text h3,
.single_post-content .content-text h4 {
  margin: 1rem 0;
}

.single_post-content .content-text a {
  text-decoration: underline;
  font-weight: 700;
}

.single_post-content .content-text ul,
.single_post-content .content-text ol {
  margin: 15px 0;
  padding-right: 30px;
}

#cookies-popup {
  width: 100%;
  height: 40px;
  font-size: 1.15rem;
  background: rgba(1, 95, 59, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#cookies-popup > div {
  max-width: 90%;
  padding: 0 5%;
}

#cookies-popup a {
  text-decoration: underline;
}

#cookies-popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  right: 16px;
  z-index: 2;
  transform: rotate(48deg) translateY(-50%);
  cursor: pointer;
  border: 0;
  background: transparent;
}

#cookies-popup-close:before,
#cookies-popup-close:after {
  content: "";
  width: 2px;
  height: 30px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
}

#cookies-popup-close:after {
  transform: rotate(85deg);
}

section.search .search-info h1 {
  text-align: center;
  margin: 0px auto;
  position: relative;
  padding-top: 10px;
}
/*
section.search .search-info h1::before,
section.search .search-info h1::after {
  content: "";
  background-image: url(../img/title-leaf.svg);
  width: 77.5px;
  height: 34px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

section.search .search-info h1::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: 10px;
}
*/
section.search .items {
  padding: 30px 0;
  box-sizing: border-box;
  padding-bottom: 0;
}

section.search .items .item {
  vertical-align: top;
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 175px;
  background: white;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 5px 20px rgba(70, 95, 205, 0.15);
  -moz-box-shadow: 0px 5px 20px rgba(70, 95, 205, 0.15);
  box-shadow: 0px 5px 20px rgba(70, 95, 205, 0.15);
}

section.search .items .item .item-img {
  width: 100%;
  height: 230px;
  position: relative;
}

section.search .items .item .item-info h3 {
  color: #987837;
  font-size: 20px;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  font-weight: 500;
}

section.search .items .item .item-info p {
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  margin: 1rem 0;
}

section.breadcrumbs {
  opacity: 0.75;
	padding:1rem 2rem;
  /* position: absolute;
     top: 78px;
     padding: 10px;
     opacity: 0.5;
     font-size: 14px;
     z-index: 2;
     width: 100%;
     right: 150px;
     text-decoration: none;*/
}

section.breadcrumbs .breadcrumbs__item {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

section.breadcrumbs .breadcrumbs__item:before {
  content: ">";
  display: block;
  width: 5px;
  left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.breadcrumbs .breadcrumbs__item:last-child:before {
  content: none;
}

section.breadcrumbs .breadcrumbs__item::after {
  content: none;
}

section.breadcrumbs .breadcrumbs__item .breadcrumbs__link {
  
}

section.banner-section {
  overflow: hidden;
	background-color: rgba(255,255,255,0.5);
}

section.banner-section .banner-image-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

section.banner-section .banner-image-wrapper::before {
  content: "";
  background-image: url(../img/blue-grad-desk.png);
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  opacity: 0.2;
  display: none;
}

/*.page-template-template-recipe-and-post section.banner-section .banner-image-wrapper::before {
    opacity: 0.85;
}*/

section.banner-section .banner-image {
  height: 100%;
}

section.banner-section .banner-content-inner {
  padding: 2rem; 
}

.page-template-template-recipe-and-post
section.banner-section
.banner-content
.description {
  max-width: 100%;
}

.banner-content-inner .more-container {
  max-height: 0;
  overflow: hidden;
}

.banner-content-inner .more-container.open {
  max-height: unset;
}

section.banner-section .banner-content .recipe-container {
  padding-bottom: 5px;
  padding-top: 30px;
}

section.banner-section
.banner-content
.more-container.open
.recipe-category-item
a {
  font-size: 22px;
  color: #987837;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.title-with-arrow {
  position: relative;
  max-width: fit-content;
	font-weight: 400;
}

.arrow-down {
  top: 35%;
  position: absolute;
  width: 0.515em;
  height: 1.25em;
  right: 101%;
}
.title-with-icon {
  position: relative;
  padding-right: clamp(2.5rem, 2rem + 2.5vw, 5.5rem);
	font-weight:400;
}
.title-icon {
  top: 50%;
  position: absolute;
  width: clamp(2.5rem, 2rem + 2vw, 5rem);
  height: clamp(2.5rem, 2rem + 2vw, 5rem);
  right: 0%;
  transform: translateY(-50%);
}
.title-icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.recipes {
  padding-top: 4vw;
  list-style: none;
}

.post_block_wrapper {
  vertical-align: top;
  padding-bottom: 30px;
  position: relative;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.post_block_wrapper .slider-info {
  padding: 20px;
}

.post_block_wrapper .slider-info .title h2,
.post_block_wrapper .slider-info .title h3 {
  display: block;
  color: #987837;
  /*margin-top: 20px;*/
  width: 100%;
  font-weight: 400;
}


.post_block_wrapper .post-top-img .clickable-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

.post-top-video .play {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../img/play.svg) center center no-repeat;
  background-size: 20% auto;
  pointer-events: none;
}

.post_block_wrapper .post-top-img {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 70%;
  border-top: 2px solid #533115;
  border-bottom: 2px solid #533115;
}

.post_block_wrapper .post-info {
  width: 100%;
  padding: 1rem;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.post_block_wrapper .post-info .category {
  color: #a70d0f;
  margin-bottom: 20px;
}

.post_block_wrapper .post-info .title h2,
.post_block_wrapper .post-info .title h3 {
  display: block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 0;
}

#navbarNavMob .nav-item:first-child .nav-link::before {
  content: none;
}

@media (max-width: 767.98px) {
  #navbarNav {
    display: none;
  }

  #navbarNavMob {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: white;
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.slick-slide .slider-top-img .like,
.single_post-content .poster .like,
.post_block_wrapper .post-top-img .like {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 600;
}

.slick-slide .slider-top-img .like .like-btn,
.single_post-content .poster .like .like-btn,
.post_block_wrapper .post-top-img .like .like-btn {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/unheart.png) center center / auto 14px no-repeat rgba(184, 215, 0, 1);
  border-radius: 100%;
  cursor: pointer;
  border: none;
}

.slick-slide .slider-top-img .like p,
.single_post-content .poster .like p,
.post_block_wrapper .post-top-img .like p {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 12px;
  margin-right: 8px;
  line-height: 1;
  font-weight: 500;
  background: rgb(201, 40, 45);
  padding: 6px 10px;
  border-radius: 50px;
  position: relative;
}

.slick-slide .slider-top-img .like p::before,
.single_post-content .poster .like p::before,
.post_block_wrapper .post-top-img .like p::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #c9282d;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -5px;
}

.slick-slide .slider-top-img .like.disabled .like-btn,
.single_post-content .poster .like.disabled .like-btn,
.post_block_wrapper .post-top-img .like.disabled .like-btn {
  background: url(../img/heart.png) center center no-repeat #c9282d;
  background-size: auto 14px;
}

.single_post-content .share {
  top: auto;
  bottom: 15px;
}
.share {
  position: absolute;
  top: 70%;
  left: 15px;
  z-index: 600;
  bottom: auto;
}

.share .share-btn {
  background: url(../img/share.png) center center no-repeat #005db7;
  background-size: 16px auto;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  background-position: 46% 50%;
  /*-webkit-transition: all 0.2s ease;*/
  /*-moz-transition: all 0.2s ease;*/
  /*-ms-transition: all 0.2s ease;*/
  /*-o-transition: all 0.2s ease;*/
  /*transition: all 0.2s ease;*/
  position: relative;
  border: none;
}

.share .expand {
  position: absolute;
  height: auto;
  overflow: hidden;
  bottom: 45px;
  padding-bottom: 5px;
  transition: all 0.2s ease;
}
.share .expand li {list-style: none;}
.share .expand a {
  display: block;
  color: white;
  line-height: 38px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-top: 6px;
  cursor: pointer;
  text-align: center;
  /*opacity: 0;*/
  position: relative;
  top: 5px;
  /*visibility: hidden;*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1rem;
}

/*.share .expand.expanded a {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/*.share .expand.expanded a:first-child {*/
/*  transition-delay: 0.1s;*/
/*}*/

.share .expand .facebookshare {
  background: #3b5998;
  transition-delay: 0.1s;
}

.share .expand .whatsappshare {
  background: #57da45;

  transition-delay: 0s;
}

.share .expand .mailshare {
  background: #999;
  transition-delay: 0s;
}

@media (min-width: 768px) {
  /*.whatsappshare{display:none!important;}*/
  .collapse.dont-collapse-md {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .posts-slider .slick-slide .slider-info .excerpt {
    line-height: 1.15 !important;
    font-size: 18px !important;
  }
}

.nav-item .recipe-categories {
  display: none;
  background: #fff;
  position: fixed!important;
  border-top: 2px solid rgba(184, 215, 0, 1);
  width: 100%;
  left: 0;
  top: unset!important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);
  box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);
  transition: all 0.3s ease;
  font-size: 90%;
  line-height: 1.4;
  margin: 0;
  color: #533115;
}

.nav-item .recipe-categories .recipe-container {
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  margin: 0px;
  justify-content: flex-start;
	max-width: 90%;
	margin: 0 auto;
}

.nav-item .recipe-categories .recipe-container > .recipe-category-item {
  padding: 0px 1%;
  flex: 0 0 20%;
  margin-bottom:  0;
}



.nav-item .recipe-categories::before {
  content: "";
  display: block;
  -webkit-box-shadow: inset 0px 4px 18px -4px rgba(152, 120, 55, 0.16);
  -moz-box-shadow: inset 0px 4px 18px -4px rgba(152, 120, 55, 0.16);
  box-shadow: inset 0px 4px 18px -4px rgba(152, 120, 55, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.nav-item.active .recipe-categories {
  display: block;
}

.banner-content .recipe-category-item .cat-icon,
.nav-item .recipe-categories .recipe-category-item .cat-icon {
  height: 75px;
  width: 91px;
}

.nav-item .recipe-categories .recipe-category-item p,
.nav-item .recipe-categories .recipe-category-item .heading {
  color: #533115;
  margin: 0 auto 0.2rem;
}
.nav-item .recipe-categories .recipe-category-item .heading {
  font-size: inherit;
}
.footer {
  padding-top: 20px;
  background: url(../img/footer-bg-min.jpg) center center / cover no-repeat;
  padding-bottom: 20px;
}

.footer_top {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 50px auto;
}

.footer .footer__col ul.menu {
  list-style: none;
}

.footer .footer__col ul.menu li::before {
  position: absolute;
  content: "\200B"; /* add zero-width space */
}

.footer .footer_block_heading {
  font-size: 80%;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer .footer__col ul.menu li {
  display: block;
  font-size: 80%;
  font-weight: 400;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer__col2 ul.menu li {
    width: 48%;
    display: inline-block;
}
.footer .footer__col ul.menu li a:hover {
  text-decoration: underline!important;
}

.footer .footer__col ul.menu li:first-child {
  margin-top: 0;
}

.footer .cf-lead .subtitle_span {
  font-weight: 400;
}

.footer .approve > p {
  margin-bottom: 0;
}

.footer .approve label {
  margin-bottom: 0;
}

.nav-item .products {
  display: none;
  background: #fff;
  position: fixed;
  border-top: 2px solid #b5121b;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);
  -moz-box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);
  box-shadow: 0px 4px 18px rgba(152, 120, 55, 0.16);
  transition: all 0.3s ease;
}

.nav-item .products::before {
  content: "";
  display: block;
  -webkit-box-shadow: inset 0px 4px 18px -4px rgba(152, 120, 55, 0.16);
  -moz-box-shadow: inset 0px 4px 18px -4px rgba(152, 120, 55, 0.16);
  box-shadow: inset 0px 4px 18px -4px rgba(152, 120, 55, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-item.active .products .slider-products a {
  color: #b5121b;
}

.nav-item.active .products {
  display: block;
}

.mobile-header-menu .nav-item.active .products {
  overflow-y: scroll;
  max-height: calc(100vh - 140px);
}

.map-section {
  margin-bottom: 40px;
}

.map-section h1 {
  font-size: 60px;
  color: #b5121b;
  font-weight: 400;
}

.map-section ul {
  margin: 0 1em;
  padding-right: 0;
}

.map-section ul li h2 {
  font-weight: 700;
  font-size: 1.5rem;
}

.map-section ul li a {
  margin: 3px 0;
}

.map-section ul ul ul li a {
  font-weight: 700;
  font-size: 16px;
}

.copyright,
.terms {
  color: #4a575b;
  font-family: "Heebo";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 11px;
}

.copyright,
.terms {
  position: relative;
}

.copyright::after,
.terms::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  display: block;
  background-color: #abb1b3;
}

.copyright {
  text-decoration: none;
}

.upstairs {
  position: fixed;
  border: 0;
  left: 5px;
  bottom: 5px;
  width: 39px;
  height: 39px;
  background-color: #987837;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

.upstairs::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1031;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 57px 20px 20px 20px;
  display: none;
}

.modal {
  background-color: #fff;
  z-index: 12;
  width: 100%;
  margin: auto;
  height: 100%;
  display: none;
  position: relative;
}

.modal__close {
  background: transparent;
  border: none;
  font-size: 30px;
  color: #b5121b;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}

.burder-menu {
  display: none;
}

.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 3;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  list-style: none;
  margin-left: 23px;
  position: relative;
}

.breadcrumbs__item::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 6px;
  display: block;
  height: 6px;
  width: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid #959b9d;
  border-left: 1px solid #959b9d;
}

.breadcrumbs__item:nth-last-of-type(1) {
  margin-left: 0;
}

.breadcrumbs__item:nth-last-of-type(1)::after {
  content: none;
}

.post-type-archive-recipe .content .recipe-container {
  padding-top: 40px;
}

.recipe-categories-button {
  background: #faebc9;
  color: #987837;
  padding: 15px 30px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: right;
  font-size: 28px;
  font-weight: 500;
  vertical-align: middle;
  margin: 30px -20px;
}


.recipe-content .ingredients .list-title {
  font-weight: 700;
  text-decoration: underline;
  margin: 10px 0;
}

.recipe-content .photos .step img {
  width: 100%;
}

.recipe-content .method .text img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.recipe-content .ingredients ol, .recipe-content .ingredients ul,
.recipe-content .method ol, .recipe-content .method ul {
  list-style: none;
}
.recipe-content .ingredients ol li, .recipe-content .ingredients ul li,
.recipe-content .method ol li, .recipe-content .method ul li{
  margin-bottom: 1vw;
}
.recipe-content .ingredients ol li::before, .recipe-content .ingredients ul li::before,
.recipe-content .method ol li::before, .recipe-content .method ul li::before{
  content: "";
  width: 0.35em;
  height: 0.35em;
  background-color: currentColor;
  margin-top: -2px;
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: middle;
}
.recipe-desc {
  font-size: 18px;
  font-weight: 700;
  max-width: 780px;
  margin: 30px auto;
}

.share-container {
  text-align: left;
  list-style: none;
  padding: 0;
  display: flex;
}

.like-container {
  text-align: right;
}

.share-container .share-title,
.like-container .like-title {
  text-align: center;
  color: #404040;
  font-size: 22px;
  font-weight: 500;
}

.like-container .like {
  margin-right: 10px;
}

.like-container .like .like-btn {
  width: 70px;
  height: 70px;
  display: inline-block;
  background: url(../img/unheart.png) center center no-repeat #c9282d;
  background-size: auto 25px;
  border-radius: 100%;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}

.like-container .like.disabled .like-btn {
  background: url(../img/heart.png) center center no-repeat #c9282d;
  background-size: auto 25px;
}

.like-container .like p {
  display: inline-block;
  background: #c9282d;
  vertical-align: middle;
  color: white;
  font-size: 22px;
  padding: 10px 16px;
  margin-right: 8px;
  font-weight: 500;
  line-height: 1.15;
  border-radius: 50px;
  position: relative;
}

.like-container .like p::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #c9282d;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -7px;
}

.share-container a {
  display: inline-block;
  color: white;
  line-height: 72px;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  margin-top: 6px;
  margin-right: 10px;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.share-container .facebookshare {
  background: #3b5998;
  transition-delay: 0s;
}

.share-container .mailshare {
  background: #987837;
  transition-delay: 0.1s;
}

.share-container .whatsappshare {
  background: #57da45;
  transition-delay: 0.1s;
}

.share-container .print {
  background: #72b9ff;
  transition-delay: 0.1s;
}

.recipe-product {
  margin-top: 30px;
  height: 400px;
  width: 100%;
  background: url(../img/recipe-product.jpg) center center no-repeat;
  background-size: 100%;
  color: white;
  margin-bottom: 30px;
}

.recipe-product-title {
  font-size: 2rem;
}

.recipe-content .advice {
  color: #72b9ff;
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
  position: relative;
}

.recipe-content .advice::before,
.recipe-content .advice::after {
  content: "";
  display: block;
  background: url(../img/footerdiv-desk.png) center no-repeat;
  width: 100%;
  height: 30px;
  background-size: 100%;
}

.recipe-content .advice::after {
  background: url(../img/footerdiv-flat-desk.png) center no-repeat;
  background-size: 100%;
}

.recipe-content .advice h2 {
  color: #72b9ff;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 25px;
}

.recipe-content .advice .advice-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 20px;
}

.recipe-content .advice .advice-text ul {
  list-style-position: inside;
}

section.comments {
  padding-bottom: 30px;
}

.comments-count {
  font-size: 36px;
  padding: 20px 0;
  margin-top: 20px;
  border-bottom: 1px solid #b1b1b1;
}

.comments .comments-title {
  font-size: 32px;
  color: #404040;
  font-weight: 500;
}

.comments .comments-title .add-new {
  color: white;
  font-size: 22px;
  font-weight: 500;
  width: 220px;
  cursor: pointer;
  margin: 10px 0 30px;
  background: rgba(184, 215, 0, 1);
  padding: 10px 20px;
  text-align: center;
  border-radius: 0;
  line-height: 1.15;
  border: 0;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.children {
  list-style: none;
}

.commentlist li.comment {
  padding: 1em 0 0;
  border-bottom: 1px solid #b1b1b1;
}

.commentlist .children li.comment {
  padding-right: 60px;
  border-top: 1px solid #b1b1b1;
  border-bottom: 0;
}

.comment-author {
  color: #b5121b;
  font-size: 24px;
  font-weight: 500;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  padding-top: 8px;
  color: #987837;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 500;
}

.comment-body p {
  color: #898989;
  line-height: 1.6;
  margin: 1em 0;
}

.comment-body a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.avatar.photo {
  display: none;
}

.comment-form {
  padding-top: 30px;
}

.comment-form label {
  display: block;
  color: #898989;
  font-size: 22px;
  margin: 8px 0;
}

.comment-form input,
.comment-form textarea {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  border: 2px solid #c6d92f;
  border-radius: 6px;
  font-size: 24px;
  padding: 10px 16px;
  height: 50px;
  box-sizing: border-box;
  color: #545454;
  line-height: 1.5;
}

.comment-form textarea {
  width: 100%;
  height: 260px;
  resize: none;
}

.comment-form #email-notes {
  display: none;
}

.comment-form .form-submit {
  text-align: left;
}

.comment-form .submit {
  color: white;
  font-size: 22px;
  min-width: 220px;
  cursor: pointer;
  margin: 10px auto 30px;
  background: rgba(184, 215, 0, 1);
  padding: 10px 20px;
  text-align: center;
  border-radius: 0;
  border: none;
  height: auto;
}

@media (max-width: 1600px) {
  .posts-slider .slick-slide .slider-info {
    padding: 20px;
  }
}

@media (max-width: 1366px) {

  .new_recipes_subtitle br {
    display: none;
  }

}

@media (max-width: 1200px) {
  .modal.open {
    min-height: max-content;
    max-height: max-content;
    height: 100%;
    width: 100%;
  }
  .content .recipe-container .recipe-category-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    margin: 0;
  }

  /*  section.banner-section .banner-image-wrapper .banner-image{height: 580px;}
    */
  .main_header .col-md-4 > a {
    max-height: 330px;
  }

  
}

@media (max-width: 767.98px) {

  .breadcrumbs {
        display: none;
  }
  .single_post-content {
    padding-top: 3rem;
  }
  .bg-404 {
    max-height: 40vh;
    background-size: contain;
  }

  .navbar-expand-lg > .container {
    padding-left: 15px;
    padding-right: 15px;
  }


  .navbar-toggler {
    margin: 0px;
    z-index: 9999;
    padding: 1rem 0;
  }
  .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #navbarNavMob {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: white;
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  #navbarNavMob ul.navbar-nav {
    list-style: none;
    margin: 90px 0 0 0;
    padding: 0;
  }

  #navbarNavMob ul li:not(.special-item) {
    display: block;
    clear: both;
    border-top: 2px solid #533115;
    padding: 10px 0px;
  }
  #navbarNavMob ul li.special-item {
    display: block;
    width: 100%;
    clear: both;
  }

  .products-menu-content {
    display: block;
    border: 0;
    padding: 0;
    min-width: 100%;
    background-color: #fff6e1;
    font-size: 22px;
    color: #533115;
    margin: 0;
  }
  .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 22px;
  }

  #navbarNavMob ul li img {
    width: 50px;
    height: 40px;
    object-fit: contain;
    margin-left: 10px;
  }
  #navbarNavMob .nav-item .recipe-categories .recipe-container {
    margin: 0 -15px;
	  max-width: unset;
    display: block;
  }
  #navbarNavMob .nav-item .recipe-categories .more-container {
    display: block;
  }
  #navbarNavMob .nav-item .recipe-categories {
    padding: 0;
    border: 0;
    background-color: #fff6e1;
  }
  #navbarNavMob .nav-item .recipe-categories .container {
    max-width: 100%;
  }
  #navbarNavMob .nav-item .recipe-category-item ul li {
    padding: 10px 0;
    border-top: 2px solid #533115;
  }
 
  #navbarNavMob .nav-item .recipe-categories ul li a {
    padding: 0 1em;
  }
  .products-menu-content .recipe-category-item.recipe-category-item:not(:nth-child(3n)) {border:0;}
  .mobile-header-menu .nav-link {
    font-size: 30px;
  }

  nav .social-wrap {
    display: none;
  }


  .slider_description {
    width: 90%;
    margin: 0;
    font-size: 35px;
  }

  .slider_button {
    margin-top: 30px;
  }

  .slider_title {
    font-size: 3.5rem;
  }

  .carousel_jumbo__slide_wrapper {
    height: 500px;
  }

  .slide_content {
    height: 500px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search_form {
    height: 200px;
    padding: 45px 60px;
  }

  .menurow {
    position: static !important;
  }

  .dropdown-toggle:hover ~ .dropdown-menu {
    display: none;
  }

  .nav_link {
    padding: 0;
  }

  .dropdown-menu__link {
    padding: 0 1rem;
  }

  .dropdown-menu {
    border: 0;
    padding: 0;
    min-width: 100%;
    background-color: #fff6e1;
    font-size: 22px;
    color: #533115;
  }

  .dropdown-menu__item {
    background-color: #fff6e1;
  }

  .dropdown-menu__link + .dropdown-menu {
    background-color: #fff6e1;
  }

  .dropdown-menu__link + .dropdown-menu .dropdown-menu__item {
    background-color: #fff6e1;
  }

  .dropdown-menu__link span {
    padding: 0;
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar {height: 5rem;}
  .content {padding-top: 5rem;}
  .hero-bg {
    padding-bottom: 40%;
  }
  .about-text {
    padding-left: 0;
  }
  .navbar-expand-lg > .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
	.container{max-width:100%;}
  .logo {
    width: 25vw;
  }
	.post_block_wrapper .post-info {padding: 0.5rem;}
  .about {
    background: url(../img/about-bg-m.jpg) center top no-repeat #ffffff;
    background-size: 100% auto;
  }

  .about .about-top {
    height: auto;
    background: none;
  }

  .about .about-top .about-subtitle {
    display: none;
  }

  .about .about-top .about-title,
  .need_know h1,
  .faq h1,
  .contact h1,
  .products h1,
  .map-section h1,
  section.search .search-info h1 {
    font-size: 2rem;
  }

  .about .about-content {
    margin: 40px auto 50px;
    width: 100%;
    background: white;
    padding: 0;
    -webkit-box-shadow: 0px 5px 20px rgba(70, 95, 205, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(70, 95, 205, 0.15);
    box-shadow: 0px 5px 20px rgba(70, 95, 205, 0.15);
  }
	.title-with-arrow {
		margin-top:3rem;
	}

  .container-fluid{
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer_top {
    margin: auto;
    padding: 20px;
  }

  .footer .footer__col {
    margin-bottom: 20px;
  }

  .footer .footer__col ul.menu li {
    margin: 3px 0;
  }

  .footer .footer__col2 ul.menu li {
    width: 100%;
    display: block;
  }

  .content .recipe-container .recipe-category-item {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0;
    margin: 0;
  }

  .contact h1 {
    margin: 20px auto;
  }
	.recipe-durations{flex-direction:column;}
	.recepies-slider .slick-slide .slider-info {padding:0.5rem;}
	.recepies-slider .slick-slide {margin: 0 0.5rem 0;}

  .contact-form .form-footer p,
  .contact-form .form-footer .newsletter,
  .posts-slider .slick-slide .slider-info .excerpt {
    font-size: 16px;
    color: #545454;
  }

  .excerpt-mobile {
    color: #5b5b5b !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    margin-top: 10px;
  }

  .contact-info .row .text p {
    font-weight: 700;
    color: #545454;
  }

  #contactModal .modal-body {
    height: 80vh;
  }

  #faqs-accordion .card .card-header {
    padding: 15px;
  }

  #faqs-accordion .card .card-header .btn-link h2,
  .faq .to-contact h2 {
    font-size: 1.25rem;
  }

  #faqs-accordion .card .card-body {
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem 1rem;
  }

  .faq .to-contact .btn,
  .contact-form .form-footer .wpcf7-submit {
    max-width: 80%;
    padding: 15px 0;
  }


  .slick-slide .slider-info .title .excerpt {
    padding-top: 10px;
  }


  /*    .post-type-archive-recipe #main-slider{display: none;}
    */
  .share .expand {
    bottom: 65px;
  }

  .main_header .col-md-4 > a {
    margin: 0 0 10px;
  }


  .slick-slide .slider-top-img .like::before,
  .share,
  .post_block_wrapper .post-top-img .like::before,
  .single_post-content .poster .like::before,
  .share .share-btn {
    width: 30px;
    height: 30px;
  }

  section.banner-section {
    flex-direction: column-reverse;
  }


  .banner-content .recipe-category-item {
    opacity: 1;
  }

  .recipe-categories .more-container.open {
    margin-bottom: 20px;
  }

  .recipe-container {
    padding-bottom: 0;
  }

  .recipe-categories .more-container.open .recipe-category-item,
  .recipe-categories-block .more-container.open .recipe-category-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    clear: both;
    padding: 30px 30px;
    box-sizing: border-box;
    border-top: 1px solid #f9e9c4;
    color: #987837;
    background: #fdfcf9;
    font-weight: 400;
    font-size: 25px;
    padding-right: 109px;
    text-align: right;
  }

  .recipe-categories .more-container.open .recipe-category-item:last-child {
    border-bottom: 1px solid #f9e9c4;
  }

  .heateorSssPrintBackground {
    display: none !important;
  }

  .recipe-product {
    margin-top: 30px;
    height: auto;
    width: 100%;
    background-size: 100%;
    line-height: 1;
    color: white;
  }

  .recipe-product .text {
    padding: 20px 140px 20px 10px;
  }

  .recipe-product h3 {
    font-size: 0.9rem;
  }

  .share-container .print {
    display: none;
  }

  .recipe-content .advice::before,
  .recipe-content .advice::after {
    background-size: 200%;
  }

  .product-items .row .product-info h2 {
    font-size: 2rem;
    padding: 0 20px;
  }

  .product-items .row .product-info p {
    font-size: 1rem;
    font-weight: 400;
    color: #545454;
    margin-bottom: 30px;
  }

  .product-items .row .product-nutritional .card-header .btn-link {
    font-size: 20px;
  }

  .posts-slider .slick-slide .slider-info {
    padding: 15px;
  }


  .recepies-slider .slick-prev,
  .posts-slider .slick-prev {
    right: 0px;
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }

  .recepies-slider .slick-next,
  .posts-slider .slick-next {
    left: 0px;
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }

  .nav-item.active .products .container {
    max-width: 100%;
  }

  .dotted-title h2 {
    font-size: 1.35rem;
  }

  .dotted-title h2::before,
  .dotted-title h2::after,
  .dotted-title.single-latest-post h2::before,
  .dotted-title.single-latest-post h2::after {
    height: 3px;
    width: 25%;
  }

  .popular-recipes .dotted-title h2::before,
  .popular-recipes .dotted-title h2::after,
  .latest-posts .dotted-title.blue-title h2::before,
  .latest-posts .dotted-title.blue-title h2::after {
    width: 10%;
  }

  .popular-recipes .dotted-title h2 span,
  .latest-posts .dotted-title.blue-title h2 span {
    max-width: 80%;
  }

  .product-items .row .recipes-btn a {
    font-size: 18px;
    padding: 15px 0;
  }

  .share-container a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .like-container .like .like-btn {
    width: 40px;
    height: 40px;
    background-size: auto 15px;
  }

  .comments .comments-title .add-new {
    width: auto;
    font-size: 18px;
    padding: 15px;
  }

  .like-container .like p {
    font-size: 12px;
  }

  .comments-count {
    font-size: 1rem;
  }

  .comment-form input,
  .comment-form textarea {
    width: 100%;
  }

  .recipe-desc {
    font-size: 1rem;
    line-height: 1.25;
    margin: 15px auto;
  }

  .recipe-categories-button {
    font-size: 1.35rem;
  }

  .read-more-btn {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  

  .about .circles-container .circle.expanded .icon {
    display: none;
  }

  .about .circles-container .circle.expanded {
    width: 300px;
    height: 300px;
  }

  .about .circles-container .circle h2 {
    font-size: 2rem;
  }

  .about .circles-container .circle.expanded .info {
    width: 90%;
  }

  .about .circles-container .circle .info p {
    font-size: 1rem;
    line-height: 1.2;
  }


  .footer .social-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .social-footer-wrap {
    padding: 15px;
  }

  .navbar,
  .navbar > .container {
    height: 60px;
    min-height: 60px;    
    
  }
  .navbar > .container {
    flex-wrap: nowrap;
  }
  /*.navbar-toggler,
  .mobile-header-menu {
    margin-top: -20px;
  }*/

  .navbar-toggler:focus {
/*    outline: none;*/
    outline: auto 1px red;
  }

  .content {
    padding-top: 60px;
  }

  .product-items .row .product-image img {
    margin-bottom: -50px;
  }
  .main-search label {font-size: 1.5rem;}

  .search-container {
    height: 62px;
    max-width: 65%;
  }

  .search-container input {
    background-color: transparent;
    width: auto;
    font-size: 1.25rem;
  }

  .search-container .search__submit {
    height: auto;
    width: 30px;
    padding: 0;
  }

  .slider-products .col-4,
  .slider-products .slick-slide {
    padding: 0 5px;
  }

  .search_notfound_img {
    max-width: 60%;
  }

  .cloud_search {
    top: -80px;
    left: -50px;
  }

  .red-title h1 {
    font-size: 2rem;
  }

  .red-title h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 470px) {
}

@media (max-width: 425px) {
}

@media (max-width: 425px) and (max-width: 375px) {
}

/* override styles when printing */
@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
    font-size: 1rem;
  }

  header,
  footer,
  aside,
  nav,
  form,
  iframe,
  .single_post-share,
  .comments,
  .latest-posts,
  #cookies-popup,
  .upstairs,
  .breadcrumbs,
  .recipe-desc,
  .recipe-product,
  .recipe-content .advice::before,
  .recipe-content .advice::after,
  .single_post-content .poster .like,
  .single_post-content .poster .share,
  #accessibility-btn {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000 !important;
    font-size: 1.5rem !important;
  }

  .recipe-content .advice {
    text-align: right;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
  }

  .recipe-content .advice .advice-text {
    color: #000;
    font-size: 1rem;
    font-weight: normal;
  }

  .step img {
    max-width: 200px;
  }
}

/* .recepies-slider-nav, .posts-slider-nav {
  width: 4.4rem;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: 0.875rem;
  position: relative;
}

.recepies-slider-nav > ul, .posts-slider-nav > ul {
  padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.recepies-slider-nav > ul li, .posts-slider-nav > ul li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;
  background-color: #efd5d5;
  border: none;
  border-radius: 50%;
}

.recepies-slider-nav > ul li button, .posts-slider-nav > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.recepies-slider-nav > ul li.p-small-1,
.recepies-slider-nav > ul li.n-small-1,
.posts-slider-nav > ul li.p-small-1,
.posts-slider-nav > ul li.n-small-1{
  transform: scale(0.8);
}

.recepies-slider-nav > ul li.slick-active, .posts-slider-nav > ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
  background: #3498db;
}

.slick-dots li button:before {
  display: none;
} */

/*.grecaptcha-badge {
    visibility: hidden;
}

.recipe-categories .more-container{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.recipe-category-item.special-item.active{padding-bottom:100px;}*/
#comment-status {
  color: #b5121b;
}

.social_item > img {
  height: 120px;
  object-fit: cover;
  object-position: 100% 65%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.social_title {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  color: rgba(184, 215, 0, 1);
  padding: 5px 0px;
  font-weight: bold;
  position: relative;
}

.social_item {
  border-radius: 10px;
  box-shadow: 0px 4px 10.66px 2.34px rgba(0, 0, 0, 0.09);
}

.social_link {
  display: block;
}

.social_icon {
  position: absolute;
  width: 44px;
  height: 44px;
  /*border-radius: 50%;*/
  left: 7px;
  top: -26px;
  transform: translateY(-50%);
}

.social_icon > img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
}

.slogan {
  max-width: 150px;
}

.slogan img {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .socials {
    padding-top: 20px;
  }
   .product_category_search {max-width: 20rem;}
  .social_icon {
    top: -10px;
    left: 10px;
  }

  .social_link {
    width: 100%;
    margin: 10px 0px;
  }

  .socials .container {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .mobile-header-menu {
    margin-right: auto;
    margin-left: 10px;
    margin-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .socials .container {
    flex-direction: column;
  }

  .social_item > img {
    height: 85px;
  }
}

@media (max-width: 576px) {
  
  .mobile-header-menu {
    margin-right: auto;
    margin-left: 10px;
/*    margin-top: -20px;*/
  }

  .slogan {
    margin-top: -20px;
    max-width: 120px;
  }
}

.header_title {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(7%, -75%);
}
.header_title img{
  max-width: 20vw;
}
.grecaptcha-badge {
  visibility: hidden;
}

.view-more.active {
  display: none;
}

/* product taxonomy */

.product-section-image {max-width: 50%;}
.product-section-content {
  left: 30%;
  transform: translate(-60%, 5vw) rotate(-5deg);
  max-width: 13vw;
  text-align: center;
}
.product-section-text {font-weight:400;}
.product-section-meta {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.product-section-meta-row {
  display: flex;
  gap: 26px;
}

.product-section-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.product-meta-item-data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border: 2px solid #c6d92f;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
}

.product-meta-item-label {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  font-size: 13px;
}

.product-meta-item-name {
  font-weight: 600;
  font-size: 14px;
}


@media (max-width: 1200px) {

  .product-section-meta {
    width: 100%;
  }
}

@media (max-width: 991.98px) {

  .product-section-content {    
    max-width: 20vw;
    left:20%;
  }
  

}
@media (max-width: 767.98px) {
	.product-section-image {
		margin-left:auto;
	}

  .product-section-content {    
    max-width: 50%;
    left: 30%;
  }
  

}

.goodknow {
  margin: 50px 0 0;
}

h2.goodknow-title {
  text-align: center;
  color: #015f3b;
  border-bottom: 2px solid #015f3b;
}

.goodknow-row {
  margin-top: 35px;
}

.goodknow-item {
  margin-bottom: 20px;
}

.goodknow-item-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.goodknow-item-text {
  font-size: 16px;
}

.createdby {
  font-size: 14px;
}
.footer-bottom {
  background: #B7D700;
  border-top:2px solid #533115;
}

.footer-bottom-links ul {list-style: none;}

.footer-bottom-links li {
  display: inline-block;
  padding: 0 10px;
  font-size: 80%;
  position: relative;
}
.footer-bottom-links li:after{
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background: #533115;
}
.footer-bottom-links li:first-child::after {
  display: none;
}
.product-slide-product h3 {
  margin: 30px 0 30px;
  text-align: center;
}

.recipe-product-slider .slick-slide {
  text-align: center;
}
.single-recipe .recipe-content {background: rgba(255, 255, 255, .57); }
.single-recipe .product-slide-product img {
  transform: rotate(-6.5deg);
}


.product-slide-link {
  margin: 16px 0 32px 0;
}

.product-slide-link a {
  color: #ffffff;
  background-color: rgba(184, 215, 0, 1);
  font-size: 18px;
  padding: 6px 20px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.product-slide-img {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.home .recipe-product-slider-home {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
  display: flex;
}
.home .recipe-product-slider-home .slick-list {
  padding: 3vw 0 4vw !important;
}
.home .recipe-product-slider-home .slick-slide {
  margin: 0 1rem;
}
.home .recipe-product-slider-home .slick-slide .product-slide-image {
  transition: transform 0.4s ease;
}
.home .recipe-product-slider-home .slick-slide.slick-current.slick-active.slick-center .product-slide-image {
  transform: scale(1.6);
}
.recipe-product-slider-home .slick-slide.slick-current.slick-active.slick-center .product-slide-image::after {
  content:'';
  width: 80%;
  height: 75.466%;
  background-color: rgba(255, 255, 255, .5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.single-recipe .recipe-product-slider .slick-slide.slick-current.slick-active.slick-center .product-slide-image::after { 
  content:'';
  background-color: rgba(184, 215, 0, 1);
  width: 65%;
  height: 75%;
  transform: translate(-50%, -40%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
}
.single-recipe .recipe-product-slider .product-slide-image {position: relative;z-index: 0;}
.single-recipe .recipe-product-slider .product-slide-image::after {
  content:'';
  width: 20rem;
  height: 20rem;
  background-color: rgba(184, 215, 0, 1);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -45%);
  z-index: -1;
}

.recipe-product-slider-home .slick-slide.slick-current.slick-active.slick-center .product-slide-image img{
  -webkit-filter: drop-shadow(0px 5px 10px rgba(91, 48, 13, 0.45));
    filter: drop-shadow(0px 5px 10px rgba(91, 48, 13, 0.45));
}
.recipe-product-slider-home .slick-prev,
.recipe-product-slider-home .slick-next,
.recipe-product-slider .slick-prev,
.recipe-product-slider .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  z-index: 3;
}

[dir="rtl"] .slick-prev {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
}
.recipe-product-slider-home .slick-prev,
.recipe-product-slider .slick-prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABCCAYAAAAhZERsAAAACXBIWXMAAAsTAAALEwEAmpwYAAACqUlEQVRogc3VP2xNUQDH8W9vBcNhIDFJuhkYTtImaiExkLD4F3/OIkyYCQmrmsSqFrXdqEEtJDoQIlG0yR0YbE1YmjBwB4aXGq5bT/vuufeee/59l9e8Pzef3PNefygpHiopBJGXAKeAt0qKHaExupK/j7uA90qKIyExupK+vzcDM0qKm0qK4VCgqpIBz90AnioptvjG6BoEBTgILCgpRn1idFVBAUaAN0qKc54s2nRQgI3AlJLirpJivQ9QVXXQsovAKyXFdpcYXU2hAOPAvJJivyuMrjZQgG3ArJLispJiyAWoqrZQgGHgNuB1ek2gZSeBOV/T2wUKsBP4oKQ4asGirSsUYBPwWEkx4XJ6bUDLrgPPlBRbLV5zJZtQgAMU/8LGLF/XOhT+Te95mxd1AQXYANxXUkzaml5X0LILwGsb0+saCrAbC9PrAwoWptcXFDpOr09omdH0hoCCwfSGgkLL6Q0JLWs0vTFAocH0xgKFmumNCQqa6Y0NWrZmemOFwqrpHVJSLAcG1dUDrsV8R/tbXhdaUNMScDrN8pcxQ+eAE2mWf4V4f0yTwL4SCRDbHf0FXEqz/MHqF2KCLgLH0yxfGPRiLEf/HBitQkIc0AngcJrl33VvCnn0P4CzaZY/afLmUNCPFN/Hz00/EOLop4E9bZDg9472gKtplt8x+bAv6MoUml7AB/S/KTTN9Xd0zRSa5uqOVk6haS6g2ik0zfbR106haTahjabQNBtH32oKTesKbT2FpnU5eqMpNM0E2gOuAGfSLM8teypre/RLFMAXLjC62kDfUUzhF1cYXU2P/h6wNxQS6u/ob4opnPKB0aWDLlIc9bwvjK6qo58FxmJBwmDoLeBQmuXffGN09R/9T4opnAlk0VZCPwHHfK2MSQnwCBiPGQnwB8KRz35r5DGNAAAAAElFTkSuQmCC);
}
.recipe-product-slider-home .slick-next,
.recipe-product-slider .slick-next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABCCAYAAAAhZERsAAAACXBIWXMAAAsTAAALEwEAmpwYAAACrElEQVRogc2asYsTQRSHv+QkWowWihJQsLM4CQN3opWiiLbaKEynldZXaqWdpTZXaZHCFTzver32Kr2DQCr/g7QaEFJZ7BhzYWezOzvzdr4yu1l+vHnJt/tmOySO0UoBHzptBynDaHUF2APWu22HcWG0egj8ANYBkquo0WoNeA28WPw8qaBGq3NABtxbPpZMUKPVJvAFuFx0PIkeNVo9BQ5whISWK2q06gHvgGerzm0tqNHqEvlSX69yfitLb7S6AxxSMSQIV9Ro1QG2gDfAWp3vigX9p0Lgkc/3RYJaFe4CV32vEb1HjVYPgO80CAkRK2pV+Ap4GeJ6UYIarc6Sq/B+qGsGD2q02iDvR6dlfAjao0arJ6xQoS9BKmpV+BZ4HuJ6RTQOarS6SK7CG83juGm09Ear28ARkUNCg6BGqy1gH7gQLo6b2ktvVfgeeBw+jptaQUOo0JfKSx9Khb6srGhoFfpSGjSGCn1xBo2lQl8KezSmCn05VlEJFfoyDyqlQl+6IKtCX7rSKvSlS0LzpzI6MB8IfCLhqi7+mGqNWKSZTyvGk9mvQb83JK/qtfYiFVPYn3YMuA2clI3jpkyhpYNVaZy3edloeghsAt/k4rgpnaiNJ7M/g37vI3ACuCkTqZjK/6F2O2UInI6WpgSfR5E97N6PJLWeQrPR9Cf5/cDnOHHc1Jr6Aowns9mg39sBfgN3ERqvN/K8pHpDjHRE1Ft76ZeRUm/QW7yY6o0xyI2i3uC/2FjqbdyjRcRQb/THkFDqldwQa6ReEauEUG+UHi2iqXpbeVT2UW/bLxbsUHE6I7b0yyyo9zwV1JvElMSOObeBU65zkggKqwfHSbxOBJCNpkfABvC16HhrPVqEVW9GnuvW4rFkln4Zu100BM5AwkHh+AZc0kHh/5bmX47PkliIrG+yAAAAAElFTkSuQmCC);
}

.tips-slider {
  background-color: rgba(255, 255, 255, .57);
  margin-bottom: 0!important;
  display: flex;
}
@media (max-width: 767.98px) {
  .home .recipe-product-slider-home {
    width: 100%;
    padding: 0 .5rem;
  }
  .home .recipe-product-slider-home .slick-list {
    padding: 4rem 0 !important;
  }
  .home .recipe-product-slider-home .slick-slide {
    margin: 0 .5rem;
  }
  .recipe-product-slider-home .slick-prev, .recipe-product-slider-home .slick-next {
    width: 25px;
    height: 25px;
  }
	.single-recipe .recipe-product-slider .product-slide-image::after {
		width:8rem;
		height:8rem;
	}
	.recipe-durations__item:nth-last-child(2)::after {display:none;}
 
  
}



