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


.notloggedin #abovetopbanner {
    display: none;
}

#mobile-header .langchooser {
   right: 20px;
}

.c-maintitle{
padding-top: 20px;
font-weight: 800;
font-size: 1.6em;
line-height: 2em;
text-align: center;
}

/*FOOTER*/

.c-footer-container {
display: flex;
align-items: flex-end;
}

.c-footer-img {
max-width: 20vw;
margin-right: 30px;
}

.c-footer-xs-bg {
position: absolute;
    bottom: 0;
    left: -30vw;
    max-width: 80vw;
    height: auto;
}



.c-footer {
width: 100%;
padding: 4vh;
}

.c-footer-menu {
font-size: 14px;
}

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

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


@media (max-width: 912px) {
.c-footer .row {
text-align: right;
}

.c-footer-menu {
padding-top: 4vh;
}
}

.c-credits{
font-size: 0.8em;
margin-top: 20px;
}
@media (max-width: 912px) {
.c-credits{
text-align: right;
}
}

/*END OF FOOTER*/














/*PRODUCTS VIEW*/

div.horizontalitems div.itemcontent:hover {
    transition: 0.6s;
}

div.horizontalitems div.itemcontent:hover {
        background-color: #f4f4f4;
border-radius: 50% / 30%;
}


/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.2em;
        color: 000;
        font-weight: 100;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: 000;
        font-weight: 100;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/



.c-product-intro-text {
max-width: 800px;
}

 div.items h3 a {
    font-family: "Times New Roman";
}

div.detail h3 {
    font-size: clamp(1.625rem, 1.04rem + 2.362vw, 3.875rem) !important;
}

h1 a.backtocat {
    position: relative;
    padding-left: 0.6em;
    font-size: 0.4em;
margin-bottom: 4vh;
}

.hasbacklink {
line-height: 0.1em;
}.c-newlogo {
    background-image: url('/cache/files/4b8d8e0d20e9f75b892f835f76a2713724660b5f.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

html[lang="en"] a.mobile-header-startlink {
    background-image: url('/cache/files/9dca74ce90279e7de68e1d36879d24ee4ea3353a.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 188px;
    transform: translate(-75%, 0%);
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/4b8d8e0d20e9f75b892f835f76a2713724660b5f.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 20px;
}

html[lang="en"] .side-nav__header {
    background-image: url('/cache/files/9dca74ce90279e7de68e1d36879d24ee4ea3353a.svg') !important;
}

@media (max-width: 540px) {
.side-nav__header {
    margin: 10px 2vh 20px 17vh;
}
}


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

@media (max-width: 540px) {
.side-nav__header {
    max-height: 40px;
    height: 30%;
}
}.cartButton{
  background: #171717;
  border-radius: 20px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #444444;
  color: #fff!important;
}

.itemsgroup .boxy {
    -moz-box-shadow: -1px 2px 20px 0px #75757561;;
    -webkit-box-shadow: -1px 2px 20px 0px #75757561;;
    box-shadow: -1px 2px 20px 0px #75757561;;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    -khtml-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px;
}.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%;
}
}#mobile-header div.filter {
    z-index: 99;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    max-height: 0;
    width: calc(50% - 40px) !important;
    max-width: 500px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 0%);
    background-color: transparent;
    padding: 0px;
    padding-top: 5px;
    margin: 0 !important;
    left: auto;
    right: 70px;
    top: 50px;
    transition: all 0.5s;
}
#mobile-header div.filter form {
margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
}

#mobile-header div.filter_iconsearch input {
    padding: 10px 40px 10px 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

#mobile-header div.filter_iconsearch button {
    top: 2px;
    right: 7px;
    color: black;
}

#mobile-header div.filter.c-active-search-bar {
    max-height: 200px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s;
}

#mobile-header .c-search-button {
    position: absolute;
top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 60px;
    padding: 3px 5px 5px 9px;
    margin-right: 4px;
    cursor: pointer;
    background-color: transparent;
    color: black;
}

#mobile-header .c-search-button .fa {
    font-size: large;
}

#mobile-header .c-search-button.c-activated {
background-color: #transparent;
    color: black;
}

#mobile-header .c-search-button.c-activated .fa-search:before {
    content: "X";
font-family: 'Manrope', sans-serif;
font-weight: 800;
}

/* MOBILE */
@media (max-width: 990px) {
#mobile-header div.filter {
    background-color: black;
    max-width: 100%;
    width: 100% !important;
    right: 0;
    top: 81px;
    padding: 0 15px;
}

#mobile-header div.filter.c-active-search-bar {
    padding: 15px 15px;
}

#mobile-header .c-search-button {
    right: 60px;
}
}

.c-login-icon img {
height: 20px;
    width: auto;
    right: 105px;
    position: absolute;
}#mobile-header .header__menu-toggle {
font-size: 28px;
}

@media (max-width: 540px) {
#mobile-header .header__menu-toggle {
font-size: 18px;
}
}


#mobile-header {
z-index: 999;
height: 100px;
box-shadow: -1px 2px 20px 0px #75757561;
}


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

.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
}

.side-nav__container:before {
    width: 100%;
content: "";
    position: absolute;
top: 0;
left: 0;
background-image: url('/cache/files/155978473e4f39fd673114d90f0cdc7413ec1620.jpg');
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: -1;
    opacity: 0.05;
}




.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;
}


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



.side-nav__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-nav ul {
    text-align: center;
font-family: "Times New Roman"
}

.side-nav ul li {
line-height: 10vh;
}
@media (max-width: 520px) {
.side-nav ul li {
line-height: 8vh;
}
}
.side-nav ul li li{
line-height: 5vh;
text-align: left;
}


.side-nav ul li a {
    padding-left: 0px;
transition: 1.2s ease-out;
}

.side-nav ul li a:hover{
letter-spacing: 8px;
}

.side-nav ul li.haschilds > a::before {
    padding-top: 10vh;
    font-weight: 600;
    transform: translateY(-50%);
}


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

.side-nav__content li:hover {
    background: transparent !important;
}

.c-mobile-menu-icons {
    float: right;
}


.c-mobile-menu-icons img{
margin: 0 5px;
}#mobile-header .langchooser {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 520px) {
#mobile-header .langchooser {
display: none;
}
}

#mobile-header .langchooser div.langlist ul {
    list-style: none;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    display: flex;
    transform: translateY(0) !important;
    padding-left: 0px !important;
    font-size: 1.1em;
gap: 10px;
}

div.langlist span.langtext {
    display: inline !important;
}

#mobile-header .langchooser div.langlist li:nth-child(1) {
width: 22px;
    overflow: hidden;
}

#mobile-header .langchooser div.langlist li:nth-child(2) {
width: 22px;
    overflow: hidden;
}.c-footer-title {
font-size: clamp(3rem, 2.318rem + 2.756vw, 5.625rem); /*48-90*/
font-family: "Times New Roman";
margin-bottom: 0px;
line-height: 1em;
}

@media (max-width: 912px) {
.c-footer-title {
text-align: right;
}
}



.c-maniatissa-title {
font-size: 15vw;
font-family: "Times New Roman";
margin-bottom: 0px;
line-height: 1em;
}

html[lang="el"] .c-maniatissa-title {
font-size: 12vw;
}





.c-maniatissa-subtitle {
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "Times New Roman";
margin-top: -20px;
letter-spacing: 2px;
max-width: 800px;
margin-left: 20px;
}

@media (max-width: 912px) {
.c-maniatissa-subtitle {
margin-top: 0px;
margin-left: 0px;
}
}


.c-title-1 {
font-size: 8vw;
font-family: "Times New Roman";
margin-bottom: 5px;
line-height: 1em;
}

@media (max-width: 912px) {
.c-title-1 {
font-size: 15vw;
}
}

html[lang="el"] .c-title-1 {
font-size: 4vw;
}

@media (max-width: 912px) {
html[lang="el"] .c-title-1 {
font-size: 8vw;
}
}



.c-title-2 {
    font-size: 3vw;
    font-family: "Times New Roman";
    margin-bottom: 5vh;
    line-height: 1em;
    font-weight: 700;
}

@media (max-width: 912px) {
.c-title-2 {
font-size: 12vw;
}
}.c-button-1 {
font-family: "Times New Roman";
display: inline-block;
    text-align: center;
    padding: 15px 30px;
    transition: 0.4s;
    text-decoration: none;
    background-color: transparent;
color: #171717;
border-radius: 30px;
border: 1px solid #171717;
letter-spacing: 1px;
}
.c-button-1:hover {
border: 1px solid #171717;
    background-color: #171717;
color: #fff;
}

.c-button-2 {
font-family: "Times New Roman";
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #171717;
color: #fff;
border-radius: 30px;
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 1px;
}
.c-button-2:hover {
    background-color: #444;
color: #fff;
}.c-popup-img {
cursor: pointer;
}

/* Modal (pop-up) */
.c-modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9); /* Μαύρο φόντο με διαφάνεια */

}

.c-modal-content {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw; /* Όχι μεγαλύτερη από 90% του πλάτους της οθόνης */
  max-height: 90vh; /* Όχι μεγαλύτερη από 90% του ύψους της οθόνης */
object-fit: contain;
top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.c-close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.c-close:hover,
.c-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


.c-prev, .c-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  user-select: none;
z-index: 100;
}

.c-prev {
  left: 0px;
}

.c-next {
  right: 0;
}

.c-prev:hover, .c-next:hover {
  background-color: rgba(0,0,0,0.8);
}.c-images-row {
display: flex;
    gap: 4vh;
    max-width: 80vw;
    margin: 8vh auto;
}

@media (max-width: 912px) {
.c-images-row {
    max-width: 95vw;
    margin: 4vh auto;
gap: 2vh;
}
}



.c-images-row div{
    display: flex;
    flex-direction: column;
    gap: 4vh;
}
@media (max-width: 912px) {
.c-images-row div{
    gap: 2vh;
}
}


.c-images-row div:nth-of-type(2) {
    margin-top: 7vh;
}.notloggedin #mobile-header {
    top: -100px; 
    transition: top 0.8s ease-in-out; 
}


/*INTRO BANNER*/

.c-intro-banner {
display: flex;
align-items: center;
}

@media (max-width: 912px) {
.c-intro-banner {
flex-direction: column-reverse;
}
}



.c-main-slider {
width: 50vw;
    height: 100vh;
}

@media (max-width: 912px) {
.c-main-slider {
width: 100vw;
    height: 50vh;
}
}



.c-main-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}

@media (max-width: 912px) {
.c-main-slider-bg {
    height: 50vh;
}
}




.c-main-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
width: 50vw;
gap: 25vh;
position: relative;
z-index: 1;
height: 100vh;
margin-top: -10vh;
}

@media (max-width: 912px) {
.c-main-banner {
width: 100vw;
}
}

@media (max-height: 1000px) {
.c-main-banner {
gap: 13vh;
}
}




.c-main-banner:before {
content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50% / 26%;
    width: 360px;
    height: 70vh;
    z-index: -1;
    transform: translate(-50%, -50%);
    border: 0.5px solid #171717;
    max-width: 70vw;
    min-width: 20vw;
}

@media (min-height: 1081px) {
.c-main-banner:before {
    height: 60vh;
}
}




.c-logo-images-container {
display: flex;
    flex-direction: column;
    align-items: center;
margin-top: -5vh;
}
@media (max-width: 912px) {
.c-logo-images-container {
margin-top: 0vh;
}
}


.c-main-man-img {
max-width: 120px;
}

.c-main-man-logo {
max-width: 100px;
    margin-top: -5px;
}

.c-main-bottles-container{
display: flex;
    align-items: center;
    justify-content: center;
position: relative;
}

.c-kladi {
position: absolute;
    max-width: 24vh;
    height: auto;
    bottom: -6vh;
    z-index: 10;
    margin-left: 22%;
}


.c-bottles-slider {
width: 140px;
}

@media (max-width: 385px) {
.c-bottles-slider {
width: 100px;
}
}



.c-bottles-slider img{
max-height: 60vh;
width: auto;
}

@media (max-width: 385px) {
.c-bottles-slider img{
max-height: 50vh;
width: auto;
}
}




.c-main-title {
background-color: #fff;
font-size: 62px;
line-height: 0.8em;
font-weight: 900;
font-family: "Times New Roman";
width: 213px;
margin-bottom: 0px;
padding-bottom: 10px;
}

@media (max-width: 540px) {
.c-main-title {
font-size: 46px;
width: 140px;
}
}

@media (max-width: 385px) {
.c-main-title {
font-size: 40px;
width: 115px;
}
}

.c-main-title sup{
font-size: 0.4em;
top: -1em;
}


.c-main-slogan {
position: absolute;
    bottom: -15px;
    text-align: center;
}

@media (min-width: 1024px) {
.c-main-slogan {
    bottom: -5vh;
}
}


/*END OF INTRO BANNER*/




/*ELEIOTRIVEIO*/

.c-elaiotriveio-container {
margin-top: 18vh;
background-color: #f4f4f4;
position: relative;
overflow: visible;
}

@media (max-width: 912px) {
.c-elaiotriveio-container {
margin-top: 8vh;
overflow: hidden;
}
}


.c-elaiotriveio-text {
max-width: 800px;
    padding: 0vh 0vh 8vh 12vh;
    margin-top: -5vh;
}

@media (max-width: 912px) {
.c-elaiotriveio-text {
max-width: 800px;
    padding: 0vh 6vh 4vh 6vh;
}
}


.c-elaiotriveio-slider {
width: 40vw;
    height: 80vh;
position: absolute;
top: -14vh;
right: 0;
}

@media (max-width: 912px) {
.c-elaiotriveio-slider {
width: 100vw;
    height: 50vh;
top: 0;
position: relative;
}
}


.c-elaiotriveio-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 80vh;
}

@media (max-width: 912px) {
.c-elaiotriveio-slider-bg {
    height: 50vh;
}
}


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

/*END OF ELEIOTRIVEIO*/



/*MANIATISSA*/

.c-maniatissa {
position: relative;
}

.c-maniatissa-big-text {
padding: 10vh 10vh 8vh 10vh;
position: relative;
z-index: 5;
}

@media (max-width: 912px) {
.c-maniatissa-big-text {
padding: 6vh 6vh 6vh 6vh;
}
}




.c-maniatissa-full-text {
    background-color: #f4f4f4;
    padding: 20vh 5vh 10vh 5vh;
    margin: 30px;
    max-width: 40vw;
    position: absolute;
    top: 13vh;
    right: 0;
    z-index: 3;
}

@media (max-width: 912px) {
.c-maniatissa-full-text {
    padding: 3vh 3vh 3vh 3vh;
    margin: 10px;
    max-width: 100vw;
    position: relative;
    top: auto;
    right: auto;
}
}


.c-maniatissa-full-text img{
max-height: 250px;
width: auto;
margin-bottom: 5vh;
}


.c-maniatissa-slider {
width: 70vw;
    height: 80vh;
}

@media (max-width: 912px) {
.c-maniatissa-slider {
width: 100vw;
    height: 50vh;
}
}


.c-maniatissa-slider-bg {
background-size: cover;
    background-position: 50% 50%;
    height: 80vh;
}

@media (max-width: 912px) {
.c-maniatissa-slider-bg {
    height: 50vh;
}
}


/*END OF MANIATISSA*/


/*BEST SELLERS & OUR PRODUCTS*/

.c-products-container {
background-color: #f4f4f4;
    margin-top: -10vh;
    padding-top: 10vh;
padding-bottom: 10vh;
}


.c-text-padding {
padding: 10vh 10vh 0vh 10vh;
}

@media (max-width: 912px) {
.c-text-padding {
padding: 6vh 2vh 0vh 2vh;
}
}


.c-product-category {
    display: flex;
    align-items: flex-start;
    padding: 20px 30px 20px 100px;
    position: relative;
    z-index: 1;
    width: 340px;
    flex-direction: column;
    justify-content: center;
    height: 500px;
margin-left: 100px;
}

@media (max-width: 912px) {
.c-product-category {
    height: 60vh;
margin: 0 auto;
}
}

@media (max-width: 540px) {
.c-product-category {
    padding: 30px;
    height: auto;
margin: 0 auto;
}
}



.c-product-category:before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50% / 26%;
    width: 350px;
    height: 100%;
    z-index: -1;
background-color: #fff;
}

.c-products-slider {
padding-top: 10vh;
padding-bottom: 10vh;
max-width: 95vw;
margin: 0 auto;
}
@media (max-width: 912px) {
.c-products-slider {
padding-bottom: 0vh;
}
}


.c-product-category img{
position: absolute;
top: 0;
left: -100px;
height: 500px;
width: auto;
}

@media (max-width: 540px) {
.c-product-category img{
position: relative;
top: auto;
left: auto;
height: 300px;
width: auto;
}
}



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

@media (max-width: 912px) {
.c-products-slider  .slider-arrow-left {
    left: -20px;
}
}



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



.c-products-slider .slider-arrows {
    opacity: 0.3;
}

/*END OF BEST SELLERS & OUR PRODUCTS*//*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #dedede;
top: 40%;
border-radius: 50%;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
background-color: #dedede;
top: 40%;
right: 0;
border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
background-color: #171717;
}

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


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

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