@import url(foundation.min.css);

@import url(jquery.fancybox.css);

@import url(slick.css);

@font-face {
  font-family: "Aka-Geo";

  src: url("../fonts/ACGeosansLight.otf") format("opentype");

  font-weight: 300;
}

@font-face {
  font-family: "Aka";

  src: url("../fonts/ACElegantLuxMager.otf") format("opentype");

  font-weight: 300;
}

* {
  font-family: "Aka", sans-serif;
}

html,
body {
  font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Aka", sans-serif;

  font-weight: normal;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;

  color: #ffffff !important;

  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;

  color: #666666 !important;

  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;

  max-width: 1200px;

  min-width: 1200px;

  margin: 0 auto;
}

.breadcrumbs {
  border: none;

  background: none;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;

  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;

  text-transform: capitalize;

  font-size: 1rem;
}

.flex {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.captcha input {
  margin-top: 8px;
}

.innerpage .top-bar-section ul {
  margin-left: 0;
}

.title-area {
  -webkit-box-ordinal-group: 2;

  -ms-flex-order: 1;

  order: 1;
}

.moduleTitle {
  position: relative;

  padding-left: 1rem;
}

.moduleTitle::after {
  content: "";

  position: absolute;

  left: -6px;

  top: 9px;

  width: 20px;

  height: 100%;

  background-image: url(../img/about-cow.png);

  background-repeat: no-repeat;
}

.nutrition .moduleTitle::after {
  left: -4px;

  width: 28px;

  top: 10px;

  background-image: url(../img/nutrition-cow.png);
}

.top-bar-section {
  -webkit-box-ordinal-group: 3;

  -ms-flex-order: 2;

  order: 2;
}

.socials {
  -webkit-box-ordinal-group: 4;

  -ms-flex-order: 3;

  order: 3;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  gap: 1rem;
}

body {
  opacity: 1;
}

.slideshow button.slick-prev.slick-arrow {
  display: none !important;
}

.footer-newsletter .alert-box {
  margin-top: 20px !important;
}

.footer-newsletter {
  max-width: 126rem;

  margin: 0 auto;

  margin-top: var(--space);

  padding-inline: 30px;

  background-color: rgba(1, 126, 251, 0.15);

  /* background-color: var(--primary-clr); */

  border-radius: 10px;

  padding-block: 20px;
}

.footer-newsletter h2 {
  text-align: center;
}

.footer-newsletter .alert-box.warning {
  font-size: 16px !important;
}

.footer-newsletter input {
  background-color: transparent;
}

.footer-newsletter .newsletter-container {
  display: flex;

  gap: 10rem;
}

.footer-newsletter label {
  text-align: left;
}

.footer-newsletter .newsletter-input {
  width: 100%;

  max-width: 35rem;
}

.footer-newsletter input,
.footer-newsletter #submitform {
  margin: 0;

  font-family: "Aka";
}

.footer-newsletter .newsletter-submit {
  width: 100%;
}

.footer-newsletter #submitform {
  padding: 0.3rem 1rem;
  width: 100%;
  height: 100%;
}

.footer-bottom p,
.footer-bottom a {
  font-size: var(--font-25);

  font-family: "Aka-Geo", sans-serif;

  color: black;

  margin-bottom: 0;
}

.footer-bottom {
  max-width: 122rem;

  margin: auto;

  padding: var(--space) 1rem;

  font-size: var(--font-25);

  font-family: "Aka-Geo", sans-serif;

  color: black;
}

.site-header {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 100;

  width: 100%;

  padding: 0;

  background-color: transparent;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;

  left: 5px;
}

.btn {
  font-size: var(--font-21);

  color: var(--primary-clr);

  background-color: white;

  border-bottom: 1rem solid var(--primary-clr);

  padding: 1rem;
}

.moduledata1 img {
  -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);

  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);

  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-filter: brightness(0.4) grayscale(1);

  filter: brightness(0.4) grayscale(1);

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

ul.pagination {
  margin: 4rem auto !important;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;
}

ul.pagination li a {
  font-size: 1.6rem;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: var(--secondary-clr);
}

ul.pagination li.current a {
  background: var(--primary-clr);

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: var(--third-clr);
}

ul.pagination li a {
  color: var(--secondary-clr);

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

ul.pagination li:hover a {
  color: var(--primary-clr);
}

.alert-box.success {
  background-color: #43ac6a;

  border-color: #3a945b;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  color: #fff;

  margin: auto;

  font-size: 1.8rem;
}

button.slick-next.slick-arrow {
  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background: transparent;

  position: absolute;

  bottom: 4rem;

  padding: 3rem;

  right: 12rem;

  background-image: url(../img/arrow.png);

  background-repeat: no-repeat;

  font-size: 0;
}

.products button.slick-next.slick-arrow {
  background-image: url(../img/arrow-blue.png);
}

.news-description {
  position: absolute;

  bottom: 3rem;

  left: 50%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.products-inner {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  row-gap: var(--space);

  margin: var(--space) auto;
}

.innerpage .products-inner {
  gap: var(--half-space);

  padding: 0 1rem;
}

.innerpage .moduledata1 {
  max-width: 60rem;
}

.moduledata1 .news-description a,
.moduledata1:hover .news-description a {
  color: white;

  font-size: var(--font-28);
}

.news-description a {
  color: black;
}

.moduledata1:hover img {
  -webkit-filter: none;

  filter: none;
}

/* .homepage .moduledata1:nth-child(1) img {

  -webkit-clip-path: polygon(40% 0%, 100% 0%, 80% 100%, 40% 100%);

  clip-path: polygon(40% 0%, 100% 0%, 80% 100%, 40% 100%);

}



.homepage .moduledata1:nth-child(4) img {

  -webkit-clip-path: polygon(20% 0, 60% 0, 60% 100%, 0 100%);

  clip-path: polygon(20% 0, 60% 0, 60% 100%, 0 100%);

} */

/* .homepage .moduledata1:nth-child(1) {

  left: 0;

} */

/* .homepage .moduledata1:nth-child(1) h5 a {

  margin-right: 5rem;

} */

/* .homepage .moduledata1:nth-child(2) {

  margin-left: -12rem;

}



.homepage .moduledata1:nth-child(3) {

  margin-left: -24rem;

}



.homepage .moduledata1:nth-child(4) {

  margin-left: -36rem;

}



.homepage .moduledata1:nth-child(4) h5 a {

  margin-left: 5rem;

} */

button.slick-prev.slick-arrow {
  display: none !important;
}

.moduledata1 h5 {
  position: absolute;

  width: 100%;

  text-align: center;

  bottom: 40%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  z-index: 1;

  font-family: "Aka-Geo", sans-serif;

  margin-bottom: 0;

  max-width: 60rem;

  width: 100%;

  left: 50%;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  pointer-events: none;
}

.innerpage .moduledata1 h5 {
  bottom: 30%;
}

.innerpage ul {
  margin-left: 3.1rem;
}

select,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  font-size: var(--font-25);

  height: 4rem;

  border: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  border-bottom: 2px solid var(--secondary-clr);

  max-width: 50rem;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: var(--font-21);

  background: transparent;

  color: #f04124;
}

#contact .row {
  max-width: 1200px;

  margin-top: 3rem;
}

label {
  font-size: var(--font-25);
}

.site-footer_copyrights a {
  font-weight: bold;
}

.site-footer_copyrights {
  margin-top: 3rem;
}

.only-title {
  font-size: var(--font-60);

  text-align: center;

  padding-top: 25rem;
}

.innerpage .map {
  overflow: clip;

  padding-bottom: 4rem;
}

.static-page__content {
  margin: var(--space) auto;
}

.category__content.static-page__content {
  margin-bottom: 0;
}

.static-page__content.contact-content {
  margin-bottom: 0;
}

.static-page__content li,
.static-page__content a,
.static-page__content p {
  line-height: 28px;

  margin-bottom: 1.5rem;

  font-size: var(--font-28);

  color: black;
}

.footer-bottom a {
  font-weight: bold;

  text-decoration: underline;
}

.footer-left p:nth-child(2) a,
.footer-left p:nth-child(1) a {
  text-decoration: none;
}

.footer-left p:nth-child(3),
.footer-left p:nth-child(2),
.footer-left p:nth-child(1) {
  line-height: 1.2;
}

.footer-left p:nth-child(3) {
  margin-bottom: 3rem;
}

.moduledata1 h5 a {
  font-size: var(--font-28);

  color: var(--third-clr);

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  display: block;

  width: 100%;

  padding: 1.5rem;

  display: block;

  height: 100%;

  border-bottom: 1rem solid transparent;

  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  margin: auto;

  transition: all 0.6s;

  margin-bottom: -1rem;

  max-width: 45rem;
}

.products {
  overflow: clip;

  width: 100%;
}

.products_group {
  width: 100%;

  margin-left: -0rem;

  position: relative;
}

/* .products_group {

  width: 286rem;

  margin-left: -31rem;

  position: relative;

} */

.moduledata1:hover h5 {
  background: white;
}

.moduledata1:hover h5 a {
  color: var(--primary-clr);

  border-bottom: 1rem solid var(--primary-clr);
}

.moduledata1 {
  position: relative;

  height: 80rem;

  width: 70rem;
}

.homepage .moduledata1 {
  max-width: 70rem;

  margin-right: -10rem;
}

.top-bar {
  height: 15rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  max-width: 174rem;

  margin: auto;

  padding: 0 1rem;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.site-header.scrolled .top-bar {
  height: 12rem;
}

.top-bar-section ul {
  list-style: none;
}

.top-bar-section {
  margin-top: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  gap: 1rem;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px; /* an to header exei upsos 65px diaforetika anaprosarmogi */

  left: 15px;

  right: auto;

  margin-top: 0;

  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;

  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;

  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 0px;
}

.innerpage main {
  padding-top: 0;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;

  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  font-size: var(--font-21);

  color: var(--primary-clr);

  background-color: #fafafa;

  border-bottom: 8px solid var(--primary-clr);

  padding: 5px 15px;

  margin-top: 8px;

  display: block;

  line-height: 1.2;

  padding: 2rem 5rem;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

#submitform:hover {
  background: var(--primary-clr);

  border-color: #fafafa;

  color: #fafafa;
}

#contact .small-12.columns.text-center {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.site-header.scrolled {
  background: #d9ecfe;
}

.home-active li:first-of-type a {
  font-weight: 800;

  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

/* Plain header links */

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;

  color: #fff;

  background-color: transparent;

  position: relative;

  display: inline-block;
}

/* Links with after element */

.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;

  top: 50%;

  right: 0;

  content: "";

  width: 6px;

  height: 6px;

  border-radius: 50%;

  margin-top: -3px;

  background-color: #fff;

  display: none;
}

.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */

.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;

  background-color: transparent;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;

  background-color: #fff;
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;

  font-size: 32px;
}

.static-page__content p {
  line-height: 28px;
}

.isologismoi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5rem;
  column-gap: 5rem;
  /* column-gap: 20px; */
}

.isologismoi img {
  max-width: 40px;
  height: auto;
}

.isologismoi a {
  margin: 0;
}

.isologismoi a:hover img {
  scale: 1.2;
  transition: scale 0.2s linear;
}

.isologismoi p:hover {
  transition: color 0.2s linear;
  color: var(--primary-clr);
}

.isologismoi .item {
  display: flex;
  gap: 10px;
  margin: 0;
}

.isologismoi .item p {
  align-content: center;
  margin: 0;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: transparent;

  position: relative;
}

.site-footer__copyrights {
  margin-top: 15px;
}

.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 16px;

  color: #fff;
}

.site-footer__logo {
  text-align: right;
}

:root {
  --primary-clr: #017efb;

  --secondary-clr: #333333;

  --third-clr: rgba(255, 255, 255, 0.8);

  --font-21: 2.1rem;

  --font-100: 10rem;

  --font-60: 6rem;

  --font-28: 2.8rem;

  --font-36: 3.6rem;

  --space: 10rem;

  --max-width: 150rem;

  --font-25: 2.5rem;

  --half-space: 6rem;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: var(--font-21);

  color: var(--third-clr);

  text-shadow: 2.6px 1.5px 7px rgba(0, 0, 0, 1);

  font-family: "Aka-Geo", sans-serif;
}

.site-header.scrolled .top-bar-section li:not(.has-form) a:not(.button) {
  color: var(--primary-clr);
  text-shadow: none;
}

.slider img,
.main__image img {
  height: 80vh;

  -o-object-fit: cover;

  object-fit: cover;
  object-position: top;

  width: 100%;
}

.map iframe {
  width: 100%;
}

.main__image {
  position: relative;
}

.products button.slick-next.slick-arrow {
  background-blend-mode: darken;
}

.main__image .title,
.sliderCaption {
  color: var(--third-clr);

  font-size: var(--font-100);

  font-family: "Aka-Geo", sans-serif;

  position: absolute;

  text-shadow: 2.6px 1.5px 7px rgba(0, 0, 0, 1);

  left: 5%;

  bottom: 5rem;

  max-width: 140rem;
}

.moduleTitle {
  font-size: var(--font-60);

  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);

  margin-bottom: 4rem;
}

.about-us {
  color: black;

  max-width: var(--max-width);

  padding: 0 1rem;

  margin: var(--half-space) auto;

  gap: 1rem;
}

.footer-top > .footer-left {
  position: relative;
}

.top-bar:before,
.top-bar:after {
  display: none;
}

.footer-top {
  width: 100%;
}

.footer-top > .footer-left a {
  position: absolute;

  height: 34.5rem;

  width: 34.5rem;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  background: white;

  border-radius: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-left: 1rem;
}

.footer-top > .footer-left span {
  font-size: var(--font-36);

  color: var(--primary-clr);

  font-family: "Aka", sans-serif;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  display: block;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  max-width: 20rem;

  text-align: center;

  line-height: 1.2;

  margin-top: -7rem;

  position: relative;
}

.footer-top > .footer-left span::after {
  content: "";

  position: absolute;

  bottom: -7rem;

  left: 50%;

  width: 5rem;

  height: 5rem;

  background-image: url(../img/hand-shake.png);

  background-repeat: no-repeat;

  -webkit-transform: translate(-50%);

  -ms-transform: translate(-50%);

  transform: translate(-50%);
}

.nutrition {
  max-width: 170rem;

  padding-left: 1rem;

  margin: var(--space) auto;

  margin-right: 0;
}

.about-us > div {
  max-width: 80rem;
}

.nutrition > div:nth-child(1) {
  max-width: 76rem;
}

.nutrition p,
.about-us p {
  font-size: var(--font-28);

  color: black;

  line-height: 1.1;
}

.nutrition a,
.about-us a {
  font-size: var(--font-28);

  color: black;

  text-align: end;

  text-decoration: underline;

  margin-left: auto;

  display: block;
}

.footer-menu {
  padding-top: 17.5rem;

  padding-bottom: 15rem;
}

.footer-menu ul {
  list-style: none;

  margin: 0;
}

.footer-menu li a {
  font-size: var(--font-28);

  font-family: "Aka-Geo", sans-serif;

  color: var(--third-clr);

  line-height: 1.2;
}

.footer-right p {
  font-size: var(--font-28);

  font-family: "Aka-Geo", sans-serif;

  max-width: 62rem;

  margin: auto;

  color: var(--third-clr);

  line-height: 1.1;

  margin-top: 2rem;

  padding-bottom: 4rem;
}

.footer-top > .footer-right {
  text-align: center;

  background-image: url(../img/bg.png);

  background-repeat: no-repeat;

  margin-left: auto;

  position: relative;

  width: clamp(0px, 57.803vw, 1100px);
  min-height: 80rem;
  background-size: cover;
}

.menu-btn {
  font-size: var(--font-21);

  color: var(--primary-clr);

  background-color: white;

  border-bottom: 8px solid var(--primary-clr);

  padding: 5px 15px;

  margin-top: 8px;

  display: block;

  line-height: 1.2;

  -webkit-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;
}

.menu-btn:hover {
  background: var(--primary-clr);

  border-color: white;

  color: white;
}

.footer-top > .footer-left {
  position: absolute;
}

.innerpage .moduledata1 {
  max-width: calc(33% - 5rem);
}

.innerpage .moduledata1 img {
  clip-path: none;
}

.site-header.scrolled .top-bar-section .socials img {
  background-color: var(--primary-clr);
}

#navbar .top-bar-section .center li a {
  position: relative;
}

#navbar .top-bar-section .center li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.5rem;
  background-color: var(--primary-clr);
  transform: 0.3s;
}

#navbar .top-bar-section .center li.active a::before {
  width: calc(100% - 6rem);
}

@media screen and (min-width: 1921px) {
  .homepage .moduledata1 {
    left: 0 !important;
  }

  .footer-top > .footer-left {
    width: 100%;

    max-height: 80rem;

    overflow: clip;
  }

  .homepage .moduledata1:nth-child(4) img,
  .homepage .moduledata1:nth-child(1) img {
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);

    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  }

  .footer-top > .footer-left a {
    margin-left: -15rem;
  }

  .footer-top > .footer-left img {
    width: 100%;
  }

  .products_group {
    margin: auto;

    margin-left: auto;

    width: 100%;

    max-width: 100%;
  }

  .nutrition {
    margin-right: auto;
  }
}

@media screen and (max-width: 1540px) {
  :root {
    --font-21: 2rem;

    --font-100: 6rem;

    --font-60: 4rem;

    --font-28: 2.4rem;

    --font-36: 3rem;

    --space: 10rem;

    --font-25: 2.4rem;

    --half-space: 6rem;
  }

  .homepage .moduledata1 {
    max-width: 56rem;

    margin-right: -6rem;
  }

  .moduleTitle::after {
    left: -2px;

    top: 7px;

    width: 15px;

    background-size: contain;
  }

  .nutrition .moduleTitle::after {
    left: -1px;

    width: 20px;

    top: 6px;

    background-image: url(../img/nutrition-cow.png);
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 8px;
  }

  .nutrition > div,
  .about-us > div {
    max-width: 65rem;
  }

  ul.title-area #logo img {
    max-width: 27rem;
  }

  button.slick-next.slick-arrow {
    bottom: 2rem;

    padding: 3rem;

    right: 5rem;
  }

  .moduledata1 {
    position: relative;

    height: 60rem;

    width: 55rem;
  }

  .moduledata1 h5 {
    max-width: 46rem;
  }

  .footer-top > .footer-left a {
    margin-left: -15rem;
  }

  .products_group {
    width: 100%;

    margin-left: 0rem;

    position: relative;
  }

  /* .products_group {
    width: 230rem;
    margin-left: -22rem;
    position: relative;
  } */

  .footer-right p {
    max-width: 58rem;
  }

  .footer-left img {
    max-height: 76.5rem;
    object-fit: cover;
  }

  .footer-top > .footer-right {
    min-height: 76.5rem;
  }

  .footer-menu {
    padding-top: 17.6rem;
  }

  .top-bar {
    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }
}

@media screen and (max-width: 1240px) {
  :root {
    --font-21: 1.8rem;

    --font-100: 5rem;

    --font-60: 3rem;

    --font-28: 2.2rem;

    --font-36: 2.8rem;

    --space: 8rem;

    --font-25: 2.2rem;

    --half-space: 4rem;
  }

  .nutrition .moduleTitle::after {
    left: 0px;

    width: 15px;
  }

  .moduleTitle::after {
    left: 0px;

    top: 3px;

    width: 13px;
  }

  .products_group {
    width: 100%;
  }

  /* .products_group {

    width: 200rem;

  } */

  .footer-left img {
    height: 70rem;
  }

  .footer-top > .footer-right {
    min-height: 70rem;
  }

  .moduledata1 {
    position: relative;
    height: 50rem;
    width: 45rem;
  }

  .moduledata1 h5 {
    max-width: 38rem;
  }

  .footer-right p {
    max-width: 40rem;
  }

  .footer-top > .footer-left a {
    margin-left: 0;
    left: 24rem;
    width: 24rem;
    height: 24rem;
  }

  .top-bar-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 0;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: end;
  }

  button.slick-next.slick-arrow {
    padding: 3rem;
  }

  .nutrition > div:nth-child(1),
  .about-us > div:nth-child(1) {
    max-width: 45rem;
  }

  .footer-menu {
    padding-top: 10.5rem;

    padding-bottom: 15rem;
  }

  .moduleTitle {
    margin-bottom: 2rem;
  }

  .innerpage .moduledata1 {
    max-width: calc(50% - 2rem);
  }

  .homepage .moduledata1 {
    max-width: 45rem;

    margin-right: 0rem;
  }

  .footer-newsletter .newsletter-container {
    gap: 2rem;
  }

  .footer-newsletter {
    max-width: 845px;
  }
}

@media screen and (max-width: 1024px) {
  .isologismoi {
    display: grid;
    row-gap: 1rem;
    column-gap: 1rem;
  }

  .isologismoi a {
    max-width: 30rem;
  }

  .isologismoi .item p {
    font-size: 16px;
  }

  .moduledata1 img {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
}

@media screen and (max-width: 880px) {
  :root {
    --font-21: 1.6rem;

    --font-100: 3.5rem;

    --font-60: 2.5rem;

    --font-28: 2rem;

    --font-36: 2.2rem;

    --space: 4rem;

    --font-25: 2.2rem;

    --half-space: 4rem;
  }

  .slider img,
  .main__image img {
    height: 50vh;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    width: 100%;
  }

  .footer-newsletter {
    max-width: 90%;
  }

  .homepage .moduledata1 {
    max-width: 100%;
  }

  .products_group {
    max-width: 64rem;

    margin: auto;
  }

  .moduleTitle {
    padding-left: 0;
  }

  .moduleTitle::after {
    display: none;
  }

  .moduledata1 h5 {
    max-width: 50rem;
  }

  .top-bar {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    padding: 1rem;
  }

  .top-bar {
    height: 17rem;
  }

  .products_group button.slick-prev.slick-arrow {
    display: none !important;
  }

  .products_group.flex {
    width: 100%;

    display: block;
  }

  .footer-top > .footer-left a {
    margin-left: 0;

    left: 50%;

    width: 18rem;

    height: 18rem;
  }

  .footer-top > .footer-left span {
    margin-top: -2rem;
  }

  .moduledata1 img {
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%) !important;

    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%) !important;

    left: 0 !important;
  }

  .innerpage .moduledata1 img {
    clip-path: none !important;

    left: 0 !important;
  }

  .innerpage .moduledata1 {
    max-width: 40rem;
  }

  .innerpage .products-inner {
    gap: var(--half-space);

    padding: 0 1rem;

    flex-direction: column;

    align-items: center;
  }

  .homepage .moduledata1 {
    left: 0 !important;
  }

  .flex {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 2rem;
  }

  .nutrition {
    padding-right: 1rem;
  }

  .footer-top > .footer-left {
    position: relative;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;
  }

  .footer-left img {
    height: 34rem;
  }

  .footer-top > .footer-right {
    min-height: auto;
  }

  .footer-menu li {
    padding: 0.5rem 0;
  }

  .footer-menu {
    padding-top: 2.5rem;

    padding-bottom: 2rem;
  }

  .footer-top > .footer-right {
    width: 100%;

    background: var(--secondary-clr);
  }

  .footer-menu {
    padding-top: 2.5rem;

    padding-bottom: 3rem;
  }

  [class*="block-grid-"] {
    max-width: 660px;

    margin: auto;
  }

  .top-bar {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .site-header.scrolled .top-bar {
    height: auto;
  }

  .top-bar-section {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    gap: 0;
  }

  button.slick-next.slick-arrow {
    bottom: 2rem;

    padding: 3rem;

    right: 1rem;
  }

  button.slick-next.slick-arrow {
    padding: 1.5rem;

    background-size: contain;

    margin-bottom: 0;
  }

  .main__image .title,
  .sliderCaption {
    color: var(--third-clr);

    font-size: var(--font-100);

    font-family: "Aka-Geo", sans-serif;

    position: absolute;

    text-shadow: 2.6px 1.5px 7px rgba(0, 0, 0, 1);

    left: 1rem;

    bottom: 2rem;

    margin-bottom: 0;
  }

  button.slick-next.slick-arrow {
    padding: 1.5rem;

    background-size: contain;
  }

  .moduledata1 {
    width: 100%;

    max-width: 55rem;
  }

  .homepage .moduledata1:nth-child(4) h5 a {
    margin-left: auto;
  }

  .footer-newsletter {
    padding-inline: 10px;
  }

  .footer-newsletter h2 {
    margin-bottom: 20px;
  }

  .footer-newsletter .newsletter-container {
    flex-direction: column;

    margin: 0 auto;

    justify-content: center;
  }

  .footer-newsletter .newsletter-input {
    max-width: unset;

    width: 100%;
  }

  .footer-newsletter input {
    max-width: unset;
    width: 100%;
    margin-top: 10px;
  }

  .footer-newsletter #submitform {
    margin: 0 auto;
    margin-top: 1rem;
  }

  .isologismoi {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .isologismoi img {
    max-width: 30px;
    height: auto;
  }

  .moduledata1 img {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }

  .moduledata1 h5 a {
    color: var(--primary-clr);
    background-color: #fff;
    border-bottom: 1rem solid var(--primary-clr);
  }
}

@media screen and (max-width: 640px) {
  :root {
    --font-21: 1.6rem;

    --font-100: 3rem;

    --font-60: 2rem;

    --font-28: 1.8rem;

    --font-36: 1.9rem;

    --space: 4rem;

    --font-25: 1.7rem;

    --half-space: 4rem;
  }

  #navbar .top-bar-section .center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #navbar .top-bar-section .center li a {
    width: max-content;
  }

  .moduledata1 img {
    filter: none;
  }

  .top-bar-section ul {
    margin-left: 0;
  }

  .moduledata1 h5 a {
    color: var(--primary-clr);

    border-bottom: 1rem solid var(--primary-clr);
  }

  .moduledata1.slick-slide.slick-current.slick-active img {
    -webkit-filter: none;

    filter: none;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 8px;
  }

  .moduledata1 h5 {
    background: white;
  }

  .st_linkedin_hcount {
    display: none;
  }

  ul.title-area #logo img {
    max-width: 23rem;
  }

  .top-bar-section {
    float: none !important;

    gap: 3rem;
  }

  .top-bar.expanded {
    gap: 5rem;
  }

  .top-bar.expanded .title-area {
    background: transparent;
  }

  [class*="block-grid-"] {
    max-width: 330px; /* αλλαγή ανάλογα με το μέγεθος του thumb */

    margin: auto;
  }

  .top-bar .title-area {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }

  .top-bar .toggle-topbar {
    position: unset;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
    gap: 0;
  }

  .site-header.scrolled .top-bar {
    height: 7.5rem;
  }

  .site-header.scrolled .top-bar.expanded {
    height: auto;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;

    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;

    width: 2.4rem;

    padding-right: 0;

    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {

    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;

  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;

    width: 100%;

    border-radius: 3px;

    height: 0.3rem;

    background: var(--primary-clr);

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;

    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;

    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;

    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;

    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;

    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;

    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }

    100% {
      top: 0;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;

      -webkit-transform: rotate(45deg);

      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }

    100% {
      top: 0;

      -webkit-transform: rotate(0deg);

      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;

      -webkit-transform: rotate(135deg);

      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }

    100% {
      bottom: 0;

      -webkit-transform: rotate(0);

      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);

      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);

      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);

      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 16px;
  }

  .top-bar {
    height: 75px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .isologismoi {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .moduledata1 img {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }

  .products {
    padding: 0 1rem;
  }

  .moduledata1 h5 {
    max-width: 30rem;
  }

  .footer-newsletter {
    max-width: calc(100% - 2rem);
    padding: 2rem;
  }

  .main__image .title,
  .sliderCaption {
    max-width: 85%;
  }

  .innerpage .products-inner {
    gap: 1rem;
  }

  #submitform {
    padding: 1.3rem 4rem;
  }

  .top-bar .toggle-topbar.menu-icon a {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 425px) {
  :root {
    --font-100: 2.4rem;
  }

  button.slick-next.slick-arrow {
    padding: 1rem;
  }
}

.site-footer .footer-menu li:nth-child(5) {
  display: none;
}

.company-footer .footer-menu li:nth-child(5) {
  display: block;
}

#submitform {
  font-family: "Aka", sans-serif !important;
}
