@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'ACKelson Bold';
    src: url("font/OTF/ACKelsonBold.otf") format("opentype"),
         url("font/TTF/ACKelsonBold.ttf")  format("truetype");
}

@font-face {
    font-family: 'ACKelson Regular';
    src: url("font/OTF/ACKelsonRegular.otf") format("opentype"),
         url("font/TTF/ACKelsonRegular.ttf")  format("truetype");
}
html {
    scroll-behavior: smooth;
  }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

em {
    font-style: italic;
}

:focus {
    outline: 0px none;
}

ol,
ul {
    list-style: none outside none;
}

strong {
    font-weight: bold;
}

a {
    color: #3a3a3a;
    text-decoration: none;
}

a:hover {
    text-decoration: none!important;
}

.clear {
    clear: both;
}

body {
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    color: #004824;
    background: #ffffff;
}

.hello-bar {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 19px;
    text-align: center;
    background: #007831;
    width: 100%;
    height: 73px;
    z-index: 2000;
    zoom: 1;
    padding: 25px 0 0 0;
}

a.overlay_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -999999px;
    z-index: 10;
}

.centered {
    text-align: center;
}

b, strong {
    color: #444;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}

.padd {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd_big {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padd_top {
    padding-top: 100px;
}

.padd_top_big {
    padding-top: 120px;
}

.padd_bottom_big {
    padding-bottom: 120px;
}

.padd_bottom {
    padding-bottom: 100px;
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.flex_section {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue_bg {
    background-color: #ebefff;
}

.green_bg {
    background-color: #f3fff9;
}

.dark_green_bg {
    background-color: #eefff1;
}

.beige_bg {
    background-color: #fff9e1;
}

.dark_bg {
    background-color: #004824;
}

#scrollUp {
    background: #004824 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
    padding: 12px 18px;
    right: 30px;
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#scrollUp:hover {
    bottom: 25px;
    opacity: 1;
}

h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}

h2 {
    color: #004824;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
}

p {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    color: #444444;
}

#hide {
    display: none;
}

#header_box {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 999;
    background: #fff;
    border-bottom: 8px solid #004824;
}

#header_box.guest {
    padding: 50px 0;
}

.is-sticky #sticky-header #header_box.guest {
    padding: 30px 0;
}

.is-sticky #sticky-header #header_box.guest #logo {
    top: -25px;
}

#header_box.guest #logo {
    top: -40px;
}

.activ{background-color: black;}
.is-sticky #sticky-header {
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

.is-sticky #sticky-header #header_box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
    padding: 15px 0;
}

.is-sticky #sticky-header #logo {
    top: -5px;
}

.is-sticky #sticky-header .phones, .is-sticky #sticky-header .email {
    display: none;
    transition: all 0.2s ease-in-out;
}

.is-sticky #sticky-header .header_container {
    border-bottom: none;
}

.is-sticky #sticky-header #logo a {
    width: 150px;
    height: 100px;
}

.phones a, .email a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.phones a:hover, .email a:hover {
    color: #ED1C24;
}

.mobile-button {
    display: none;
}

#topnav {
    width: 100%;
    float: left;
}

.topnav_container {
    margin: 0 auto;
    width: 100%;
    padding: 15px 0 15px 0;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #fff;
}

#topnav p {
    float: right;
    margin-right: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 0px 5px 0px;
}

#sticky-header.home #header_box #topnav p {
    color: #fff;
}

.is-sticky #sticky-header #topnav p {
    color: #000!important;
}

.is-sticky #sticky-header .topnav_container {
    padding: 0;
    border-bottom: none;
}

.login_link {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}

.nav_link {
    float: left;
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: 0.6s;
    top: 8px;
}

.login_link img {
    width: 40px;
}

#topnav ul {
    float: right;
    margin-right: 50px;
}

#topnav ul li {
    float: left;
}

#topnav ul li span {
    float: left;
    margin: 0px 5px;
    padding-top: 1px;
    color: #333;
    font-size: 16px;
}

#topnav ul li a {
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    font-weight: 400;
}

#topnav ul li a:hover,
#topnav ul li a.current {}

.sep {
    float: right;
    color: #fff;
    margin: 0px 15px 0px 5px;
    font-size: 20px;
}

.languages {
    float: right;
}

.languages a {
    float: left;
    margin: 5px 10px 0px 0px;
    color: #333;
    font-size: 13px;
    padding-left: 18px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.languages .en {
    background: url('../img/layout/en.png') no-repeat scroll 0px 4px transparent;
}

.languages .el {
    background: url('../img/layout/gr.png') no-repeat scroll 0px 4px transparent;
}

.header_container {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
}

#logo {
    width: 230px;
    height: 160px;
    position: absolute;
    transition: all .3s ease-in-out;
    top: -20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}

#logo a {
    display: block;
    width: 230px;
    height: 155px;
    text-indent: -999999px!important;
    background: url(../img/layout/logo.svg) no-repeat scroll center center transparent;
    transition: all .4s ease-in-out;
}


#navi {
    float: right;
    width: auto;
    transition: all .3s ease-in-out;
    padding-right: 5px;
}

#navi ul {
    float: right;
    display: flex;
    align-items: center;
}

#navi ul li {
    float: left;
}

#navi ul li.current a {
    color: #004824;
    font-weight: 800;
}

#navi ul li a {
    float: left;
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 700;
    text-decoration: none;
    padding: 30px 20px;
    position: relative;
    transition: 0.6s;
    display: flex;
    align-items: center;
}

#navi ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    display: block;
    bottom: -3px;
    right: 0;
    background: #fff;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
}

#navi ul li a:hover:after {
    width: 100%;
    left: 0;
    background: #004824;
}

.is-sticky #navi ul li a {
    padding: 22px 20px;
    transition: all 0.3s ease-in-out;
}

#header_box #navi ul li a:hover, #sticky-header.home #header_box #navi ul li a:hover {
    color: #004824;
}

#navi ul li.first a {
    margin-left: 0;
}

#navi ul li.active a::after,
#navi li:hover a::after {
    opacity: 1;
    transform: translateX(0px);
}

/* #navi li a::after {
    background: #C1151B none repeat scroll 0 0;
    content: "";
    height: 0.125rem;
    left: 0;
    margin-top: 0.0875rem;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateX(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
    z-index: 999999;
} */

#navi li .submenu {
    position: absolute;
    top: 91px;
    margin-left: -70px;
    z-index: 99999 !important;
    height: auto;
    background: #fff9e1;
    padding: 20px 30px;
    text-align: left;
    display: none;
    box-shadow: 0px 5px 8px -3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 5px 8px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(10px);
    transition: transform 0.3s ease 0s;
}

.is-sticky #navi li .submenu {
    top: 73px;
}

#navi li:hover .submenu {
    display: block;
    transform: translateY(0px);
}

#navi li .submenu ul {
    margin: 0;
    display: block;
    float: none;
}

#navi .submenu ul li {
    padding: 5px 0;
    transition: all 0.6s ease-in-out;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    display: block;
    float: none;
}

@keyframes slideInLeft {
    0% {
        transform: translate(-25%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* #navi .submenu ul li.last {
    margin-right: 0px;
} */

#navi .submenu ul li a {
    color: #444444 !important;
    text-decoration: none;
    display: block;
    font-size: 18px;
    text-transform: none;
    text-align: center;
    float: none;
    padding: 0!important;
}

#navi .submenu ul li a:after {
    background: none;
}

#navi .submenu ul li a:hover {
    color: #004823!important;
}

#navi .submenu h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333333;
    font-family: 'Noto Serif', serif;
}

#navi .submenu a.show_all {
    display: block;
    float: left;
    margin: 20px 0 0 15px;
    font-size: 14px;
    color: #333;
    -webkit-box-shadow: 0px 3px 8px rgba(136, 136, 136, 0.5);
    -moz-box-shadow: 0px 3px 8px rgba(136, 136, 136, 0.5);
    box-shadow: 0px 3px 8px rgba(136, 136, 136, 0.5);
}

#navi .submenu a.show_all:hover {
    color: #ea0c95;
}

.tips_menu {
    background-image: url(../img/layout/kototips.svg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 100%;
    position: relative;
    width: 40px;
    text-indent: -9999999999px!important;
    display: inline-block;
    height: 31px;
    margin-left: 5px;
}

.home_category_title .tips_menu {
    background-image: url(../img/layout/kototips_white.svg);
}

.dynamic h1 span.tips_menu {
    background-image: url(../img/layout/kototips_white.svg);
    width: 75px;
    height: 55px;
    top: 11px;
    margin-left: 7px;
    overflow: hidden;
}

#search_menu {
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

#search_menu img {
    width: 30px;
    position: relative;
    top: 1px;
}

.open_menu {
    display: none;
}

.background-overlay {
    position: fixed;
    opacity: 1;
    top: -50%;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 998;
    background: #004824;
    visibility: hidden;
    transition: all 0.8s ease-in-out 0s;
}

.background-overlay.openoverlay {
    visibility: visible;
    height: 100%;
    top: 0;
}

.responsive_menu{   
    position: fixed;
    top: -100%;
    left: 0;
    height: 100svh;
    width: 100%;
    color: #3D3D3B;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 1.4s ease-in-out 0s;
    visibility: hidden;
}
.responsive_menu .responsive_menu_container {   
	width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f3fff9;
    position: relative;
    display: flex;
    flex-direction: column;
}
.responsive_menu.active {   
    top: 0;
    visibility: visible;
}

.header_mob {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #004824;
}

.header_mob #logo {
    width: 200px;
    height: 170px;
    padding-left: 0px;
    margin: 0 auto;
    top: -55px;  
}

.header_mob .close_menu {
    display: block;
    width: fit-content;
}

.responsive_menu ul li .dropdown_products, .responsive_menu ul li .dropdown_recipes {
    width: 100%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    display: none;
}

.responsive_menu ul li .dropdown_products.active, .responsive_menu ul li .dropdown_recipes.active {
    width: fit-content;
    display: block;
    background: #f5f2d3;
    margin: 15px auto;
    padding: 15px 40px;
    border-top: 3px solid #007831;
}

.mobile_menu {
    margin-top: 100px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transform-origin: left bottom;
    transition: all .6s cubic-bezier(.55, 0, .1, 1);
}

.responsive_menu.active .mobile_menu {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 1s;
}

.mobile_menu ul li {
    padding: 3px 0;
}

.mobile_info {
    background: #caefd2;
    color: #fff;
    width: fit-content;
    padding: 50px 45px 15px 45px;
    margin: 60px auto 0 auto;
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    transform: translateY(20px);
    opacity: 0;
    transition: all .6s cubic-bezier(.55, 0, .1, 1);
}

.responsive_menu.active .mobile_info {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1.2s;
}

.mobile_info a {
    color: #004824;
}

.mobile_info_wrapper h1 {
    color: #007831;
    line-height: normal;
    background: #b8cb43;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 500;
    width: fit-content;
    text-align: center;
    margin: 60px auto 0 auto;
    transform: rotate(-1deg);
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    font-family: 'ACKelson Bold';
    z-index: 1;
    position: relative;
}

.mobile_info h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: #004824;
    font-weight: 800;
}

.mobile_menu .dropdown_products ul li, .mobile_menu .dropdown_recipes ul li {
    padding: 5px 0;
}

.responsive_menu .product_box_menu.last {
    background: #b8cb43;
    padding: 8px 15px;
}

.mobile_info p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: normal;
    color: #004824;
    font-weight: 500;
}

.mobile_menu ul li a {
    color: #004824;
    font-size: 21px;
    font-weight: 600;
}

.mobile_menu ul li .dropdown_products.active a, .mobile_menu ul li .dropdown_recipes.active a  {
    color: #007831;
    font-size: 17px;
}

.close_menu img {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    background-repeat: no-repeat;
}

.header_mob .social_menu {
    text-align: right;
}

.social_menu_549 {
    display: none;
}

.cd-search-trigger .close_search { display: none; }
.cd-search-trigger.active .close_search {
    position: relative;
    z-index: 9999;
    display: inline-block;
    padding-top: 3px;
}

#search{ display:none; z-index: 999999; width:100%; background:#F9B715; color: #16315D;  }
#search .form-group { margin-bottom: 0px; }

.social_menu {
    padding-right: 20px;
}

.social_menu img {
    width: 32px;
    display: inline-block;
    margin-right: 5px;
}

.dynamic.center {
    text-align: center;
}

.dynamic p.subtitle {
    font-family: 'ACKelson Bold', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    top: -12px;
    font-size: 19px;
    position: relative;
    font-style: italic;
    text-transform: uppercase;
}

.dynamic p.subtitle::before, .dynamic p.subtitle::after {
    content: "“";
    font-family: 'Open Sans', sans-serif;
    font-size: 3rem;
    position: absolute;
    color: rgb(0 120 49);
    margin: 0rem 0px 0px -1.5rem;
}

.dynamic p.subtitle::after {
    content: "”";
    margin: 1rem 0rem 0px 0px;
}

.dynamic h2 {
    color: #007831;
    font-size: 35px;
    margin-bottom: 50px;
    margin-top: 30px;
    font-family: 'ACKelson Regular';
}

.dynamic p {
    margin-bottom: 15px;
}

.dynamic p a {
    color: #b8cb43;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.dynamic p a:hover {
    color: #d1565a;
}

.dynamic ul {
    padding: 15px 0 0 0;
}

.dynamic ul li {
    background-image: url(../img/layout/list.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px;
}

.dynamic_bg ul li a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.dynamic_bg .right ul li a {
    color: #000;
}

.dynamic_bg ul li a:hover {
    text-decoration: underline!important;
}

p.large_paragraph {
    font-size: 23px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'ACKelson Regular';
}

.dynamic_bg {
    background-image: url(../img/layout/about_graphic_1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
}

.dynamic_bg h1 {
    color: #FFCF00;
}

.dynamic_bg .right h1 {
    margin-left: 50px;
}

.dynamic_bg img {
    border: 10px solid #fffcdb;
    transform: rotate(3deg);
    transition: all 0.3s ease-in-out;
}

.dynamic_bg img:hover {
    transform: scale(1.1);
}

.dynamic_bg .right img:hover {
    transform: scale(1.1);
}

.dynamic_bg .right ul {
    margin-right: 0px;
    margin-left: 50px;
    background: #fffcdb;
}

.dynamic_bg .right ul li {
    color: #000;
}

.dynamic_bg .right img {
    border: 10px solid #007831;
    transform: rotate(-3deg);
}

.dynamic_bg ul li {
    background-image: url('../img/layout/list.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 15px;
}

.dynamic_bg ul li strong {
    color: #fff;
}

.dynamic_bg ul li p a {
    color: #fff;
}

.dynamic .small_img {
    width: 300px;
    float: right;
}

.extra_description {
    padding-top: 80px;
}

.extra_description p {
    margin-bottom: 15px;
}

.extra_description p a {
    color: #B8CB43;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.extra_description p a:hover {
    color: #D5585C;
}

.dynamic_bg ul li p {
    font-family: 'ACKelson Regular';
    font-size: 21px;
    margin-bottom: 3px;
}

.dynamic_bg ul {
    margin-right: 50px;
    background: #007831;
    padding: 50px;
}

.dynamic_list ul {
    display: flex;
    flex-wrap: wrap;
}

.dynamic_list ul li {
    position: relative;
    width: 49%;
    display: inline-flex;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    color: #444444;
    margin: 35px 0;
    padding-right: 170px;
    flex-direction: column;
}

.dynamic_list ul li:nth-child(even) {
    margin-left: 70px;
    padding-right: 100px;
    width: calc(49% - 70px);
}

.dynamic_list ul li:before {
    content: '';
    position: absolute;
    left: -70px;
    background-image: url(../img/layout/list.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 57px;
    width: 57px;
    height: 57px;
    top: -8px;
}

.dynamic_list ul li p {
    color: #004824;
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 10px;
    font-weight: 600;
}

.dynamic_description_text {
    padding-left: 80px;
}

.awards {
    position: relative;
    background-color: #fff9e1;
}

.eleftheris_voskis_home {
    width: calc(100% + 80px);
    margin-left: -40px;
}

.eleftheris_voskis_home img {
    width: 100%;
    vertical-align: middle;
}

.eleftheris_voskis_home .piato {
    position: absolute;
    width: 82%;
    top: 50%;
    left: 50%;
    animation: rotate-outer 40s linear infinite;
}

@keyframes rotate-outer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.eleftheris_voskis_home .award_icon {
    position: absolute;
    width: 220px;
    right: -35px;
    top: 32%;
}

.award_text {
    padding: 0 25% 0 0px;
}

.about_left {
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.about_right {
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.etoima_psimena_img {
    padding-left: 60px;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.etoima_psimena_img .syskeuasia {
    position: absolute;
    width: 50%;
    top: 29%;
    left: 80px;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
   0% {
    transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

.etoima_psimena_text {
    padding-right: 40%;
}


.dynamic_description p {
    margin: 30px 0;
}

.dynamic_description h2 {
    color: #004824;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.dynamic_description ul {
    margin: 30px 0;
}

.dynamic_description ul li {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    color: #444444;
    padding: 3px 0 2px 15px;
    position: relative;
}

.dynamic_description ul li:before {
    content: '';
    background-color: #444;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    margin-top: 13px;
}

.timeline {
    background-image: url(../img/layout/timeline.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: visible;
    margin-top: -250px;
    padding-top: 36%!important;
    background-color: transparent;
    padding-bottom: 200px;
}

.timeline:after {
    content: '';
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #eefff1;
    z-index: -1;
}

.timeline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #004824;
    z-index: 0;
}

.timeline_component {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 130px 0 0 0;
}

.timeline_line {
    position: absolute;
    left: 27.4%;
    top: 20px;
    bottom: 0;
    width: 1px;
    background-color: #eefff1;
    transform: translateX(-27.4%);
}

.timeline .timeline_date {
    font-size: 28px;
    font-weight: 700;
    color: #eefff1;
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
    transition: opacity 1s ease-in-out;
    will-change: opacity;
    min-height: 80px;
}

.timeline_line-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%; /* Θα αλλάζει με JS */
    background-color: #eefff1;
}

.timeline_centre {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 26.8%;
    top: 30px;
}

.timeline_circle {
  width: 12px;
  height: 12px;
  background-color: #eefff1;
  border-radius: 50%;
  z-index: 5;
  transition: background-color 1s ease;
  will-change: background-color;
}


.timeline_progress-wrapper {
    position: absolute;
    left: 27%;
    top: 0;
    bottom: 0;
    width: 20px;
    transform: translateX(-27%);
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.timeline_progress-line {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eefff1;
}

.timeline_progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #eefff1;
}

.timeline_moving-dot {
    position: sticky;
    top: 50vh;
    width: 14px;
    height: 14px;
    background-color: #eefff1;
    border-radius: 50%;
    z-index: 10;
    margin-top: -7px;
}

.timeline_dot {
    position: absolute;
    left: 50%;
    top: 0%; /* Θα αλλάζει με JS */
    width: 12px;
    height: 12px;
    background-color: #eefff1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    will-change: top;
}

.timeline_item {
    display: grid;
    grid-template-columns: 2fr 65% 0fr;
    position: relative;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    padding: 55px 0;
}

.timeline_item.is-active,
.timeline_item.is-past {
    opacity: 1;
}

.timeline_item.last {
    padding-bottom: 0;
}

.timeline_item.is-active .timeline_date-text { opacity: 1; }
.timeline_item.is-active .timeline_circle { background-color: #eefff1;}
.timeline_item.is-past .timeline_circle { background-color: #eefff1;}

.timeline_right {
    position: relative;
    width: 100%;
    margin-top: -50px;
}

.timeline_right p {
    color: #eefff1;
    padding: 15px 0;
    font-weight: 400;
}

.timeline_left {
    position: relative;
    margin-left: 40%;
}

.graphic_section {
    overflow: hidden;
}

.graphic_section img {
    margin-right: -55px;
}

.categories .col-md-3 .selected_a,
.categories .col-md-3 .selected_a img,
.categories .col-md-3 .non_selected_a,
.categories .col-md-3 .selected {
    transition: all 0.3s ease-in-out;
}

.categories .selected {
    transition: all 0.3s ease-in-out;
    display: none;
}

.categories .non_selected_a {
    transition: all 0.3s ease-in-out;
    display: none;
}

.categories .col-md-3:hover .selected_a {
    transition: all 0.3s ease-in-out;
}

.categories .col-md-3:hover .selected_a img {
    transition: all 0.3s ease-in-out;
}

.categories .col-md-3:hover .selected {
    transition: all 0.3s ease-in-out;
    display: block;
}

.categories .col-md-3:hover .non_selected_a {
    transition: all 0.3s ease-in-out;
    display: block;
}

.categories .col-md-3 a.more {
    font-size: 21px;
    text-align: center;
    padding: 10px 25px;
    margin: 30px auto 50px auto;
    transform: rotate(-1deg);
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    transition: all 0s ease-in-out;
}

.categories .col-md-3:nth-child(4n+2) {
    clear: both;
}

.home_category_box {
    margin: 40px 0 60px 0;
    position: relative;
}

.home_category_box img {
    transition: all 0.4s ease-in-out;
}

.home_category_box:hover img {
    transform: scale(1.1);
}

.categories .home_category_box a.title {
    color: #999999;
    text-align: center;
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.categories .home_category_box:hover a.title {
    color: #004824;
    transform: scale(1.2);
    font-weight: 800;
    letter-spacing: 1px;
}

.categories .img-categ {
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease-in-out;
}

.button_more_img {
    width: 90%;
    margin: 0 auto;
    display: block;
    /* animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
    transition: all 0.3s ease-in-out;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.button_more {
    position: absolute;
    margin: 0 auto;
    right: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-63%, -50%);
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.categories .col-md-3:hover .button_more {
    color: #B8CB43;
}


.chicken_2 {
    background-image: url(../img/layout/chicken_2.svg);
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 250px;
    bottom: 0;
    position: absolute;
    left: 0;
    margin-left: 30px;
}

.recipes {
    position: relative;
    display: flex;
    padding-bottom: 160px;
    background-color: #caefd2;
    flex-direction: column;
    overflow: hidden;
}

.recipes_wrapper p {
    padding-right: 25%;
    margin: 30px 0;
}

.recipes h4 {
    font-size: 25px;
    color: #444;
    font-weight: 700;
    margin-bottom: 35px;
}

.recipes_featured {
    margin-left: -15px;
    margin-right: 30px;
}

.recipes_featured_mob {
    display: none;
}

.recipes_featured .col-md-4:nth-child(3n+1) {
    clear: both;
}

.more.yellow {
    background-color: #FFCF00;
    color: #007831;
    margin-left: 0;
    padding: 12px 40px;
    margin-top: 100px;
}

.recipes.product_recipes {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
}

.product_recipes .more.yellow {
    float: right;
    padding: 12px 20px;
    margin-top: 50px;
}

.home_graphics {
    overflow: hidden;
    position: relative;
}

.graphic_wrapper .graphic_1 {
    background-repeat: repeat-x;
    background-size: 105%;
    width: 106%;
    height: 103px;
    margin-left: -50px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 8s;
}

.graphic_wrapper .graphic_2 {
    background-repeat: repeat-x;
    background-size: 108%;
    width: 118%;
    height: 75px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run2;
    -webkit-animation-duration: 10s;
}

@-webkit-keyframes run {
    from {
        background-position: 0 0;
    }
    to {
        background-position:  -500% 0;
    }
}

@-webkit-keyframes run2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position:  500% 0;
    }
}

.chicken_1 {
    background-image: url(../img/layout/chicken_1.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    width: 120px;
    height: 122px;
    bottom: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
}

.recipes h3 {
    font-size: 20px;
    width: 80%;
    line-height: 25px;
    font-weight: 700;
    padding-top: 17px;
    color: #444;
}

.product_images {
    display: flex;
    align-items: center;
}

.product_packaging table, .product_category table {
    width: 100%;
}

.extra_table {
    margin-top: 35px;
}

.product_packaging table, .product_packaging th, .product_packaging td, .product_category table, .product_category th, .product_category td {
    border: 1px solid #999999;
    border-collapse: collapse;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.product_packaging table tr:nth-child(odd), .product_category table tr:nth-child(odd) {
    background-color: #fff4ca;
}

.products_content img {
    transition: all 0.3s ease-in-out;
}

.product_category td {
    text-align: center;
    min-width: 150px;
}

.product_category img {
    width: 22px;
}

.document_wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document_wrapper .document {
    display: flex;
    padding-bottom: 15px;
    gap: 15px;
    align-items: center;
}

.document .file-size {
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    margin-left: 3px;
}

.document_wrapper .document img {
    width: 40px;
}

.document a {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #444;
}

.products_content h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #777;
    margin-top: 10px;
    line-height: 27px;
}

.products_content h3 a {
    color: #777;
}

.products_content {
    overflow: hidden;
}

.product_box_menu {
    margin: 5px 0px 5px 0;
    position: relative;
}

.product_box_menu.last {
    width: 100%;
}

.product_box_menu li {
    width: 100%!important;
}

.product_box_menu:hover h3 a,
.product_box_menu:hover p {
    color: #C1151B!important;
    transition: all .3s ease-in-out;
}

.product_box_menu:hover p {
    color: #fff!important;
    transition: all .3s ease-in-out;
}

.product_box_menu a::after {
    background: none!important;
}

.product_box_menu img {
    width: 245px;
    height: 100px;
    margin: 0px;
}

.product_box_menu h3 {
    position: absolute;
    left: 5px;
    z-index: 999;
    color: #fff!important;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-left: 3px solid #C1151B;
}

.product_box_menu h3 a {
    color: #333!important;
    font-size: 14px!important;
}

.product_box_menu p {
    font-weight: 300!important;
    display: block;
    font-size: 14px!important;
    line-height: 22px!important;
    margin: 0px 0px 8px 0!important;
    padding: 0px 10px;
    float: left;
}

.product_box_menu.last {
    margin-right: 0px;
    float: none;
    overflow: hidden;
    margin-top: 5px;
}

.product_box p {
    text-align: left!important;
}

.product_details {
    margin-top: 90px;
}

.product_details ul li {
    display: inline-flex;
    width: 32%;
    gap: 35px;
    position: relative;
    align-items: center;
}

.product_details ul li.gourmet {
    width: 100%;
}

.product_details ul li.gourmet p.last {
    border-left: 1px solid #666;
    padding-left: 35px;
}

.product_details ul li img {
    width: 53px;
}

.product_details ul li img.temp {
    height: 75px;
}

.product_details ul li:last-child{
    border-right: none;
}

.product_details ul li p {
    font-size: 19px;
    color: #666;
    line-height: normal;
    display: block;
    font-weight: 600;
    margin: 0;
}

.product_details ul li span {
    font-weight: 800;
    color: #555;
}

.menu_overlay {
    text-align: center;
    transition: all .3s ease-in-out;
}

.menu_overlay:hover {
    transition: all .3s ease-in-out;
}

#navi ul li .menu_overlay a {
    background: #004824;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 20px;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

#navi ul li .menu_overlay a:hover {
    border-right: 2px solid transparent;
    background: #007831;
    color: #fff!important;
}

.menu_overlay a:hover {
    background: #b8cb43;
}

.menu_overlay p {
    color: #fff!important;
    font-size: 18px!important;
    padding: 15px 30px!important;
    position: relative;
    width: 100%;
}

.menu_overlay:hover p::after {
    opacity: 1;
    transform: translateX(0px);
}

.menu_overlay p::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0.125rem;
    left: 25%;
    margin-top: 15px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateX(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 50%;
}

/******** SEARCH ON HEADER ***********/
.search-overlay {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
  transform: none;
}

body.search-active .search-overlay {
  pointer-events: all;
  display: block; 
}
.btn-material {
    position: absolute;
    top: 32px;
    right: 172px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #004824;
    transform: scale(0);
    transform-origin: center;
    z-index: 9999;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url(../img/layout/mountains_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 30% 107%;
}

body.search-active .btn-material {
  transform: scale(70); 
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
body.search-closing .btn-material {
    transform: scale(0);
}
.search-input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 10001;
}
.search-input.closing {
    opacity: 0; 
}
body.search-active .search-input {
    opacity: 1;
    pointer-events: all;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.search-input input {
  width: 350px;  
  font-size: 50px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-weight: 200;
  z-index: 10002;
  padding-left: 50px;
  
}

.search-input input.input-active, .search-input input.input-expanded, .input-search.input-expanded {
  width: 600px;
  text-align: center;
  padding-left: 50px;

}
.search-input input::placeholder {
  color: #fff;
  opacity: 1;
  border-radius: unset;
}

.icon-close, .icon-close.open {
    position: fixed;
    top: 32px;
    right: 160px;
    cursor: pointer;
    z-index: 10001;
    font-size: 40px;
    opacity: 0;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

body.search-active .icon-close img, .icon-close.search-inactive  img{
    width: 100%;
    height: auto;
    display: block;
}
.icon-close.open {
  transform: rotate(0deg); 
  opacity: 1;

}
.icon-close.closing {
    transform: rotate(-180deg);
    opacity: 0;
}
 
.search-btn {
  position: absolute;
  top: 50%;
  right: unset;
  transform: translateY(-50%);
  width: 55px;
  height: 30px;
  border: none;
  background: url('../img/layout/arrow_button_white.svg') no-repeat center center;
  background-size: contain; 
  cursor: pointer;
}
/****************** END OF SEARCH ON HEADER *******************/


.search {
    background: url(../img/layout/search.svg) no-repeat center center #C1151B;
    background-size: 25px;
    text-indent: -999999px;
    width: 42px;
    height: 44px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer
}

#search_bar {
    background: #C1151B;
    margin: 0px;
    padding: 0px;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 108px;
    display: none;
    top: 0px;
}

#search_bar .search_close {
    position: absolute;
    right: 15px;
    top: 55px;
    width: 30px;
    height: 30px;
    background: url(../img/layout/bar_close.svg) no-repeat center center;
    background-size: 30px;
    cursor: pointer;
    z-index: 5;
}

#search {
    margin: 0px;
    padding: 0px;
}

#search input {
    width: 100%;
    height: 55px;
    position: absolute;
    float: left;
    background: #004824;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 50px 0px 0px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

#search input::placeholder {
    color: #fff;
}

#search input:focus,
#search input:hover {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.icon_turn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../img/layout/curve-arrow.svg');
    right: 0;
    bottom: 0;
    background-size: cover;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: icon_turn;
    animation-name: icon_turn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.home_categ {
    padding-top: 60px;
    padding-bottom: 140px;
}

.home_categ .content h1 {
    font-size: 60px;
    text-align: left;
    display: inline-block;
}

.slider_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.slider_container .content_text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    padding: 0 170px;
}

.banner_text {
    width: 84%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

a.more_products {
    margin-top: 40px;
    display: block;
    margin-left: 175px;
    font-size: 21px;
    color: #007831;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

a.more_products:hover {
    margin-left: 185px;
    color: #3a3a3a;
}

.banner_text p {
    color: #fff;
}

.banner_text p span {
    color: #007831;
    font-size: 59px;
    line-height: 60px;
}

.banner_item {
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: heroRevealZoom 1.8s cubic-bezier(0.22, 0.1, 0.2, 1) forwards;
    will-change: clip-path, transform;
}

@keyframes heroRevealZoom {

    0% {
        clip-path: circle(0% at 0% 50%);
        transform: scale(1.10);
    }

    100% {
        clip-path: circle(150% at 0% 50%);
        transform: scale(1);
    }
}

a.more, .more {
    color: #444;
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: fit-content;
    margin-top: 105px;
    font-size: 19px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.arrow_button .more img, .contactform .arrow_button .more img, .contactform .arrow_button img  {
    width: 70px;
    transition: all 0.5s ease-in-out;
}

a.more.center {
    margin: 90px auto 0 auto;
}

.more:hover {
    
}

.arrow_button .more:hover img, .contactform .arrow_button:hover img {
    margin-left: 30px;
}

.swiper-container {
    width: 100%;
    margin: 0;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#top_footer, #section_dimstel {
    width: 100%;
    padding: 140px 180px 180px 180px;
    margin: 0px auto;
    background: #fff;
    color: #fff;
    display: flex;
}

#section_dimstel img {
    width: 330px;
    height: 330px;
    border: 1px solid #000;
    border-radius: 80%;
    padding: 117px 10px;
    margin-bottom: 70px;
}

.dimstel_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.dimstel_box p {
    color: #262626;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    padding: 0 65px;
    margin-bottom: 35px;
}

.dimstel_box.last {
    border-right: none;
}

.dimstel_box.middle {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    margin: 0 -10px;
}

#top_footer .half {
    width: 346px;
    float: left;
    border-right: 1px solid #ddd;
    text-align: center;
}

#top_footer .half.last {
    border-right: none;
}

#top_footer .half img {
    display: block;
    margin: 30px auto 10px auto;
    width: 200px;
}

#top_footer .half p {
    padding: 10px 30px;
}

#top_footer .half a {
    color: #C1151B;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 20px;
    font-weight: 100;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#section_dimstel span {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    padding: 15px 50px;
    font-weight: 500;
    color: #333333;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #333333;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-out;
}


#section_dimstel span::after {
    content: "";
    background: #c1151b;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: all 0.3s ease-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
}

#section_dimstel span:hover {
    color: #fff;
    border: 2px solid #c1151b;
}

#section_dimstel span:hover::after {
    transform: scale(1, 1);
}

#section_dimstel span[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

#section_dimstel span[class^="grow"]::after {
    transition: all 0.3s ease;
}

.offers {
    background: #D1C8C1;
    padding: 0px 55px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stores {
    background: #E5E2E0;
    padding: 0px 55px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/layout/stores_graphic.svg);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: center;
}

.offers p, .stores p {
    font-size: 18px!important;
    font-weight: unset!important;
}

.content .offers a, .content .stores a {
    background: #ED1C24;
    padding: 12px 40px;
    margin: 50px auto 0 auto;
    font-size: 18px;
}

.content .offers a:hover, .content .stores a:hover {
    color: #c1151b;
}

.content .offers a::after, .content .stores a::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: all 0.3s ease-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
}

.content .offers a:hover::after, .content .stores a:hover::after {
    transform: scale(1, 1);
}

.content .offers a[class^="grow"]:hover::after, .content .stores a[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

.content .offers a[class^="grow"]::after, .content .stores a[class^="grow"]::after {
    transition: all 0.3s ease;
}

.about_image_top {
    position: absolute;
    top: 0;
    margin-top: 185px;
    right: 105px;
    transform: rotate(9deg);
    z-index: -1;
}

.about_text_wrapper {
    padding: 0 150px;
}

.about_text {
    background-color: #007831;
    color: #fff;
    padding: 30px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
}

.about_text:hover {
    transform: scale(1.07);
}

.about_text p {
    line-height: 35px;
    margin: 20px 0;
}

.about_title {
    display: inline-flex;
    align-items: center;
}

.about_title h1 {
    color: #D5585C;
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 0;
    font-family: 'ACKelson Bold';
}

.about_title p {
    color: #D5585C;
    font-size: 160px;
    font-family: 'ACKelson Bold';
    margin-right: 25px;
    text-shadow: -14px 15px #d9d9d9;
    letter-spacing: 5px;
}

.home_insta .content h1 {
    font-size: 58px;
    text-align: left;
}

.home_insta .content h1 span {
    color: #ED1C24;
}

.home_insta .content a {
    padding: 15px 65px;
}

.insta_feed {
    display: flex;
    margin-top: 90px;
}

.footer_mob {
    display: none;
}

#footer {
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    overflow: hidden;
    background: rgb(202, 239, 210);
    color: #11552C;
}

#footer_container {
    width: 100%;
    padding: 40px 0px 20px 0px;
}

.footer_top {
    margin: 0px auto 0px auto;
    width: 100%;
    padding: 60px 0 50px 0;
    display: flex;
}

.footer_box {
    /* float: left; */
    margin-right: 0px;
}

.footer_box a {
    color: #11552C;
    transition: all 0.2s ease-in-out;
}

.footer_box .tips_menu {
    top: 6px;
}

.footer_box a:hover {
    color: #3A3A3A;
    padding-left: 5px;
}

.footer_box .social_icons a:hover {
    padding-left: 0;
}

.footer_box.last {
    margin-right: 0px;
}

.footer_box h3 {
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}

.footer_box .social_icons h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer_box.service {
    padding: 0 30px 0 55px;
}

.footer_box.service p {
    line-height: 36px;
}

.footer_box.menu {
    margin-left: 20px;
}

.footer_box p {
    font-size: 18px;
    line-height: 27px;
    color: #11552C;
}

.footer_box h4 {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    background: #004824;
    width: fit-content;
    color: #fff;
}

.footer_box h4 a {
    color: #fff;
    padding: 5px 17px 5px 14px;
    display: block;
}

.footer_box h4 a:hover {
    color: #fff;
    padding-left: 19px;
}

.footer_box h4 span {
    font-size: 15px;
}

.footer_box h4 img {
    width: 24px;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.footer_box p.footer_first {
    margin-bottom: 25px;
}

.footer_box ul {
    margin: 0px 0px 0px 0px;
}

.footer_box ul li {
    font-size: 21px;
    font-weight: 100;
    line-height: 45px;
    display: block;
}

.footer_box ul.menu li {
    width: 49%;
    display: inline-block;
}

.footer_box ul li a {
    color: #111;
    display: block;
    transition: all 0.2s ease-in-out;
}

.footer_box ul li a:hover {
    color: #ED1C24;
    letter-spacing: 0.5px;
}

.footer_box.last .clear {
    height: 15px;
}

.footer_box form input {
    background: #fff;
    border: 0px;
    padding: 10px;
    width: 185px;
    margin: 0px;
    float: left;
    color: #666;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer_box form input.button {
    background: #C1151B url(../img/layout/mail.svg) no-repeat center center;
    color: #fff;
    background-size: 22px;
    width: 40px;
    text-indent: -9999px;
    padding: 10px;
    cursor: pointer;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer_box form input.button.store {
    background: #C1151B url(../img/layout/search.png) no-repeat center center;
}

.footer_box.menu p {
    font-size: 19px;
    line-height: 40px;
}


.social_icons img {
    width: 32px;
    margin-right: 10px;
}

.social_icons .tooltip {
    position: absolute;
    bottom: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    color: #1d623b;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social_icons .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-top: -4px;
}

.social_icons a {
    position: relative;
}

.social_icons a:hover .tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-100%);
    visibility: visible;
    pointer-events: auto;
}

.footer_copyright {
    margin: 0px auto 0 auto;
    padding: 25px 0;
    background: #caefd2;
    position: relative;
}

.footer_copyright p {
    text-align: left;
    line-height: 20px;
    font-size: 18px;
    color: #004824;
    font-weight: 500;
    margin: 0;;
}

.footer_copyright a {
    color: #fff;
    text-decoration: none;
}

.footer_copyright a:hover {
    text-decoration: underline;
}

.footer_logo {
    position: relative;
    text-align: center;
    border-right: 1px solid #318E35;
}

.footer_logo img {
    width: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 20px;
}

#wapp {
    position: relative;
    float: right;
}

#wapp a {
    display: block;
    width: 85px;
    height: 25px;
    background: transparent url(../img/layout/wapp.svg) no-repeat center;
    text-indent: -999999px!important;
    margin-top: 0;
}

#content {
    width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.content h1 {
    text-align: center;
}

.content h2 {
    font-size: 64px;
    color: #333333;
    line-height: 85px;
    position: relative;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 10px 0;
    padding: 5px 0 5px 0;
}

.content h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0px 10px 0px;
}

.content strong {
    font-weight: 600;
}

.content strong.query {
    font-weight: bold;
    color: #004824;
    text-decoration: underline;
}

.content p.large {
    font-size: 35px;
    margin-bottom: 70px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
}

.content p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
    font-weight: 200;
    margin-top: 10px;
}

.content a {
    color: #004824;
    transition: all 0.2s ease-in-out;
}

.content a:hover {
    color: #b8cb43;
}

.pagination {
    display: inline-block;
    margin: 0px 0 0px 0;
    padding-right: 0;
    width: 100%;
    color: #444;
    font-size: 17px;
    font-weight: 700;
}

.pagination .pages {
    margin: 80px 0 0px 0;
}

.content .pagination a {
    color: #007831;
}

.pagination .next-prev {
    float: right;
    display: inline-flex;
}

.pagination .disabled img {
    opacity: 0.5;
}

.pagination .stats {
    position: relative;
    top: 9px;
}

.pagination .disabled, .pagination .prev {
    margin-right: 10px;
    display: inline-block;
}

.pagination .next {
    display: inline-block;
}

.pagination img {
    width: 48px;
    height: 48px;
}

.page_text h3 {
    color: #004824;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.page_text h4 {
    font-size: 22px;
    color: #444;
    font-weight: 600;
    margin-bottom: 35px;
}

.divider {
    height: 60px;
}

.content .button {
    color: #fff;
    background: #333333;
    padding: 15px 30px;
    border-radius: 5px;
    width: fit-content;
    margin: 100px auto 0 auto;
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.content .button::after {
    content: "";
    background: #c1151b;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: all 0.3s ease-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
}

.content .button.empty {
    background: none;
    border: 2px solid #333333;
    color: #333333;
    margin: 30px auto 0 auto;
}

.content .button:hover {
    color: #fff;
}

.content .button.empty:hover {
    border: 2px solid #c1151b;
}

.content .button:hover::after {
    transform: scale(1, 1);
}

.content .button[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

.content .button[class^="grow"]::after {
    transition: all 0.3s ease;
}

.first_boxes {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second_boxes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.second_boxes h1 {
    font-size: 42px;
    color: #333333;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: left;
    line-height: 55px;
    position: relative;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.second_boxes .text_wrapper {
    padding: 60px 160px 60px 90px;
}

.second_boxes .text_wrapper p, .second_boxes .text_wrapper_left p {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 200;
    text-align: left;
    margin-top: 25px;
}

.second_boxes a {
    padding: 15px 30px;
    border-radius: 5px;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: fit-content;
    background: #333333;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.second_boxes a::after {
    content: "";
    background: #c1151b;
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
    transition: all 0.3s ease-out;

}

.second_boxes a::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0);
}

.second_boxes a:hover {
    color: #fff;
}

.second_boxes a:hover::after {
    transform: scale(1, 1);
}
.second_boxes a[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

.second_boxes a[class^="grow"]::after {
    transition: all 0.3s ease;
}

.second_boxes .text_wrapper_left {
    padding: 60px 90px 60px 180px;
}

.text-line {
    background: #F0F0F0;
    padding: 70px 0;
}

.video_container {
    background: #F0F0F0;
    padding-top: 130px;
    position: relative;
}

.video_text {
    position: absolute;
    bottom: 160px;
    left: 21%;
}

.video_text h1 {
    font-size: 75px;
    color: #fff;
    margin: 0px 0px 50px 0px;
    text-align: left;
    line-height: 65px;
    position: relative;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.video_text p {
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    line-height: 25px;
}

.video_text img {
    width: 110px;
    margin-bottom: 70px;
    transition: all 0.2s ease-in-out;
}

.video_text img:hover {
    transform: scale(0.9);
    opacity: 0.5;
}

ul.static_list {
    margin: 20px 5px 15px 15px;
    overflow: auto;
}

ul.static_list li {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 100;
    background: transparent url(../img/layout/list.png) no-repeat 0 9px;
    padding-left: 22px;
}

.right_thumb {
    position: relative;
    display: block;
    margin: 5px 0px 20px 0px;
}

.light_green_bg {
    background-image: url(../img/layout/syntagi_bg_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
}

.recipe_view_details .small_img {
    width: 90px;
    margin: 60px auto 0 auto;
    text-align: center;
    display: block;
}

.recipe_view_details p {
    font-weight: 500;
    text-align: left;
}

.recipe_view_details p.difficulty {
    background: none;
    width: 100%;
    margin-left: -40px;
}

.recipe_view_details p.difficulty:after {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 40px;
    background-size: 60px;
    background-position: center;
    margin-left: 15px;
}

.left_thumb {
    width: 100%;
    padding-right: 85px;
}

.right_thumb {
    width: 100%;
    padding-left: 50px;
}

.recipe_view_details p.difficulty.easy:after {
    background-image: url(../img/layout/dyskolia_eukolo.svg);
}

.recipe_view_details p.difficulty.medium:after {
    background-image: url(../img/layout/dyskolia_metrio.svg);
}

.recipe_view_details p.difficulty.hard:after {
    background-image: url(../img/layout/dyskolia_duskolo.svg);
}

.syntages_content {
    overflow: hidden;
}

.syntagi_img {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.syntagi_bg {
    background-image: url(../img/layout/syntagi_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 120vh;
    top: 0;
    position: absolute;
    z-index: -1;
}

.recipe_view {
    position: relative;
}

p.box_title {
    color: #fff;
    background: #007831;
    padding: 15px 30px;
    font-size: 40px;
    font-weight: 500;
    width: fit-content;
    text-align: center;
    margin: 15px auto 0 auto;
    transform: rotate(-1deg);
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    font-family: 'ACKelson Bold';
    z-index: 1;
    position: relative;
}

span.number {
    color: #004824;
    font-weight: 800;
    margin-right: 8px;
}

.preparation_box strong, .preparation_box a {
    color: #004824;
    font-weight: 700;
    font-size: 22px;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.preparation_box a:hover {
    color: #b9ca43;
    text-decoration: underline!important;
}

p.preparation_title {
    color: #007831;
    background: #b8cb43;
    padding: 15px 30px;
    font-size: 40px;
    font-weight: 500;
    width: fit-content;
    text-align: center;
    margin: 15px auto 0 auto;
    transform: rotate(-1deg);
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    font-family: 'ACKelson Bold';
    z-index: 1;
    position: relative;
}

.preparation_box {
    display: block;
    margin-left: 50px;
}

.preparation_box p {
    margin: 15px 0;
}

.recipe_proetoimasia {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: 50px;
}

.recipe_proetoimasia p {
    font-size: 16px;
    line-height: normal;
    color: #004824;
    font-weight: 800;
    border-right: 1px solid #004824;
    padding-right: 15px;
}

.recipe_proetoimasia p.last {
    padding-right: 0;
    border-right: none;
}

.recipe_info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.recipe_info img {
    width: 55px;
}

.recipe_info img.time {
    width: 42px;
}

.syntagi_chicken {
    background-image: url(../img/layout/chicken_5.svg);
    background-repeat: no-repeat;
    background-size: 280px;
    width: 280px;
    height: 245px;
    bottom: -80px;
    position: absolute;
    right: 0;
    margin-right: -150px;
}

.recipe_video {
    position: relative;
    display: flex;
    align-items: center;
}

.recipe_video h1 {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    padding-right: 115px;
}

.recipe_video h1:after {
    content: '';
    position: absolute;
    background-image: url(../img/layout/arrow_button.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 70px;
    width: 70px;
    height: 70px;
    right: 0;
    animation: bounce 0.75s alternate infinite
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(0px);
    }
    40% {
        transform: translateX(6px);
    }
    60% {
        transform: translateX(0px);
    }
}

.video_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro_text {
    width: 52%;
    margin-left: 50px;
    position: relative;
}

.contact_us {
    margin-bottom: 120px;
}

.contact_us p {
    color: #c1151b;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Noto Serif', serif;
}

.contact_us .button {
    margin: 20px auto 0 auto;
}

.product_specs ul {
    padding: 85px 30px 100px 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 180px;
}

.product_specs ul li {
    display: inline-flex;
    font-size: 20px;
    padding: 5px 0px 5px 80px;
    font-weight: 600;
    line-height: 25px;
    flex: 0 0 calc(33.333% - 180px);
    color: #666;
    box-sizing: border-box;
    position: relative;
    align-items: center;
}

.product_description p {
    padding: 2px 0;
}

.product_description strong {
    color: #004824;
}

.product_description li {
    padding: 2px 0 2px 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    color: #444444;
    position: relative;
}

.product_description li:before {
    content: '';
    background-color: #004824;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    margin-top: 12px;
}

.product_description li.last {
    margin-bottom: 15px;
}

.product_specs.product_description ul li {
    flex: 0 0 calc(50% - 180px);
}

.product_specs ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    background-image: url('../img/layout/arrow_right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    width: 60px;
    height: 60px;
}

.product_specs h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    margin-left: 30px;
}

.grey_bg {
    background: #f0f0f0;
    margin-left: 180px;
}

.specs_box {
    padding: 50px 60px 50px 50px;
}

.specs_box h2 {
    font-size: 30px;
    margin-bottom: 40px;
    font-family: 'Noto Serif', serif;
}

.specs_box ul li {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 100;
    background: transparent url(../img/layout/bullet.png) no-repeat 0 15px;
    padding-left: 17px;
    background-size: 4px;
    width: 49%;
    display: inline-block;
}

.intro_box {
    padding-right: 25%;
    margin-bottom: 100px;
}

.intro_box h1.home {
    font-weight: 100;
}

.intro_box p.intro:after {
    -moz-user-select: none;
    border-bottom: 1px solid #C1151B;
    bottom: 0px;
    content: "";
    font-size: 0;
    height: 0;
    left: 35%;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: auto;
    width: 30%;
}

.intro_box h3 {
    font-size: 32px;
    text-align: left;
    font-weight: 300;
    font-family: 'Noto Serif', serif;
    margin-top: 20px;
    line-height: 45px;
}

.intro_box p {
    color: #004824;
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
}

.related_products {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}

.related_products_wrap {
    display: flex;
    align-items: flex-end;
    right: 160px;
    position: relative;
}

.related_products_wrap.one {
    right: 0;
}

.related_products_wrap .product_hover_item:last-of-type a {
    width: 290px;
    z-index: 0;
    left: 0;
}

.related_products_wrap .product_hover_item:nth-of-type(2) a {
    width: 260px;
    left: 95px;
    z-index: 1;
}

.related_products a {
    display: block;
    width: 220px;
    position: relative;
    left: 160px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.related_products a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    animation: breathe 3s ease-in-out infinite;
}

.description_box {
    position: relative;
    padding-right: 40px;
    max-height: 560px;
    overflow-y: auto;
    scrollbar-color: #004824 #ffffff;
    scrollbar-width: thin;
}

.preparation_box .description_box {
    padding-right: 0;
}

.description_box ul {
   text-align: left!important;
}

.description_box .col-md-6:last-of-type ul:after{
    display: none;
}

.description_box .col-md-6 p strong:after, .description_box .col-md-6 ul:after {
    width: 95%;
}

.description_box ul li {
    display: block;
    font-size: 19px;
    padding: 5px 0px 5px 15px;
    font-weight: 500;
    line-height: 30px;
    color: #444444; 
}

.description_box ul li:before {
    content: '';
    background-color: #444;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    margin-top: 13px;
}

.description_box .text_left {
    padding-right: 70px;
}

.description_box .image_right {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 30px;
}

.home_header_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 70%);
    z-index: 1;
}

.no_banner {
    background: #4D4D4D;
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no_banner h1.page-top {
    position: absolute;
    font-size: 26px;
    color: #fff;
    margin-top: 140px;
}

.no_banner h2 {
    font-size: 65px;
    color: #fff;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    line-height: 65px;
    position: relative;
    top: 150px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.description {
    margin: 120px 0;
}

.scroll {
    position: absolute;
    bottom: 60px;
    display: flex;
    justify-content: center;
}

.scroll img {
    width: 17px;
}

.home_half {
    float: left;
    margin: 20px 40px 20px 0;
    position: relative;
    overflow: hidden;
}

.home_half.last {
    margin-right: 0px;
}

.home_half.full {
    margin-right: 0px;
    width: 100%;
}

.home_half a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
}

.home_half p {
    font-size: 26px;
    color: #fff;
    background: rgba(193, 21, 27, 0.8);
    position: absolute;
    top: 10px;
    padding: 20px;
    border-left: 3px solid #fff;
    left: 10px;
    font-weight: 100;
    z-index: 3;
}

.home_half p.desc {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 10px 20px;
    border-left: none;
    border-bottom: 3px solid #C1151B;
    right: 10px;
    top: auto;
    left: auto;
    bottom: 10px;
    width: 320px;
}

.home_half img {
    z-index: 1;
    width: 500px;
    height: 293px;
    margin: 0px;
    float: left;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.home_half:hover img {
    opacity: 0.95;
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.home_half .overlay {
    width: 500px;
    height: 293px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.home_half:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.home_half.full p.desc {
    width: 620px;
}

.home_half.full img {
    width: 100%;
}

.home_half.full .overlay {
    width: 100%;
}

.parallax {
    background: transparent none repeat scroll 0 0;
    height: 300px;
    width: 100%;
    min-width: 1100px;
    margin: 30px 0 50px 0;
}

.parallax_container {
    text-align: center;
}

.parallax_container h5 {
    font-size: 34px;
    font-weight: 100px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.parallax_container h5 a {
    display: block;
    color: #fff;
}

.parallax_container h5:after {
    -moz-user-select: none;
    border-bottom: 2px solid #C1151B;
    bottom: 0px;
    content: "";
    font-size: 0;
    height: 0;
    left: 40%;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: auto;
    width: 20%;
}

.parallax_container p {
    font-size: 22px!important;
    font-weight: 400!important;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 30px!important;
    text-shadow: 0px 1px 1px #666;
}

.parallax_container a.more {
    font-size: 20px;
    font-weight: 100px;
    padding: 10px 20px;
    color: #fff;
    text-shadow: 0px 0px 1px #777;
    background: #C1151B;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.parallax_container a.more:hover {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-theme .owl-controls {
    display: none!important;
}

.item {
    margin: 0 10px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.item:hover a.title:after {
    margin-left: 25px;
    transition: all 0.2s ease-in-out;
}

.item a.item_link {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
}

.item img {
    width: 100%;
}

#tabs {
    margin: 0 auto;
    text-align: center;
}

#tabs li {
    width: 12%;
    display: inline-flex;
    margin: 0 15px;
    flex-direction: column;
}

#tabs li img {
    width: 100%;
}

#tabs li p {
    font-size: 21px;
    font-weight: 500;
    color: #007831;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
}

.category_box {
    margin: 15px 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    background: #004824;
    position: relative;
    padding: 30px 15px;
}

.box_top {
    display: flex;
    margin-bottom: 25px;
}

.category_title {
    text-align: center;
}

.category_title ul {
    transition: all 0.3s ease-in-out;
}

.category_title ul li {
    display: inline-block;
    padding: 0px 8px;
    border-right: 2px solid #ededed;
    font-size: 21px;
    font-weight: 600;
    line-height: 19px;
}

.category_title ul li:first-child {
    padding-left: 0;
}

.category_title ul li a {
    color: #ededed;
}

.category_title ul li a:hover {
    color: #fff;
    text-decoration: underline!important;
    transition: all 0.3s ease-in-out;
}

.category_title ul li:last-child {
    border-right: none;
}

.category_box img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.category_box:hover .recipe_link {
    animation: bounce 0.75s alternate infinite;
    z-index: 1;
}

.category_box_img .recipe_link {
    bottom: -10px;
    right: 0px;
}

.category_box h2 {
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.category_box_img {
    width: 100%;
}

.category_box h2 a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.category_box h2 a:hover {
    text-decoration: underline!important;
}

.category_box h3 {
    font-size: 23px;
    line-height: 28px;
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
}

.category_box p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.category_box p.sub_categ {
    display: inline-block;
    background: #b8cb43;
    color: #007831;
    font-weight: 500;
    padding: 3px 20px;
    font-size: 18px;
    margin: 20px 5px;
}

.auto-clear {
    display: flex;
    flex-wrap: wrap;
}

.auto-clear .col-md-3:nth-child(4n+1) {
    clear: both;
}

.recipes_categories .recipes_categ_wrapper {
    padding: 120px 50px 20px 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 120px 140px;
}

.recipes_categ_wrapper.blog_home {
    gap: 80px 100px;
}

.recipe_categ h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #666;
    padding-top: 12px;
}

.recipe_categ {
    position: relative;
    width: 100%;
}

.recipe_categ .recipe_link {
    transition: all 0.5s ease-in-out;
}

.recipe_categ:hover .recipe_link {
    animation: bounce 0.75s alternate infinite;
}

.recipe_categ img {
    transition: all 0.3s ease-in-out;
}

.recipes_nav {
    background: linear-gradient(to right, #004823 0%, #004823 100%);
}

.recipes_nav ul {
    padding: 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipes_nav ul li {
    font-size: 23px;
    line-height: normal;
    position: relative;
    padding: 0 25px;
    color: #fff;
}

.recipes_nav ul li.selected a {
    color: #aac942;
}

.recipes_nav ul li:first-child {
    padding-left: 0;
}

.recipes_nav ul li:last-child {
    padding-right: 0;
}

.recipes_nav ul li:after {
    content: '/';
    position: absolute;
    right: -5px;
    color: #fff;
    font-size: 25px;
}

.recipes_nav ul li:last-child::after {
    display: none;
}

.recipes_nav ul li a {
    color: #fff;
}

.recipes_nav ul li.last {
    color: #aac942;
}

.products_nav {
    background: #eefff1;
    padding: 70px 15px 30px 15px;
    text-align: center;
}

.products_nav p {
    font-size: 21px;
    margin-top: 5px;
    font-weight: 600;
    color: #004824;
}

.products_nav h1 {
    margin-bottom: 0;
    color: #004823;
}

.products_nav.animate {
    animation: fillBackground 2s ease forwards;
}

.products_nav ul {
    padding: 20px 20px 20px 8%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
}

.products_nav ul li {
    font-size: 22px;
    line-height: normal;
    position: relative;
    padding: 0px;
    color: #004824;
    font-weight: 700;
}

.products_nav ul li.selected a {
    text-decoration: underline;
}

.products_nav ul li:first-child {
    padding-left: 0;
}

.products_nav ul li:last-child {
    padding-right: 0;
}

.products_nav ul li:after {
    content: '|';
    position: absolute;
    right: -18px;
    color: #004824;
    font-size: 23px;
}

.products_nav ul li a {
    color: #004824;
}

.products_nav ul li:last-child::after {
    display: none;
}

.recipe_description {
    position: relative;
    width: 40%;
}

.recipes_posts_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 60px;
}

.post_box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.post_box:hover .recipe_link {
    animation: bounce 0.75s alternate infinite;
}

.post_box .post_image {
    position: relative;
}

.post_box .post_image img {
    transition: all 0.3s ease-in-out;
}

.post_box .recipe_link {
    pointer-events: none;
    transition: transform 0.25s ease-out;
    pointer-events: none;
}

.padd.posts {
    padding-top: 40px;
}

.recipe_details {
    text-align: center;
    width: 100%;
    padding: 0px 0 20px 0px;
    background: #caefd2;
}

.recipe_details h2 {
    color: #777;
    padding: 10px 20px;
    font-size: 18px;
    min-height: 70px;
    display: flex;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}

.flex_recipe {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.recipe_details .difficulty {
    background-position: left;
    background-size: 36px;
    width: auto;
    height: 33px;
    display: inline-flex;
    padding-left: 45px;
    float: left;
    font-size: 15px;
    font-weight: 800;
    color: #004824;
    align-items: center;
    background-image: url(../img/layout/dyskolia.svg);
    background-repeat: no-repeat;
}

.recipe_details .duration {
    background-image: url(../img/layout/time.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    width: auto;
    height: 33px;
    display: inline-flex;
    padding-left: 35px;
    font-size: 15px;
    color: #004824;
    font-weight: 800;
    align-items: center;
}

.recipe_link {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -20px;
    right: -25px;
}

.syntagi_img .recipe_link {
    bottom: -12px;
    right: -12px;
}

.syntages_content .syntagi_img {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.syntages_content:hover .syntagi_img {
    filter: brightness(0.6);
}

.image_onmouse {
    position: absolute;
    display: block;
    width: 157px;
    height: 157px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 157px;
    border-radius: 50%;
    z-index: 1000;
    padding: 100px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.image_onmouse.active {
    transform: scale(1);
    opacity: 1;
}

.item.category_box.home img {
    width: 100%;
    height: auto;
}

.item p {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    margin-top: 30px;
    padding: 0 10px;
}

.item.item.category_box p {
    font-size: 19px;
    position: relative;
    margin: 5px 0 0 0px;
    color: #000;
    padding: 0px 15px 0 0;
    cursor: pointer;
    font-family: 'Noto Serif', serif;
    text-align: left;
}

.item a.title {
    position: relative;
    font-size: 35px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    text-align: left;
    top: 30px;
}

.item a.title:after {
    content: '';
    background-image: url('../img/layout/red_arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 14px;
    margin-left: 12px;
    margin-top: 12px;
    transition: all 0.2s ease-in-out;
}

.item.category_box {
    display: block;
    width: fit-content;
    height: auto;
    overflow: hidden;
}

.item.category_box h2 {
    font-size: 45px;
    margin-top: 15px;
}

.item.category_box.home {
    display: inline-block;
    margin: 100px 10px;
    width: 17%;
}

.item.category_box.last {
    margin-left: 355px;
}

.item.category_box .title {
    top: 225px;
}

.item.category_box .category_icon {
    float: left;
    margin: 25px 10px 0 10px;
    width: 60px;
    height: 60px;
}

.product_view .flex_center {
    justify-content: space-evenly;
}

.product_view_content {
    display: flex;
    align-items: center;
}

.product_image_left, .product_info_left {
    width: 31%;
    position: relative;
    display: block;
}

.product_image_left img {
    margin-left: -25%;
    width: 125%;
    max-width: 125%;
}

.product_info_left ul {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.product_info_left .product_details ul li {
    width: 100%;
}

.product_info_left .product_details {
    margin-top: 0;
    margin-left: 21%;
}

.product_intro {
    padding-left: 45px;
    width: 35%;
    padding-right: 75px;
}

.product_intro h3 {
    margin-top: 5px;
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
}

.product_intro p {
    font-weight: 500;
    margin-top: 25px;
}

.product_intro h1 {
    font-weight: 700;
    margin-bottom: 0;
}

.product_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

p.slide_title {
    font-size: 30px;
    padding-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-weight: 100;
}

p.slide_title:after {
    -moz-user-select: none;
    border-bottom: 3px solid #C1151B;
    bottom: 0px;
    content: "";
    font-size: 0;
    height: 0;
    left: 0px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    text-indent: -9999px;
    top: 41px;
    width: 30%;
}


/* .customNavigation{	text-align: center;	position:absolute;	top:0px;	right:0px;} */

.customNavigation.desktop {
    margin-top: 15px;
    float: right;
    right: 0px;
    display: inline-block;
}

.customNavigation.mob {
    display: none;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    margin-left: 5px;
}

.customNavigation a.btn {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0;
    margin-right: 10px;
}

.customNavigation a.btn.prev {
    background: url(../img/layout/arrow_left.svg) no-repeat center center #fff;
    background-size: 45px;
}

.customNavigation a.btn.next {
    background: url(../img/layout/arrow_right.svg) no-repeat center center #fff;
    background-size: 45px;
}

.content .customNavigation a.btn.next::after,
.content .customNavigation a.btn.prev::after { 
    background: none;
}


a.btn span,
a.btn span {
    display: none;
}

.home_half_bottom {
    float: left;
    width: 510px;
    margin-right: 20px;
}

.home_half_bottom.last {
    margin-right: 0px;
}

.home_half_bottom img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.home_half_bottom a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
}

.bottom_left {
    width: 510px;
    height: 250px;
    margin-bottom: 20px;
    position: relative;
}

.bottom_right {
    width: 510px;
    height: 520px;
    margin-bottom: 0px;
    position: relative;
}

.bottom_left p {
    font-size: 13px;
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    font-weight: 400;
    padding: 10px;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    border-left: 3px solid #C1151B;
    width: 390px;
}

.bottom_left p.title,
.bottom_right p.title {
    font-size: 26px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    font-weight: 100;
    padding: 20px;
    color: #fff;
    background: rgba(193, 21, 27, 0.8);
    border-left: 3px solid #fff;
    width: 280px;
}

.play {
    width: 80px;
    height: 56px;
    background: url(../img/layout/play.png) no-repeat center center transparent;
    position: absolute;
    left: 215px;
    top: 232px;
}

a[name] {
    padding-top: 90px;
    margin-top: -90px;
    display: inline-block;
}

.home_category_title {
    background: linear-gradient(to right, #004823 0%, #004823 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%; 
    color: #004823;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    padding: 17px 0 17px 8%;
    margin: 0!important;
}

.home_category_title.animate, .home_category_title.about.animate, .home_category_title.back.animate {
    animation: fillBackground 2s ease forwards;
}

.home_category_title.no_image {
    text-align: center;
    padding: 30px 0;
    font-size: 40px;
}

.home_category_title.about {
    background: linear-gradient(to right, #eefff1 0%, #eefff1 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    color: #004824!important;
    font-weight: 700;
}

.home_category_title.back {
    background: #004824;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    color: #fff !important;
    font-weight: 800;
    font-size: 20px;
    padding: 0;
    text-align: center;
}

.home_category_title.back a {
    display: block;
    position: relative;
    color: #fff;
    padding: 17px 15px;
    width: 100%;
}

@keyframes fillBackground {
    from {
        background-size: 0% 100%;
        color: #004823;
    }
    to {
        background-size: 100% 100%;
        color: #fff;
    }
}

.equipment_box {
    padding: 0px;
    margin: 50px 0px;
    display: block;
}

.equipment_box h2 {
    font-weight: 100;
    color: #333333;
    font-size: 50px!important;
    padding: 10px 0;
}

.equipment_box img {
    float: left;
    margin: 5px 30px 0 0;
}

.equipment_box.right img {
    float: right;
    margin: 5px 0px 0 30px;
}

.equipment_box p {
    text-align: left;
}

.banner_item.swiper-slide {
    height: calc(100vh - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-position: center;
}

#banner_mob {
    display: none;
}

#banner_page {
    position: relative;
    overflow: hidden;
}

#banner_page .banner_item {
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: 0;
    height: calc(100vh - 60px);
    min-height: 700px;
}

.dynamic_banner #banner_page .banner_item {
    height: 50vh;
}

#banner_page .banner_item.small {
    height: 40vh;
}

#banner {
    width: 100%;
    position: relative;
    margin: 0px;
    background-color: #004824;
    overflow: hidden;
}

#banner h2 {
    font-size: 65px;
    color: #fff;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    line-height: 75px;
    position: relative;
    top: 130px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    z-index: 2;
}

#banner h1.page-top {
    position: absolute;
    font-size: 26px;
    color: #fff;
    margin-top: 50px;
    z-index: 2;
}

.categories_wrapper {
    position: relative;
    display: block;
    margin: 90px 0;
    overflow: hidden;
}

.material_category {
    margin: 20px 20px 20px 0;
    position: relative;
    float: left;
}

.material_category.last {
    margin-right: 0px;
}

.material_category img {
    width: 100%;
}

.material_category h2 a {
    font-size: 21px;
    display: block;
    position: relative;
    font-weight: 100;
    padding: 5px 0;
    color: #000;
    line-height: 40px;
    margin: 0;
}

.material_box {
    padding: 0px;
    margin: 100px 0;
    display: block;
}

.material_box h2 {
    font-weight: 400;
    margin-bottom: 50px;
}

.material_box h2 a {
    display: block;
}

.material_box img {
    float: left;
    margin: 0px 30px 0 0;
}

.material_box.right img {
    float: right;
    margin: 0px 0px 0 30px;
}

.material_box p {
    text-align: left;
}

.material_box .button {
    margin: 30px 0 0 0;
}

.material_content {
    margin-top: 55px;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.material_content p {
    text-align: left;
}

.material_content img {
    float: none;
    margin: 30px auto;
    width: 100%;
}

.sub_categories_nav {
    background: #F5F2D3;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sub_categories_nav ul {
    padding: 25px 0;
}

.sub_categories_nav ul li {
    display: inline-block;
    font-size: 22px;
    padding: 6px 25px;
    color: #007831;
    font-weight: 500;
    border-right: 1px solid #007831;
    transition: all 0.3s ease-in-out;
}

.sub_categories_nav ul li:last-child {
    border-right: none;
}

.sub_categories_nav ul li a {
    color: #fff;
    background-color: #007831;
    padding: 5px 20px;
    transition: all 0.3s ease-in-out;
}

.sub_categories_nav ul li a.inactive:hover {
    color: #3a3a3a;
}

.sub_categories_nav ul li a:hover {
    color: #B8CB43;
}

.sub_categories_nav ul li a.inactive {
    color: #007831;
    background-color: transparent;
}
.product_list h1 {
    color: #fff;
    font-size: 48px;
    font-family: 'ACKelson Bold';
    background-color: #d5585c;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    padding: 18px 50px;
    transform: rotate(-1deg);
    margin-bottom: 50px;
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
}

.bh-sl-container {
    margin: 50px 0;
}

.bh-sl-container .form-input label {
    margin-bottom: 50px;
    margin-left: 0;
    font-size: 20px;
    font-weight: 100;
}

.bh-sl-container .form-input input, .bh-sl-container .form-input select {
    box-sizing: border-box;
    font-family: 'Open Sans', Arial;
    font-size: 15px;
    margin: 0 40px 0 10px;
    padding: 12px 20px;
    width: auto;
    background: none;
    border: 1px solid #333333;
    color: #333;
    border-radius: 0;
}

.content .bh-sl-container .button {
    padding: 10px 30px!important;
    margin: 2px auto 0 auto!important;
}

.blog_post {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.blog_post img {
    transition: all 0.3s ease-in-out;
}

.blog_post .blog_image {
    overflow: hidden;
}

.blog_post:hover img {
    transform: scale(1.1);
}

.blog_post:hover {
    background: #F9F9F9;
}

.blog_post a.blog_link {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
}

.blog_inner {
    background: #F5F2D3;
    padding: 15px 10px;
    min-height: 150px;
    display: flex;
    box-shadow: rgb(149 157 165 / 35%) 0px 8px 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog_post h2 {
    font-weight: 400;
    font-family: 'ACKelson Regular';
    padding: 10px 15px 10px 15px;
    font-size: 20px;
    display: flex;
    text-align: center;
    line-height: 27px;
    align-items: center;
    justify-content: center;
}

.blog_post h2 a {
    display: block;
    color: #007831;
}

.blog_post span.created {
    color: #b8cb43;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    padding-top: 15px;
}

.created {
    color: #004824;
    font-weight: 800;
    font-size: 13px;
}

.blog_post span.created:before {
    content: '';
    background-image: url(../img/layout/line.svg);
    background-repeat: repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
    position: absolute;
    height: 24px;
    left: 0;
    margin-top: -25px;
}

.blog_intro p {
    padding: 10px 0;
    font-weight: 500;
}

.blog_intro ul {
    padding: 10px 0;
}

.blog_intro h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog_intro ul li {
    display: block;
    font-size: 19px;
    padding: 5px 0px 5px 15px;
    font-weight: 500;
    line-height: 30px;
    color: #444444;
    position: relative;
}

.blog_intro ul li:before {
    content: '';
    background-color: #444;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    margin-top: 13px;
}

#blog_text {
    margin: 50px 0 0 0;
    overflow: hidden;
    position: relative;
    display: block;
}

#blog_text img {
    border: 10px solid #007831;
    transform: rotate(3deg);
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
    margin-bottom: 20px;
}

#blog_text p{
    text-align: left;
}

#blog_text .blog_text_inner {
    margin-right: 50px;
    background: #f5f2d3;
    padding: 50px;
}

#blog_text span.created {
    font-size: 14px;
    color: #b8cb43;
    padding-top: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    float: right;
}

#blog_text:after {
    content: '';
    background-image: url(../img/layout/line.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    position: absolute;
    height: 24px;
    left: 0;
    bottom: 35px;
}

.blog_inner p {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000;
}

#product_nav {
    text-align: center;
}

#product_nav ul li {
    display: inline-block;
    float: none;
    text-align: center;
}

#product_nav ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    position: relative;
}

#product_nav ul li a img {
    vertical-align: middle;
    margin-right: 7px;
    width: 40px;
}

#product_nav ul li a:hover {
    color: #c1151b;
}

#product_nav ul li.selected a {
    color: #c1151b;
}

#stickyWrapper {
    transition: transform 0.5s ease, opacity 0.3s ease;
    position: relative;
    transform: translateY(-10px);
}

#stickyWrapper.sticky-wrapper {
    position: fixed;
    top: 85px;
    width: 100%;
    z-index: 11;
    transform: translateY(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}

.recipes_nav li a {
    transition: all 0.3s ease-in-out;
}

.recipes_nav li.selected a {
    font-weight: bold;
}

.group_by_category {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 80px;
    justify-content: center;
    flex-wrap: wrap;
}

.product_list h2 {
    margin-bottom: 15px;
    text-align: center;
}

.group_by_category .col-md-3:nth-child(4n+1) {
    clear: both;
}

.product {
    margin: 15px 0px;
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 290px;
}

.product img {
    transition: all 0.3s ease-in-out;
}

.product:hover img {
    transform: scale(1.1);
}

.product a.product_link {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
}

.product h2 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #777;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
    line-height: 25px;
}

/* .product:hover h2 {
    color: #004824;
    transform: scale(1.15);
    font-weight: 800;
    letter-spacing: 1px;
} */

.product h2 a {
    display: block;
    color: #666;
}

.product a.read_more {
    color: #fff;
    padding: 10px 30px;
    background: #C1151B;
    display: inline-block;
    margin: 20px 0 0 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background-color 0.4s ease-in-out 0s;
}

.product:hover a.read_more {
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.4s ease-in-out 0s;
}

.product.right img {
    float: right;
    margin: 0px 0px 0 30px;
}


/* .product_view_bg {
    background-image: url(../img/layout/product_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    margin-top: 35px;
} */

.product_thumb {
    z-index: 1;
    position: relative;
    display: block;
    margin-right: 60px;
    width: 35%;
}

.product_thumb img {
    width: 100%;
    position: relative;
    animation: breathe 3s ease-in-out infinite;
    transition: all 0.3s ease-in-out;
}

.stamps_42 {
    position: absolute;
    bottom: 45px;
    margin: 0 auto;
    right: 20%;
    display: flex;
    gap: 40px;
}

.stamps_43 {
    position: absolute;
    left: 15px;
    top: 35%;
}

.stamp {
    width: 170px !important;
    transform: none !important;
}

.company_box {
    display: flex;
    align-items: center;
    margin: 100px 0px 100px 0;
    position: relative;
    overflow: hidden;
}

.company_box.last {
    margin-right: 0px;
}

/* .company_box a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
} */

.company_box p {
    font-size: 50px;
    color: #333333;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.company_box p.desc {
    font-size: 15px;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 10px 20px;
    border-left: none;
    border-bottom: 3px solid #C1151B;
    right: 10px;
    top: auto;
    left: auto;
    bottom: 10px;
    width: 320px;
}

.company_box img {
    width: 100%;
}

#flipbook {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 30px 0 0 0;
}

.fairytale_box {
    text-align: center;
    margin: 20px 0;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.fairytale_box.block {
    display: block;
}

.fairytale_box iframe {
    width: 100%;
    height: 500px;
    margin: 0px auto;
    display: block;
}

ul.tabs {
    margin: 40px 0px 30px 0px;
    padding: 0px 0px 50px 0px;
    text-align: left;
    border-bottom: 1px solid #000;
}

ul.tabs>li {
    font-size: 21px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 0px;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    font-family: 'Noto Serif', serif;
}

ul.tabs>li:hover {
    color: #010103;
    cursor: pointer;
}

ul.tabs>li.current {
    color: #c1151b;
}

ul.tabs>li span {
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 44px;
    display: none;
    background: transparent url(../img/layout/arrow_down.png) no-repeat scroll center center;
    text-indent: -99999px;
}

ul.tabs>li.current span {
    display: block;
}

.tab-content {
    display: none;
    margin: 120px 0;
}

.tab-content h3 {
    font-size: 32px;
    text-align: left;
    font-weight: 300;
    font-family: 'Noto Serif', serif;
    margin-top: 20px;
    line-height: 45px;
    margin-bottom: 55px;
}

.tab-content p {
    text-align: left;
}

.tab-content.current {
    display: inherit;
}

span.numbering {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
    background: #c1151b;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.testimonial {
    margin: 20px auto;
    padding: 20px;
    position: relative;
}

.testimonial p {
    margin: 0;
    padding: 0;
}

.testimonial blockquote {
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 rgba(193, 21, 27, 0.7), -5px -4px 25px rgba(0, 0, 0, 0.3);
}

.testimonial blockquote:after,
.testimonial blockquote:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonial blockquote:after {
    border-top-color: #ffffff;
    border-width: 10px;
    left: 88%;
    margin-left: -10px;
}

.testimonial blockquote:before {
    border-top-color: rgba(0, 0, 0, 0.01);
    border-width: 11px;
    left: 65%;
    margin-left: -11px;
}

.testimonial blockquote p {
    font-family: serif;
    font-size: 20px;
    color: #8c8b8c;
    font-weight: 400;
    line-height: 36px;
    font-style: italic;
    text-indent: 100px;
    position: relative;
}

.testimonial blockquote p:before {
    content: '\201C';
    font-family: serif;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    font-size: 175px;
    top: 0px;
    left: -105px;
    color: #c1151b;
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.testimonial .mb-attribution {
    text-align: right;
    padding: 20px 50px 20px 20px;
    position: relative;
}

.testimonial .mb-author {
    font-weight: 700;
    font-size: 18px;
    color: #c1151b;
    text-align: right;
}

.testimonial cite {
    font-style: normal;
    font-weight: 600;
    color: #010103;
}

.media_box {
    margin: 100px 25px 100px 0;
    position: relative;
    overflow: hidden;
}

.media_box.last {
    margin-right: 0;
}

.media_box.screensaver {
    margin: 100px auto;
    display: flex;
    align-items: center;
}

.media_box img {
   width: 100%;
}
/* 
.media_box a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
} */

.media_box .button {
    margin: 30px auto 0 auto;
}

.media_box p {
    font-size: 22px;
    position: relative;
    font-weight: 400;
    padding: 10px;
    color: #333;
}

.media_box p.title {
    font-size: 50px;
    color: #333333;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.download_box {
    display: inline-block;
    width: 455px;
    height: auto;
    margin: 10px;
    position: relative;
    padding: 20px;
    background: #f1f1f1;
    border-bottom: 3px solid #C1151B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.close {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 27px;
}

.download_box a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
    z-index: 999;
}

.download_box img {
    width: 55px;
    float: left;
    margin: 0px 20px 0 20px;
}

.download_box p {
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    margin: 0px;
    padding: 0;
}

.download_box span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #7c7c7c;
}


.contactform {
    margin: 70px 11% 0px 11%;
    position: relative;
    display: block;
    overflow: hidden;
}

.contactform div.input {
    float: left;
    margin: 0px 20px;
    width: calc(49% - 40px);
    position: relative;
    background: #004824;
    padding: 20px 30px 25px 30px;
    transition: all 0.3s ease-in-out;
}

.verify_page .contactform div.input {
    float: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.verify_page .contactform div.submit {
    margin: 0px auto 0px auto;
}

.contactform div.input:hover {
    background: #004824;
}

.contactform div.submit {
    width: 100%;
    margin: 50px auto 0px auto;
    padding: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.contactform div.input.textarea {
    width: calc(100% - 35px);
}

.contactform div.input.textarea label {
    padding: 0 0px 10px 0;
}

.contactform div.input.textarea:hover {
    transition: all 0s ease;
}

#contact_left .arrow_button {
    margin-left: 10px;
}

.contactform div.input.checkbox {
    background: none;
    padding: 20px 25px 25px 25px;
    border: 1px solid #004824;
    display: flex;
    align-items: center;
}

.contactform div.input.checkbox:hover {
    background: #004824;
}

.contactform div.input.checkbox label {
    color: #3d3a3a;
    font-size: 19px;
    line-height: 35px;
}

.contactform div.input.checkbox label.error {
    position: absolute!important;
    width: 100%;
    bottom: -35px;
    color: #e32;
    font-size: 14px;
}

.contact_details .terms_link a {
    color: #B8CB43;
    font-weight: 600;
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: 50px;
    margin-top: 34px;
}

.contactform div.input.checkbox label span.m-l {
    margin-left: 25px;
}

.contactform div.input label {
    float: left;
    margin: 0 0 8px 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.contactform div.input:hover label {
    color: #fff;
}

.contactform input[type="text"], .contactform input[type="password"],
.contactform textarea {
    width: 100%;
    padding: 7px;
    margin: 0px;
    font-size: 17px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    text-align: left;
    float: left;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.contactform input[type="text"]::placeholder {
    color: #bdbdbd;
}

.contactform div.input:hover input[type="text"] {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.contactform div.input:hover textarea {
    color: #fff;
    border: 1px solid #fff;
}

.contactform textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #777;
}

.contactform input[type="text"]:focus,
.contactform input[type="text"]:hover {
    outline: none;
}

.contactform textarea:focus,
.contactform textarea:hover {
    outline: none;
}

.contactform div.submit input {
    margin-top: 50px;
    background-color: transparent;
    border: none;
    padding: 0 0 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

.contactform div.submit input:hover::after {
    transform: scale(1, 1);
}

.contactform div.submit input[class^="grow"]:hover::after {
    transition: all 0.3s ease-out;
}

.contactform div.submit input[class^="grow"]::after {
    transition: all 0.3s ease;
}

.contactform div.submit input:active {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.contactform .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

.contactform div label.error {
    color: #e32;
    font-size: 14px!important;
    width: 100%;
    margin-top: 5px;
    text-align: left;
    float: left;
    display: block;
    background: none!important;
    position: relative!important;
}

.contact_details a {
    color: #000;
    transition: all 0.2s ease-in-out;
}

.contact_details .half {
    width: fit-content;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 60px;
}

.contact_details p.title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #333333;
}

.contact_details p {
    font-weight: 500;
    margin-bottom: 130px;
}

.contact_details p:after {
    content: '';
    position: absolute;
    border-top: 8px solid #004824;
    width: 170px;
    left: 15px;
    margin-top: 95px;
}

.contact_details p.big_p {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 22px;
    color: #3D3A3A;
}

.contact_details p.big_p:after {
    display: none;
}

.contact_details h2 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 10px;
}

.info-window-content {
    padding: 7px;
}

p.map_title {
    color: #004824;
    font-weight: 500;
    border-bottom: 1px solid #004824;
    line-height: 27px;
    margin-bottom: 8px;
}

p.map_subtitle {
    font-size: 18px;
    font-weight: 500;
}

.map h1 {
    font-weight: 700;
    text-align: center; 
    margin-bottom: 35px;
}

.contact_text {
    padding: 0 65px 0 0px;
}

.get_quote {
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
    text-shadow: 0px 0px 1px #777;
    background: #C1151B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.get_quote p {
    font-weight: bold;
    margin: 0px;
}

.call_us {
    display: block;
    margin: 20px 0;
}

.call_us p {
    font-size: 24px;
}

#map {
    width: 100%;
    height: 760px;
}

.store_box {
    display: flex;
    align-items: center;
    margin: 100px 0px 100px 0;
    position: relative;
    overflow: hidden;
}

.store_box.last {
    margin-right: 0px;
}

.store_box p {
    font-size: 50px;
    color: #333333;
    padding: 0px 0px 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
}

.store_box p.desc {
    font-size: 19px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    background: #333333;
    position: relative;
    padding: 15px 30px;
    width: fit-content;
    border-radius: 5px;
    margin: 20px auto 0 auto;
}

.store_box img {
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0px;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.store_box:hover img {
    opacity: 0.95;
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.store_box .overlay {
    width: 500px;
    height: 293px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.store_box:hover .overlay {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.fancybox-default-skin {
    border: none!important;
}

.espa_wrapper {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 10px;
}

.espa img {
    width: 100%;
    height: auto;
    display: block;
}

.espa_mobile {
    display: none;
}

.product_view {
    overflow: hidden;
}

@media only screen and (max-width: 1650px) {
    #navi ul li a {
        padding: 30px 12px;
    }

    .btn-material {
        width: 28px;
        height: 28px;
        top: 36px;
        right: 173px;
    }

    .search-input {
        top: 44%;
    }

    .icon-close, .icon-close.open {
        top: 36px;
        right: 173px;
    }

    .eleftheris_voskis_home .award_icon {
        width: 180px;
    }

    .timeline {
        padding-top: 34%!important;
    }

    .timeline_component {
        max-width: 795px;
    }

    .stamp {
        width: 140px !important;
    }

    .product_details {
       margin-top: 60px;
    }

    .product_intro h3 {
        font-size: 24px;
    }

    .product_intro {
        padding-left: 0px;
        padding-right: 50px;
    }

    .product_specs ul {
       gap: 50px 100px;
    }

    .product_specs ul li {
        flex: 0 0 calc(33.333% - 100px);
    }
    
    .group_by_category .col-md-2 {
        width: 20%;
    }

    .category_box_img {
       width: 245px;
    }

    .related_products_wrap .product_hover_item:nth-of-type(2) a {
        width: 240px;
        left: 80px;
    }

    .related_products_wrap .product_hover_item:last-of-type a {
        width: 270px;
    }

    .related_products a {
        width: 200px;
        left: 150px;
    }

    .left_thumb {
        padding-right: 50px;
    } 

    .preparation_box {
       margin-left: 20px;   
    }
    
    .description_box {
        padding-right: 0px;
    }

    .intro_box {
        padding-right: 20%;
    }

    .recipe_description {
       width: 50%;
    }

    .dynamic_description_text {
        padding-left: 0px;
    }

    .dynamic_list ul li {
        padding-right: 110px;
    }

    .contactform div.input.checkbox label {
        font-size: 18px;
        line-height: 25px;
    }

    .contactform div.input.checkbox {
        padding: 15px 20px 15px 20px;
    }

    .checkbox input[type=checkbox] {
        left: 40px;
        margin-top: 27px;
    }

    .recipes_wrapper p {
        padding-right: 10%;
    }

    .etoima_psimena_text {
        padding-right: 10%;
    }

    .is-sticky #navi ul li a {
        padding: 22px 8px;
    }

    .header_container {
        gap: 25px;
    }

    a.more, .more {
        margin-top: 70px;
    }

    .award_text {
        padding: 0 15% 0 0px;
    }

    .recipes_categories .recipes_categ_wrapper {
        padding: 100px 50px 20px 50px;
    }
}

@media only screen and (max-width: 1499px) {
    .footer_box.service {
        padding: 0 10px 0 10px;
    }

    .contactform {
        margin: 60px 7% 0px 7%;
    }

    .btn-material {
        width: 26px;
        height: 26px;
    }

    .product_intro h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .stamp {
        width: 115px !important;
    }

    .product_specs ul {
        gap: 50px 70px;
    }

    .product {
        min-height: 280px;
    }

    .product h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .product_specs ul li:before {
        background-size: 55px;
        width: 55px;
        height: 55px;
    }

    .product_specs ul li {
        flex: 0 0 calc(33.333% - 70px);
        line-height: 24px;
        font-size: 19px;
    }

    .related_products {
        width: 150%;
        margin-left: -50%;
    }   

    .left_thumb {
        padding-right: 20px;
    }
     
    .preparation_box {
        margin-left: 0px;
    }

    .recipes_posts_wrap {
        gap: 45px 40px;
    }

    .recipe_description {
        width: 55%;
    }

    .recipe_link {
        width: 55px;
        height: 55px;
        bottom: -15px;
        right: -20px;
    }

    .recipes_categories .recipes_categ_wrapper {
        gap: 70px 110px;
    }

    .recipes_categ_wrapper.blog_home {
       gap: 50px 60px;
    }

    .recipe_video h1 {
        padding-right: 90px;
    }

    .dynamic_gallery {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .dynamic_list ul li {
        margin: 30px 0;
        padding-right: 80px;
    }

    .dynamic_list ul li:before {
        top: -3px;
    }

    .dynamic_list ul li p {
        font-size: 37px;
    }

    .home_category_title.no_image {
        font-size: 35px;
    }

    .recipes h3 {
        width: 90%;
    }

    .categories .home_category_box a.title {
        margin: 15px auto 0 auto;
        font-size: 19px;
    }

    .home_category_box {
        margin: 40px 0 50px 0;
    }

    .recipes_wrapper p {
        padding-right: 6%;
    }

    .footer_box .tips_menu {
        width: 34px;
        height: 27px;
    }

    .etoima_psimena_text {
        padding-right: 5%;
    } 

    .sub_categories_nav ul li {
        font-size: 20px;
    }

    .sub_categories_nav {
        margin-bottom: 0px;
    }

    .product_intro {
        padding-right: 0px;
    }

    .product_list h1 {
        font-size: 45px;
    }

    .syntagi_chicken {
        margin-right: -80px;
    }

    .recipe_view_details .small_img {
        width: 80px;
        margin-top: 60px;
    }

    .recipe_view_details h3 {
        padding: 12px 25px;
        font-size: 18px;
    }

    .recipe_view_details p.difficulty:after {
        width: 50px;
        height: 30px;
        background-size: 45px;
        margin-left: 12px;
    }

    .recipe_view_details p.difficulty {
        font-size: 18px;
    }

    .banner_text p span {
        font-size: 47px;
        line-height: 35px;
    }

    a.more_products {
        margin-left: 75px;
    }

    .intro_box {
        padding-right: 12%;
    }

    .recipe_proetoimasia {
       gap: 60px;
        margin-top: 35px;
    }

    #blog_text .blog_text_inner {
        margin-right: 20px;
    }

    .blog_post h2 {
        padding: 10px 0px 10px 0px;
        font-size: 19px;
    }

    .recipe_details h2 {
        font-size: 17px;
        line-height: 20px;
    }

    .contact_text {
        padding: 0 30px 0 30px;
    }

    .dynamic_bg ul {
        margin-right: 25px;
        padding: 35px;
    }

    .dynamic_bg ul li p {
        font-size: 20px;
    }

    .about_graphic_bottom {
        background-position: 90px bottom;
        height: 340px;
    }

    .about_image_top {
        margin-top: 100px;
        right: 30px;
    }

    a.more.center {
        margin: 60px auto 0 auto;
    }

    .products_content h3 {
        font-size: 19px;
        margin-top: 10px;
    }

    .award_text {
        padding: 0 10% 0 0px;
    }

    .arrow_button .more img, .contactform .arrow_button img {
        width: 65px;
    }

    .padd_big {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .padd_top_big {
        padding-top: 100px;
    }

    .padd_bottom_big {
        padding-bottom: 100px;
    }

    a.more, .more {
        margin-top: 55px;
    }

    h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .more.yellow {
        margin-top: 50px;
    }

    .graphic_wrapper .graphic_1 {
        height: 80px;
    }

    .banner_text a.more {
        margin-left: 70px;
    }

    .footer_box.menu {
        margin-left: 0px;
    }

    .footer_box.menu p {
        font-size: 18px;
    }

    .footer_box.service p {
        line-height: 34px;
    }

    .social_menu {
        padding-right: 40px;
    }

    .social_menu img {
        width: 30px;
        margin-right: 2px;
    }

    #navi ul li a {
        font-size: 17px;
        margin: 0;
        padding: 30px 8px;
    }

    #search_menu img {
        width: 27px;
        top: 1px;
    }

    .categories .col-md-3 a.more {
        font-size: 19px;
    }

    .button_more {
        font-size: 18px;
        line-height: normal;
    }

    .recipes_categories .recipe_categ h2 {
        font-size: 21px;
        height: 65px;
    }

    .category_title ul li {
        font-size: 19px;
        line-height: 16px;
    }

    .category_box h3 {
        font-size: 22px;
    }

    .category_box_img {
        width: 225px;
    }

    .category_box h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1350px) {
    .footer_box h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .divider {
        height: 50px;
    }

    .page_text h4 {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .group_by_category .col-md-2 {
        width: 25%;
    }

    .products_nav {
        padding: 65px 15px 20px 15px;
    }

    .btn-material {
        width: 23px;
        height: 25px;
        top: 35px;
        right: 140px;
    }

    .icon-close, .icon-close.open {
        top: 35px;
        right: 140px;
    }

    .etoima_psimena_img .syskeuasia {
        width: 46%;
        top: 31%;
    }

    .eleftheris_voskis_home .award_icon {
        width: 140px;
        right: -25px;
    }

    .product_intro h3 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 0px;
    }

    .product_thumb {
        margin-right: 0px;
        margin-left: 25px;
    }

    .product_details ul li {
        gap: 25px;
    }

    .product_details ul li p {
        font-size: 18px;
    }

    .product_info_left ul {
        gap: 30px;
    }

    .product_specs ul {
        gap: 50px 40px;
        padding: 65px 0px 90px 0px;
    }

    .product_specs ul li {
        flex: 0 0 calc(33.333% - 40px);
    }

    .category_box p {
        font-size: 19px;
        line-height: 27px;
    }

    .category_box h3 {
        font-size: 21px;
    }

    .category_box_img {
        width: 220px;
        height: 212px;
        display: flex;
        align-items: flex-end;
    }

    .category_title {
        width: 100%;
    }

    .category_box h2 {
        font-size: 25px;
        margin-bottom: 8px;
    }
     
    .category_title ul li {
        font-size: 18px;
        line-height: 15px;
    }

    .related_products {
        width: 165%;
        margin-left: -65%;
    }

    .related_products a {
        width: 200px;
        left: 150px;
    }

    .preparation_box p {
       margin: 10px 0;
    }

    .related_products_wrap .product_hover_item:nth-of-type(2) a {
        width: 240px;
        left: 90px;
    }

    .recipe_view_details .col-lg-6 {
        width: 100%;
    }

    .intro_box p {
        font-size: 26px;
    }

    .recipe_description {
        width: 60%;
    }

    .recipes_posts_wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .recipes_categories .recipes_categ_wrapper {
        padding: 70px 0px 20px 0px;
    }

    .recipes_categ_wrapper.blog_home {
        gap: 40px 60px;
    }

    .recipes_categories .recipes_categ_wrapper {
        gap: 45px 85px;
    }

    .recipe_link {
        width: 55px;
        height: 55px;
        bottom: -15px;
        right: -20px;
    }

    .intro_text {
        width: 60%;
        margin-left: 0;
    }

    .recipe_video h1 {
        padding-right: 20px;
        flex-direction: column;
        padding-bottom: 60px;
    }

    .recipe_video h1:after {
        background-size: 65px;
        width: 65px;
        height: 65px;
        right: auto;
        left: 0;
        bottom: 0;
    }

    .is-sticky #navi ul li a {
        padding: 22px 6px;
    }

    .dynamic_list ul li p {
        font-size: 35px;
    }

    .dynamic_list ul li {
        margin: 25px 0;
        padding-right: 35px;
    }

    .dynamic_list ul li:nth-child(even) {
        padding-right: 20px;
    }

    .dynamic_list ul li:before {
        background-size: 55px;
        width: 55px;
        height: 55px;
    }

    .contactform div.input.checkbox {
        padding: 10px 15px 10px 15px;
    }

    .dynamic_description h2 {
        font-size: 28px;
        line-height: 36px;  
    }

    .checkbox input[type=checkbox] {
        left: 35px;
        margin-top: 29px;
    }

    .dynamic_description p {
       margin: 25px 0;
    }

    .dynamic_description ul {
        margin: 25px 0;
    }

    .recipes_wrapper p {
        padding-right: 5%;
        margin: 15px 0;
    }

    .recipes {
        padding-bottom: 120px;
    }

    .recipes h3 {
        width: 100%;
        font-size: 19px;
        line-height: 23px;
        padding-top: 15px;
    }

    .recipes h4 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .header_container {
        gap: 15px;
    }

    .padd.posts {
        padding-top: 20px;
    }

    #navi li .submenu {
        margin-left: -90px;
        top: 80px;
    }

    .product_details {
        margin-top: 30px;
        margin-left: 0;
    }

    .product_details ul li {
        font-size: 16px;
    }

    .recipes_nav ul li {
        font-size: 23px;
        padding: 0 20px;
    }

    .sub_categories_nav ul {
        padding: 20px 0;
    }

    .sub_categories_nav ul li {
        font-size: 19px;
    }

    .product_list h1 {
        font-size: 40px;
    }

    .group_by_category {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .footer_copyright p {
        line-height: 18px;
        font-size: 16px;
    }

    #content_nav ul li a.category_title {
        height: 50px;
    }

    .recipe_video h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .syntagi_chicken {
        margin-right: -20px;
        bottom: -140px;
    }

    .recipe_view_details h3 {
        padding: 10px 15px;
        font-size: 17px;
        margin: 10px auto;
    }

    .recipe_view_details p.difficulty {
        font-size: 17px;
    }

    .recipe_view_details p.difficulty {
        font-size: 17px;
        margin-top: -8px;
        margin-left: -30px;
    }

    .recipe_view_details p.difficulty:after {
        width: 40px;
        height: 25px;
        background-size: 40px;
        margin-left: 12px;
        margin-top: 7px;
    }

    .recipe_view_details .small_img {
        width: 65px;
        margin-top: 50px;
    }

    .banner_text p span {
        font-size: 44px;
    }

    a.more_products {
        margin-left: 40px;
        font-size: 20px;
    }

    .intro_box {
        padding-right: 10%;
    }

    .recipe_info img {
       width: 50px;
    }

    .recipe_proetoimasia {
        gap: 40px;
    }

    .recipe_info img.time {
       width: 38px;
    }

    .blog_post h2 {
        font-size: 17px;
        line-height: 23px;
    }

    .recipes_nav ul li {
        padding: 0 17px;
    }

    .recipes_categories .recipe_categ h2 {
        font-size: 20px;
        height: 60px;
    }

    .map h1 {
        font-size: 40px;
    }

    .contact_text {
        padding: 0;
    }

    .contact_details h2 {
        font-size: 22px;
    }

    .contact_details p.big_p {
        margin-bottom: 40px;
        font-size: 21px;
    }

    .dynamic_bg ul {
        margin-right: 15px;
        padding: 30px 25px;
    }

    .about_title p {
        font-size: 150px;
    }

    .about_title h1 {
        font-size: 65px;
        line-height: 70px;
    }

    .about_graphic_bottom {
        background-position: 45px bottom;
        height: 310px;
    }

    .products_content h3 {
        font-size: 18px;
        margin-top: 8px;
    }

    .products p {
        padding: 0 25%;
        font-size: 20px;
        line-height: 33px;
    }

    .products h1, .dynamic h1 {
        font-size: 45px;
        padding: 20px 50px;
    }

    .dynamic h1 span.tips_menu {
        width: 70px;
        height: 55px;
        top: 10px;
    }

    .award_text {
        padding: 0px 5% 0 0px;
    }

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    a.more, .more {
        margin-top: 45px;
    }

    .arrow_button .more img, .contactform .arrow_button img {
        width: 60px;
    }

    .recipes {
        padding-bottom: 130px;
    }

    .graphic_wrapper .graphic_2 {
        height: 55px;
    }

    .graphic_wrapper .graphic_1 {
        height: 70px;
    }

    .footer_box.service {
        padding: 0;
    }

    .social_icons img {
        width: 30px;
        margin-right: 6px;
    }

    .footer_box p {
        font-size: 16px;
    }

    .footer_box p.footer_first {
        margin-bottom: 15px;
    }

    .footer_logo img {
        width: 200px;
    }

    .footer_box h4 {
        font-size: 17px;
    }

    .footer_box.menu p {
        font-size: 16px;
        line-height: 35px;
    }

    .footer_box.service p {
        line-height: 30px;
    }

    .social_menu {
        padding-right: 10px;
    }

    #search_menu {
        padding-right: 15px;
        padding-left: 15px;
    }

    #search_menu img {
        width: 25px;
    }

    .social_menu img {
        width: 28px;
        margin-right: 3px;
    }

    #navi {
        padding-right: 0;
    }

    #navi ul li a {
        font-size: 16px;
        padding: 25px 6px;
    }

    .button_more_img {
        width: 100%;
    }

    .button_more {
        font-size: 17px;
        transform: translate(-68%, -52%);
    }

    .categories .col-md-3 a.more {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer_top {
        padding: 35px 0 40px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .document_wrapper .document img {
        width: 37px;
    }

    .page_text h3 {
        font-size: 23px;
    }

    .contactform {
        margin: 60px 0% 0px 0%;
    }

    .padd_top {
        padding-top: 80px;
    }

    .products_nav {
        padding: 55px 15px 20px 15px;
    }

    .icon-close, .icon-close.open {
        top: 67px;
        right: 132px;
    }

    .search-input input.input-active, .search-input input.input-expanded, .input-search.input-expanded {
        width: 465px;
    }

    .search-input input {
        font-size: 45px;
    }

    .btn-material {
        width: 18px;
        height: 24px;
        top: 67px;
        right: 132px;
    }

    .eleftheris_voskis_home .piato {
        width: 70%;
    }

    .eleftheris_voskis_home .award_icon {
        width: 110px;
        right: 0;
    }

    #stickyWrapper.sticky-wrapper {
        top: 107px;
    }

    .timeline_component {
        max-width: 100%;
    }

    .timeline_right {
        padding-right: 15px;
    }

    .timeline_left {
       margin-left: 55%;
    }

    .timeline_item {
        grid-template-columns: 2fr 55% 0fr;
        padding: 45px 0;
    }

    .timeline_centre {
        left: 37.6%;
    }

    .timeline_progress-wrapper {
        left: 38%;
        transform: translateX(-38%);
    }

    .product_info_left .product_details {
       margin-left: 0;
    }

    .product_info_left {
        width: 50%;
    }

    .product_image_left {
        width: 35%;
        margin-top: 65px;
    }

    .product_image_left img {
        margin-left: -50%;
        width: 150%;
        max-width: 150%;
    }

    .product_view .flex_center {
       flex-wrap: wrap;
    }

    .product_intro {
        order: -1;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .products_nav ul {
        padding: 17px 50px 17px 20px;
    }

    .intro_box {
        margin-bottom: 80px;
    }

    .recipe_description {
        width: 65%;
        padding-left: 15px;
    }

    .pagination .pages {
        margin: 60px 0 0px 0;
        padding: 0 15px;
    }

    .recipes_posts_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_category_title.back a {
        padding: 17px 0 17px 20px;
    }

    .recipes_categories .recipes_categ_wrapper {
        gap: 30px 70px;
    }

    .recipes_categ_wrapper.blog_home {
        gap: 40px;
    }

    .intro_text {
        width: 70%;
    }

    .blog_description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right_thumb {
        padding-left: 20px;
    }

    .recipes_nav ul {
        padding: 17px 20px;
    }

    .recipes_nav ul li:after {
       font-size: 23px;
    }

    .recipes_nav ul li {
        font-size: 22px;
        padding: 0 15px;
    }

    .recipe_video h1:after {
        background-size: 60px;
        width: 60px;
        height: 60px;
    }

    .recipe_video h1 {
        padding-right: 20px;
        font-size: 30px;
    }

    .dynamic_list ul li {
        margin: 20px 0;
        padding-right: 20px;
        padding-left: 65px;
    }

    .dynamic_list ul li p {
        font-size: 33px;
        line-height: 40px;
    }

    .dynamic_list ul li:nth-child(even) {
        margin-left: 0px;
        width: 49%;
    }

    .dynamic_list ul li:before {
        background-size: 52px;
        width: 52px;
        height: 52px;
        left: 0;
    }

    .home_category_title.no_image {
        font-size: 32px;
        padding: 25px 0;
    }

    .dynamic_description p {
        margin: 20px 0;
    }

    .dynamic_description ul {
        margin: 20px 0;
    }

    .dynamic_description .dynamic_content p, .dynamic_description .dynamic_content h2, .dynamic_description .dynamic_content ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recipes_wrapper {
        padding-left: 15px;
    }

    .recipes_wrapper p {
        padding-right: 15px;
        margin: 10px 0;
    }

    .recipes_featured {
        margin-left: 0;
        margin-right: 10px;
    }

    .recipes h4 {
        font-size: 22px;
        margin-bottom: 25px;
        margin-left: 15px;
    }

    .eleftheris_voskis_home {
        width: 100%;
        margin-left: 0px;
    }

    .etoima_psimena_text {
        padding-right: 5%;
        padding-left: 15px;
    }

    .etoima_psimena_img {
        padding-left: 40px;
    }

    .home_category_title {
        padding: 17px 0 17px 20px;
    }

    .padd_big {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .padd_top_big {
        padding-top: 90px;
    }

    .padd_bottom_big {
        padding-bottom: 90px;
    }

    .is-sticky #navi li .submenu {
        top: 54px;
    }

    #navi li .submenu {
        top: 68px;
    }

    .is-sticky #navi ul li a {
        padding: 15px 7px;
    }

    .banner_item.swiper-slide {
        background-position: left;
    }

    .tips_menu {
        width: 38px;
        height: 28px;
    }

    .dynamic .small_img {
        width: 250px;
    }

    .product_recipes .more.yellow {
        margin-top: 30px;
        margin-right: 15px;
    }

    .recipes.product_recipes {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .product_specs p.box_title {
        left: -40px;
    }

    .product_chicken {
        margin-right: 0;
    }

    .product_specs ul li {
        padding: 5px 0px 5px 70px
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .award_text {
        padding: 0px 5% 0 15px;
    }

    .product_details ul li p {
        font-size: 17px;
    }

    .product_thumb {
        width: 40%;
        margin-left: 0;
    }

    .products_nav ul li {
        font-size: 21px;
    }

    .login_link img {
        width: 37px;
    }

    .video_chicken {
        background-size: 230px;
        width: 230px;
        height: 205px;
        margin-left: -105px;
    }

    .related_products {
        margin-top: 20px;
        margin-left: -30%;
        width: 132%;
        justify-content: center;
    }

    .related_products_wrap {
        right: 170px;
    }

    p.preparation_title {
        font-size: 37px;
    }

    .description_box ul li {
        font-size: 19px;
    }

    p.box_title {
        font-size: 37px;
    }

    .syntagi_chicken {
        margin-right: -10px;
        bottom: -50px;
        background-size: 260px;
        width: 260px;
        height: 145px;
    }

    .recipe_view_details .small_img {
        width: 50px;
        margin-top: 50px;
    }

    .light_green_bg {
        top: 36%;
    }

    .recipe_view_details h3 {
        padding: 8px 7px;
        font-size: 15px;
        margin: 5px auto;
    }

    .recipe_view_details p.difficulty {
        font-size: 16px;
        margin-top: 0px;
    }

    .recipe_view_details p.difficulty:after {
        width: 40px;
        height: 25px;
        background-size: 35px;
        margin-left: 12px;
        margin-top: 4px;
    }

    .banner_text p span {
        font-size: 36px;
    }

    .recipes_categories .recipe_categ h2 {
        font-size: 19px;
    }

    .recipe_proetoimasia {
        gap: 30px;
    }

    .recipe_info img.time {
        width: 34px;
    }

    .recipe_info {
       gap: 15px;
    }

    .recipe_info img {
        width: 45px;
    }

    .recipes_categ_wrapper .col-md-4 {
        margin: 30px 0px 40px 0px;
    }

    .intro_box {
        padding-left: 15px;
    }

    .intro_box p {
        font-size: 24px;
    }

    .map h1 {
        font-size: 37px;
    }

    .contact_details p {
        font-size: 19px;
        line-height: 28px;
    }

    .content p {
        font-size: 19px;
    }

    .dynamic ul li {
        font-size: 19px;
    }

    .dynamic h2 {
        font-size: 32px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .dynamic_bg ul li p {
        font-size: 19px;
        margin-bottom: 1px;
    }

    .about_title p {
        font-size: 140px;
    }

    .about_title h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .about_text_wrapper {
        padding: 0 100px;
    }

    .about_graphic_bottom {
        background-position: 15px bottom;
        height: 300px;
    }

    .about_image_top img {
        width: 450px;
    }

    .about_text p {
        line-height: 33px;
    }

    .recipes h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .recipe_link {
        width: 52px;
        height: 52px;
        right: -15px;
    }

    .recipes {
        padding-bottom: 100px;
    }

    .more.yellow {
        padding: 12px 30px;
    }

    a.more {
        margin-top: 40px;
    }

    .arrow_button .more img, .contactform .arrow_button img {
        width: 55px;
    }

    .padd_big {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .padd_top_big {
        padding-top: 80px;
    }

    .padd_bottom_big {
        padding-bottom: 80px;
    }

    .graphic_wrapper .graphic_2 {
        height: 45px;
    }

    .graphic_wrapper .graphic_1 {
        height: 55px;
    }

    .chicken_1 {
        background-size: 90px;
        width: 90px;
        height: 90px;
    }

    .footer_logo {
        border-right: none;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 1px solid #007831;
    }

    .footer_box h3 {
        text-align: center;
    }

    .footer_box {
        text-align: center;
    }

    .footer_box h4 {
        margin: 0 auto 20px auto;
    }

    .footer_copyright p {
        font-size: 16px;
    }

    .padd_big.categories {
        padding-bottom: 50px;
    }

    .header_container {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
    }

    .header_container {
        gap: 0;
    }

    #navi ul li a {
        font-size: 15px;
        padding: 20px 8px;
    }

    .social_menu {
        padding-bottom: 15px;
    }

    .social_menu {
        padding-right: 0px;
    }

    #search_menu img {
        width: 26px;
    }

    #logo a {
        width: 190px;
        height: 150px;
    }

    .is-sticky #sticky-header #logo a {
        width: 170px;
        height: 135px;
    }
    
}

@media (max-width: 991px) {
    .footer_box h4 {
        font-size: 16px;
    }

    .document a {
        font-size: 17px;
    }

    .page_text h3 {
        margin-bottom: 50px;
    }

    .contactform div.input {
        padding: 20px 25px 25px 25px;
    }

    #logo {
        width: 190px;
        height: 140px;
    }

    #header_box {
        padding: 25px 0;
    }

    .btn-material {
        width: 50px;
        height: 50px;
        background-image: unset;
    }

    body.search-active .search-input {
        position: relative;
    }

    body.search-active .search-input::after {
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
    }

    .search-input input {
        padding-left: 0;
        width: 350px;
        height: 100vh;
    }

    body.search-active .search-input::after {
        content: '';
        background-image: url(../img/layout/mountains_bg.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        width: 100%;
        height: 100%;
        bottom: -10%;
        position: absolute;
        z-index: 0;
        pointer-events: none;
    }

    .search-input input {
        padding-left: 0px;  
        font-size: 40px;
    }

    .etoima_psimena_img .syskeuasia {
        width: 56%;
        top: 30%;
        left: 15px;
    }

    .eleftheris_voskis_home .award_icon {
        width: 185px;
    }

    .eleftheris_voskis_home .award_icon {
        right: 0;
    }

    #stickyWrapper.sticky-wrapper {
        top: 78px;
    }

    #stickyWrapper.sticky-wrapper .recipes_nav {
        padding-top: 15px;
    }

    .stamps_42 {
        gap: 25px;
        right: 0;
        left: 0;
        margin: 0 auto;
        justify-content: center;
    }

    .product_specs ul {
        gap: 40px 40px;
        padding: 60px 0px 90px 0px;
    }

    .product_specs ul li {
        flex: 0 0 calc(50% - 40px);
        padding: 5px 0px 5px 65px;
        line-height: 23px;
        font-size: 18px;
    }

    .product_specs ul li:before {
        background-size: 50px;
        width: 50px;
        height: 50px;
    }

    .related_products {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .related_products_wrap {
        right: 150px;
    }

    .recipe_view_details h1 {
        margin-left: -15px;
    }

    .description_box {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .left_thumb {
        padding-right: 15px;
        padding-left: 15px;
        width: 50%;
        margin-bottom: 40px;
    }

    .recipe_description {
        width: 100%;
        padding-right: 15px;
    }

    .recipes_posts_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .recipes_nav ul li {
        font-size: 19px;
    }

    .intro_text {
        width: 100%;
    }

    .recipes_categories .recipes_categ_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog_intro p {
        padding: 0px 0 10px 0;
    }

    .right_thumb {
        padding-top: 30px;
        padding-right: 20px;
    }

    .flex_center.reverse-991 {
        flex-direction: column-reverse;
    }

    .dynamic_description_text {
        margin-bottom: 50px;
    }

    .dynamic_list ul li:before {
        background-size: 48px;
        width: 48px;
        height: 48px;
    }

    .dynamic_list ul li p {
        font-size: 31px;
        line-height: 37px;
    }

    .dynamic_list ul li {
        padding-left: 60px;
    }

    .contactform div.input.checkbox label {
        font-size: 17px;
        line-height: 27px;
    }

    .home_category_title.no_image {
        font-size: 30px;
        padding: 60px 0 25px 0;
    }

    .banner_text {
        width: 100%;
        padding: 0 15px;
    }

    .dynamic_description h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .categories .col-md-3:nth-child(4n+2) {
        clear: unset;
    }

    .contactform {
        margin: 50px 0% 0px 0%;
    }

    .contactform div.input {
       margin: 0px 15px;   
        width: calc(50% - 30px);    
    }

    .etoima_psimena_img {
        padding-left: 0px;
        width: 70%;
        margin: 50px auto 0 auto;
        display: block;
    }

    .etoima_psimena_text {
        padding-right: 15px;
    }

    .flex_center {
        flex-direction: column;
    }

    .home_category_title {
        font-size: 23px;
        padding: 15px 0 15px 20px;
    }

    .is-sticky #sticky-header .open_menu {
        margin: 25px 0px 20px 5px;
    }

    .is-sticky #sticky-header .social_menu {
        padding: 20px 0;
    }

    .is-sticky #sticky-header #logo a {
        width: 145px;
        height: 100px;
    }

    .blog_inner {
        min-height: 190px;
    }

    #banner {
        display: none;
    }

    #banner_mob {
        display: block;
    }

    .banner_item {
        height: auto;
    }

    #banner_mob .swiper-slide {
        flex-direction: column;
        height: auto;
        justify-content: center;
    }

    .banner_text a.more {
        margin: 25px auto 0 auto;
    }

    .blogs .col-md-3:nth-child(5n+1) {
        clear: unset;
    }

    #blog_text .blog_text_inner {
        margin-right: 0px;
    }

    .dynamic h1 span.tips_menu {
        width: 65px;
        height: 50px;
    }

    .extra_description {
        padding-top: 60px;
    }

    .dynamic_bg {
        padding-bottom: 80px;
    }

    .dynamic .small_img {
        width: 220px;
    }

    .description_box .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .is-sticky #sticky-header .responsive_menu #logo a {
        width: 200px;
        height: 190px;
    }

    .recipes_nav ul li {
        font-size: 20px;
    }

    .recipes_nav ul li:after {
        font-size: 21px;
    }

    .home_category_title.about {
        font-size: 21px;
    }

    .related_products img {
        width: 170px;
    }

    .group_by_category .col-md-3:nth-child(4n+1) {
        clear: unset;
    }

    .group_by_category .col-sm-4:nth-child(3n+1) {
        clear: both;
    }

    .recipes.product_recipes {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .product_recipes .recipes_featured {
        margin-top: 25px;
    }

    .product_chicken {
        background-size: 220px;
        width: 220px;
        height: 115px;
    }

    .product_images {
        padding-bottom: 50px;
    }

    .product_description li {
        font-size: 18px;
    }

    .product_details {
        margin-left: 0;
        margin-top: 40px;
    }

    .padd {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .stamp {
        width: 85px !important;
    }

    .padd_big.product_view {
        padding-bottom: 30px;
    }

    .product_info_left .product_details ul li {
        width: auto;
    }

    .product_info_left .product_details {
        margin-top: 40px;
    }

    .product_info_left ul {
        flex-direction: row;
        gap: 55px;
    }

    .product_info_left {
        width: 100%;
        margin-left: 15px;
    }

    .product_image_left {
        display: none;
    }

    .product_thumb {
        width: 45%;
        margin: 50px auto 0 auto;
    }

    .sub_categories_nav {
        margin-top: 10px;
    }

    .product_intro {
        order: -1;
        width: 100%;
        padding-left: 0;
        padding-right: 30px;
        margin-left: 15px;
    }

    .products_nav ul {
        text-align: center;
    }

    .product_list h1 {
        font-size: 37px;
        padding: 15px 40px;
    }

    .box_top {
        justify-content: center;
    }

    .group_by_category .col-md-2 {
        width: 33.3333%;
    }

    .category_box {
        flex-direction: row;
    }

    .products_nav ul li:after {
        font-size: 22px;
    }

    .products_nav ul li {
        font-size: 20px;
    }

    p.preparation_title {
        font-size: 35px;
    }

    .category_box_img {
        height: auto;
    }

    .recipe_video {
        flex-direction: column;
    }

    .recipe_video h4 {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .recipe_video .circle {
        margin: -10px auto 0 auto;
    }

    .video_chicken {
        background-size: 200px;
        width: 200px;
        height: 180px;
        margin-left: -23px;
        bottom: -45px;
    }

    .syntagi_chicken {
        bottom: -30px;
        background-size: 230px;
        width: 230px;
        height: 120px;
    }

    p.box_title {
        font-size: 35px;
    }

    .description_box p strong {
        font-size: 21px;
    }

    .light_green_bg {
        display: none;
    }

    .description_box {
        max-height: unset;
    }

    .recipe_view_details .small_img {
        margin-top: 35px;
    }

    .syntagi_bg {
        height: 150vh;
    }

    .ingredients.padd_top {
        padding-top: 60px;
    }

    .recipe_view .flex_center {
        flex-direction: column;
    }

    a.more_products {
        text-shadow: 1px 1px #fff;
    }

    .intro_box {
        padding-right: 15px;
        margin-bottom: 0;
    }

    #blog_text {
        margin: 35px 0 0 0;
    }

    .recipe_proetoimasia {
        margin-bottom: 70px;
    }

    #blog_text img {
        transform: rotate(0deg);
    }

    .recipe_details .difficulty {
        font-size: 15px;
    }

    .recipe_details .duration {
        font-size: 15px;
    }

    .map.padd_top {
        padding-top: 50px;
    }

    .checkbox input[type=checkbox] {
        left: 34px;
    }

    .contact_details p {
        margin-bottom: 90px;
    }

    .contact_details h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .contactform div.input.checkbox {
        background: none;
        padding: 15px 15px 15px 15px;
    }

    .contact_details p.big_p {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .contact_details p:after {
        margin: 70px auto;
    }

    .content h3 {
        font-size: 21px;
    }

    .content p.large {
        font-size: 32px;
        margin-bottom: 60px;
        margin-top: 20px;
    }

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

    .dynamic_bg .flex_center {
        flex-direction: column;
    }

    .dynamic_bg .flex_center.right {
        flex-direction: column-reverse;
    }

    .dynamic_bg .right h1 {
        margin-left: 0px;
    }

    .dynamic_bg .right ul {
        margin-left: 0px;
    }

    .dynamic_bg .right img {
        transform: rotate(0deg);
    }

    .dynamic_bg img {
        transform: rotate(0deg);
        margin-top: 45px;
    }

    .dynamic_bg ul {
        margin-right: 0;
        padding: 25px 25px;
    }

    .dynamic_bg h1 {
        text-align: center;
    }

    .about_text_wrapper {
        padding: 0 60px;
    }

    .about_title p {
        font-size: 120px;
    }

    .about_title h1 {
        font-size: 55px;
        line-height: 60px;
        text-align: center;
    }

    .about_image_top {
        display: none;
    }

    .about_graphic_bottom {
        background-position: 10px bottom;
        height: 280px;
        width: 380px;
    }

    .products p {
        padding: 0 20%;
    }

    .products h1, .dynamic h1 {
        font-size: 40px;
        padding: 15px 45px;
    }

    .award_text {
        padding: 0px 15px 50px 15px;
    }

    .swiper-albums {
        margin-top: 40px!important;
    }

    .padd_big {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .padd_top_big {
        padding-top: 80px;
    }

    .padd_bottom_big {
        padding-bottom: 80px;
    }

    .recipes_wrapper {
        margin-bottom: 50px;
    }

    .recipes_wrapper img {
        margin-left: 0;
    }

    .recipes {
        padding-bottom: 80px;
    }

    .more.yellow {
        margin: 40px auto 60px auto;
    }

    .recipes .flex_center {
        flex-direction: column;
    }

    .graphic_wrapper .graphic_2 {
        height: 45px;
        background-size: 120%;
        -webkit-animation-duration: 15s;
    }

    .graphic_wrapper .graphic_1 {
        height: 50px;
        background-size: 115%;
        -webkit-animation-duration: 12s;
    }

    .chicken_1 {
        background-size: 85px;
        width: 85px;
        height: 85px;
    }

    .categories .col-md-3 a.more {
        padding: 10px 15px;
    }

    .button_more {
        font-size: 16px;
    }

    .categories .col-md-3 a.more {
        margin: 30px auto 35px auto;
    }

    #hide {
        display: block;
    }

    .footer_box.service p {
        line-height: 27px;
    }

    .footer_box.menu p {
        line-height: 30px;
    }

    .footer_box h3 {
        font-size: 20px;
    }

    .footer_copyright .flex_section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_copyright p {
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    #navi ul {
        display: none;
    }

    .mobile-button {
        display: block;
    }

    .open_menu {
        display: block;
        position: relative;
        z-index: 999;
        color: #fff;
        text-decoration: none;
        transition: all 1s;
        width: 33px;
        height: 33px;
        margin: 35px 0px 30px 5px;
    }

    #search_menu {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header_container {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }

    #search_menu img {
        width: 28px;
    }

    .social_menu img {
        width: 30px;
    }

    #search_menu img {
        width: 30px;
        top: 1px;
    }

    .social_menu {
        padding: 30px 0;
    }

    .social_menu img {
        width: 32px;
        margin-right: 5px;
    }

    #search input {
        text-align: left;
        padding: 0px 50px 0px 20px;
    }

    #contact_left {
        margin-top: 50px;
    }

    .category_box p {
        padding-right: 0px;
    }

    .icon-close, .icon-close.open, .btn-material {
        top: 30px;
        right: 147px;
    }
}

@media (max-width: 767px) {
    .footer_top {
        padding: 25px 0 30px 0;
    }

    .document_wrapper .document img {
        width: 35px;
    }

    .page_text h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .page_text h3 {
        margin-bottom: 40px;
    }

    .product_description li {
        font-size: 17px;
    }

    .products_nav p {
        font-size: 20px;
    }

    .contactform div.input label {
        margin: 0 0 5px 0;
        font-size: 16px;
    }

    .group_by_category .col-md-2 {
        width: 50%;
    }

    .icon-close, .icon-close.open, .btn-material {
        top: 31px;
        right: 30px;
    }

    .icon-close, .icon-close.open {
        width: 36px;
        height: 36px;
    }

    .search-input input {
        font-size: 35px;
    }

    .search-input input {
        width: 280px;
    }

    .eleftheris_voskis_home .piato {
        width: 72%;
    }

    .eleftheris_voskis_home .award_icon {
        width: 145px;
    }

    .timeline:before {
        height: 80%;
    }

    .timeline .timeline_date {
        font-size: 25px;
    }
    
    .timeline:after {
        top: 140px;
    }

    .timeline_centre {
        top: 22px;
    }

    .timeline_left {
        margin-left: 43%;
    }

    .timeline {
        margin-top: -160px;
    }

    .related .col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .product_thumb {
        width: 65%;
    }

    .products_nav ul li {
        font-size: 19px;
    }

    .product_details ul li img.temp {
       height: 68px;
    }

    .product_details ul li img {
       width: 48px;
    }

    .product_view {
        padding-bottom: 30px;
    }

    .products_nav ul {
       gap: 3px 25px;
    }

    .products_nav ul li:after {
        font-size: 21px;
        right: -16px;
    }

    .related_products_wrap .product_hover_item:last-of-type a {
        width: 250px;
    }

    .related_products_wrap .product_hover_item:nth-of-type(2) a {
        width: 225px;
        left: 80px;
    }

    .related_products a {
        width: 190px;
    }

    .left_thumb {
        width: 100%;
    }

    .recipe_proetoimasia {
        gap: 25px;
    }

    .recipe_proetoimasia {
        margin-bottom: 60px;
    }

    .intro_box p {
        font-size: 22px;
    }

    .recipe_proetoimasia p {
        font-size: 15px;
    }

    h2 {
        font-size: 25px;
    }

    .recipe_details .duration {
        background-size: 24px;
        height: 31px;
        padding-left: 30px;
    }

    .recipe_details .difficulty {
        background-size: 33px;
        height: 32px;
        padding-left: 40px;
    }

    .recipe_details h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .recipe_link {
        width: 48px;
        height: 48px;
        right: -15px;
        bottom: -12px;
    }

    .recipes_categ_wrapper.blog_home {
        gap: 40px 30px;
    }

    .blog_intro ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .dynamic_list ul li {
        width: 100%;
        display: flex;
        font-size: 18px;
        line-height: 27px;
        padding-right: 0;
    }

    .dynamic_list ul li:nth-child(even) {
        margin-left: 0px;
        width: 100%;
        padding-right: 0;
    }

    .dynamic_description ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .dynamic_description h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .recipes_featured {
        display: none;
    }

    .recipes_featured.product_recipe {
        display: block;
    }

    .recipes_featured_mob {
        display: block;
    }

    .customNavigation {
        display: flex;
        margin: 45px auto 0 auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .btn.active, .btn:active {
        box-shadow: none;
    }

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        float: left;
        margin-left: 5px;
    }

    .customNavigation a.btn.prev {
        background: url(../img/layout/arrow_dark_left.svg) no-repeat center center;
        background-size: 50px;
        width: 50px;
        height: 50px;
        margin: 0;
    }
    
    .customNavigation a.btn.next {
        background: url(../img/layout/arrow_dark_right.svg) no-repeat center center;
        background-size: 50px;
        width: 50px;
        height: 50px;
        margin: 0;
    }

    .owl-carousel .owl-wrapper:after {
        display: none;
    }

    .product_recipes .recipes_featured {
        display: block;
    }

    .syntages_content {
        margin-bottom: 30px;
    }

    .etoima_psimena_img {
        width: 100%;
    }

    .home_category_title {
        font-size: 22px;
        padding: 13px 0 13px 20px;
    }

    .button_more {
        font-size: 15px;
        transform: translate(-68%, -150%);
    }

    .dynamic h1 span.tips_menu {
        width: 60px;
        height: 45px;
    }

    #blog_text .blog_text_inner {
        padding: 30px;
    }

    .dynamic .small_img {
        width: 200px;
    }

    .products.related .col-sm-6:nth-child(3n+1) {
        clear: both;
    }

    .is-sticky #sticky-header .responsive_menu #logo a {
        height: 170px;
    }

    .responsive_menu .social_menu img {
        display: inline-block;
    }

    .close_menu img {
        margin-left: 10px;
    }

    .header_mob .social_menu {
        margin-right: 10px;
    }

    .mobile_menu {
        margin-top: 80px;
    }

    .group_by_category .col-sm-4:nth-child(3n+1) {
        clear: unset;
    }

    .group_by_category .col-xs-6:nth-child(2n+1) {
        clear: both;
    }

    .recipes.product_recipes {
        padding-bottom: 0;
    }

    .padd {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .product_specs p.box_title {
        left: 0;
        top: 0;
        position: relative;
        text-align: left;
        margin: 25px 0 20px -50px;
    }

    .padd_big.product_view {
        padding-bottom: 0px;
    }

    .product_specs ul li:before {
        background-size: 45px;
        width: 45px;
        height: 45px;
    }

    .product_specs ul {
        gap: 35px 0px;
        padding: 60px 0px 60px 0px;
    }

    .product_specs ul li {
        flex: 0 0 calc(100% - 0px);
        padding: 5px 0px 5px 60px;
    }

    .sub_categories_nav ul li {
        font-size: 18px;
        padding: 6px 18px;
    }

    .product_list h1 {
        font-size: 35px;
    }

    .product h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .description_box .col-md-6 p strong:after, .description_box .col-md-6 ul:after {
        width: 101%;
    }

    .category_box p {
        font-size: 18px;
    }

    .category_title ul li {
        font-size: 18px;
        line-height: 15px;
    }

    .category_box {
        margin: 10px 0;
    }

    .nav_link {
        font-size: 17px;
        margin-left: -15px;
    }

    .login_link {
        gap: 7px;
        font-size: 15px;
        margin-right: -15px;
    }

    .login_link img {
        width: 35px;
    }

    p.preparation_title {
        font-size: 32px;
        padding: 12px 30px;
    }

    .category_box h3 {
        font-size: 20px;
    }

    .recipe_video {
        display: block;
    }

    .recipe_video .circle {
        margin: -45px auto 0 auto;
    }

    .syntagi_chicken {
        bottom: -30px;
        background-size: 200px;
        width: 200px;
        height: 105px;
    }

    .related_products h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    p.box_title {
        font-size: 32px;
        padding: 12px 30px;
    }

    .description_box ul li {
        font-size: 18px;
        line-height: 28px;
    }

    #blog_text {
        margin: 25px 0 0 0;
    }

    #blog_text span.created {
        padding-top: 25px;
    }

    #content_nav ul li:nth-child(3n+3) {
        border-right: none;
    }

    .recipes_nav ul li {
        font-size: 19px;
        padding: 0;
    }

    .recipes_nav ul {
        gap: 5px 25px;
        flex-wrap: wrap;
    }

    .home_category_title.about {
        font-size: 19px;
    }

    .padd.posts {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .recipes_nav ul li:after {
        right: -17px;
    }

    .recipes_categories .recipes_categ_wrapper {
        gap: 40px 50px;
    }

    .recipes_categories .recipes_categ_wrapper {
        padding: 70px 0 0 0;
    }

    .recipes_categories .recipe_categ h2 {
        height: auto;
    }

    .recipes_categ_wrapper .col-md-4 {
        margin: 20px 0px 35px 0px;
    }

    .map h1 {
        font-size: 30px;
        padding: 12px 40px;
    }

    .map h1:before {
        background-size: 70px;
        width: 70px;
        height: 90px;
        margin-left: -50px;
        top: -70px;
    }

    .map h1:after {
        background-size: 80px;
        width: 80px;
        height: 80px;
        margin-right: -65px;
        bottom: -80px;
    }

    #header_box.guest {
        padding: 42px 0;
    }

    #logo, #logo a {
        width: 180px;
        height: 135px;
    }

    .contactform input[type="text"], .contactform input[type="password"], .contactform textarea {
        padding: 5px;
        font-size: 16px;
    }

    p {
        line-height: 25px;
        font-size: 17px;
    }

    .contactform div.input.textarea {
        width: calc(100% - 10px);
    }

    .contactform div.input {
        margin: 0px 10px;
        width: calc(50% - 20px);
        padding: 15px 20px 20px 20px;
    }

    .contactform div.input.checkbox label {
        font-size: 17px;
        line-height: 27px;
    }

    .content p.large {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .dynamic h2 {
        font-size: 25px;
    }
    
    .products h1, .dynamic h1 {
        margin-bottom: 30px;
    }

    .padd_bottom {
        padding-bottom: 80px;
    }

    p.large_paragraph {
        font-size: 21px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    p {
        line-height: 27px;
        font-size: 18px;
    }

    .about_graphic_bottom {
        background-position: 10px bottom;
        height: 250px;
        width: 350px;
    }

    .about_title p {
        font-size: 110px;
        margin-right: 0;
    }

    .about_title h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .about_text_wrapper {
        padding: 0 50px;
    }

    .about_text {
        padding: 30px 30px;
    }

    .products_content {
        margin: 50px 15px 0 15px;
    }

    .products p {
        padding: 0 10%;
        font-size: 19px;
    }

    .products h1, .dynamic h1 {
        font-size: 35px;
    }

    .padd_top {
        padding-top: 60px;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .recipes_wrapper img {
        width: 200px;
    }

    .recipes_featured .col-md-4:nth-child(3n+1) {
        clear: unset;
    }

    .arrow_button .more img, .contactform .arrow_button img {
        width: 50px;
    }

    .recipes {
        padding-bottom: 50px;
    }

    .more.yellow {
        margin: 30px auto 50px auto;
    }

    .graphic_wrapper .graphic_1 {
        height: 50px;
        background-size: 127%;
        -webkit-animation-duration: 15s;
    }

    .graphic_wrapper .graphic_2 {
        height: 45px;
        background-size: 125%;
        -webkit-animation-duration: 18s;
    }

    .padd_big.categories {
        padding-bottom: 30px;
    }

    .footer_logo {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }

    .footer_box.service {
        margin-bottom: 40px;
    }

    .footer_box h3 {
        margin-bottom: 15px;
    }

    .footer_box .social_icons h3 {
        margin-top: 25px;
    }

    .footer_box.service p {
        padding: 0 35px;
    }

    .social_menu img {
        display: none;
    }

    .social_menu #search_menu img {
        display: block;
        margin-right: 0;
    }

    #search_menu {
        padding-right: 15px;
    }

    #search_menu img {
        width: 33px;
        top: 0;
    }

    .open_menu {
        margin: 35px 0px 30px 15px;
    }

    .social_menu {
        padding: 33px 0 30px 0;
    }

    .categories .col-md-3:nth-child(4n+1) {
        clear: unset;
    }

    .home_category_box {
        margin: 30px 0 30px 0;
    }

    .padd_big {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padd_top_big {
        padding-top: 60px;
    }

    .padd_bottom_big {
        padding-bottom: 60px;
    }

    .categories .col-md-3 a.more {
        margin: 20px auto 30px auto;
    }

}

@media only screen and (max-width: 549px) {
    .footer_top {
        padding: 15px 0 30px 0;
    }

    .document_wrapper .document {
        padding-bottom: 12px;
        gap: 12px;
    }

    .document_wrapper .document img {
        width: 32px;
    }
 
    .products_nav {
        padding: 45px 15px 20px 15px;
    }

    .product_list h2 {
        margin-bottom: 10px;
    }

    .product h2 {
        font-size: 17px;
        line-height: 22px;
    }

    .search-input input {
        width: 230px;
    }

    .search-input input {
        font-size: 30px;
    }

    .eleftheris_voskis_home .piato {
        width: 70%;
    }

    .eleftheris_voskis_home .award_icon {
        width: 110px;
    }

    .timeline .timeline_date {
        min-height: 66px;
    }

    .timeline_item {
        padding: 30px 0;
    }

    .timeline_centre {
        top: 9px;
    }

    .timeline:before {
        height: 90%;
    }

    .timeline_right {
        margin-top: -47px;
    }

    .timeline_centre {
        left: 37.3%;
    }

    .stamps_42 {
        gap: 20px;
    }

    .product_info_left ul {
        gap: 30px;
    }

    .product_details ul li {
        gap: 20px;
    }

    .nav_link {
        font-size: 16px;
        width: 150%;
        top: 6px;
    }

    .is-sticky #sticky-header #logo {
        top: -15px;
    }

    #logo a {
        width: 170px;
        height: 120px;
    }

    #logo {
        width: 170px;
        height: 120px;
    }

    .login_link img {
        width: 32px;
    }

    .login_link {
        gap: 5px;
        font-size: 14px;
    }

    .related_products_wrap .product_hover_item:last-of-type a {
        width: 220px;
    }

    .related_products_wrap .product_hover_item:nth-of-type(2) a {
        width: 205px;
    }

    .related_products a {
        width: 165px;
    }

    .recipe_proetoimasia {
        flex-direction: column;
        align-items: flex-start;
    }

    .recipes_nav ul li {
        font-size: 18px;
    }

    .recipes_categories .recipes_categ_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .recipes_nav ul li:after {
        right: -16px;
        font-size: 20px;
    }

    .blog_intro h2 {
       margin-top: 15px;
        margin-bottom: 15px;
    }

    .home_category_title.about {
        font-size: 18px;
    }

    .recipe_video h1 {
        padding-right: 0px;
        font-size: 27px;
    }

    .dynamic_list ul li:before {
        background-size: 45px;
        width: 45px;
        height: 45px;
        top: 0;
    }

    .dynamic_list ul li {
        margin: 15px 0;
    }

    .dynamic_list ul li p {
        font-size: 28px;
        line-height: 33px;
    }

    .home_category_title.no_image {
        font-size: 28px;
        padding: 55px 0 20px 0;
    }

    .dynamic_description p {
        margin: 15px 0;
    }

    .dynamic_description ul {
        margin: 15px 0;
    }

    .dynamic_description h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .categories .col-md-3:nth-child(4n+2) {
        clear: both;
    }

    .categories .home_category_box a.title {
        margin: 12px auto 0 auto;
        font-size: 18px;
    }

    .home_category_box {
        margin: 25px 0;
    }

    .recipes h4 {
        font-size: 21px;
    }

    .home_category_title {
        font-size: 21px;
    }

    .is-sticky #sticky-header #logo a {
        width: 135px;
        height: 110px;
    }

    .button_more {
        transform: translate(-61%, -100%);
    }

    .button_more_img {
        width: 108%;
    }

    .stamp {
        width: 80px!important;
    }

    .blog_inner {
        min-height: auto;
    }

    .dynamic h1 span.tips_menu {
        width: 55px;
        top: 10px;
    }

    .dynamic h1 span.tips_menu {
        width: 60px;
        top: 6px;
    }

    .dynamic_gallery {
        padding-top: 50px;
    }

    .preparation_box strong, .preparation_box a {
        font-size: 20px;
    }

    .contactform div.input.checkbox label.error {
        bottom: -27px;
    }

    .is-sticky #sticky-header .responsive_menu #logo a {
        width: 180px;
        height: 170px;
    }

    .related_products img {
        width: 150px;
    }

    .header_mob .social_menu {
        display: none;
    }

    .header_mob {
        padding: 15px 0;
    }

    .social_menu_549 {
        display: block;
        margin: 30px auto 0 auto;
    }

    .social_menu_549 img {
        width: 32px;
        display: inline-block;
        margin-right: 5px;
    }

    .responsive_menu #logo a {
        width: 180px;
        height: 170px;
    }

    .header_mob #logo {
        width: 170px;
        height: 160px;
    }

    .mobile_menu {
        margin-top: 60px;
    }

    .close_menu img {
        margin-left: 0px;
        width: 32px;
        height: 32px;
    }

    .header_mob .social_menu {
        margin-right: 0px;
    }

    .product_recipes .more.yellow {
        margin-top: 5px;
        margin-bottom: 40px;
    }

    .product_list h1 {
        font-size: 32px;
        padding: 12px 35px;
    }

    .product_specs h3 {
        font-size: 19px;
        margin-bottom: 15px;
        line-height: 35px;
    }

    .product_specs ul li {
        flex: 0 0 calc(100% - 0px);
        padding: 5px 0px 5px 55px;
    }

    .product_chicken {
        background-size: 200px;
        width: 200px;
        height: 105px;
    }

    .group_by_category {
        margin-bottom: 50px;
    }

    .product {
        min-height: auto;
    }

    .product:hover h2, .categories .home_category_box:hover a.title {
        transform: scale(1);
    }

    .sub_categories_nav ul li {
        font-size: 17px;
        padding: 6px 10px;
    }

    #stickyWrapper.sticky-wrapper .recipes_nav {
        padding-top: 10px;
    }

    .category_box_img {
        width: 210px;
    }

    .category_box h2 {
        font-size: 25px;
    }

    .products_nav ul li {
        font-size: 17px;
    }

    .category_title ul li {
        font-size: 18px;
        line-height: 15px;
    }

    .description_box ul:after {
        margin-top: 15px;
    }

    span.number {
        margin-right: 5px;
    }

    .video_chicken {
        background-size: 180px;
        width: 180px;
        height: 160px;
        margin-left: -27px;
        bottom: -55px;
    }

    .recipe_video h4 {
        margin-top: 30px;
        margin-bottom: 70px;
    }

    .description_box p strong:after {
        margin-top: -15px;
    }

    .ingredients.padd_top {
        padding-top: 40px;
    }

    .description_box ul li {
        font-size: 18px;
    }

    a.more_products {
        font-size: 19px;
    }

    #blog_text span.created {
        padding-top: 15px;
    }

    #blog_text img {
        margin-top: 25px;
    }

    .blogs .col-xs-6 {
        width: 100%;
    }

    .blog_post {
        margin: 20px 0;
    }

    .posts .col-xs-6 {
        width: 100%;
    } 

    .recipe_details h2:after {
        margin-top: 0;
        bottom: -15px;
    }

    .recipe_details h2 {
        height: auto;
        min-height: auto;
        position: relative;
        padding: 15px 20px;
    }

    .recipes_posts_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .recipe_details {
        padding: 0px 0 15px 0px;
    }

    .recipes_categ_wrapper .col-md-4 {
        margin: 15px 0px 30px 0px;
    }

    .map h1 {
        font-size: 27px;
        padding: 10px 30px;
    }

    .map h1:before {
        background-size: 60px;
        width: 60px;
        height: 70px;
        margin-left: -65px;
        top: -25px;
    }

    .map h1:after {
        background-size: 70px;
        width: 70px;
        height: 70px;
        margin-right: -70px;
        bottom: -70px;
    }

    #map {
        height: 650px;
    }

    .contact_details p {
        margin-bottom: 60px;
    }

    .contact_details p:after {
        margin: 50px auto;
    }

    #contact_left .arrow_button {
       margin-left: 0px;
    }

    .contact_details h2 {
        font-size: 19px;
    }

    .contact_details p.big_p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .contactform div.input {
        width: 100%;
        margin: 0px 0px 20px 0;
        padding: 15px 20px;
    }

    .contactform div.input.textarea {
        width: 100%;
    }

    .content h3 {
        font-size: 20px;
    }

    .content p.large {
        font-size: 25px;
        margin-bottom: 45px;
    }

    .dynamic ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .dynamic h2 {
        font-size: 23px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .padd_bottom {
        padding-bottom: 70px;
    }

    p.large_paragraph {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .dynamic_bg img {
        margin-top: 35px;
    }

    .about_title p {
        font-size: 90px;
    }

    .about_text_wrapper {
        padding: 0 29px;
    }

    .about_text p {
        line-height: 30px;
    }

    .about_graphic_bottom {
        height: 170px;
        width: 230px;
    }

    .about_text {
        margin-top: 40px;
    }

    .products h1, .dynamic h1 {
        font-size: 32px;
        padding: 12px 40px;
    }

    .products_content h3 {
        font-size: 16px;
        line-height: normal;
    }

    a.more.center {
        margin: 40px auto 0 auto;
    }

    .products_content {
        margin: 40px 10px 0 10px;
    }

    .products p {
        padding: 0px;
        line-height: 30px;
        font-size: 18px;
    }

    .arrow_button .more img, .contactform .arrow_button img {
        width: 45px;
    }

    a.more {
        margin-top: 35px;
    }

    .contactform {
        margin: 40px 0% 0px 0%;
    }

    .contactform div.submit input {
        margin-top: 30px;
    }

    .is-sticky #sticky-header #header_box.guest #logo {
       top: -30px;
    }

    h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .more.yellow {
        padding: 10px 25px;
    }

    .graphic_wrapper .graphic_2 {
        background-size: cover;
        -webkit-animation-duration: 50s;
    }

    .graphic_wrapper .graphic_1 {
        height: 40px;
        margin-left: 0;
        background-size: cover;
        margin-bottom: 10px;
        -webkit-animation-duration: 50s;
    }

    .chicken_1 {
        background-size: 70px;
        width: 70px;
        height: 70px;
    }

    .footer_logo img {
        width: 180px;
    }

    .categories .col-xs-4 {
        width: 50%;
    }

    .categories .col-md-3:nth-child(3n+1) {
        clear: unset;
    }

    .categories .col-xs-4:nth-child(2n+1) {
        clear: both;
    }

    h2 {
        font-size: 23px;
    }

}

@media only screen and (max-width: 479px) {
	
	.padd_small {
		padding-top: 40px;
		padding-bottom: 40px;
	}

    .product_packaging table, .product_packaging th, .product_packaging td, .product_category table, .product_category th, .product_category td {   
        font-size: 17px;
    }

    .document .file-size {
        font-size: 14px;
    }

    .document_wrapper .document img {
        width: 28px;
    }

    .document_wrapper .document {
        padding-bottom: 10px;
        gap: 10px;
    }

    .document a {
        font-size: 16px;
    }

    .page_text h4 {
        font-size: 19px;
    }

    .page_text h3 {
        margin-bottom: 35px;
        font-size: 22px;
    }

    .product_description li:before {
        width: 6px;
        height: 6px;
    }

    .product_description li {
        font-size: 16px;
        padding: 1px 0 1px 15px;
    }

    .product_images {
        padding-bottom: 30px;
    }

    .products_nav p {
        font-size: 19px;
    }

    .product {
        margin: 10px 0px;
    }

    .group_by_category .col-md-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-btn {
        width: 50px;
        height: 27px;
    }

    .eleftheris_voskis_home .award_icon {
        width: 90px;
    }

    .timeline_centre {
        top: 0px;
    }

    .timeline_item {
        grid-template-columns: 2fr 56% 0fr;
    }

    .timeline_item {
        padding: 20px 0;
    }

    .timeline_centre {
        left: 33.4%;
    }

    .timeline_progress-wrapper {
        left: 34%;
        transform: translateX(-34%);
    }

    .timeline_left {
        margin-left: 27%;
    }

    .product_info_left .product_details {
        margin-top: 30px;
    }

    .product_thumb {
        width: 75%;
    }

    .product_details ul li img.temp {
        height: 60px;
    }

    .product_details ul li {
        gap: 15px;
    }

    .product_info_left ul {
        gap: 25px;
    }

    .product_details ul li img {
        width: 42px;
    }

    .product_details ul li p {
        font-size: 16px;
    }

    .product h2 {
        font-size: 17px;
        line-height: 21px;
    }

    .category_box p {
        font-size: 17px;
        line-height: 24px;
    }

    .related_products_wrap .product_hover_item:nth-of-type(2) a {
        width: 180px;
        left: 65px;
    }

    .related_products_wrap {
        right: 125px;
    }

    .related_products_wrap .product_hover_item:last-of-type a {
        width: 210px;
    }

    .related_products a {
        width: 140px;
        left: 120px;
    }

    .home_category_title.back {
        font-size: 18px;
    }

    .pagination .pages {
        margin: 50px 0 0px 0;
    }

    .pagination img {
       width: 45px;
        height: 45px;
    }

    .recipes_nav ul {
        gap: 3px 20px;
    }

    .recipes_nav ul {
        padding: 15px 20px;
    }

    .home_category_title.back a {
        padding: 15px 0 15px 20px;
    }

    .recipes_nav ul li:after {
        right: -14px;
        font-size: 19px;
    }

    h2 {
        font-size: 23px;
    }

    .blog_intro ul li {
        font-size: 17px;
        line-height: 26px;
    }

    .blog_intro ul li:before {
        margin-top: 11px;
    }

    .recipe_video h1:after {
        background-size: 55px;
        width: 55px;
        height: 55px;
    }

    .recipe_video h1 {
        font-size: 25px;
    }

    .dynamic_list ul li:before {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }

    .dynamic_list ul li p {
        font-size: 24px;
        line-height: 30px;
    }

    .dynamic_list ul li:before {
        background-size: 42px;
        width: 42px;
        height: 42px;
    }

    .dynamic_list ul li {
        margin: 10px 0;
        font-size: 17px;
        line-height: 26px;
        padding-left: 55px;
    }

    .dynamic_list ul li p {
        font-size: 26px;
        line-height: 32px;
    }

    .dynamic_description h2 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 25px;
    }

    .dynamic_description ul li {
        font-size: 17px;
        line-height: 26px;
    }

    .dynamic_description p {
        margin: 10px 0;
    }

    .dynamic_description ul {
        margin: 10px 0;
    }

    .dynamic_description ul li:before {
        margin-top: 12px;
    }

    .categories .col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .categories .home_category_box a.title {
        margin: 10px auto 0 auto;
        font-size: 17px;
    }

    .customNavigation {
        margin: 35px auto 0 auto;
    }

    .recipes_wrapper {
        margin-bottom: 40px;
    }
     
    .recipes_wrapper p {
        margin: 5px 0;
    }

    .etoima_psimena_img {
        margin: 40px auto 0 auto;
    }

    .home_category_title {
        font-size: 20px;
    }

    .button_more {
        transform: translate(-60%, -110%);
    }

    .open_menu {
        margin: 35px 0px 30px 5px;
        width: 32px;
        height: 32px;
    }

    .product_intro p {
       margin-top: 20px;
    }

    .dynamic h1 span.tips_menu {
        width: 50px;
        top: 13px;
        height: 39px;
        margin-left: 4px;
    }

    .swiper-albums {
        padding-top: 0px;
    }

    .extra_description {
        padding-top: 45px;
    }

    .dynamic .small_img {
        width: 80%;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }

    .products .swiper-button-next, .products .swiper-button-prev {
        background-size: 42px;
        width: 42px;
        height: 42px;
        top: auto;
        bottom: 60px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }

    .products .swiper-button-prev {
        left: -90px;
    }

    .products .swiper-button-next {
        right: -90px;
    }

    .products a.more.center {
        margin: 85px auto 0 auto;;
    }

    .category_title ul:hover {
        padding: 10px 20px 10px 20px;
    }

    .product_thumb img:hover {
        transform: scale(1);
    }

    .is-sticky #sticky-header .responsive_menu #logo a {
        width: 170px;
        height: 160px;
    }

    .related_products img {
        width: 140px;
    }

    .related_products h3 {
        margin-top: 20px;
        font-size: 19px;
        margin-bottom: 5px;
    }

    .header_mob #logo {
        margin-left: -10px;
    }

    .responsive_menu #logo a {
        width: 170px;
        height: 160px;
    }

    .header_mob {
        padding: 20px 0;
    }

    .mobile_menu {
        margin-top: 50px;
    }

    .recipes {
        overflow: hidden;
    }

    .product_recipes .recipes_featured {
        margin-top: 10px;
    }

    .recipes.product_recipes {
        padding-top: 60px;
    }

    .product_details ul li {
        font-size: 15px;
    }

    .product_details {
        margin-top: 30px;
    }

    .product_thumb {
        margin-top: 40px;
    }

    .product_specs ul {
        gap: 25px 0px;
        padding: 50px 0px 50px 0px;
    }

    .product_specs ul li:before {
        background-size: 42px;
        width: 42px;
        height: 42px;
    }

    .product_specs ul li {
        padding: 5px 0px 5px 50px;
        line-height: 22px;
        font-size: 17px;
    }

    .sub_categories_nav ul li {
        width: 100%;
        border-right: none;
        padding: 6px 0px;
    }

    .product_list h1 {
        font-size: 30px;
        padding: 10px 35px;
    }

    .products_nav ul li {
        font-size: 17px;
    }

    .products_nav ul li:after {
        font-size: 19px;
        right: -12px;
    }

    .products_nav ul {
        gap: 3px 20px;
        padding: 15px 20px;
    }

    .category_box {
        margin: 7px 0;
        padding: 20px 15px;
    }
     
    .category_box h2 {
        font-size: 24px;
    }

    .nav_link {
        font-size: 15px;
    }

    .category_title ul li {
        font-size: 17px;
        line-height: 14px;
    }

    .description_box ul li {
        padding-left: 10px;
    }

    p.preparation_title {
        font-size: 30px;
    }

    .recipe_video h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .recipe_video .circle {
        margin: -52px auto 0 auto;
        width: 210px;
        height: 210px;
    }

    .video_chicken {
        background-size: 170px;
        width: 170px;
        height: 150px;
        bottom: -45px;
    }

    p.box_title {
        font-size: 30px;
    }

    .description_box p strong {
        font-size: 20px;
    }

    .syntagi_chicken {
        background-size: 180px;
        width: 180px;
        height: 95px;
    }

    .description_box ul li {
        font-size: 17px;
        line-height: 26px;
    }

    .description_box ul li:before {
        margin-top: 11px;
    }

    .w-100 {
        width: 100%;
    }

    .recipe_view_details h3 {
        padding: 8px 15px;
        font-size: 16px;
    }

    a.more_products {
        font-size: 18px;
        margin-left: 20px;
    }

    .intro_box p {
        font-size: 21px;
    }

    #blog_text img {
        margin-top: 15px;
    }

    #blog_text span.created {
        padding-top: 10px;
    }

    .recipe_info img.time {
        width: 32px;
    }

    .recipe_info img {
        width: 42px;
    }

    .padd.posts {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .recipes_categ_wrapper .col-md-4 {
        width: 100%;
    }

    .recipes_categories .recipes_categ_wrapper {
        padding: 60px 0 0 0;
    }

    .map.padd_top {
        padding-top: 30px;
    }

    .map h1 {
        font-size: 25px;
        padding: 7px 25px;
    }

    .map h1:before {
        background-size: 50px;
        width: 50px;
        height: 60px;
        margin-left: -55px;
        top: -30px;
    }

    .map h1:after {
        background-size: 60px;
        width: 60px;
        height: 60px;
        margin-right: -55px;
        bottom: -65px;
    }

    #map {
        height: 600px;
    }

    .contact_details p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 70px;
    }

    .contact_details p:after {
        margin: 55px auto;
    }

    .padd_top_big {
        padding-top: 60px;
    }

    .padd_bottom_big {
        padding-bottom: 60px;
    }

    .content p {
        font-size: 18px;
        line-height: 30px;
    }

    .content h3 {
        font-size: 19px;
    }

    .content p.large {
        font-size: 23px;
        margin-bottom: 40px;
    }

    .dynamic h2 {
        font-size: 23px;
        margin-top: 0;
    }

    .dynamic h3 {
        font-size: 19px;
    }

    .padd_bottom {
        padding-bottom: 60px;
    }

    .footer_copyright p {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        line-height: 25px;
        font-size: 17px;
    }

    .award_text {
        padding: 0px 15px 40px 15px;
    }

    p.large_paragraph {
        font-size: 19px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .dynamic_bg ul li p {
        font-size: 18px;
    }

    .dynamic_bg ul li {
        font-size: 17px;
    }

    .recipes .more.yellow {
        display: none;
    }

    .recipes .more.yellow.mob {
        display: block;
    }

    .about_text_wrapper {
        padding: 0 15px;
    }

    .about_title h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .about_title p {
        font-size: 80px;
    }

    .products h1, .dynamic h1 {
        font-size: 28px;
        padding: 12px 30px;
        margin-bottom: 40px;
    }

    .products_content {
        margin: 25px 10px 0 10px;
    }

    .syntages_content img {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    #search_menu img {
        width: 32px;
    }

    #search_menu {
        padding-right: 7px;
    }

    .is-sticky #sticky-header #logo a {
        width: 125px;
        height: 100px;
    }

    #logo a {
        height: 120px;
        width: 165px;
    }

    #logo {
        height: 120px;
        width: 165px;
    }

    .login_link img {
        width: 30px;
    }

    .login_link {
        gap: 4px;
        font-size: 13px;
    }

    .product_view {
        padding-bottom: 20px;
    }

    .icon-close, .icon-close.open, .btn-material {
        top: 31px;
        right: 22px;
    }

}

@media (max-width: 420px) {
    .footer_box.desktop {
        display: none;
    }

    .document a {
        font-size: 15px;
    }

    .product_packaging table, .product_packaging th, .product_packaging td, .product_category table, .product_category th, .product_category td {
        font-size: 16px;
        padding: 6px;
    }

    .product_category img {
       width: 20px;
    }

    .product_category td {
        min-width: 55px;
    }

    .divider {
        height: 40px;
    }

    .products_nav p {
        font-size: 17px;
    }

    .page_text h4 {
        font-size: 18px;
        line-height: normal;
    }

    .products_nav {
        padding: 30px 15px 17px 15px;
    }

    .category_box h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .icon-close, .icon-close.open {
        width: 33px;
        height: 33px;
    }

    .icon-close, .icon-close.open, .btn-material {
        top: 25px;
        right: 17px;
    }

    .search-input input {
        font-size: 25px;
    }

    .search-input input {
        width: 190px;
    }

    .search-btn {
        width: 40px;
        height: 27px;
    }

    .eleftheris_voskis_home .award_icon {
        width: 80px;
    }

    #stickyWrapper.sticky-wrapper {
        top: 75px;
    }

    .timeline:after {
        top: 40px;
    }

    .timeline .timeline_date {
        font-size: 23px;
    }

    .timeline_centre {
        left: 33.2%;
    }

    .timeline_right {
        margin-top: -44px;
    }

    .timeline {
        margin-top: -110px;
    }

    .related .col-xs-6 {
        width: 100%;
    }

    .products_nav ul li {
        font-size: 16px;
    }

    .group_by_category .col-xs-6 {
        width: 100%;
    }

    .products_nav ul li:after {
        font-size: 18px;
    }

    .category_box_img {
        width: 185px;
    }

    .related_products_wrap .product_hover_item:last-of-type a {
        width: 180px;
        left: -140px;
    }

    .related_products_wrap {
        right: 0;
    }

    .related_products a {
        width: 120px;
        left: 0;
    }

    .related_products_wrap .product_hover_item:nth-of-type(2) a {
        left: -50px;
        width: 160px;
    }

    .recipe_link {
        width: 45px;
        height: 45px;
        right: -12px;
        bottom: -12px;
    }

    .recipes_categ_wrapper.blog_home {
        gap: 30px 0px;
    }

    h2 {
        font-size: 21px;
    }

    .home_category_title.about {
        font-size: 16px;
    }

    .dynamic_list ul li:before {
        background-size: 37px;
        width: 37px;
        height: 37px;
    }

    .dynamic_list ul li p {
        font-size: 23px;
        line-height: 30px;
    }

    .dynamic_list ul li {
        padding-left: 47px;
    }

    .dynamic_description h2 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .dynamic_description ul li {
        padding: 1px 0 1px 15px;
    }

    .categories .col-xs-6 {
        width: 100%;
    }

    .home_category_box {
        margin: 20px 0;
    }

    a.more, .more {
        font-size: 18px;
    }

    .customNavigation a.btn.next, .customNavigation a.btn.prev {
        background-size: 47px;
        width: 47px;
        height: 47px;
    }

    .customNavigation {
        margin: 30px auto 0 auto;
    }

    .recipes h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .etoima_psimena_img {
        margin: 30px auto 0 auto;
    }

    .home_category_title {
        font-size: 19px;
        padding: 12px 0 12px 15px;
    }

    .button_more_img {
        width: 116%;
    }

    .dynamic h1 span.tips_menu {
        width: 40px;
        top: 7px;
        margin-left: 2px;
        height: 32px;
    }

    .footer_box .tips_menu {
        top: 3px;
    }
    
    #blog_text .blog_text_inner {
        padding: 25px 20px;
    }

    .dynamic_gallery {
        padding-top: 40px;
    }

    .dynamic p {
        margin-bottom: 12px;
    }

    .preparation_box strong, .preparation_box a {
        font-size: 19px;
    }

    .related_products h3 {
        margin-top: 15px;
        font-size: 17px;
        line-height: normal;
    }

    .pagination .stats {
        padding-bottom: 15px;
    }

    .mobile_menu {
        margin-top: 40px;
    }

    .header_mob {
        padding: 30px 0 10px 0;
    }

    .mobile_info {
        padding: 50px 25px 15px 25px;
    }

    .mobile_menu ul li a {
        font-size: 19px;
    }

    .mobile_info_wrapper h1 {
        font-size: 22px;
        margin: 40px auto 0 auto;
    }

    .social_menu_549 {
        margin: 25px auto 0 auto;
    }

    .close_menu img {
        width: 30px;
        height: 30px;
    }

    .mobile_info h2 {
        font-size: 17px;
    }    

    .mobile_info p {
        font-size: 17px;
    }

    .product_specs ul li:before {
        background-size: 37px;
        width: 37px;
        height: 37px;
    }

    .product_info_left ul {
        gap: 20px;
        flex-direction: column;
    }

    .product_specs ul li {
        padding: 5px 0px 5px 45px;
    }

    .product_thumb {
        width: 90%;
    }    

    .product_specs ul {
        gap: 20px 0px;
        padding: 45px 0px;
    }

    .product h2 {
        line-height: 21px;
    }

    .box_top {
        flex-direction: column;
    }    

    .recipe_video h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .category_title ul li {
        font-size: 16px;
        line-height: 13px;
    }

    .recipe_video .circle {
        margin: -54px auto 0 auto;
        width: 200px;
        height: 200px;
    }

    .recipe_video h4 {
        margin-top: 30px;
        margin-bottom: 55px;
    }

    .video_chicken {
        background-size: 150px;
        width: 150px;
        height: 140px;
        margin-left: -10px;
        bottom: -55px;
    }

    .recipe_video h1 {
        font-size: 23px;
        padding-bottom: 50px;
    }

    .recipe_video h1:after {
        background-size: 50px;
        width: 50px;
        height: 50px;
    }

    p.box_title {
        font-size: 28px;
        padding: 10px 30px;
    }

    .recipe_view_details .small_img {
        margin-top: 28px;
    }

    .ingredients.padd_top {
        padding-top: 30px;
    }

    .description_box p strong {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .syntagi_chicken {
        background-size: 150px;
        width: 150px;
        height: 80px;
    }

    .recipe_view_details h3 {
        font-size: 15px;
    }

    .banner_text p span {
        font-size: 30px;
    }

    a.more_products {
        font-size: 17px;
    }

    .intro_box p {
        font-size: 20px;
    }

    .padd.posts {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .recipe_proetoimasia p {
        padding-right: 10px;
    }

    .recipe_proetoimasia {
        margin-bottom: 50px;
    }

    #map {
        height: 500px;
    }

    .contact_details p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 60px;
    }

    .contact_details p:after {
        margin: 50px auto;
    }

    .contact_details p.big_p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .contact_details h2 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .contactform div.input label {
        font-size: 16px;
    }

    .contactform div.input {
        margin: 0px 0px 15px 0;
        padding: 15px 15px;
    }

    .pagination {
        margin: 0;
    }

    .stats {
        display: block;
        text-align: center;
    }

    .checkbox input[type=checkbox] {
        margin-top: 26px;
    }

    .pagination .next-prev {
        float: none;
        display: flex;
        margin-top: 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .contactform div.input.checkbox label {
        font-size: 16px;
        line-height: 24px;
    }

    .pagination .disabled {
        margin: 0;
    }

    .content p.large {
        font-size: 21px;
        line-height: normal;
        margin-bottom: 35px;
    }

    .dynamic h2 {
        font-size: 21px;
    }

    #blog_text {
        margin: 15px 0 0 0;
    }

    #blog_text span.created {
        padding-top: 0px;
    }

    #blog_text span.created {
        font-size: 13px;
    }

    .content p {
        font-size: 17px;
        line-height: 27px;
    }

    .content h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .dynamic h3 {
        font-size: 18px;
    }

    .dynamic ul li {
        font-size: 17px;
        margin-bottom: 10px;
    }

    p.large_paragraph {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .dynamic_bg ul {
        padding: 20px 15px;
    }

    .dynamic_bg ul li p {
        font-size: 17px;
    }

    .dynamic_bg ul li {
        font-size: 16px;
    }

    .dynamic_bg img {
        margin-top: 30px;
    }

    .about_title {
        flex-direction: column;
        display: flex;
    }

    .about_title h1 {
        margin-top: 35px;
        font-size: 37px;
        line-height: 37px;
    }

    .about_text_wrapper {
        padding: 0;
    }

    .about_text {
        margin-top: 20px;
    }

    .about_text p {
        line-height: 27px;
        margin: 10px 0;
    }

    .about_text {
        padding: 15px 15px;
    }

    .products h1, .dynamic h1 {
        font-size: 23px;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .products p {
        padding: 0px;
        line-height: 28px;
        font-size: 17px;
    }

    a.more.center {
        margin: 20px auto 0 auto;
    }

    h1 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .button_more {
        font-size: 13px;
        transform: translate(-52%, -52%);
        width: fit-content;
    }

    .categories .col-xs-4 {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    #search input {
        font-size: 17px;
    }

    .footer_box.service p {
        display: none;
    }
    
    .footer_mob {
        display: block;
    }

    .footer_box .dropdown_links p {
        font-family: 'Open Sans';
    }

    .dropdown_links, .dropdown_info {
        width: 100%;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        display: none;
    }
    
    .dropdown_links.active, .dropdown_info.active {
        display: block;
        margin-top: 12px;
    }
     
    .links-triggerOne:after, .links-triggerTwo:after{
        content: " ";
        background: url(../img/layout/arrow_down.svg) no-repeat 0 0;
        width: 17px;
        height: 17px;
        position: absolute;
        margin-top: 6px;
        margin-left: 13px;
    }

    .links-triggerOne.active:after, .links-triggerTwo.active:after{
        content: " ";
        background: url(../img/layout/arrow_up.svg) no-repeat 0 0;
    }

    .footer_box a:hover {
        padding-left: 0;
    }

    .footer_mob .footer_box h3 {
        margin-bottom: 25px;
    }

    .footer_box h3 {
        font-size: 19px;
    }

    .footer_box h4 a {
        padding: 5px 12px 5px 10px;
    }

    .footer_box h4 span {
        font-size: 12px;
    }

    .footer_box h4 {
        font-size: 15px;
    }

    .footer_box p.footer_first {
        margin-bottom: 8px;
    }

    .footer_logo img {
        padding-bottom: 10px;
    }

    .footer_mob .footer_box .social_icons h3 {
        margin-bottom: 17px;
    }

    .links-triggerOne:after, .links-triggerTwo:after {
        width: 15px;
        height: 15px;
        margin-top: 5px;
        margin-left: 11px;
    }

    .footer_logo img {
        width: 160px;
    }

    #logo a {
        width: 140px;
        height: 110px;
    }

    #logo {
        width: 140px;
        height: 110px;
    }

    .open_menu {
        margin: 30px 0 25px 0px;
        width: 30px;
        height: 30px;
    }

    .social_menu {
        padding: 25px 0;
    }
     
    .nav_link {
        font-size: 13px;
        width: 230%;
        margin-left: -21px;
    }

    .login_link img {
        width: 22px;
    }

    .is-sticky #sticky-header #header_box {
        padding: 15px 0 5px 0;
    }

    #header_box {
        padding: 25px 0 5px 0;
    }

    .login_link {
        gap: 4px;
        font-size: 12px;
        flex-direction: column;
        top: -10px;
        position: relative;
    }

    #search_menu {
        padding-right: 0;
    }

    #search_menu img {
        width: 29px;
    }

    .categories .col-md-3 a.more {
        margin: 12px auto 25px auto;
    }

    .categories .col-md-3 a.more {
        font-size: 16px;
    }    
}

@media only screen and (max-width: 360px) {
    .header_mob #logo {
        margin-left: -25px;
    }
}

/* ==========================>
        ERROR PAGE
   <========================= */
   .im-er{display: flex;justify-content: center;}
   .im-er img{width:100%;max-width:450px;}
   .btn-er{display: flex;justify-content: center;}

   .btn-er a {
    margin-left: 0;
   }