body {
font-family: "Manrope", sans-serif;
}

/* MENU */

.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
    -webkit-transition: transform 0.5s linear, opacity 0.5s;
    -moz-transition: transform 0.5s linear, opacity 0.5s;
    -o-transition: transform 0.5s linear, opacity 0.5s;
    transition: transform 0.5s linear, opacity 0.5s;
}


/* END MENU */

/*MOBILE HEADER*/


.mobile-header {
box-shadow: none;
}


.notloggedin #mobile-header {
position: fixed;
top: 0;
width: 100%;
}


.c-topheader-social-buttons {
position: absolute;
    right: 10px;
    top: 33px;
}

.c-topheader-social-buttons img{
width: 30px;
height: auto;
margin: 3px;
}

@media (min-width: 820px) {
#mobile-header button {
    margin-left: 5vw;
}
.c-topheader-social-buttons{
right: 5vw;
}
}

/*MOBILE MENU*/

.side-nav ul {
text-align: center;
    max-width: 500px;
    margin: 0 auto;
padding-left: 5px;
padding-right: 5px;
}

.side-nav__container {
    width: 100%;
max-width: 100%;
}

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

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

@media (max-width: 540px) {
.side-nav button.side-nav__hide {
    font-size: 20px;
}
}

.side-nav ul li {
    line-height: 9vh !important;
border-radius: 30px;
}

.side-nav ul li li{
    line-height: 6vh !important;
border-bottom: 1px solid #e6657059;
border-radius: 0px;
max-width: 90%;
margin: 0 auto;
}


.side-nav ul li a {
    border-radius: 30px;
font-size: clamp(1.375rem, 1.12rem + 1.019vw, 2.75rem);
padding-left: 0px !important;
letter-spacing: 1px;
}

.side-nav__content li:hover {
    background: #fda1a9;
}

.side-nav ul li.haschilds > a::before {
    font-size: 30px;
    color: #4d4d4f;
    padding-top: 3vh;
}

@media (max-width: 540px) {
.side-nav ul li.haschilds > a::before {
    padding-top: 2vh;
}
}

.c-menu-bottom {
    max-width: 340px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.c-menu-bottom p{
margin-bottom: 5px;
}


.c-menu-bottom a{
color: #555555!important;
text-decoration: none;
font-size: 14px;
}

.c-menu-bottom img{
height: 25px;
width: auto;
margin-right: 5px;
}a.mobile-header-startlink {
    background-image: url('/cache/files/59f79ef3176567ad3054a3c7f67b330c777a7ab2.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

@media (max-width: 430px) {
a.mobile-header-startlink {
width: 200px;
    transform: translate(-62%, -5%);
}
}

.side-nav__header {
    background-color: #fdadb4;
    background-image: url('/cache/files/0d32e21916f28af2da3d4d072ed889c4b9991f78.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
margin-left: 8vh;
    margin-right: 5vh;
    margin-bottom: 4vh;
    margin-top: 1vh;
}

@media (max-width: 540px) {
.side-nav__header {
    margin-bottom: 2vh;
margin-top: 0px;
}
}

.side-nav__header {
    max-height: 100px;
    height: 20%;
}.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-footer-graphic-bg {
background-image: url('/cache/files/a1043461f5ac98ca694cb2b66eaabff6fed72116.svg');
    height: 9vh;
    position: relative;
    z-index: 0;
}

.c-footer-container {
background-color: #f1f1f1;
    border-radius: 20vw 20vw 0 0 / 20vw;
    margin-top: -3vh;
    position: relative;
}

@media (max-width: 912px) {
.c-footer-container {
    border-radius: 20vw 20vw 0 0 / 16vw;
}
}

.c-footer {
max-width: 80vw;
margin: 0 auto;
padding-top: 10vh;
padding-bottom: 2vh;
}

.c-footer a{
text-decoration: none;
}

.c-footer a:hover{
color: #C83243 !important;
}

.c-footer-contact {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 10vh;
}

@media (max-width: 912px) {
.c-footer-contact {
flex-direction: column;
margin-bottom: 4vh;
}
}

.c-katastima-box {
min-width: 300px;
}

@media (max-width: 820px) {
.c-katastima-box {
text-align: center;
}
}

.c-footer-title {
font-size: 32px;
font-weight: 700;
}


.c-katastima-box p{
font-weight: 800;
}

.c-footer-title span{
position: relative;
    margin-right: 12px;
z-index: 1;
padding-left: 10px;
font-weight: 900;
}

.c-footer-title span:before{
content: "";
    position: absolute;
    top: -6px;
    left: -5px;
    background-color: #ff7e89;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: -1;
}

.c-contact-box {
width: 100%;
text-align: right;
}

@media (max-width: 820px) {
.c-contact-box {
text-align: center;
}
}

.c-contact-box p{
font-weight: 900;
}

.c-contact-box img{
width: 40px;
height: auto;
margin-right: 10px;
}

.c-footer-menu {
display: flex;
gap: 20px;
    justify-content: center;
padding-top: 10px;
}

@media (max-width: 820px) {
.c-footer-menu {
flex-direction: column;
padding-top: 20px;
}
}

.c-footer-menu p{
font-size: 14px;
    margin-bottom: 0px;
    padding-right: 20px;
    border-right: 1px solid;
}

@media (max-width: 820px) {
.c-footer-menu p{
    padding-right: 0px;
    border-right: 0px solid;
text-align: center;
}
}div.horizontalitemsnews div.itemcontent {
    border-radius: 30px;
    overflow: hidden;
}

div.items div.photos img {
    border-radius: 30px;
}.c-button-1 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #444041;
color: #fff;
border-radius: 30px;
font-weight: 700;
}
.c-button-1:hover {
    background-color: #f9939c;
color: #444041;
}


.c-button-2 {
display: inline-block;
    text-align: center;
    padding: 5px 10px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #f9939c;
color: #444041;
border-radius: 30px;
font-weight: 700; 
margin-right: 5px;
}
.c-button-2:hover {
    background-color: #444041;
color: #fff;
}/*MAIN TILTE*/

.c-main-tiltle {
font-weight: 900;
    font-size: 32px;
    letter-spacing: 2px;
margin-top: 15px;
}
@media (max-width: 520px) {
.c-main-tiltle {
    font-size: 30px;
    letter-spacing: 0px;
}
}

.c-main-tiltle span{
    position: relative;
    z-index: 1;
    padding: 1px 10px 10px;
}

.c-main-tiltle span:before{
content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ff7e89;
    border-radius: 30px;
    width: 100%;
    height: 55px;
    z-index: -1;
}

.c-margin-title-1 {
margin-left: 25px;
}
@media (max-width: 430px) {
.c-margin-title-1 {
margin-left: 0px;
}
}
/*END OF MAIN TILTE*/



.c-title-1 {
font-weight: 900;
    text-align: center;
    font-size: 1.6em;
    color: #e66570;
}



.c-second-tiltle {
font-weight: 900;
    font-size: clamp(1.25rem, 1.12rem + 0.525vw, 1.75rem); /*20-22*/
    letter-spacing: 2px;
margin-top: 5px;
}


.c-second-tiltle span{
    position: relative;
    z-index: 1;
    padding: 1px 10px 10px;
}

.c-second-tiltle span:before{
content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ff7e89;
    border-radius: 30px;
    width: 100%;
    height: 1.75em;
    z-index: -1;
}.contactform form p {
    width: 90%;
}

.contactform p {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    clear: both;
}

.contactform input, .contactform select, .contactform textarea {
border-radius: 20px;
width: 100%;
}

.contactform button {
  display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #ff7e89;
    color: #444041;
    border-radius: 30px;
    border: 1px solid #ff7e89;
min-width: 200px;
font-weight: 700;
}

.contactform button:hover {
    background-color: #444041;
    border: 1px solid #444041;
    color: #fff;
}

.contactform form {
    max-width: 660px;
    width: 100%;
}#belowtopmenu div.gallerycontent div.aphoto img {
    border-radius: 7vw 7vw 0 0 / 5vw;
margin-top: 100px;
}

@media (max-width: 912px) {
#belowtopmenu div.gallerycontent div.aphoto img {
    border-radius: 20vw 20vw 0 0 / 16vw;
}
}

.flex-control-nav li {
    margin: 0 15px;
    display: inline-block;
    zoom: 0.7;
}

.flex-control-nav {
    z-index: 100;
}


/*PRODUCTS*/

#products {
    margin-top: -60px;
}

.c-products-container {
background-color: #f1f1f1;
border-radius: 0 0 20vw 20vw / 20vw;
padding: 10vh 20px;
position: relative;
z-index: 1;
}

@media (max-width: 912px) {
.c-products-container {
border-radius: 0 0 20vw 20vw / 16vw;
padding: 8vh 20px 4vh 20px;
}
}


.c-products-intro {
text-align: center;
max-width: 900px;
margin: 0 auto;
}

.c-products-intro img{
height: 60px;
width: auto;
}

.c-products-intro-img {
display: flex;
gap: 4px;
justify-content: center;
}

.c-products-slider {
max-width: 85vw;
margin: 0 auto;
}

.c-products-slider img{
border-radius: 30px;
padding: 10px;
}

.c-product-title {
text-align: center;
font-weight: 900;
}


.c-products-slider .slider-arrows {
top: 45%;
}

.c-products-slider .slider-arrow-left {
    left: -60px;
}


.c-products-slider .slider-arrow-right{
    right: -60px;
}

.c-products-graphic-bg {
background-image: url('/cache/files/a1043461f5ac98ca694cb2b66eaabff6fed72116.svg');
    height: 9vh;
    position: relative;
    z-index: 0;
margin-top: -20px;
}


/*END OF PRODUCTS*/



/*KATASTHMATA*/

.c-katastimata-container {
display: flex;
    padding-top: 10vh;
    padding-bottom: 5vh;
align-items: center;
}

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

.c-katastimata-text {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8vh;
}
@media (max-width: 520px) {
.c-katastimata-text {
    padding: 10px;
}
}

.c-katastimata-text img{
height: 60px;
width: auto;
}

.c-katastimata-banner {
    border-radius: 0px 50% 50% 0px / 90%;
}

.c-katastimata-location {
display: flex;
gap: 20px;
justify-content: center;
font-weight: 600;
}

.c-katastimata-location span{
color: #e36772;
font-size: 2em;
}


/*END OF KATASTHMATA*/


/*EVENTS*/

.c-events-container {
display: flex;
    gap: 5vh;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 6vh;
margin-top: 5vh;
position: relative;
margin-left: 5vh;
    background-color: #f1f1f1;
    border-radius: 20vw 0 0 20vw / 20vw;
    margin-bottom: 10vh;
}

@media (max-width: 1024px) {
.c-events-container {
flex-direction: column;
position: relative;
margin-left: 0vh;
padding-top: 0;
padding-left: 5vh;
    margin-bottom: 0vh;
}
}


.c-events-banner {
max-height: 80vh;
width: auto;
border-radius: 30px 30px 17vw 17vw;
    position: absolute;
    top: 5vh;
    right: 50vw;
}

@media (max-width: 1024px) {
.c-events-banner {
    position: relative;
right: auto;
}
}

.c-events-text {
width: 44vw;
padding: 0px 8vh 8vh 8vh;
}

@media (max-width: 1024px) {
.c-events-text {
width: 90vw;
padding: 20px 2vh 6vh 0vh;
}
}

.c-events-options {
max-width: 400px;
display: flex;
    gap: 4vh;
    flex-wrap: wrap;
padding-bottom: 4vh;
}

.c-events-options div{
display: flex;
    flex-direction: row;
    align-items: center;
gap: 20px;
}
@media (max-width: 520px) {
.c-events-options div{
gap: 5px;
}
}

.c-events-options img{
height: 70px;
width: auto;
}

@media (max-width: 520px) {
.c-events-options img{
height: 40px;
width: auto;
}
}


.c-events-options p{
font-weight: 900;
margin-bottom: 0px;
}

.c-staxi {
max-width: 8vw;
height: auto;
position: absolute;
top: 0;
left: 0;
opacity: 0.4;
}

@media (max-width: 820px) {
.c-staxi {
max-width: 15vw;
top: -8vw;
}
}

/*END OF EVENTS*/




/*bottom banners*/
.c-banner-container {
display: flex;
    padding-top: 12vh;
    padding-bottom: 12vh;
align-items: center;
flex-direction: row-reverse;
gap: 4vh;
justify-content: center;
margin: 10vh 20px;
}

@media (max-width: 912px) {
.c-banner-container {
    flex-direction: column-reverse;
margin: 8vh 0px;
}
}

.c-banner-text {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
position: relative;
z-index: 0;
max-width: 470px;
}
@media (max-width: 520px) {
.c-banner-text {
    padding: 10px;
}
}


.c-banner-text:before {
content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #f4f4f4;
    border-radius: 50%;
    width: 40vh;
    height: 40vh;
    z-index: -1;
    transform: translate(-50%, -50%);
}



.c-banner-text img{
height: 100px;
width: auto;
margin-bottom: 20px;
}



/*END OF bottom banners*/




/*NEWS*/

@media (min-width: 1644px) {
#contenttop div.horizontalitemsnews div.item {
        width: 25%;
        clear: none;
    }
}

@media (min-width: 1977px) {
#contenttop div.horizontalitemsnews div.item {
        width: 25%;
        clear: none;
    }
}

@media (min-width: 2310px) {
#contenttop div.horizontalitemsnews div.item {
        width: 25%;
        clear: none;
    }
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    right: 2vh;
    bottom: 3%;
    z-index: 999;
transform: scale(1);
}

.c-espa-container.active-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


.c-espa-container.active-espa .c-espa-mini img {
    width: 110px;
    height: auto;
transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.active-espa .c-espa-box {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
overflow: hidden;
height: 60px;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -30px;
    background-color: #ff7e89;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.active-espa .c-linetop {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa .c-linebottom {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa p {
width: 90%;
margin: auto;
}

.c-espa-container.active-espa p, .c-espa-container.active-espa a {
opacity: 1;
transition: 0.5s;
}


/* DECTIVATE */

.c-espa-container.deactive-espa {
    position: fixed;
    max-width: auto;
    right: 2vh;
    bottom: 3%;
z-index: 999;
transition: 0.5s;
transform: scale(1);
}

.c-espa-container.deactive-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
opacity: 1;
}

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100px;
    height: auto;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.deactive-espa .c-espa-box {
    background-color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    height: 100px;
    width: 100px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: #ff7e89;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.deactive-espa .c-linetop {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-linebottom {
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa p, .c-espa-container.deactive-espa a {
opacity: 0;
transition: 0.5s;
}




.c-espa-container.active-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
height: 60px;
width: 460;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: 100%;
height: auto;
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


@media (max-width:768px) {

.c-espa-container.active-espa {
transform: scale(0.8);
}

.c-espa-container.deactive-espa {
transform: scale(0.8);
}

.c-espa-container.active-espa .c-espa-box {
height:auto;
}

.c-espa-container.active-espa .c-espa-box img {
width:100%;
height:auto;
}

}