@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/opensanshebrew-light-webfont.eot);
    src: url(../fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensanshebrew-light-webfont.woff) format('woff'),
        url(../fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-regular-webfont.eot);
    src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensanshebrew-regular-webfont.woff) format('woff'),
        url(../fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/opensanshebrew-bold-webfont.eot);
    src: url(../fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensanshebrew-bold-webfont.woff) format('woff'),
        url(../fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(../fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
        url(../fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
        url(../fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    font-family: "Open Sans Hebrew", sans-serif;
    direction: rtl;
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    text-align: right;
    color: #545454;
    overflow-x: hidden;
}

.container {
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

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

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

.main table td,
.main table th {
    padding: .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;
}

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

figure {
    margin: 0;
}

section {
    position: relative;
}

input,
textarea {
    font-size: 16px;
    font-family: "Open Sans Hebrew", sans-serif;
}

button {
    font-family: "Open Sans Hebrew", sans-serif;
}


/*.btn-link.focus,
.btn-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}*/

.home .fixed-top .navbar,
.navbar {
    padding: 0;
    background: #60a511;
    -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;
}

.navbar::before {
    content: "";
    width: 100%;
    height: 80px;
    bottom: -1px;
    position: absolute;
    display: block;
    left: 0;
    background-position: top center;
    background-repeat-x: repeat;
    background-size: cover, contain;
    background-image: url(../img/grass.png);
}

.home .header {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.home .navbar {
    background: transparent;
}

.home .navbar::before {
    display: none;
}

.fixed-top .navbar::before {
    display: none;
}

.fixed-top .logo {
    width: 150px;
}

.navbar .navbar-toggler {
    border-width: 0;
    margin-top: -40px;
    margin-left: 15px;
}

.fixed-top .navbar .navbar-toggler {
    margin-top: 0;
}

.animated-icon {
    width: clamp(2.8125rem, 2.5373rem + 1.3761vw, 4.6875rem);
    height: 40px;
    position: relative;
    margin: 0px;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;
    opacity: 1;
    left: 0;
    background-color: #ffffff;
}

.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
    top: 15px;
}

.animated-icon span:nth-child(4) {
    top: 30px;
}

.logo {
    width: 280px;
    margin-top: 5px;
    margin-bottom: -20px;
    vertical-align: middle;
    z-index: 3;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.logo-img {
    width: 100%;
}

.fixed-top .content {
    padding-top: 120px;
}

#main-slider {
    height: calc(100vh - 45px);
    margin-bottom: 0;
}

#main-slider .slick-list,
#main-slider .slick-track {
    height: 100%;
}

#main-slider .slick-dots {
    bottom: 50px;
}

.slick-dots li {
    width: clamp(2.8125rem, 2.5373rem + 1.3761vw, 4.6875rem);
    height: 10px;
}

.slick-dots li button {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #ffffff;
}

.slick-dots li.slick-active button {
    background: #15161e;
}

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

#main-slider .slider-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

/*#main-slider .slider-content{
  background-image: url(../img/slider-i4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 654px;
  height: 158px;
  margin: auto;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left:50%;
  -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.slider-content-inner h1{color:#ffffff;font-weight: 700;}
.slider-content-inner h2{color:#eebf48;font-size: 30px;}*/
.product-categories {
    padding: 65px 0;
    /*background-position: top center;
    background-repeat: no-repeat;
    background-size: cover, contain;
    background-image: url(../img/backgr.png);*/
    background-color: #ffffff;
}

.products__item {
    position: relative;
}

.products__image {
    width: 100%;
    z-index: 2;
    position: relative;
}

.products__image img {
    width: 100%;
    height: auto;
}

.products__name {
    position: relative;
    top: 100%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    /* color: #60a511; */
    color: #355B06;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.149;
    background-color: #f4f4f3;
    padding: 20px 0;
    z-index: 2;
}

.products__item::after {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    bottom: 0px;
    width: 80%;
    height: 50px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.products-title {
    /* color: #ffffff; */
    color: #fff;
    background: #60a511;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.35;
    padding: 5px 25px;
    display: table;
    width: auto;
    margin: 0 auto 30px auto;
    position: relative;
}

.do-it__item {
    height: 350px;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transition: all 0.25s;
}

.do-it__item:hover .do-it__link {
    padding-right: 20px;
    transition: all 0.25s;
}

.do-it__item .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: #ffffff;
}

.info-blocks {
    overflow: hidden;
}

#collapse0 .do-it__item .btn-close,
.info-blocks .collapse#collapse0,
.info-blocks .blocks-wrap .do-it__item.item0 {
    background-color: #25cad2;
}

#collapse0 .do-it__item .btn-close,
.info-blocks .collapse#collapse0 .do-it__text {
    color: #ffffff;
}

.info-blocks .collapse .do-it__text a {
    text-decoration: underline;
}

#collapse1 .do-it__item .btn-close,
.info-blocks .collapse#collapse1,
.info-blocks .blocks-wrap .do-it__item.item1 {
    background-color: #b5b7dc;
}

#collapse1 .do-it__item .btn-close,
.info-blocks .collapse#collapse1 .do-it__text {
    color: #221541;
}

.info-blocks .collapse,
.info-blocks .collapsing {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.info-blocks .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.do-it__image {
    max-width: 230px;
}

.do-it__image img {
    width: 100%;
}

.do-it__link {
    background: #ffffff;
    border-radius: 15px;
    width: 83px;
    height: 60px;
    margin-right: 40px;
    position: relative;
}

.do-it__link .icon {
    position: relative;
}

.do-it__text {
    font-size: 22px;
}

.do-it__link svg {
    height: 30px;
    width: 40px;
    margin: 15px auto 15px auto;
    transform: rotate(180deg);
    display: block;
}

.product-categories-blocks {
    margin: 7px 0 0;
}

.product__item {
    animation-duration: 1s;
    animation-delay: 0;
    animation-iteration-count: 1;
    margin-bottom: 7px;
    transition: all 0.25s;
    padding: 0;
    width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px);
}

.product__item-3 {
    width: calc(100% / 3 - 5px);
    min-width: calc(100% / 3 - 5px);
}

.product__item-4 {
    width: calc(100% / 4 - 5px);
    min-width: calc(100% / 4 - 5px);
}

.product__item-5 {
    width: calc(100% / 5 - 5px);
    min-width: calc(100% / 5 - 5px);
}

.product__item .inner {
    display: block;
}

.product__link {
    display: block;
    text-align: center;
    position: relative;
    min-height: 80px;
    color: #ffffff;
    text-decoration: none;
    background-color: #25cad2;
}

.product__link .product__link--title {
    font-size: 38px;
    font-weight: bold;
    transition: all 0.25s;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product__link .product__link--title:hover {
    font-size: 42px;
}

.product__item:nth-child(n) .product__link {
    background-color: #b5b7dc;
    color: #221541;
}

/* .product__item:nth-child(2n) .product__link{background-color: #fdc743;color: #ffffff;} */
.product__item:nth-child(2n) .product__link {
    background-color: #fdc743;
    color: #000;
}

/* .product__item:nth-child(3n) .product__link{background-color: #25cad2;color: #ffffff;} */
.product__item:nth-child(3n) .product__link {
    background-color: #25cad2;
    color: #000;
}

.product__link span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 15px;
    background-color: #ffffff;
    width: 40px;
    height: 36px;
    margin: auto;
    line-height: 40px;
    transform: rotate(90deg);
    bottom: -30px;
    cursor: pointer;
    transition: all 0.25s;
}

.product__link span svg {
    width: 26px;
    height: 20px;
    margin-bottom: 8px;
}

.product__photo {
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.poster {
    text-align: center;
}

.poster-bg picture img,
.product__photo picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;

}

.product__photo picture img {
    transition: all 0.5s;
}

.latest-posts {
    background-color: #60a511;
    padding: 50px 0 150px;
}

.latest-post-icon {
    margin-bottom: 15px;
}

.latest-post-title {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
}

.recepies-slider .post-inner {
    max-width: 500px;
    margin: 0 auto;
}

.text-content {
    margin: 30px auto 40px;
    font-size: 18px;
}

.ingredients {
    font-size: 18px;
}

.text-content p {
    margin-bottom: 10px;
}

.text-content ul,
.text-content ol {
    margin-bottom: 10px;
    padding-right: 20px;
}

/* .text-content a{color:#60a511;text-decoration: underline;} */
.text-content a {
    color: #375e0a;
    text-decoration: underline;
}

/* .recipe-content h2{margin: 20px 0;color:#60a511;font-weight: 400;} */
.recipe-content h2 {
    margin: 20px 0;
    color: #375e0a;
    font-weight: 400;
}

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

/* .redmark-content h1{color:#60a511;} */
.redmark-content h1 {
    color: #497e0d;
}

.redmark-content ul {
    list-style: none;
    font-size: 30px;
}

.redmark-content ul li {
    margin: 10px 0;
}

.redmark-content ul li:before {
    content: '';
    display: inline-block;
    background: url(../img/select-v.svg) center center no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

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

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

.post-inner {
    border-radius: 5px;
    border: 2px solid #ffffff;
    position: relative;
    height: 290px;
    overflow: hidden;
    animation-duration: 1s;
    animation-iteration-count: 1;
    margin: 12px;
}

.latest-slider .slick-slide.slick-active,
.latest-slider .slick-track {
    padding: 0;
}

.slick-slide .slider-top-img {
    width: 100%;
    height: 290px;
    position: relative;
}

.slick-dots {
    position: relative;
    bottom: 0px;
}

.latest-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.latest-slider.slick-dotted.slick-slider .article-item {
    padding: 0;
}
.post-inner img.post-inner-img {
    position: absolute;
    height: auto;
    width: auto;
    object-fit: cover;
    object-position: center;
    top: 0;
    right: 0;
    transition: all 0.25s;
}

.post-inner .post-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125;
    padding: 10px;
}

.post_inner__icon {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.post_inner__icon img {
    max-width: 35px;
    max-height: 35px;
    display: block;
    margin: 8px auto;
}

.blog_page .post-info {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blog_page .article-item .post-inner {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.orange-bg-opacity {
    background-color: rgba(233, 187, 60, 0.8);
}

.blue-bg-opacity {
    background-color: rgba(65, 182, 194, 0.8);
}

.blog-bg {
    background: #f8f7f3;
    padding: 100px 0 70px 0;
}

.poster-bg {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 25%;
    min-height: 75vh;
}

.post-info .excerpt {
    margin-bottom: 10px;
    min-height: 60px;
}

.btn {
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-main {
    display: inline-block;
    min-width: clamp(11rem, 10.3228rem + 2.2573vw, 12.25rem);
    height: 66px;
    padding: .375rem .95rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 640 241' style='enable-background:new 0 0 640 241;' xml:space='preserve'%3E%3Cg id='_x23_86c040ff'%3E%3Cpath class='st0' d='M583.7,0h4.6c15.7,0.9,30.8,8.8,40.3,21.3c6.8,8.7,10.5,19.4,11.3,30.4v2.8c-12,43.5-24.1,87-36.2,130.5 c-5,15.7-11.6,31.6-23.6,43.3c-8.5,8.2-20.4,12.6-32.1,12c-153.7-8.5-307.4-17.1-461.1-25.7c-10.6-0.8-20.4-6.3-27.4-14.1 c-10.5-11.6-16.4-26.3-22.6-40.4C25.4,138,13.8,115.9,2.1,93.8c-0.6-1.2-1.5-2.4-1.4-3.8c0.1-17.5,9.5-34.6,24-44.3 c9.1-6.3,20.2-9.4,31.3-9.4C178.7,28,301.4,19.5,424,11.1C477.3,7.3,530.5,3.9,583.7,0z' fill='%23396407'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    font-size: 20px;
    line-height: 55px;
    border-radius: 0;
}

.btn-main:hover {
    color: #ffffff;
}

.btn-main.btn-brown {
    background-image: url(../img/button-brown.svg);
}

.btn-main.btn-white {
    background-image: url(../img/button-white.svg);
    color: #60a511;
}

.view-more {
    background-color: #60a511;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 25px;
}

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

.form-group__input.wpcf7-not-valid {
    border-color: #b5121b;
}

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

.contact {
    padding: 80px 0 100px 0;
}

.contact__title.h1 {
    color: #60a511;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.contact__title {
    margin-bottom: 75px;
    text-align: center;
}

.contact__sidebar {
    padding-right: 30px;
}

.contact__phone {
    border-bottom: 1px solid #a5cf70;
    padding: 5px 0 35px 0;
}

.contact__facebook {
    padding: 28px 0 35px 0;
    border-bottom: 1px solid #a5cf70;
}

.contact__fax {
    padding: 40px 0 0px 0;
}

.contact__icon {
    width: 70px;
    min-width: 70px;
    padding-left: 20px;
}

.contact__icon img {
    width: 45px;
    margin: auto;
}

.contact__label {
    font-size: 16px;
    color: #30373e;
}

.contact__phone a {
    text-decoration: none;
    transition: all 0.25s;
}

.contact__bold {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.6px;
}

.contact__facebook--energy {
    width: 140px;
    margin-right: -10px;
}

.contact__facebook .contact__icon {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.contact__facebook .contact__icon img {
    width: 30px;
    display: block;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

[dir="rtl"] .form-group__input {
    direction: rtl !important;
}

.form-group__input {
    border-style: solid;
    border-width: 1px;
    /* border-color: rgba(0, 0, 0, 0.4); */
    border-color: #000;
    border-radius: 15px;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 15px 12px 15px;
    height: auto;
    font-size: 16px;
    text-align: right;
    line-height: 20px;
    transition: all 0.25s;
    color: #000000;
}

.form-group__textarea {
    width: 100%;
    resize: none;
    border-style: solid;
    border-width: 1px;
    /* border-color: rgba(0, 0, 0, 0.4); */
    border-color: #000;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 10px 15px 12px 15px;
    height: auto;
    font-size: 16px;
    text-align: right;
    line-height: 20px;
    transition: all 0.25s;
    color: #000000;
}

.contact__form .btn-main {
    margin-left: 0;
    margin-right: auto;
    font-size: 30px;
}

#contactModal,
#menuModal {
    z-index: 1050;
    background-color: transparent;
}

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

.newsletter p {
    margin-bottom: 0.5rem;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.newsletter a {
    text-decoration: underline;
}

span.wpcf7-list-item {
    margin: 0 0 0 0.25em;
    vertical-align: middle;
}

.modal-content {
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .contact__sidebar {
        margin-top: 50px;
    }
}

#menuModal {
    position: fixed;
    height: 100%;
    /*    min-height: 700px;*/
    background: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
}

#menuModal .modal-dialog {
    margin: 0;
    max-width: 100%;
}

.menu {
    height: 100%;
}

.menu__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
    min-height: 100%;
    flex-direction: unset;
    border: none;
    border-radius: 0;
}

.menu__close {
    height: 102px;
    width: 129px;
    display: block;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/close.png);
    position: fixed;
    top: -35px;
    right: 0px;
    border: none;
    background-color: transparent;
    z-index: 1;
}

.menu__list-wrap {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-duration: 1s;
    animation-delay: 0;
    animation-iteration-count: 1;
    height: 100%;
}

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

.menu__list--link {
    font-size: 35px;
    color: #0e0e0e;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 10px 0;
    transition: all 0.25s;
    position: relative;
}

.menu__list--sub {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__list--sub .menu__list--link {
    font-weight: 400;
    font-size: 25px;
    transition: all 0.25s;
}

.menu__list--link:hover,
.menu__list--link.active {
    color: #60a511;
}

.menu__list--link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 0px;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}

.menu__list--link:hover:before,
.menu__list--link.active:before {
    width: 100%;
    background: #60a511;
}

.menu__list--link:hover {
    color: #60a511;
}

.menu__list--sub.show {
    display: block;
}

.menu__image {
    position: relative;
    align-self: stretch;
    overflow: hidden;
}

.menu__image img {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    height: auto;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    box-sizing: border-box;
    max-width: unset;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.loadmore {
    z-index: 10;
}

.copyright,
.terms {
    color: #4a575b;
    font-family: 'Open Sans Hebrew';
    font-size: 14px;
    font-weight: 300;
    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: 25px;
    bottom: 45px;
    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;
}

.breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
    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;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.breadcrumbs__item {
    list-style: none;
    margin-left: 23px;
    position: relative;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
}

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

.breadcrumbs__item:nth-last-of-type(1) {
    margin-left: 0;
    /* color: #60A511; */
    color: #39630a;
    font-weight: 400;
}

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

.breadcrumbs__link {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.breadcrumbs__link:hover {
    color: #60a511;
}

/* .info h1,.blog h1{margin-bottom: 30px;color: #60a511;} */
.info h1,
.blog h1 {
    margin-bottom: 30px;
    color: #365F07;
}

.sort {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sort .item {
    max-width: 200px;
    font-weight: 600;
    color: #000000;
    margin: auto 20px;
    line-height: 1;
    padding: 5px 15px;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    transition: all 0.25s;
    font-size: 30px;
}

.sort .item.articles {
    border-color: #41a8b3;
}

.sort .item.articles.active,
.sort .item.articles:hover {
    background-color: #41a8b3;
    /* color:#ffffff; */
    color: #000;
}

.sort .item::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    vertical-align: middle;
}

.sort .item.articles::before {
    background-image: url('../img/icon_1-blue.svg');
}

.sort .item.articles.active::before,
.sort .item.articles:hover::before {
    background-image: url('../img/icon_1.svg');
}

.sort .item.recipe {
    border-color: #cb9b18;
}

.sort .item.recipe.active,
.sort .item.recipe:hover {
    background-color: #cb9b18;
    /* color:#ffffff; */
    color: #000;
}

.sort .item.recipe::before {
    background-image: url('../img/icon_2-yellow.svg');
}

.sort .item.recipe.active::before,
.sort .item.recipe:hover::before {
    background-image: url('../img/icon_2.svg');
}

.category_products {
    height: 90vh;
    min-height: 750px;
}

.category_products_item_inner {
    margin-bottom: 50px;
}

.category_cereals-bars_item1 {
    background-color: #edb53c;
}

.category_cereals-bars_item2 {
    background-color: #60a511;
}

.category_products_item__name {
    position: relative;
    z-index: 2;
}

.category_products_item__name h2 {
    /* font-size: 40px; */
    font-size: clamp(1.875rem, 1.5364rem + 1.1287vw, 2.5rem);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.052;
    margin-bottom: 20px;
    color: #2c2626;
}

@media screen and (min-width: 992px) {
    .category_products_item__name h2 {
        max-height: 80px;
    }

}

.category_cereals-bars_item2 .category_products_item__name h2 {
    color: #ffffff;
}

.category_products_item__image {
    max-width: 500px;
    max-height: 455px;
    position: relative;
}

.category_products_item__image:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 150px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 100px 50px rgba(255, 255, 255, 0.7);
}

.category_products_item__image picture {
    position: relative;
    z-index: 1;
}

.crackers .category_products_item__image:before {
    display: none;
}

.blur-top-bg:before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0) 61%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(33%, rgba(255, 255, 255, 0)), color-stop(61%, rgba(255, 255, 255, 0.7)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0) 61%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0) 61%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0) 61%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0) 61%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.category_crackers_item {
    background-color: #dadada;
    padding-bottom: 50px;
}

.category_crackers_item:nth-child(even) {
    background-color: #ececec;
}

.crackers-category {
    background-color: #fff;
}

.crackers-category:nth-child(even) {
    background-color: #f6f6f6;
}

.product-cat__title {
    padding: 50px 0;
    text-align: center;
}

.product-cat__title h1,
.product-cat__title h2 {
    color: #60a511;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.prod_description {
    margin-top: 20px;
}

.yellow-badge {
    background: #ebc240;
    padding: 5px 15px;
    font-size: 20px;
    color: #545454;
    display: inline-block;
    font-weight: 600;
    position: relative;
    height: 35px;
}

.yellow-badge:before,
.yellow-badge:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    border-style: solid;
    border-width: 0;
}

.yellow-badge:before {
    border-width: 0 0 35px 15px;
    border-color: transparent transparent transparent #ebc240;
    right: -15px;
}

.yellow-badge:after {
    border-width: 35px 15px 0 0;
    border-color: transparent #ebc240 transparent transparent;
    left: -15px;
}

.prod_description p {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.prod_description ul li {
    list-style: none;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.prod_description ul li:before {
    content: '-';
    display: inline-block;
    margin-left: 10px;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 9px 0;
    width: 100%;
    flex-wrap: wrap;
}

.product__title,
.product-table__title {
    text-align: center;
    color: #60a511;
    font-weight: 600;
    font-size: 35px;
}

.product__subtitle {
    color: #60a511;
    font-weight: 400;
    font-size: 25px;
}

.product-table__title {
    margin-bottom: 50px;
}

.product-table {
    background: #f7f6f5;
    padding: 50px 0 0;
    position: relative;
    margin-top: 30px;
}

.table-wrap {
    width: 100%;
}

.table {
    margin-bottom: 1rem;
    background-color: transparent;
    border-spacing: 10px;
    border-collapse: separate;
}

.table td,
.table th {
    border: 0;
    vertical-align: middle;
}

.table__row {
    justify-content: space-between;
}

.table__header .table__col {
    background: #60a511;
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}

.table__col {
    margin: 0 -10px;
    margin-bottom: 6px;
    background: #ffffff;
    line-height: 1.2;
    font-size: 25px;
    color: #000000;
}

.grey-bg,
.bottom.page-bg:before {
    background-color: #f8f7f3;
}

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

.bg-shadow {
    /* 21.05.24 */
    /* background-image: url(../img/bg-shadow.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* background-position: top center; */
    background: #fefffe;
}

.video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* 24.01.25 */
    width: 100%;
    height: 100%;
    /* 24.01.25 */
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
}

.video-buttons {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.video-buttons .pause-btn .fa-play,
.video-buttons .play-btn .fa-pause {
    display: none;
}

.video-buttons button {
    border: 0;
    background: transparent;
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.videoContainer iframe {
    visibility: inherit;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: -17.4929%;
    width: 100%;
    height: 134.986%;
    display: block;
}

.product-cat {
    overflow: hidden;
}

.bg-inner {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bg-inner:before {
    position: absolute;
    height: 450px;
    top: 100px;
    right: -280px;
    content: '';
    background-image: url(../img/Layer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 500px;
    z-index: -1;
}

.bg-inner:after {
    position: absolute;
    height: 450px;
    bottom: 120px;
    left: -290px;
    content: '';
    background-image: url(../img/Layer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 500px;
    z-index: -1;
}

.product-cat__item {
    max-width: 300px;
    margin: auto;
    margin-bottom: 80px;
    min-height: 400px;
    height: 400px;
}

.product-cat__item.without-name {
    min-height: 200px;
    height: 200px;
}

.product-cat__image {
    max-height: 230px;
    max-width: 230px;
    position: relative;
}

/*.product-cat__image img {
    display: block;
    margin: auto;
    max-width: 230px;
    height: auto;
}*/

.product-cat__name {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 15px 0;
    max-width: 100%;
}

.bottom {
    height: 200px;
    background: #60a511;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bottom:before {
    content: "";
    display: block;
    width: 150%;
    height: 800px;
    bottom: 80px;
    border-radius: 50%;
    left: -25%;
    background: #ffffff;
    position: absolute;
}

.footer {
    padding: 0 0 40px;
    position: relative;
}

.footer::before {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0;
    background-image: url(../img/grass.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: auto, cover;
    margin-top: -100px;
    /*    animation: move_footer 30s linear infinite;
  */
}

.footer_logo {
    width: 300px;
    display: block;
}

.footer_logo picture img {
    width: 100%;
}

.footer__soc {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footer__soc--item a {
    display: block;
    text-align: center;
    height: 40px;
    width: 40px;
}

.footer__soc--item a i {
    font-size: 40px;
    color: #9d9ea1;
    transition: all 0.25s;
}

.footer__soc--item a:hover i {
    color: #60a511;
}

.footer-top {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
    display: none;
}

.footer-top button {
    width: 94px;
    height: 94px;
    background-color: #60a511;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    margin-bottom: -30px;
}

.footer-top span {
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin: -10px auto -3px auto;
    transform: rotate(-45deg);
}

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

.footer__menu--item {
    margin-bottom: 5px;
    display: block;
}

.footer__menu--item a {
    font-size: 16px;
    color: #555558;
    line-height: 1.41;
    text-decoration: none;
    transition: all 0.25s;
}

.footer__menu--item:first-child a {
    /* color: #60a511; */
    color: #396407;
    font-weight: bold;
    letter-spacing: -0.8px;
}

@keyframes move_footer {
    from {
        background-position: 0px 0%, center center;
    }

    to {
        background-position: 1024px 0%, center center;
    }
}

#cookies-popup {
    width: 100%;
    height: fit-content;
    padding-inline-start: clamp(3.125rem, 4.4794rem + -4.5147vw, 0.625rem);
    padding-block-start: 10px;
    padding-block-end: 10px;
    /* font-size: 0.8em; */
    font-size: clamp(1rem, 0.8646rem + 0.4515vw, 1.25rem);
    /* background: #60a511; */
    background: #396407;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#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: 4px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
}

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

.vegan_friendly,
.gluten_free {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80px;
    transform: rotate(-15deg);
}

.gluten_free {
    top: 100px;
    transform: rotate(0deg);
}

.vegan_friendly img,
.gluten_free img {
    max-width: 100%;
}

.product .vegan_friendly,
.product .gluten_free {
    max-width: 100px;
}

@media (min-width: 768px) and (max-width: 1600px) {
    .product-cat__name {
        font-size: 18px;
    }

    .product-cat__title p {
        font-size: 20px;
    }
}

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

@media (min-width: 1366px) {
    .container {
        max-width: 90%;
    }

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

    .latest-post-title {
        font-size: 60px;
    }

}

@media (max-width: 1200px) {

    .modal.open {
        min-height: max-content;
        max-height: max-content;
        height: 100%;
        width: 100%;
    }

    .product-categories {
        background-size: contain;
    }

    .category_products_item__name h2 {
        font-size: 30px;
    }

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

    .do-it__text {
        font-size: 20px;
        line-height: 1.1;
    }
}

@media (max-width: 991.98px) {

    .info-blocks .collapse,
    .info-blocks .collapsing {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .do-it__item {
        height: 100%;
        padding: 2rem;
    }

    .do-it__link {
        width: 60px;
        height: 40px;
        margin-top: 15px;
        margin-right: 0;
    }

    .do-it__link svg {
        height: 20px;
        width: 30px;
        margin: 10px auto 10px auto;
    }

    .product__item {
        width: 100%;
        min-width: 100%;
    }

    .category_products.crackers {
        height: auto;
    }

    .category_products.crackers .category_products_item__name {
        text-align: right;
    }

    .category_products.crackers .category_products_item__name h2 {
        margin-bottom: 30px;
        display: block;
        font-size: 30px;
    }

    .category_crackers_item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .category_crackers_item:last-child {
        padding-bottom: 100px;
    }

    .bg-inner:before,
    .bg-inner:after {
        display: none;
    }

    .poster-bg {
        padding-bottom: 56%;
        min-height: 40vh;
    }

    .category_products_item__image:before {
        width: 75px;
        height: 75px;
    }

    .footer_logo {
        width: 100%;
    }

    #main-slider {
        background: #6aaf10;
        height: 600px;
    }

    .video video {
        width: 100%;
        height: auto;
        bottom: 0;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 18px;
        line-height: 1.5;
    }

    #main-slider {
        height: 550px;
    }

    #main-slider .slick-dots {
        bottom: 10px;
    }

    .navbar::before {
        height: 50px;
    }

    .fixed-top #accessibility-btn {
        margin-top: 0;
    }

    .logo {
        max-width: 200px;
        margin-bottom: -10px;
    }

    .products__name {
        font-size: 4vw;
        padding: 7px 0;
    }

    /*    .breadcrumbs{display: none;}
  */
    .products__item::after {
        height: 15px;
    }

    .product-categories {
        padding: 65px 0 45px 0;
    }

    .col-6 .post-inner {
        height: 230px;
    }

    .col-12 .post-inner {
        height: 360px;
    }

    .footer__soc {
        margin: 40px 0;
        padding: 0 35px;
        justify-content: space-around;
    }

    .footer_menu {
        padding: 0 35px;
        justify-content: space-around;
    }

    .products-title {
        font-size: 36px;
    }

    .footer_logo {
        margin: auto;
        margin-top: 25px;
    }

    .category_products {
        height: 50vh;
        min-height: 580px;
    }

    .category_products.crackers {
        height: auto;
    }

    .footer-top {
        display: block;
    }

    .product-cat__title p br {
        display: none;
    }

    .menu__close {
        transform: scale(0.8);
        top: -35px;
    }

    .menu__list-wrap {
        padding: 0;
    }

    .menu__list--link {
        font-size: 28px;
    }

    #menuModal {
        height: 100vh;
    }

    .info-blocks .collapse,
    .info-blocks .collapsing {
        position: fixed;
        height: 100%;
    }

    .do-it__item {
        height: 100%;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 22px;
        line-height: 1.5;
    }

    .text-content,
    .ingredients {
        font-size: 22px;
    }

    .breadcrumbs__item,
    .breadcrumbs__link {
        font-size: 16px;
    }

    .footer__menu--item a {
        font-size: 22px;
    }

    .container {
        max-width: 100%;
    }

    .post-inner .post-title {
        font-size: 22px;
    }

    .table__header .table__col {
        font-size: 24px;
    }

    .table__col {
        font-size: 22px;
    }

    .form-group__input,
    .form-group__textarea {
        padding: 10px 15px;
        font-size: 30px;
        line-height: 1;
    }

    .contact__icon {
        width: 17.3611111111vw;
        min-width: 17.3611111111vw;
    }

    .contact__label {
        font-size: 30px;
    }

    .contact__bold {
        font-size: 30px;
    }

    .footer__soc--item a i {
        font-size: 50px;
    }

    #main-slider {
        height: 400px;
        background: #6eac07;
    }
}

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

@media (max-width: 425px) {
    .logo {
        max-width: 150px;
    }

    /* .category_products.crackers .category_products_item__name h2 {
      font-size: 30px;
    } */
    .category_products .btn-main {
        position: absolute;
        z-index: 100;
        left: 0;
    }
}

@media (max-width: 375px) {
    .navbar .navbar-toggler {
        margin-top: 0;
    }
}

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

    header,
    footer,
    aside,
    nav,
    form,
    iframe {
        display: none;
    }

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


.grecaptcha-badge {
    visibility: hidden;
}

.wppopups-whole {
    height: 0;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

#accessibility-btn {
    z-index: 999;
}