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-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;
}.c-main-inner {
    padding: 3% 7% 100px 7%;
    box-sizing: border-box;
}

.c-detail-slidebox {
overflow: hidden;
}
.slick-slider div:focus-visible {
outline: -webkit-focus-ring-color auto 0px;
}

.c-prd-bg {
    max-height: 980px;
    overflow: hidden;
    height: calc(100vh - 200px);
}

.c-prd-bg img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}

.inactivehover .c-prd-image {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: 0.5s;
    z-index: 6;
}

.c-prd-image img {
    width: 8vw;
    height: auto;
    min-width: 110px;
}

.inactivehover.activehover .c-prd-image {
    transform: translateX(-50%) rotate(12deg);
    transition: 0.5s;
    bottom: calc(130px + 5%);
}

.inactivehover .c-prd-shadow {
    position: absolute;
    bottom: 127px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0 0 0 / 50%);
    width: 7vw;
    min-width: 140px;
    height: 15px;
    border-radius: 50%;
    filter: blur(6px);
    z-index: 5;
    transition: 0.5s;
}

.inactivehover.activehover .c-prd-shadow {
    width: 13vw;
    background-color: rgb(0 0 0 / 10%);
    transition: 0.5s;
}

.c-prd-elements {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-prd-elements img {
    width: 9vw;
    height: auto;
    max-width: max-content;
}

.c-detail-slidebox.inactivehover .c-prd-elements div {
    transform: translate(-50%, -50%) scale(0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: 0.5s;
}

.c-detail-slidebox.inactivehover.activehover .c-prd-elements div {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
}

.c-detail-slidebox-inner .c-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.c-detail-top-slider {
margin-top: 100px;
}

.c-detail-slidebox-inner {
position: relative;
}

#pageTitle .c-subtitle-box {
   max-width: 1000px;
}

#pageTitle .c-subtitle-box p {
    margin-bottom: 0;
}

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

.c-product-detail-container {
    display: flex;
    margin-bottom: 100px;
}

.c-product-detail-container:last-child {
    margin-bottom: 0px;
}

.c-product-detail-box {
    width: 50%;
    box-sizing: border-box;
    padding: 30px;
}

#contenttop h2.c-title-md {
    color: white;
    text-align: left;
}

.c-product-info {
    color: white;
    font-size: 18px;
    line-height: 2em;
    max-width: 720px;
}

.c-product-sizes {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.c-size {
    position: relative;
}

.c-size img {
    border-radius: 20px;
    width: 100%;
    max-width: 110px;
    height: auto;
}

.c-size-number {
    display: block;
    text-align: center;
    font-weight: 800;
    margin-top: 5px;
    font-size: 14px;
}

.c-mpoukali-box{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.c-mpoukali-image {
    text-align: center;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: 3vh;
}

.c-mpoukali-image img {
    width: 90%;
    height: auto;
    max-width: 190px;
}

.c-mpoukali-shadow {
    position: absolute;
    bottom: 3vh;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    width: 100%;
    max-width: 520px;
    max-width: 180px;
    height: 20px;
    background-color: rgb(0 0 0 / 70%);
/*background-image: linear-gradient(270deg, rgb(0 0 0 / 70%), transparent);*/
    border-radius: 50%;
    z-index: 1;
    filter: blur(10px);
}

.c-mpoukali-element-1, .c-mpoukali-element-2, .c-mpoukali-element-3, .c-mpoukali-element-3, .c-mpoukali-element-4, .c-mpoukali-element-5, .c-mpoukali-element-6, .c-mpoukali-element-7, .c-mpoukali-element-8, .c-mpoukali-element-9, .c-mpoukali-element-10, .c-mpoukali-element-11, .c-mpoukali-element-12, .c-mpoukali-element-13 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    filter: blur(10px);
    transition: 1s;
}

.c-active-animation .c-mpoukali-element-1, .c-active-animation .c-mpoukali-element-2, .c-active-animation .c-mpoukali-element-3, .c-active-animation .c-mpoukali-element-4, .c-active-animation .c-mpoukali-element-5, .c-active-animation .c-mpoukali-element-6, .c-active-animation .c-mpoukali-element-7, .c-active-animation .c-mpoukali-element-8, .c-active-animation .c-mpoukali-element-9, .c-active-animation .c-mpoukali-element-10, .c-active-animation .c-mpoukali-element-11, .c-active-animation .c-mpoukali-element-12 {
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0px);
    transition: 1s;
} 

/* NUTRITION LABELS */

.c-nutrition-labels-container {
    max-width: 600px;
    color: white;
}

.c-nutrition-labels-container .c-acc-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 2em;
}

.c-nutrition-labels {
    display: flex;
    gap: 5px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.c-nutrition-label-box {
    width: calc(100% / 6);
    min-width: 90px;
    text-align: center;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border: 1px solid white;
}

.c-nutrition-label-title {
    background-color: rgb(0 0 0 / 35%);
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.c-nutrition-label-numb {
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-nutrition-label-perc {
    width: calc(100% - 14px);
    margin: 7px;
    aspect-ratio: 3 / 2;
    background-color: white;
    border-radius: 5px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    box-sizing: border-box;
}

.tab-btn {
    padding: 5px 20px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 800;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    transition: 0.3s;
}

.tab-btn.active, .tab-btn:hover {
    background-color: white;
    color: black;
}

.volume-label {
display: none;
}

/* END NUTRITION LABELS */

.notloggedin #belowsite .c-agapimeni-shape {
    position: relative;
    background-color: #f1f6f9;
}

/* RESPONSIVE */

@media (min-width: 991px) {

}

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

.c-prd-elements img {
    width: 55vw;
    height: auto;
    max-width: max-content;
}

.c-product-detail-container {
    display: flex;
    align-items: stretch;
    margin-bottom: 100px;
    flex-direction: column-reverse;
}

.c-product-detail-box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.c-mpoukali-image {
    text-align: center;
    position: relative;
    z-index: 3;
    width: 50%;
}
.c-mpoukali-shadow {
    max-width: 140px;
    height: 12px;
}

.c-nutrition-label-title {
    font-size: 14px;
}

.c-nutrition-label-numb {
    font-size: 16px;
}

.c-mpoukali-box {
    margin-bottom: 0vh;
}


.c-mpoukali-shadow {
    bottom: 0vh;
}

}/* Styles for the modal */
.c-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 999;
    color: black;
}

.c-modal-content {
    background-color: white;
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
}

.c-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* Additional styling for button and body */
.c-openModalBtn {
    padding: 15px 55px 15px 25px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid white;
    display: inline-block;
    font-weight: 800;
    color: white;
    border-radius: 100px;
    margin-top: 20px;
    position: relative;
}
.c-openModalBtn::after {
content: '';
display: block;
background-image: url('/cache/files/d60af9ddbb5cfef0e36d640102fdbf3f76623b28.svg');
    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.c-modal-dialog {
width: 100%;
    height: auto;
    max-height: 80vh;
    display: flex;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-width: 1000px;
    overflow-y: auto;
    overflow-x: hidden;
}

.c-modal-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.c-modal-content-item div iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
}/* PORTOKALADA */

#lemon .c-size-number, #lemon-green .c-size-number {
color: white;
}


#boxLemon.inactivehover.activehover .c-element-1,
#boxLemonPrasino.inactivehover.activehover .c-element-1 {
    position: absolute;
    top: 60%;
    left: 70%;
}
#boxLemon.inactivehover .c-element-1,
#boxLemonPrasino.inactivehover .c-element-1 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-2,
#boxLemonPrasino.inactivehover.activehover .c-element-2 {
    position: absolute;
    top: 70%;
    left: 25%;
}
#boxLemon.inactivehover .c-element-2,
#boxLemonPrasino.inactivehover .c-element-2 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-3,
#boxLemonPrasino.inactivehover.activehover .c-element-3 {
    position: absolute;
    top: 40%;
    left: 60%;
}
#boxLemon.inactivehover .c-element-3,
#boxLemonPrasino.inactivehover .c-element-3 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-4,
#boxLemonPrasino.inactivehover.activehover .c-element-4 {
position: absolute;
    top: 25%;
    left: 35%;
}
#boxLemon.inactivehover .c-element-4,
#boxLemonPrasino.inactivehover .c-element-4 {
position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-5,
#boxLemonPrasino.inactivehover.activehover .c-element-5 {
    position: absolute;
    top: 55%;
    left: 37%;
}
#boxLemon.inactivehover .c-element-5,
#boxLemonPrasino.inactivehover .c-element-5 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-6,
#boxLemonPrasino.inactivehover.activehover .c-element-6 {
    position: absolute;
    top: 45%;
    left: 73%;
}
#boxLemon.inactivehover .c-element-6,
#boxLemonPrasino.inactivehover .c-element-6 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-7,
#boxLemonPrasino.inactivehover.activehover .c-element-7 {
    position: absolute;
    top: 35%;
    left: 35%;
}
#boxLemon.inactivehover .c-element-7,
#boxLemonPrasino.inactivehover .c-element-7 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxLemon.inactivehover.activehover .c-element-8,
#boxLemonPrasino.inactivehover.activehover .c-element-8 {
    position: absolute;
    top: 22%;
    left: 60%;
}
#boxLemon.inactivehover .c-element-8,
#boxLemonPrasino.inactivehover .c-element-8 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#lemon.c-product-detail-container,
#lemon-green.c-product-detail-container {
    background-image: linear-gradient(110deg, #5a9d32, #eaff6f);
    border-radius: 40px;
}

#lemon.c-active-animation .c-mpoukali-element-1,
#lemon-green.c-active-animation .c-mpoukali-element-1 {
    top: 60%;
    left: 70%;
}

#lemon.c-active-animation .c-mpoukali-element-2,
#lemon-green.c-active-animation .c-mpoukali-element-2 {
top: 70%;
    left: 20%;
}

#lemon.c-active-animation .c-mpoukali-element-3,
#lemon-green.c-active-animation .c-mpoukali-element-3 {
    top: 20%;
    left: 60%;
}

#lemon.c-active-animation .c-mpoukali-element-4,
#lemon-green.c-active-animation .c-mpoukali-element-4 {
    top: -10%;
    left: 30%;
}

#lemon.c-active-animation .c-mpoukali-element-5,
#lemon-green.c-active-animation .c-mpoukali-element-5 {
top: 50%;
    left: 43%;
}

#lemon.c-active-animation .c-mpoukali-element-6,
#lemon-green.c-active-animation .c-mpoukali-element-6 {
top: 30%;
    left: 70%;
}

#lemon.c-active-animation .c-mpoukali-element-7,
#lemon-green.c-active-animation .c-mpoukali-element-7 {
top: 10%;
    left: 30%;
}

#lemon.c-active-animation .c-mpoukali-element-8,
#lemon-green.c-active-animation .c-mpoukali-element-8 {
    top: -15%;
    left: 60%;
}

#lemon .c-nutrition-label-title,
#lemon-green .c-nutrition-label-title {
    background-color: #e8fe6e;
    color: black;
}

/* END PORTOKALADA */

/* COLA */

#peach .c-size-number {
    color: white;
}

#boxPeach.inactivehover.activehover .c-element-1 {
    position: absolute;
    top: 50%;
    left: 50%;
}

#boxPeach.inactivehover .c-element-1 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxPeach.inactivehover .c-element-1 img {
width: 29vw;
}

#boxPeach.inactivehover.activehover .c-element-2 {
    position: absolute;
    top: 70%;
    left: 25%;
}
#boxPeach.inactivehover .c-element-2 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxPeach.inactivehover.activehover .c-element-3 {
    position: absolute;
    top: 20%;
    left: 70%;
}
#boxPeach.inactivehover .c-element-3 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxPeach.inactivehover.activehover .c-element-4 {
position: absolute;
    top: 35%;
    left: 25%;
}
#boxPeach.inactivehover .c-element-4 {
position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxPeach.inactivehover.activehover .c-element-5 {
    position: absolute;
    top: 55%;
    left: 33%;
}
#boxPeach.inactivehover .c-element-5 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxPeach.inactivehover.activehover .c-element-6 {
    position: absolute;
    top: 75%;
    left: 73%;
}
#boxPeach.inactivehover .c-element-6 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxPeach.inactivehover.activehover .c-element-7 {
    position: absolute;
    top: 25%;
    left: 35%;
}
#boxPeach.inactivehover .c-element-7 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#peach.c-product-detail-container {
    background-image: linear-gradient(110deg, #ed6b31, #f5a58e);
    border-radius: 40px;
}

#peach.c-active-animation .c-mpoukali-element-1 {
    top: 50%;
    left: 50%;
    width: 70%;
    opacity: 0.3;
}

#peach.c-active-animation .c-mpoukali-element-2 {
    top: 0%;
    left: 65%;
}

#peach.c-active-animation .c-mpoukali-element-3 {
    top: 80%;
    left: 70%;
}

#peach.c-active-animation .c-mpoukali-element-4 {
    top: 70%;
    left: 30%;
}

#peach.c-active-animation .c-mpoukali-element-5 {
    top: 5%;
    left: 27%;
}

#peach.c-active-animation .c-mpoukali-element-6 {
top: 40%;
    left: 30%;
}

#peach.c-active-animation .c-mpoukali-element-7 {
    top: 40%;
    left: 70%;
}


#peach .c-nutrition-label-title {
    background-color: #5a9d32;
}

/* END COLA */

/* Red Fruit*/
#boxRedFruit.inactivehover.activehover .c-element-1 {
    position: absolute;
    top: 55%;
    left: 65%;
}
#boxRedFruit.inactivehover .c-element-1 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxRedFruit.inactivehover.activehover .c-element-2 {
    position: absolute;
    top: 70%;
    left: 25%;
}
#boxRedFruit.inactivehover .c-element-2 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxRedFruit.inactivehover.activehover .c-element-3 {
    position: absolute;
    top: 20%;
    left: 70%;
}
#boxRedFruit.inactivehover .c-element-3 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxRedFruit.inactivehover.activehover .c-element-4 {
position: absolute;
    top: 35%;
    left: 25%;
}
#boxRedFruit.inactivehover .c-element-4 {
position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxRedFruit.inactivehover.activehover .c-element-5 {
    position: absolute;
    top: 55%;
    left: 33%;
}
#boxRedFruit.inactivehover .c-element-5 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxRedFruit.inactivehover.activehover .c-element-6 {
    position: absolute;
    top: 75%;
    left: 73%;
}
#boxRedFruit.inactivehover .c-element-6 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#boxRedFruit.inactivehover.activehover .c-element-7 {
    position: absolute;
    top: 25%;
    left: 35%;
}
#boxRedFruit.inactivehover .c-element-7 {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
}

#red-fruit.c-product-detail-container {
    background-image: linear-gradient(110deg, #d11226, #ef8285);
    border-radius: 40px;
}

#red-fruit.c-active-animation .c-mpoukali-element-1 {
    top: 44%;
    left: 66%;
}

#red-fruit.c-active-animation .c-mpoukali-element-2 {
    top: 30%;
    left: 20%;
}

#red-fruit.c-active-animation .c-mpoukali-element-3 {
    top: -10%;
    left: 70%;
}

#red-fruit.c-active-animation .c-mpoukali-element-4 {
    top: 0%;
    left: 30%;
}

#red-fruit.c-active-animation .c-mpoukali-element-5 {
    top: 65%;
    left: 37%;
}

#red-fruit.c-active-animation .c-mpoukali-element-6 {
    top: 80%;
    left: 70%;
}

#red-fruit.c-active-animation .c-mpoukali-element-7 {
    top: -10%;
    left: 40%;
}

#red-fruit .c-nutrition-label-title {
    background-color: #5a9d32;
}


#red-fruit .c-size-number {
    color: white;
}

/* END LEMONADA */




/* IDIO POSITION ELEMENTS */

#boxLemon.inactivehover.activehover .c-element-1,
#boxLemonPrasino.inactivehover.activehover .c-element-1, #boxPeach.inactivehover.activehover .c-element-1, #boxRedFruit.inactivehover.activehover .c-element-1 {
    position: absolute;
    top: 60%;
    left: 70%;
}

#boxLemon.inactivehover.activehover .c-element-2, #boxLemonPrasino.inactivehover.activehover .c-element-2, #boxPeach.inactivehover.activehover .c-element-2, #boxRedFruit.inactivehover.activehover .c-element-2 {
    position: absolute;
    top: 30%;
    left: 80%;
}

#boxLemon.inactivehover.activehover .c-element-3,
#boxLemonPrasino.inactivehover.activehover .c-element-3, #boxPeach.inactivehover.activehover .c-element-3, #boxRedFruit.inactivehover.activehover .c-element-3 {
    position: absolute;
    top: 10%;
    left: 70%;
}

#boxLemon.inactivehover.activehover .c-element-4,
#boxLemonPrasino.inactivehover.activehover .c-element-4, #boxPeach.inactivehover.activehover .c-element-4, #boxRedFruit.inactivehover.activehover .c-element-4 {
position: absolute;
    top: 15%;
    left: 35%;
}

#boxLemon.inactivehover.activehover .c-element-5,
#boxLemonPrasino.inactivehover.activehover .c-element-5, #boxPeach.inactivehover.activehover .c-element-5, #boxRedFruit.inactivehover.activehover .c-element-5 {
    position: absolute;
    top: 25%;
    left: 17%;
}

#boxLemon.inactivehover.activehover .c-element-6,
#boxLemonPrasino.inactivehover.activehover .c-element-6, #boxPeach.inactivehover.activehover .c-element-6, #boxRedFruit.inactivehover.activehover .c-element-6 {
    position: absolute;
    top: 55%;
    left: 20%;
}

#boxLemon.inactivehover.activehover .c-element-7, 
#boxLemonPrasino.inactivehover.activehover .c-element-7, #boxPeach.inactivehover.activehover .c-element-7, #boxRedFruit.inactivehover.activehover .c-element-7 {
    position: absolute;
    top: 75%;
    left: 25%;
}

/* GSAP ANIMATIONS */

/* ELEMENT 1 */
#lemon.c-active-animation .c-mpoukali-element-1, 
#lemon-green.c-active-animation .c-mpoukali-element-1, 
#peach.c-active-animation .c-mpoukali-element-1, 
#red-fruit.c-active-animation .c-mpoukali-element-1 {
    top: 79%;
    left: 70%;
}

/* ELEMENT 2 */
#lemon.c-active-animation .c-mpoukali-element-2, 
#lemon-green.c-active-animation .c-mpoukali-element-2, 
#peach.c-active-animation .c-mpoukali-element-2, 
#red-fruit.c-active-animation .c-mpoukali-element-2 {
top: 55%;
    left: 75%;
}


/* ELEMENT 3 */
#lemon.c-active-animation .c-mpoukali-element-3, 
#lemon-green.c-active-animation .c-mpoukali-element-3, 
#peach.c-active-animation .c-mpoukali-element-3, 
#red-fruit.c-active-animation .c-mpoukali-element-3 {
    top: 15%;
    left: 70%;
}

/* ELEMENT 4 */
#lemon.c-active-animation .c-mpoukali-element-4, 
#lemon-green.c-active-animation .c-mpoukali-element-4, 
#peach.c-active-animation .c-mpoukali-element-4, 
#red-fruit.c-active-animation .c-mpoukali-element-4 {
    top: 20%;
    left: 40%;
}


/* ELEMENT 5 */
#lemon.c-active-animation .c-mpoukali-element-5, 
#lemon-green.c-active-animation .c-mpoukali-element-5, 
#peach.c-active-animation .c-mpoukali-element-5, 
#red-fruit.c-active-animation .c-mpoukali-element-5 {
    top: 35%;
    left: 27%;
}

/* ELEMENT 6 */
#lemon.c-active-animation .c-mpoukali-element-6, 
#lemon-green.c-active-animation .c-mpoukali-element-6, 
#peach.c-active-animation .c-mpoukali-element-6, 
#red-fruit.c-active-animation .c-mpoukali-element-6 {
    top: 60%;
    left: 25%;
}

/* ELEMENT 7 */
#lemon.c-active-animation .c-mpoukali-element-7, 
#lemon-green.c-active-animation .c-mpoukali-element-7, 
#peach.c-active-animation .c-mpoukali-element-7, 
#red-fruit.c-active-animation .c-mpoukali-element-7 {
    top: 80%;
    left: 30%;
}