.htmlbox.problem {
  margin-top: 30px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: yellow;
}

/*

.contactform input, .contactform textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div.contactform p.checkbox label {
    display: inline !important;
    font-size: 1.2em;
    text-align: justify;
}
div.contactform p.checkbox input {
    width: auto;
}
*/

/*.contactform {
    display: none;
}
*/#xruses-times {
  display:none;
}
body {
font-family: "Ubuntu", sans-serif;
}

#belowsite {
    border-radius: 0px 0px 30px 30px;
}

#topbanner {
background-color: #047bbf;
padding-top: 10px;
}

#innertopbanner {
    border-radius: 30px 30px 0px 0px;
    max-width: 100%;
    padding: 0 2.5vw;
    background-color: white;
}

#mobile-header {
    box-shadow: none;
    transition: 0.4s;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav__hide {
    right: 16px;
left: auto;
}

.side-nav__container {
border-radius: 0px 30px 30px 0px;
height: 97%;
top: -2px;
}

/*TOP MENU*/

#topmenu{
    box-shadow: none;
}

div.topmenu ul {
    background-color: #047bbf;
border-radius: 30px 0px 0px 30px;
margin-left: 550px;
}

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


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


/*END OF TOP MENU*/



/*PAGE TITLES*/

#contenttop h1, #belowcontent h1 {
    font-size: clamp(1.375rem, 0.947rem + 1.711vw, 3rem); /*22-48*/
    margin-bottom: 4vh;
    line-height: 1.4em;
    font-weight: 600;
    background-color: #0074bb;
    color: white;
    display: inline-block;
    padding-right: 40px;
    border-radius: 0px 50px 50px 0px;
    padding-bottom: 12px;
    padding-left: 12px;
border: none;
position: relative;
}
@media (max-width: 820px) {
#contenttop h1 {
    margin-bottom: 2vh;
    margin-top: 1vh;
}
}

#contenttop h1:before{
content: '';
    position: absolute;
    top: 0;
    left: -5vh;
    width: calc(5vh + 2px);
    height: 100%;
    background-color: #0074bb;
}

#contenttop h1 a{
color: #fff;

}

h1 a.backtocat:before {
    border-right-color: #ffffff;
}

/*END OF PAGE TITLES*/


/*TOP BANNER*/

.c-topbanner-container {
display: flex;
    justify-content: flex-end;
    gap: 30px;
align-items: center;
}

.c-topbanner-social-img {
max-height: 27px;
width: auto;
margin-left: 10px;
    transition: 0.5s;
scale: 1;
}

.c-topbanner-social-img:hover{
scale: 1.1;
    transition: 0.5s;
}

.c-topbanner-phone {
display: flex;
    gap: 5px;
}

.c-topbanner-phone img{
max-height: 45px;
width: auto;
}

.c-topbanner-phone:hover  img{
filter: invert(24%) sepia(56%) saturate(3113%) hue-rotate(184deg) brightness(102%) contrast(103%);
}

.c-phone-title {
margin-bottom: 0px;
line-height: 1em;
font-weight: 900;
font-size: 1.7em;
color: #0095da;
}

.c-phone-subtitle {
font-size: 0.8em;
letter-spacing: 2px;
margin-bottom: 0px;
line-height: 1em;
text-transform: uppercase;
}

/*END OF TOP BANNER*/


/*FOOTER*/

.c-footer-container {
padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
align-items: center;
    justify-content: space-between;
}

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


.c-footer-info {
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
padding: 0px 8vh;
}

.c-footer-logo {
height: 30vh;
width: auto;
}

@media (max-width: 1024px) {
.c-footer-logo {
height: 20vw;
}
}

@media (max-width: 540px) {
.c-footer-logo {
height: 120px;
}
}

.c-footer-social {
display: flex;
gap: 10px;
}
.c-footer-social img {
max-height: 40px;
width: auto;
}


.c-social-icon {
    transition: 0.5s;
scale: 1;
margin-left: 5px;
}

.c-social-icon:hover{
scale: 1.1;
    transition: 0.5s;
}


.c-footer-menu-container {
display: flex;
    gap: 5vh;
    padding: 10vh 5vh 5vh 5vh;
    justify-content: space-between;
flex-wrap: wrap;
}

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

.c-footer-menu-container p{
font-weight: 800;
    color: #0179ba;
    margin-bottom: 5px;
}


.c-footer-menu-container ul{
list-style-type: none !important;
    padding-left: 0 !important;
line-height: 1.8em;
}

.c-footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.c-hours-info {
    display: flex;
    gap: 20px;
    justify-content: center;
padding: 0px 5vh;
justify-content: flex-end;
font-size: 0.9em;
}

/*END OF FOOTER*/



/*PRODUCTS*/

#contenttop div.horizontalitems div.item {
   width: auto;
}

div.horizontalitems div.list div.item h3 {
display: none;
}

div.horizontalitems div.item div.photos img {
    border: 1px solid #eee8ea;
}

/*END OF PRODUCTS*/

/*TITLES*/

.c-title-1 {
font-size: 2em;
    color: #0179ba;
    margin-bottom: 10px;
    line-height: 1.1em;
    font-weight: 500;
}

.c-title-2 {
font-size: 1.2em;
    color: #0179ba;
    margin-bottom: 10px;
    line-height: 1.1em;
    font-weight: 700;
}

/*END OF TITLES*/


/*NEWS*/

#contenttop div.horizontalitemsnews div.item {
   width: auto;
}

div.horizontalitemsnews div.itemcontent {
    border-radius: 30px;
    overflow: hidden;
}


div.horizontalitemsnews div.theitems {
    justify-content: center;
}
/*END OF NEWS*/

/* SINTAGES PAROUSIASI */

.imagemenu ul li a {
    border: 1px solid #cdcdcd !important;
    border-radius: 20px !important;
    background-image: none;
    margin: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
    position: relative;
    top: 0px;
    transition: 0.3s;
}

.imagemenu ul li a:hover {
border: 1px solid #0074bc !important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    top: -10px;
}

/* HIDE SUNTAGES UPOMENOU */
.notloggedin #treemenu_m10_parent_2609 {
  display: none;
}div.horizmenu ul ul ul {
    top: auto;
}

.c-newlogo {
    background-image: url('/cache/files/17a830224c62b5a812588d236b197309cfb8a778.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/17a830224c62b5a812588d236b197309cfb8a778.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 2vh;
    margin-right: 2vh;
}

.side-nav__header {
    max-height: 120px;
}.c-newsletter-container {
background-color: #047bbf;
color: #fff;
    border-radius: 50px 0px 0px 50px;
margin-top: 5vh;
display: flex;
    gap: 4vh;
    justify-content: center;
    padding: 10px 20px 10px 30px;
align-items: center;
}

@media (max-width: 540px) {
.c-newsletter-container {
flex-direction: column;
    padding: 10px 20px 30px 30px;
gap: 2vh;
}
}

.c-newsletter-title {
font-size: 2.4em;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: 'Ubuntu';
}

.c-newsletter-text {
margin-bottom: 0px;
font-size: 0.9em;
}

@media (max-width: 820px) {
.c-newsletter-text {
margin-bottom: 20px;
}
}.c-button-1 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #047bbf;
color: #fff;
border-radius: 20px;
font-size: 0.9em;
font-weight: 700;
}
.c-button-1:hover {
    background-color: #fff;
color: #047bbf;
}

.c-button-2 {
    font-weight: 900;
    padding: 15px 20px;
    color: #0179ba !important;
    background-color: #ffffff;
    transition: 0.3s;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
    border-radius: 30px;
    text-decoration: none;

}
.c-button-2:hover {
color: white !important;
background-color: #ed1c24;
}

.c-button-3 {
display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 0.3s;
    text-decoration: none;
        background-color: #047bbf;
color: #fff;
border-radius: 50px;
font-size: 0.9em;
font-weight: 700;
}
.c-button-3:hover {
    background-color: #ed1c24;
color: white;
}.c-blues-boxes {
    display: flex;
gap: 20px;
    flex-direction: column;
}


.c-blues-boxes div{
    display: flex;
align-items: center;
}

.c-blues-boxes div img{
    width: 100px;
    height: auto;
    margin-right: -40px;
    position: relative;
}

.c-blues-boxes p {
    background-color: #0179ba;
    color: #fff;
    padding: 30px;
    border-radius: 30px;
    font-size: 1.2em;
text-align: center;
}/*MAIN BANNER FETES*/

#belowtopmenu div.gallerycontent div.aphoto img {
    border-radius: 20px;
}

ul.gallery {
    padding-left: 20px;
    padding-right: 20px;
padding-top: 10px;
}

@media (max-width: 820px) {
ul.gallery {
    padding-left: 5px;
    padding-right: 5px;
padding-top: 5px;
}
}

/*END OF FETES*/



.c-ebdomada-dates {
font-size: 1.4em;
padding-left: 40px;
}


/*BIG TTITLES CONTAINER*/

.c-titles-container{
margin-top: 8vh;
    position: relative;
}

@media (max-width: 820px) {
.c-titles-container{
margin-top: 4vh;
}
}

.c-second-title-position {
position: absolute;
    top: 0;
    right: 0;
    max-width: 50vw;
}

/*END OF BIG TTITLES CONTAINER*/


/*MAIN TITLES*/

.c-blue-title {
    font-size: clamp(1.375rem, 0.947rem + 1.711vw, 3rem); /*22-48*/
    margin-bottom: 20px;
    line-height: 1em;
    font-weight: 600;
    color: white;
    display: inline-block;
    border-radius: 0px 50px 50px 0px;
    padding: 12px 12vh 12px 40px;
position: relative;
    background-color: #0074bb;
max-width: 50vw;
}

@media (max-width: 820px) {
.c-blue-title {
    padding: 12px 12vh 12px 20px;
}
}



.c-blue-title:before{
content: '';
    position: absolute;
    top: 0;
    left: -5vh;
    width: calc(5vh + 2px);
    height: 100%;
    background-color: #0074bb;
}

.c-blue-title span{
font-size: clamp(1.125rem, 0.928rem + 0.789vw, 1.875rem); /*18-30*/
font-weight: 400;
}




.c-red-title {
    font-size: clamp(1.375rem, 0.947rem + 1.711vw, 3rem); /*22-48*/
    margin-bottom: 20px;
    line-height: 1em;
    font-weight: 600;
    color: white;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
    padding: 20px 40px 20px 40px;
position: relative;
    background-color: #cc0000;
}

@media (max-width: 500px) {
.c-red-title {
    font-size: 0px;
    padding:  16px 12px 16px 40px;
}
}


.c-red-title:before{
content: '';
    position: absolute;
    top: 0;
    right: -5vh;
    width: calc(5vh + 2px);
    height: 100%;
    background-color: #cc0000;
}


.c-gray-title {
    font-size: clamp(1rem, 0.836rem + 0.658vw, 1.625rem); /*16-26*/
    margin-bottom: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #03507C;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
    padding: 20px 40px 20px 40px;
position: relative;
    background-color: #f1f1f1;
}


@media (max-width: 500px) {
.c-gray-title {
    font-size: 0px;
    padding:  16px 12px 16px 40px;
}
}



.c-gray-title:before{
content: '';
    position: absolute;
    top: 0;
    right: -5vh;
    width: calc(5vh + 2px);
    height: 100%;
    background-color: #f1f1f1;
}


.c-elomas-video-img {
max-height: 2vw;
width: auto;
}
@media (max-width: 540px) {
.c-elomas-video-img {
display: none;
}
}

/*END OF MAIN TITLES*/



/*BANNERS CONTAINER*/

.c-gray-container {
margin-top: 8vh;
background-color: #f1f1f1;
display: flex;
gap: 4vh;
padding-top: 10vh;
    padding-bottom: 10vh;
}

@media (max-width: 1024px) {
.c-gray-container {
flex-wrap: wrap;
    justify-content: center;
padding: 4vh 10px;
gap: 0vh;
}
}


@media (max-width: 768px) {
.c-gray-container {
flex-direction: column;
padding: 20px 10px;
gap: 4vh;
}
}

/*END OF BANNERS CONTAINER*/





/*SMALL BANNERS*/

.c-banner-small {
width: 25%;
}
@media (max-width: 1024px) {
.c-banner-small {
width: 44%;
margin: 20px;
}
}


@media (max-width: 768px) {
.c-banner-small {
width: 100%;
margin: 0px;
}
}

.c-banner-small-top {
display: flex;
    align-items: center;
margin-left: 10px;
}

.c-banner-small-top img{
height: 120px;
    width: auto;
}

@media (max-width: 420px) {
.c-bakery-img-xs {
height: 100px !important;
    width: auto;
}
}

.c-banner-small-top p{
font-weight: 700;
    color: #0074bb;
    font-size: clamp(1.5rem, 1.431rem + 0.37vw, 1.875rem); /*24-30*/
line-height: 1.1em;
margin-left: 20px;
margin-bottom: 0px;
}

.c-banner-small-down {
padding: 40px 30px 10px 30px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: -20px;
}

.c-green-bg {
background-color: #c5e4c9;
}

.c-blue-bg {
background-color: #aadef1;
}

.c-roz-bg {
background-color: #ffd3d6;
}

.c-orange-bg {
background-color: #fed6a6;
}

.c-artogeusis-img {
height: auto !important;
    width: 160px !important;
}


/*END OF SMALL BANNERS*/


/*BIG BANNERS*/


.c-buttons-row {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

@media (max-width: 912px) {
.c-buttons-row {
gap: 0px;
}
}

.c-banner-big {
width: 50%;
position: relative;
}

@media (max-width: 1024px) {
.c-banner-big {
width: 100%;
margin-bottom: 5vh;
    margin-top: 5vh;
}
}

.c-banner-big-image-container {
position: absolute;
    top: 0vh;
    left: 1vw;
    height: 120%;
    background-size: contain;
    width: 19vw;
    background-repeat: no-repeat;
}

@media (max-width: 912px) {
.c-banner-big-image-container {
    left: 0vw;
    top: -3vh;
width: 22vw;
}
}



.c-banner-big-title {
margin-left: 20vw;
    font-size: clamp(1.75rem, 1.588rem + 0.864vw, 2.625rem); /*28-42*/
    font-weight: 600;
    color: #0179ba;
    margin-bottom: 10px;
    line-height: 1.1em;
margin-right: 6vw;
}

@media (max-width: 500px) {
.c-banner-big-title {
margin-left: 22vw;
margin-right: 0vw;
}

}

.c-banner-big-text {
padding: 5vh 5vh 3vh 20vw;
font-weight: bold;
border-radius: 30px;
}

@media (max-width: 500px) {
.c-banner-big-text {
padding: 40px 30px 10px 30px;
}
}

.c-yellow-bg {
background-color: #fbcd6b;
}

.c-cyan-bg {
background-color: #8acbd8;
}


/*END OF BIG BANNERS*/


/*INSTAGRAM*/

.instagram_module_container {
max-width: 95vw;
margin: 0 auto;
    padding-top: 3vh;
    padding-bottom: 0vh;
}

.instagram_module_container .instagram-image {
    border-radius: 30px;
}

.instagram_module_container .slider-arrows {
background-color: #0095da;
color: #fff;
border-radius: 100%;
width: 40px;
    height: 40px;
font-size: 0px;
}

.instagram_module_container .slider-arrows span {
    font-size: 16px;
}


.instagram_module_container .slider-arrows .fa-chevron-right {
margin-left: 2px;
}

.instagram_module_container .slider-arrows .fa-chevron-left{
margin-right: 2px;
}


.instagram_module_container .slider-arrows:hover {
background-color: #cc0000;
}

/*END OF INSTAGRAM*/


.flexslider {
    margin: 0 0 0px;
}


.flex-control-paging li a {
    background: #eee7e7;
    box-shadow: inset 0 0 3px #b2b2b2;
    width: 9px;
    height: 9px;
}




/*HOME PAGEPROCUCTS*/

div.horizontalitems .theitems.slick-slider div.item div.photos {
    height: auto;
}

.firstpagenews {
    max-width: 95vw;
    margin: 0 auto;
}.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 200px;
    bottom: 0;
    opacity: 0;
    width: 50px;
    height: 50px;
color: white;
    opacity: 1;
    outline: white;
background-color: #047bbf;
border-radius: 50%;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 200px;
    bottom: 0;
    opacity: 0;
    width: 50px;
color: white;
    height: 50px;
    opacity: 1;
        outline: white;
background-color: #047bbf;
border-radius: 50%;
}
.slick-prev:hover, .slick-next:hover {
background-color: #cc0000;
}

.slick-next:focus, .slick-prev:focus {
background-color: #cc0000;
}

.slick-next:before {
    top: 12px;
    right: 16px;
    height: 24px;
    width: auto;
}

.slick-prev:before {
    top: 12px;
    left: 16px;
    height: 24px;
    width: auto;
}.nsui_modal .inner {
    background-color: #047bbf;
}

.c-50xronia-logo {
    text-align: center;
}

.c-50xronia-logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.c-top-subtitle {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.c-50xronia-modal-content {
    text-align: center;
    color: white;
}

.c-50xronia-modal-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 80px;
    box-sizing: border-box;
}

.c-top-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
margin-bottom: 40px;
}

.c-mpaloni-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0%, 0%) rotate(0deg);
    animation: sway1 6s ease-in-out infinite;
}

.c-mpaloni-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0%, 0%) rotate(0deg);
    animation: sway2 6s ease-in-out infinite;
}

.c-mpaloni-1 img {
    width: 7vw;
    height: auto;
}

.c-mpaloni-2 img {
    width: 7vw;
    height: auto;
}


@keyframes sway1 {
    0%   { transform: translate(0%, 0%) rotate(5deg); }
    50%  { transform: translate(0%, 0%) rotate(-5deg); }
    100% { transform: translate(0%, 0%) rotate(5deg); }
}

@keyframes sway2 {
    0%   { transform: translate(0%, 0%) rotate(-4deg); }
    50%  { transform: translate(0%, 0%) rotate(3deg); }
    100% { transform: translate(0%, 0%) rotate(-4deg); }
}

@media (max-width: 990px) {
.c-50xronia-modal-inner {
    padding: 20px 0px;
}
.c-top-subtitle {
    font-size: 20px;
}

.c-top-content {
    width: 100%;
    margin-bottom: 120px;
     font-size: 14px;
}

.c-mpaloni-1 img, .c-mpaloni-2 img {
    width: 20vw;
    height: auto;
}

.c-50xronia-logo img {
    max-width: 200px;
}
}