body {
font-family: "Geologica", sans-serif;
overflow-x: hidden;
}

:root {
--blue: #084e82;
--light-blue: #00adef;
}

.notloggedin .pagetitle {
display: none;
}

/*top banner and menu*/

.notloggedin #topbanner {
    max-width: 95vw;
    border-radius: 100px;
    margin-top: 20px;
    padding: 0px 20px;
box-shadow: 0px 0px 13px #00000029;
}


.notloggedin #topmenu {
    margin-top: -63px;
}

div.topmenu ul li {
    border-radius: 30px;
}

div.topmenu ul li:nth-child(3) {
    border-radius: 30px 30px 0px 0px;
}

div.topmenu ul ul {
    border-radius: 0px 30px 30px 30px;
}

div.topmenu ul li li:nth-child(3) {
    border-radius: 30px;
}


.c-top-banner-button {
    border: 1px solid var(--light-blue);
    padding: 5px 12px 5px 7px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 30px;
}

.c-top-banner-button:hover {
    background-color: var(--light-blue);
}

.c-top-banner-button a{
color: var(--blue) !important;
font-weight: 700;
}

.c-top-banner-button:hover a{
color: #fff !important;
}

.c-top-banner-button img{
margin-right: 10px;
}

div.langlist ul {
    background-color: #00adef;
    padding: 10px !important;
    border-radius: 30px;
}

#topbanner .langchooser ul li a span {
    visibility: hidden;
    width: 0;
    display: inline-block;
}

.langchooser ul li:nth-child(1) a::before {
   content: 'ΕΛ';
   display: inline-block;
    cursor: pointer;
color: #fff !important;
}

.langchooser ul li:nth-child(2) a::before {
   content: 'EN';
   display: inline-block;
    cursor: pointer;
color: #fff !important;
}

@media (min-width: 768px) {
    div.langlist span.langtext {
        display: inline;
        visibility: hidden;
        width: 0;
        display: inline-block;
    }
}


#mobile-header .langchooser div.langlist ul {
    float: none;
    height: 42px !important;
    padding: 0px 10px;
    position: absolute;
    top: 14px;
    right: 24px;
    width: 86px;
}
@media (max-width: 780px) {
div.langlist ul {
    padding: 6px !important;
    border-radius: 20px;
}


#mobile-header .langchooser div.langlist ul {
        float: none;
        height: 58px !important;
        padding: 0px 10px;
        position: absolute;
        top: 2px;
        right: 8px;
        width: 32px;
}

.langchooser ul li:nth-child(1) a::before {
font-size: 14px;
}

.langchooser ul li:nth-child(2) a::before {
font-size: 14px;
}

}

/*end of top banner and menu*/


/*periexomeno se mikra kinita*/

@media (max-width: 450px) {
#contenttop {
padding-top: 30px;
}
}.side-nav__header {
    background-color: #f4f4f4;
    background-image: url('/cache/files/1b9b0525207ffe63dcf4accac97300b4d79f6138.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
width: 259px;
    margin: 20px auto;
}.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%;
}
}.c-button-1 {
display: inline-block;
background-color: var(--light-blue);
    color: #fff;
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 1px 4px 20px #33333326;
text-align: center;
}

.c-button-1:hover {
background-color: var(--blue);
color: #fff;
}



.c-button-2 {
display: inline-block;
background-color: #fff;
    color: var(--blue);
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 1px 4px 20px #33333326;
}

.c-button-2:hover {
background-color: var(--blue);
color: #fff;
}

.c-button-3 {
display: inline-block;
background-color: var(--light-blue);
    color: #fff !important;
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 1px 4px 20px #33333326;
}

.c-button-3:hover {
background-color: #fff !important;
color: var(--blue) !important;
}#footer {
max-width: 95vw;
margin: 0 auto;
background-color: var(--blue);
color: #fff !important;
padding: 4vw;
border-radius: 120px;
display: flex;
    gap: 5vw;
    align-items: flex-start;
}

@media (max-width: 912px) {
#footer {
padding: 4vh;
align-items: center;
    flex-direction: column;
gap: 30px;
}
}

@media (max-width: 650px) {
#footer {
border-radius: 80px;
}
}

#footer h1{
text-align: left !important;
  font-size: clamp(1.875rem, 1.296rem + 2.315vw, 5rem) !important; /*30-80*/
  margin-bottom: 0px !important;
font-weight: 900 !important;
color: #fff !important;
}

@media (max-width: 912px) {
#footer h1{
text-align: center!important;
}
}


.c-footer-text {
flex: 1;
}

@media (max-width: 912px) {
.c-footer-text {
text-align: center!important;
padding-top: 30px;
}
}

.c-footer-data {
flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 912px) {
.c-footer-data {
    flex-direction: column-reverse;
gap: 30px;
}
}

.c-footer-info {
display: flex;
flex-direction: column;
gap: 20px;
}

@media (max-width: 912px) {
.c-footer-info {
align-items: center;
text-align: center;
}
}

.c-footer-line {
display: flex;
gap: 10px;
align-items: center;
}


.c-footer-line p{
margin-bottom: 0px;
}

.c-footer-data a{
color: #fff !important;
}


.c-footer-certification {
display: flex;
gap: 20px;
margin-bottom: 30px;
align-items: center;
}

@media (max-width: 912px) {
.c-footer-certification {
justify-content: center;
}
}

.c-footer-certification p{
margin-bottom: 0px;
}

.c-footer-certification img{
height: 100px;
width: auto;
}/*SELIDA PRODUCTS*/

.imagemenu ul {
padding: 4vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 1300px) and (max-width: 4800px) {
    .imagemenu ul li {
        width: 25% !important;;
    }
}

.imagemenu ul li img.pagethumb {
   min-width: 100%;
}

.imagemenu ul li a {
    border-radius: 80px 80px 80px 0px !important;
    transition: all 0.6s ease;
}

.imagemenu ul li a:hover {
    border-radius: 80px 80px 0px 80px !important;
    box-shadow: 0px 0px 13px #00000014;
}

.imagemenu ul li a:hover span {
font-weight: 700;
}


@media (max-width: 540px) {

.imagemenu ul li a {
    border-radius: 40px 40px 40px 0px !important;
    transition: all 0.6s ease;
}

.imagemenu ul li a:hover {
    border-radius: 40px 40px 0px 40px !important;
    box-shadow: 0px 0px 13px #00000014;
}


.imagemenu ul li.inactive a span {
    font-size: 14px;
    line-height: 0.7em !important;
}

.imagemenu ul li a {
    line-height: 0.7em !important;
}
}


/*END OF SELIDA PRODUCTS*/



/*SELIDES PROIONTON*/

.c-products-page-intro {
max-width: 90vw;
margin: 3vw auto;
}
.c-products-page-intro h1{
  font-size: clamp(1.875rem, 1.296rem + 2.315vw, 5rem) !important; /*30-80*/
  margin-bottom: 0px !important;
font-weight: 900 !important;
}

.c-product-container{
    display: flex;
    gap: 4vw;
    margin: 0vw auto 8vw auto;
    align-items: flex-start;
    justify-content: center;
    max-width: 1280px;
    padding-top: 4vw;
}

@media (max-width: 912px) {
.c-product-container{
flex-direction: column;
align-items: center;
        max-width: 99%;
}
}

.c-products-page-intro p{
text-align: center;
}

.c-product-images {
display: flex;
gap: 30px;
flex: 1;
}

@media (max-width: 712px) {
.c-product-images {
flex-direction: column;
    align-items: center;
}
}



.c-product-main-image-container {
background-color: #fff;
    padding: 40px 5px;
    border-radius: 100px 4px 100px 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13px #00000029;
flex-direction: column;
}

.c-product-main-image-container img{

}

.c-product-thubnails-container {
display: flex;
flex-direction: column;
gap: 20px;
}

@media (max-width: 712px) {
.c-product-thubnails-container {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
justify-content: center;
}
}

.c-product-thubnails-container img{
width: 165px;
    height: auto;
    border-radius: 4px 30px 30px 30px;
    box-shadow: 0px 0px 13px #00000029;
}

@media (max-width: 712px) {
.c-product-thubnails-container img{
width: 100px;
    border-radius: 4px 20px 20px 20px;
}
}

.c-product-colors {
display: flex;
gap: 10px;
align-items: center;
}

@media (max-width: 612px) {
.c-product-colors {
flex-wrap: wrap;
    justify-content: flex-end;
}
}

.c-product-colors p{
font-size: 0.8em;
text-align: right;
max-width: 210px;
}

@media (max-width: 512px) {
.c-product-colors p {
    font-size: 0.6em;
}
}

.c-product-color-cycle {
height: 25px;
width: 25px;
border-radius: 50%;
}

.c-red {
background-color: red;
}

.c-blue {
background-color: blue;
}

.c-green{
background-color: green;
}

.c-brown {
background-color: brown;
}

.c-black{
background-color: black;
}

.c-yellow{
background-color: yellow;
}

.c-keramidi {
background-color: #E2725B;
}

.c-white{
background-color: white;
}

.c-grey {
background-color: #ccc;
}


.c-product-data-container {
flex: 1;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

@media (max-width: 912px) {
.c-product-data-container {
width: 95%;
}
}


.c-product-data-line {
display: flex;
    gap: 10px;
    border: 1px solid #00adef;
    padding: 10px 15px;
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
}

.c-product-data-container .c-product-data-line:last-child {
    background-color: #fff;
}

.c-product-data-line p{
margin-bottom: 0px;
line-height: 1.1em;
}


.c-product-data-line p:nth-child(2) {
font-weight: 800;
    text-align: right;
}

.c-products-vegetables {
display: flex;
    gap: 0px;
}

@media (max-width: 612px) {
.c-products-vegetables {
flex-wrap: wrap;
    justify-content: flex-end;
}
}


.c-products-vegetables img{
height: 70px;
width: auto;
}

@media (max-width: 612px) {
.c-products-vegetables img {
    height: 55px;
}
}


.c-product-name {
font-weight: 900;
font-size: 1.2em;
margin-bottom: 0px;
}#cboxLoadedContent {
border: 0px !important;
    border-radius: 60px 0px 60px 60px;
}

#cboxContent {
    border-radius: 60px 0px 60px 60px;
}

#cboxPrevious {
    left: 0px !important;
}

#cboxNext {
    right: 0px !important;
}

#cboxClose {
    top: 0px  !important;
}

#cboxCurrent {
    position: absolute;
    top: -25px;
    right: 5px;
    color: #fff;
}@media (max-width: 451.429px) {
    .mobile-header {
        min-height: 70px !important;
    }
}

.mobile-header {
    box-shadow: 1px 4px 20px #33333326;
    border-radius: 0px 0px 30px 30px;
z-index: 5!important;
}

#mobile-header button {
    font-size: 28px;
}

.side-nav__footer {
    box-shadow: none;
    padding: 20px 16px;
}

.c-mobile-menu-footer {
display: flex;
gap: 15px;
justify-content: center;
    align-items: center;
}



.side-nav__header {
    max-height: 120px;
    height: 30%;
}

.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    height: 96%;
top: 2%;
    left: 3%;
border-radius: 30px;
}

.side-nav__hide {
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    border-radius: 50%;
}

.side-nav button.side-nav__hide {
    font-size: 18px;
}




.side-nav__content {
    padding-top: 22px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4vh;
}

.side-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
}

.side-nav ul li a {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 30px;
}.c-company-container {
max-width: 95vw;
margin: 20px auto;
}

.c-company-top-image {
width: 100%;
height: 60vh;
border-radius: 10vw;
background-size: cover;
background-position: 50% 50%;
}

@media (max-width: 700px) {
.c-company-top-image {
height: 30vh;
border-radius: 10vw 10vw 10vw 10px;
}
}

.c-company {
margin: 3vw auto;
display: flex;
gap: 4vw;
align-items: center;
}

@media (max-width: 912px) {
.c-company {
    flex-direction: column;
gap: 0;
}
}


.c-company-text {
flex: 1;
padding: 4vw;
}

@media (max-width: 912px) {
.c-company-text {
padding: 0vw;
}
}

.c-metrics-container {
margin: 2vw auto;
display: flex;
gap: 3vw;
width: 600px;
flex-wrap: wrap;
}

.c-bubble {
    background-color: var(--blue);
    color: #fff;
    border-radius: 20px 120px 120px 120px;
    padding: 20px;
    width: 200px;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
box-shadow: 0px 0px 13px #00000029;
}

.c-bubble p:nth-child(1) {
font-size: 62px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 0px;
}


.c-bubble p:nth-child(2) {
margin-bottom: 0px;
font-size: 1.2em;
font-weight: 700;
line-height: 1em;
}



@media (max-width: 912px) {
.c-metrics-container {
margin: 20px;
width: auto;
gap: 10px;
justify-content: center;
}

.c-bubble {
    border-radius: 5px 80px 80px 80px;
    width: 170px;
    height: 170px;
}

.c-bubble p:nth-child(1) {
font-size: 52px;
}


.c-bubble p:nth-child(2) {
font-size: 1em;
line-height: 1.1em;
}
}


@media (max-width: 500px) {
    .c-bubble {
        width: 130px;
        height: 130px;
padding: 10px;
    }
.c-bubble p:nth-child(2) {
font-size: 0.8em;
line-height: 1em;
}
}


.c-oximata {
width: 45vw;
min-width: 45vw;
height: auto;
border-radius: 120px 20px 120px 120px;
}

@media (max-width: 912px) {
.c-oximata {
    width: 100%;
border-radius: 10vw 10vw 10vw 10px;
margin-bottom: 15px;
}
}


.c-company h1 {
  font-size: clamp(2.625rem, 2.051rem + 1.531vw, 4.5rem) !important;
  margin-bottom: 0px !important;
font-weight: 900 !important;
  max-width: 800px;
text-align: left !important;
color: var(--light-blue) !important;
}