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

/*TOP MENU*/

#topbanner{
padding-right: 2vw;
}

#topmenu {
max-width: 40vw;
margin-left: 2vw;
}

.notloggedin #topmenu {
position: relative;
    z-index: 999;
}

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

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

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

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

/*END OF TOP MENU*/

/*TOP RIGHT MENU*/

.notloggedin .c-top-menu-right  {
display: flex;
gap: 30px;
    justify-content: flex-end;
    margin-top: 30px;
}


.c-top-menu-right  a{
color: #c47d45 !important;
font-weight: 600;
font-size: 18px;
padding: 14px 20px !important;
    border-radius: 30px;
}

.c-top-menu-right  a:hover{
background-color: #333;
color: #fff !important;
}

/*END OF TOP RIGHT MENU*/


/*PAGE H1*/

#contenttop h1 {
margin-top: 4vh;
}

@media (max-width: 912px) {

#contenttop h1 {
margin-top: 2vh;
font-size: 1.6em;
}
}


/*END OF PAGE H1*/



/*FOOTER*/

.c-footer-container {
margin-top: 100px;
padding: 4vh;
text-align: center;
background-color: #ece1dc;
    border-radius: 10vw 10vw 0px 0px;
}

.c-footer-bg {
background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


.c-social-boxes {
padding: 20px;
    display: flex;
    gap: 2vh;
justify-content: center;
    flex-direction: row;
}

.c-social-boxes a {
text-decoration: none !important;
}

.c-social-boxes a span.fa {
    display: flex;
    width: 50px;
    height: 50px;
    padding-left: 6px;
    padding-top: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #d5925e;
    font-size: 25px;
transition: 0.3s;
color: white;
    border-radius: 50%;
}

.c-social-boxes a span.fa:hover  {
background-color: #000;
color: white;
}

/*END OF FOOTER*/


/*PRODUCTS*/
div.items div.photos img {
    border-radius: 30px;
}




/*FORMS*/
.contactform p.required input, .contactform p.notrequired input, .contactform p.required textarea, .contactform p.notrequired textarea {
    padding: 4px;
    font-size: 18px;
    border: none;
border-radius: 30px;
}

.contactform button {
position: relative;
  display: inline-block;
    text-align: center;
    text-decoration: none;
font-weight: 500;
    padding: 10px 15px;
    color: #fff;
    background-color: #d5925e;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 1px solid #d5925e;
    min-width: 170px;
border-radius: 30px;
}

.contactform button:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: #f7f2ef;
    background-image: url('/cache/files/e665891d882ef155c8552e1eb92e9950afe5b9c6.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 2vh;
}

.side-nav__header {
    max-height: 100px;
    height: 30%;
}.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: #333;
    color: #fff;
    padding: 15px 25px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
border-radius: 30px;
}

.c-button-1:hover {
background-color: #d5925e;
}@keyframes morph1 {
  0%, 100% {
    border-radius: 30% 70% 40% 60% / 60% 50% 80% 40%;
    transform: translate3d(0, 0, 0);
  }
  50% {
    border-radius: 70% 20% 90% 40% / 50% 30% 60% 80%;
    transform: translate3d(20px, -20px, 0);
  }
}.mobile-header {
    box-shadow: none;
}

@media (max-width: 460px) {
    #mobile-header .langchooser {
        right: 8px;
        top: 12px;
    }
}


#mobile-header button {
    font-weight: bolder;
}

.side-nav button.side-nav__hide {
    font-weight: bolder;
}



.side-nav_menu {
display: flex;
    justify-content: center;
    text-align: center;
}


.side-nav ul {
    margin-left: -15px;
}

.side-nav__footer {
    box-shadow: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}.c-ergastiri-container {
position: relative;
display: flex;
gap: 8vh;
margin-top: 6vh;
margin-bottom: 8vh;
align-items: flex-start;
}



@media (max-width: 912px) {
.c-ergastiri-container {
    align-items: center;
    flex-direction: column-reverse;
margin-top: 3vh;
padding: 0px 1vw;
gap: 3vh;
}
}




.c-ergastiri-container img{
border-radius: 80px;
max-width: 50%;
height: auto;
position: sticky;
    z-index: 100;
    top: 20px;
}


@media (max-width: 912px) {
.c-ergastiri-container img{
max-width: 100%;
border-radius: 30px;
}
}

.c-ergastiri-container div{
position: relative;
}

.c-ergastiri-container h2{
color: #333 !important;
font-size: 1em !important;
margin-bottom: 5px !important;
margint-top: 20px !important;
text-align: left !important;
}

.c-ergastiri-container:before {
    content: "";
    background-color: #ebe1db;
    height: 100vh;
    width: 100vh;
    z-index: -1;
    position: absolute;
left: -8vw;
top: -4vw;
border-radius: 42% 58% 70% 30% / 35% 45% 85% 55%;
  animation: morph1 10s ease-in-out infinite;
  animation-delay: 0s;
opacity: 0.7;
max-height: 880px;
max-width: 1080px;
}

@media (max-width: 912px) {
.c-ergastiri-container:before {
top: auto;
bottom: -4vw;
}
}