body, p, h1, h2, button {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
    height: auto !important;
}

#contenttop h1.c-title-lg {
    font-size: 3.5vw;
    font-size: clamp(50px, 3.5vw, 90px);
    color: #2a4a96;
    font-weight: 900;
}

#contenttop h2.c-title-lg {
    color: #2c498d;
    font-size: clamp(60px, 5.45vw, 140px);
    margin-top: 0;
    line-height: 0.9;
    font-weight: 900;
}

#contenttop h2.c-title-md {
    color: #2c498d;
    font-size: clamp(30px, 4.65vw, 50px);
    margin-top: 0;
    line-height: 0.9;
    font-weight: 900;
}


.c-subtitle-box {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}


.c-lightblue {
color: #84b9d9;
}

.c-main-inner {
    padding: 3% 7% 0 7%;
    box-sizing: border-box;
}

.c-colorbg {
background-color: #f1f6f9;
}

p.c-parag-title, .c-free-content p.c-parag-title {
    font-size: 30px;
    font-weight: 900;
    color: #2c498d;
    margin-bottom: 0.6em;
}

.c-neatag {
    display: inline-block;
    padding: 8px 15px;
    background-color: #ffb400;
    border-radius: 65px;
    border-top-left-radius: 7px;
    line-height: 1em;
    color: white;
    margin-right: 5px;
    position: relative;
    z-index: 1;
}

.c-button {
    margin-top: 20px;
    display: inline-block;

}

.c-button a, div.items div.back a, .submit button {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
}

.c-button:hover a, div.items div.back:hover a, .submit button:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}

.c-social-buttons .c-button a {
    padding: 10px;
}

div.items div.back {
    border: 0px solid #cbcbcb;
    background-image: none;
    margin-bottom: 30px;

}

/* SLIDER ARROWS */

.slider-arrows {
    display: inline-block;
    padding: 17px 27px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    transition: 0.3s;
    aspect-ratio: 1 / 1;
}

.slider-arrow-left {
    left: 5%;
}
.fa-chevron-left:before {
   content: '';
   background-image: url('/cache/files/c4a2bd94885c71d635259deeef0c436e345a13ea.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-arrow-right {
    right: 5%;
}
.fa-chevron-right:before {
   content: '';
   background-image: url('/cache/files/c4a2bd94885c71d635259deeef0c436e345a13ea.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}



/* MARQUEE DETAILS */

.c-marquee {
    height: 70px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 15px 0 15px 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.c-marquee .c-marqueeone {
    animation: marquee-1 45s linear infinite;
}

.c-marquee .c-marqueetwo {
    animation: marquee-2 45s linear infinite;
}

.c-marquee .c-marqueethree {
    animation: marquee-3 45s linear infinite;
}


/* Adjust the position and styling of each div */
.c-marquee div {
    position: relative;
    width: 100%;
    left: 0%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    color: #2c498d;
    font-size: 30px;
    gap: 30px;

}

.c-marquee:hover div {
    animation-play-state: paused;
}

/* Keyframes for the scrolling effect */
@keyframes marquee-1 {
    0% { left: 0%; }
    100% { left: -100%; }
}

@keyframes marquee-2 {
    0% { left: 0%; }
    100% { left: -100%; }
}

@keyframes marquee-3 {
    0% { left: 0%; }
    100% { left: -100%; }
}

.c-marquee-text {
    color: #2c498d;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    white-space: nowrap;
}

.c-marquee-icon {
    display: inline-block;
    width: 25px;
    min-width: 25px;
}

.c-marquee-icon img {
    width: 100%;
    height: auto;
}

/* FOOTER */
.c-agapimeni-shape {
    margin-top: 0;
    pointer-events: none;
}
.notloggedin #belowsite .c-agapimeni-shape {
    margin-top: 0;
    pointer-events: none;
    position: relative;
}

.c-footer-inner {
    padding: 0px 7% 100px 7%;
    box-sizing: border-box;
}

.c-footer-logo, .c-footer-plaiplai {
   text-align: center;
}

.c-footer-logo img, .c-footer-plaiplai img {
    width: 25%;
    height: auto;
    min-width: 130px;
}

#belowsite .c-footer-info a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 18px;
}

#belowsite .c-footer-info a:hover {
    text-decoration: underline;
    color: #008fd4;
}

.c-footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.c-footer-social .c-social-buttons {
    margin-top: 0px;
}

#innercopyinfo {
    padding: 7px 7% 7px 7%;
    box-sizing: border-box;
}

.c-exib-link {
   text-align: center;
}

.c-exib-link a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #0656a5;
    text-decoration: none;
    color: white !important;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.c-network-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 990px) {
.c-network-button-box {
    width: 100%;
}
}.c-newlogo {
    background-image: url('/cache/files/aabe342baa58810e79b38679dbff1bfc6326d879.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/aabe342baa58810e79b38679dbff1bfc6326d879.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    transform: translate(-50%, 0%);
    margin-left: 0px;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/aabe342baa58810e79b38679dbff1bfc6326d879.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.notloggedin #mobile-header {
display: none;
}

.c-lockscroll {
overflow: hidden;
}

.c-menu-bar {
    position: relative;
}

.notloggedin .c-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 98;
    padding: 0 7%;
    box-sizing: border-box;
    background-color: white;
    transition: 0.5s;
}

.c-menu-bar.c-closemenu {
    padding: 0 30px;
    width: 450px;
}

.c-menu-bar.c-closemenu .c-menu-logo, .c-menu-bar.c-closemenu .c-menu-social-box {
   display: none;
}

.c-menu-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.c-menu-burger-box {
    width: 200px;
}

.c-menu-burger {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
    cursor: pointer;
}

.c-top-line {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 25px;
    height: 1px;
    background-color: #2c498d;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-bottom-line {
    position: absolute;
    top: 32px;
    left: 15px;
    width: 18px;
    height: 1px;
    background-color: #2c498d;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-closemenu .c-top-line {
    top: 27px;
    left: 15px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.c-closemenu .c-bottom-line {
    top: 27px;
    left: 15px;
    width: 25px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.c-menu-burger:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}


.c-menu-bar .c-button {
margin-top: 0;
}

.c-menu-logo-box {
    width: 200px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-menu-logo img {
height: 90px;
width: auto;
}


.c-menu-container {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: -100%;
    opacity: 0;
    left: 0;
    z-index: 97;
    transition: 0.5s;

}

.c-menu-container.c-openmenu {
    top: 0%;
    opacity: 1;
    transition: 0.5s;}

.c-menu-inner {
    display: flex;
    height: 100%;
}

.c-menu-box-left {
    width: 450px;
    height: 100%;
    position: relative;
}

.c-logo {
    padding: 2vw 30px;
}

.c-menu-list {
    padding: 0 30px;
    font-size: 20px;
    font-size: clamp(20px, 3vw, 50px);
    font-weight: 800;
}

.c-sumenu-link{
    font-size: 16px;
    font-size: clamp(16px, 2vw, 32px);
}

.c-menu-accordion-title {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-right: 35px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.c-menu-accordion-title::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('/cache/files/4e1941d7683a4e59b1bcf65558ceba7348e5d436.svg');
    width: 10%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    right: 0px;
    transform: rotate(0deg);
    transition: 0.3s;

}

.c-menu-accordion-content {
    box-sizing: border-box;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.c-menu-accordion.activeAccordion .c-menu-accordion-content {
    max-height: 500px;
}
.c-menu-accordion.activeAccordion .c-menu-accordion-title::before {
transform: rotate(180deg);
}

.c-menu-accordion.activeAccordion {
    margin-bottom: 20px;
}

.c-hidden-menu .c-menu-box-left-inner {
    background-color: white;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    position: absolute;
    transition: 1s;
    transition-delay: 0.3s;
    padding-top: 100px;
    box-sizing: border-box;
}

.c-menu-container.c-openmenu .c-menu-box-left-inner {
    top: 0%;
}

.c-menu-box-right {
    width: calc(100% - 450px);
    height: 100%;
overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.c-menu-box-right-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-hidden-menu .c-menu-box-right-inner {
    background-color: white;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    transition: 1s;
    transition-delay: 0.3s;
}
.c-menu-container.c-openmenu .c-menu-box-right-inner {
    top: 0%;
}

.c-menu-product-image-box {
    width: 50%;
    height: 40vh;
    position: relative;
    overflow: hidden;
}

#menu-anapsiktika.c-menu-product-image-box {
    background-color: #fab301;
}
#menu-free.c-menu-product-image-box {
    background-color: #64baea;
}
#menu-free .c-goright span {
    animation: Scroll-left 20s linear infinite;
}
#menu-free .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}
#menu-pluslight.c-menu-product-image-box {
    background-color: #54c53b;
}
#menu-tea.c-menu-product-image-box {
    background-color: #ec672f;
}
#menu-tea .c-goright span {
    animation: Scroll-left 15s linear infinite;
}
#menu-tea .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}
#menu-xumoi.c-menu-product-image-box {
    background-color: #ffd92a;
}
#menu-xumoi .c-goright span {
    animation: Scroll-left 20s linear infinite;
}
#menu-xumoi .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}

#menu-mixers.c-menu-product-image-box {
    background-color: #d87f95;
}
#menu-mixers .c-goright span {
    animation: Scroll-left 20s linear infinite;
}
#menu-mixers .c-goleft span {
    animation: Scroll-right 20s linear infinite;
}

#menu-keno.c-menu-product-image-box {
    background-color: white;
}


.c-product-image-box-bottle {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.c-product-image-box-bottle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: auto;
    transition: 0.5s;
}
.c-menu-product-image-box:hover .c-product-image-box-bottle img {
    height: 100%;
    top: 80%;
}


.c-product-image-box-text {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.c-goright, .c-goleft {
    font-size: 3vw;
    font-weight: 800;
    color: white;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    line-height: .9;
    width: 100%;
    opacity: 0;
    position: relative;
    gap: 0.2em;
    transition: 0.1s;
}
.c-goright {
    -webkit-text-stroke: 1px white;
    color: transparent;
}

.c-menu-product-image-box:hover .c-goright {
    opacity: 1;
}
.c-menu-product-image-box:hover .c-goleft {
    opacity: 1;
}

.c-goright span {
    -webkit-animation: Scroll-left 50s linear infinite;
    animation: Scroll-left 50s linear infinite;
}
.c-goleft span {
    -webkit-animation: Scroll-right 50s linear infinite;
    animation: Scroll-right 50s linear infinite;
}

@keyframes Scroll-left {
0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
}


@keyframes Scroll-right {
0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}

.c-menu-social-box {
    width: 250px;
    height: 100%;
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-menu-social-box  div.langlist ul {
    padding: 10px;
}

.c-menu-social-box  div.langlist ul li img {
    width: 25px;
    height: auto;
    max-width: none;
}

.c-menu-lang-box {
    position: relative;
    margin-right: 5px;
}

.c-menu-lang-button {
    background-color: white;
    padding: 12.5px;
    border-radius: 50%;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    transition: 0.3s;
    position: relative;
    top: 0px;
    cursor: pointer;
}

.c-menu-lang-button:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
}

.c-menu-lang {
    max-height: 0px;
    transition: 0.3s;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 10px);
    left: 3px;
    background-color: white;
    border-radius: 50px;
}

.c-menu-lang.c-openlang {
    max-height: 100px;
}

.c-menu-social {
    display: flex;
    padding: 50px 30px;
    gap: 10px;
}

.c-menu-social .c-social-buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-menu-bar .c-menu-social {
    display: flex;
    padding: 0px 0px 0px 0px;
    gap: 10px;
    position: absolute;
    top: 90px;
    right: 0;
    border-radius: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 73%;
    max-height: 0px;
    overflow: hidden;
    transition: 1s;
    border: 0px solid transparent;
}

.c-menu-bar .c-menu-social-box.c-showsocial .c-menu-social {
    padding: 20px 0px 20px 0px;
    max-height: 300px;
}

.c-menu-social .c-menu-social-link {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
}

.c-menu-social .c-menu-social-link img {
    width: 40px;
    height: auto;
}

.c-menu-social .c-social-buttons {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.c-menu-social-follow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.c-follow-button span {
    margin-left: 5px;
}

.c-follow-button {
    display: inline-block;
    padding: 12.5px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: 0.3s;
}

.c-showsocial .c-follow-button {
    border: 2px solid #ff5f5f;
    box-shadow: 0px 5px #ff5f5f;
}

.c-follow-button:hover {
    border: 2px solid #ff5f5f;
    box-shadow: 0px 0px #ff5f5f;
    top: 5px;
}

.c-menu-link a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.c-menu-link a:hover, .c-menu-accordion-title:hover {
    color: #008fd4;
}

@media (max-width: 990px) {
.c-sumenu-link {
    font-size: 20px;
    margin-bottom: 5px;
}

.c-menu-accordion-title {
    padding-right: 0;
}

.c-menu-accordion-title::before {
    right: -25px;
}

.c-menu-bar.c-closemenu {
    width: 90px;
}
}.notloggedin #mobile-header {
    position: fixed;
    z-index: 99;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
}.c-accordion {
  width: 100%;
  max-width: 720px;
}

.c-accordion-item {
  margin-bottom: 20px;
  border: 1px solid white;
  border-radius: 30px;
  overflow: hidden;
}

.c-accordion-title {
   padding: 15px 20px;
   width: 100%;
   cursor: pointer;
   font-size: 20px;
   color: white;
   position: relative;
   box-sizing: border-box;
   font-weight: 800;
}

.c-acc-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 7px;
    transform: rotate(0deg);
    transition: 0.3s;
}

.activeAccordion .c-acc-button {
    transform: rotate(45deg);
    transition: 0.3s;
}

.c-acc-button::before, .c-acc-button::after {
    content: '';
    display: block;
    background-color: black;
    width: 25px;
    height: 4px;
    top: 21px;
    position: absolute;
    left: 10px;
}

.c-acc-button::before {
    transform: rotate(90deg);
    top: 20px;
    left: 10.5px;
}

.c-accordion-title:hover {
  background-color: rgb(255 255 255 / 20%);
}

.c-accordion-item.activeAccordion .c-accordion-title {
  background-color: rgb(255 255 255 / 20%);
}

.c-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
   color: white;

  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.c-accordion-content p {
    margin-bottom: 0;
    line-height: 2em;
}

.c-accordion-item.activeAccordion .c-accordion-content {
  max-height: 1000px;
  padding: 20px;
}@media (max-width: 1439px) {
.c-main-inner {
    padding: 50px 20px 0 20px !important;
    box-sizing: border-box;
}

#pageTitle .c-main-inner {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
}

}

/* TABLET */
@media (max-width: 990px) {

.c-footer {
    margin-top: -100px;
}

.notloggedin .c-menu-bar {
    padding: 0 15px;
}
.c-menu-burger {
    width: 46px;
    height: 46px;
}

.c-menu-logo {
    margin-top: -15px;
}
.c-top-line {
    top: 19px;
    left: 11px;
    height: 1.5px;
}
.c-bottom-line {
    top: 27px;
    left: 11px;
    height: 1.5px;
}

.c-follow-button span {
    display: none;
}
.c-follow-button, .c-menu-lang-button {
    padding: 7.5px;
}

.c-menu-social-box {
    width: 50px;
    height: auto;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.c-menu-bar .c-menu-social {
    top: 95%;
    width: 100%;
}

.c-menu-lang-box {
position: relative;
    margin-right: 0;
    margin-bottom: 7px;
    margin-top: 50px;
}

.c-menu-lang-box {
    z-index: 100;
}

.c-menu-lang {
    max-height: 100%;
    top: 0;
    left: auto;
    right: 100%;
    max-width: 0px;
        margin-top: 5px;
        margin-right: 5px;
}

.c-menu-lang.c-openlang {
    max-width: 200px;
}

.c-menu-social-box div.langlist ul {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.c-menu-social-box div.langlist ul li img {
    width: 26px;
}

.c-main-inner {
    padding: 50px 20px 0 20px !important;
    box-sizing: border-box;
}

#contenttop h2.c-title-lg {
font-size: clamp(46px, 5.45vw, 140px);
    margin-bottom: 0;
    padding-bottom: 0;
}

.c-footer-info {
    text-align: center;
}
.c-footer-social {
    align-items: center;
}

#belowsite .c-footer-social h2.c-title-md {
    margin-bottom: 0px;
}
.c-footer-inner {
    padding: 0px 20px 30px 20px;
    box-sizing: border-box;
}

#innerbelowsite, #belowsite {
    padding-top: 0px;
}

.c-closemenu .c-top-line {
    top: 23px;
    left: 11px;
}

.c-closemenu .c-bottom-line {
    top: 23px;
    left: 12px;
}

.c-menu-box-left, .c-menu-box-right {
    width: 100%;
    height: auto;
}

.c-hidden-menu .c-menu-box-left-inner {
    padding-top: 0;
    position: relative;
}
.c-menu-list {
    font-size: 34px;
    text-align: center;
}

.c-menu-social {
    display: flex;
    padding: 20px 20px;
    gap: 5px;
    justify-content: center;
}

.c-menu-social .c-menu-social-link img {
    width: 30px;
    height: auto;
}

.c-menu-inner {
    flex-direction: column;
}

.c-logo {
    padding: 0px;
    text-align: center;
}

.c-logo img {
    height: 100px;
    width: auto;
}

.c-hidden-menu .c-menu-box-right-inner {
    position: relative;
}

.c-marquee-icon {
    display: inline-block;
    width: 25px;
    min-width: 25px;
}

}



/* ========================= */
/* MOBILE */

@media (max-width: 768px) {



}.c-upokatigories-header .c-main-inner {
padding-bottom: 50px;
}


.c-koinoniki-efthini-bg {
background-color: #f1f6f9;
}


.c-koinoniki-efthini-container {
max-width: 1440px;
margin: 50px auto 0px auto;
padding: 3% 7% 3% 7%;
}

@media (max-width: 912px) {
.c-koinoniki-efthini-container {
margin: 90px auto 0px auto;
}
}

.c-koinoniki-efthini-container .c-title-lg {
text-align: left ;
font-size: 2em ;
color: #2a4a96;
    font-weight: 900;
margin-bottom: 10px;
}

.c-koinoniki-efthini-images {
display: flex;
gap: 20px;
flex-wrap: wrap;
    margin-bottom: 20px;
}



/*PLAI-PLAI*/
.c-plai-plai-bg {
background-color: #00aed1;
}

.c-plai-plai-container {
max-width: 980px;
margin: 50px auto 0px auto;
padding: 3% 7% 3% 7%;
color: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4vh;
}
@media (max-width: 912px) {
.c-plai-plai-container {
margin: 90px auto 0px auto;
}
}

.c-plai-plai-container h1{
color: #fff !important;
margin-bottom: 0px !important;
line-height: 1em !important;
margin-top: 4vh !important;
}

.c-plai-plai-bigger-text {
font-size: 1.6em;
}

.c-plai-plai-images {
display: flex;
gap: 20px;
align-items: center;
}


.c-plai-plai-images img{
max-height: 70vh;
}

@media (max-width: 912px) {
.c-plai-plai-images {
flex-direction: column;
}
}


/*END OF PLAI-PLAI*/





.prodmenu ul li a, .imagemenu ul li.inactive a {
    margin-top: 20px;
    display: inline-block;

}

.prodmenu ul li a, .imagemenu ul li.inactive a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: white;
    border: 2px solid #2c498d;
    box-shadow: 0px 5px #2c498d;
    color: #2c498d;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: 0.3s;
    background-image: none;
}

.prodmenu ul li a:hover, .imagemenu ul li.inactive a:hover {
    box-shadow: 0px 0px #2c498d;
    top: 5px;
    background-color: white;
    color: #2c498d;
}

.prodmenu.imagemenu{
    max-width: 1440px;
    margin: 0 auto;
}

.imagemenu ul {
    display: flex;
    margin-bottom: 150px;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.imagemenu ul li {
    width: auto;
}.notloggedin #belowsite .c-agapimeni-shape {
    background-color: #f1f6f9;
}