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

#contenttop h2 {
    font-size: 2em;
    margin-bottom: 5px;
    line-height: 1.1em;
    font-weight: 600;
text-align: left;
}

/*TOP BANNER AND TOP MENU*/



/*underline*/
div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #107f8e;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 80%; 
  left: 10px; 
}


.c-topbanner-contact-link a{
margin-right: 10px;
margin-bottom: 0px;
font-weight: 700;
}


/*END OF TOP BANNER AND TOP MENU*/





/*TOP HEADER AND MOBILE MENU*/
.mobile-header {
    box-shadow: none;
min-height: 90px;
}


/*END OF TOP HEADER AND MOBILE MENU*/







/*FOOTER*/

.c-footer {
display: flex;
    flex-direction: column;
    align-items: center;
}


.c-footer-034 {
max-height: 90px;
width: auto;
}

.c-footer-logo-text {
max-height: 30px;
width: auto;
margin-left: 20px;
margin-bottom: 15px;
}

@media (max-width: 400px) {
.c-footer-logo-text {
max-height: 20px;
margin-left: 10px;
margin-bottom: 5px;
}
}


.c-footer-info {
border-radius: 3px;
    font-size: 14px;
    background-color: #107f8e;
    color: #fff;
margin: 20px 0px 0px 0px;
    padding: 1vh 2vh;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
width: 100%;
}

@media (max-width: 912px) {
.c-footer-info {
    padding: 3vh 2vh;
    width: 100%;
    flex-direction: column;
}
}


.c-footer-info a{
color: #fff !important;
text-decoration: none;
}

.c-footer-info p{
margin-bottom: 0px;
    letter-spacing: 2px;
text-align: center;
}


.c-footer-info img {
max-width: 30px;
height: auto;
}


/*END OF FOOTER*/.c-newlogo {
    background-image: url('/cache/files/9484db6ce42f2acde376b8a9aee558dab6973509.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/9484db6ce42f2acde376b8a9aee558dab6973509.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 20px;
}
.side-nav__header {
    max-height: 120px;
    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%;
}
}#topbanner .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;
gap: 10px;
font-weight: 300;
}

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

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

#topbanner .langchooser div.langlist li:nth-child(2) {
width: 20px;
    overflow: hidden;
}

#mobile-header .langchooser {
right: 2vh;
    top: 50%;
    transform: translateY(-50%);
}

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

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

#mobile-header .langchooser div.langlist li:nth-child(2) {
width: 20px;
    overflow: hidden;
}.c-button1 {
color: #000;
    text-decoration: none;
    padding: 15px;
    transition: all 0.3s ease;
    background-color: #f2f2f2;
    border-radius: 3px;
    font-weight: 700;
}


.c-button1:hover {
    background-color: #25aeb8;
color: #fff;
}/*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;
top: 40%;
border-radius: 4px;
    background-color: transparent;
}

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

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

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


.slick-next:before {
    top: 12px;
    height: 30px;
    width: auto;
 background-image: url('/cache/files/c74ca4cb3e3441fe09099ae9e17d6502b4fd4abc.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 30px;
    width: auto;
background-image: url('/cache/files/c74ca4cb3e3441fe09099ae9e17d6502b4fd4abc.svg');
    background-size: contain;
    background-position-x: 50%;
}.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
}


.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 li {
line-height: 15vh;
}

.side-nav ul li li{
line-height: 60px;
text-align: left;
}


.side-nav ul li a {
    font-weight: 900;
    font-size: 5vw;
    padding-left: 0px;
transition: 1.2s ease-out;
line-height: 2em;
}

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

.side-nav ul li.haschilds > a::before {
    padding-top: 2.5vw;
    font-weight: 600;
    font-size: 5vw;
}


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

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


.c-mobile-bottom-menu {
display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}.c-product-category-container {
padding: 4vh;
}

@media (max-width: 912px) {
.c-product-category-container {
padding: 0vh;
}
}




.c-product-category-intro-title {
    font-size: clamp(1.733rem, 0.686rem + 2.794vw, 3.2rem); /*26-48*/
    line-height: 1.1em;
    font-weight: 900;
position: relative;
    margin-bottom: 4vh;
}

.c-product-category-intro-title span {
position: relative;
z-index: 10;
display: inline-block;
background-color: #fff;
    padding-right: 25px;
    line-height: 1.1em;
}

.c-product-category-intro-title:after {
content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 55%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #107f8e;
    z-index: 3;
}

.c-intro-photo-container {
display:  flex;
gap: 4vh;
align-items: flex-start;
margin-bottom: 4vh;
}

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



.c-intro-photo-container-img {
width: 40vw;
height: auto;
border-radius: 4px;
    position: sticky;
    top: 0;
}

@media (max-width: 912px) {
.c-intro-photo-container-img {
width: 100%;
}
}




.c-product-details {
display: flex;
    align-items: flex-start;
    gap: 4vh;
margin-bottom: 8vh;
flex-wrap: wrap;
}


.c-product-details div {
    padding-left: 20px;
    border-left: 2px solid #107f8e;
min-width: 10vw;
}




div.items div.back {
    border: 1px solid #cbcbcb;
    background-image: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


div.items h4 {
font-size: 1.6em !important;
}


/*GIA LEZADA*/
div.horizontalitemsgallery div.item {
    font-weight: 600;
}




/*UPOKATHGORIES*/
.imagemenu ul li a {
    transition: all 0.3s ease;
}/*CONTACT FORM*/

.contactform {
    text-align: left;
width: 500px;
}

@media (max-width: 912px) {
.contactform {
    text-align: left;
width: 100%;
}
}





.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: 3px;
width: 100%;
border: 1px solid #2222223b !important;
background-color: #fff;
}

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

.contactform button:hover {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}/*ADVANTAGES*/

.c-advantages-title {
font-weight: 900;
font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem); /*24-32*/
line-height: 0.9em;
margin-bottom: 4vh;
}

.c-advantages-title-2 {
font-weight: 800;
  font-size: 22px;
  line-height: 1em;
margin-bottom: 10px;
}


.c-advantages-container {
    display: flex;
    gap: 8vh;
position: relative;
align-items: flex-start;
padding: 4vh;
}

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


.c-advantages-text-container {
    display: flex;
    gap: 4vh;
position: relative;
flex-wrap: wrap;
align-items: flex-start;
margin-bottom: 8vh;
}

.c-advantages-text-container div{
    padding-left: 20px;
    border-left: 2px solid #107f8e;
width: 20vw;
}


@media (max-width: 912px) {
.c-advantages-text-container div{
width: 40vw;
}
}

@media (max-width: 700px) {
.c-advantages-text-container div{
width: 100%;
}
}


.c-advantages-text-container div img{
max-height: 50px;
width: auto;
margin-bottom: 20px;
}


.c-disadvantages-title {
font-weight: 600;
font-size: 14px
line-height: 0.9em;
margin-bottom: 10px;
margin-top: 4vh;
}

.c-intro-photo-container ul {
list-style-position: outside !important;
padding-left: 10px !important;
font-size: 0.9em;
line-height: 1.6em;
}.c-upokathgories {
display: flex;
gap: 4vh;
}

@media (max-width: 640px) {
.c-upokathgories {
flex-direction: column;
}
}

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

.c-upokathgories div{
border-radius: 4px;
overflow: hidden;
background-color: #107f8e;
    color: #fff;
    transition: all 0.3s ease;
}

.c-upokathgories div:hover{
background-color: #04858c;
}


.c-upokathgories div p{
text-align: center;
padding: 20px;
margin-bottom: 0px;
font-weight: 700;
}