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

#copyright {
    text-transform: uppercase;
}

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

/*TOP BANNER AND TOP MENU*/

.notloggedin #topmenu {
    position: absolute;
    top: 25px;
    width: 50vw;
}


/*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: #ededed;
  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: 30px;
margin-bottom: 0px;
}


/*END OF TOP BANNER AND TOP MENU*/





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


/*END OF TOP HEADER AND MOBILE MENU*/







/*FOOTER*/

.c-footer {
padding: 2vh;
display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 912px) {
.c-footer {
min-height: 310px;
}
}


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



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

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


.c-footer-info a{
color: #e5e5e5 !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*/


/*products*/

.c-product-category-intro {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
gap: 20px;
}

@media (max-width: 540px) {

.c-product-category-intro {
    flex-direction: column;
}
}

.c-product-category-intro-title {
    font-size: 2em;
    margin-bottom: 5px;
    line-height: 1.1em;
}

.c-product-category-intro-text {
    max-width: 680px;
margin-bottom: 10px;
}

@media (min-width: 2402px) and (max-width: 3000px) {
.c-product-category-intro-text {
    max-width: 33%;
margin-bottom: 10px;
}
}


@media (min-width: 1920px) and (max-width: 3000px) {
#contenttop div.horizontalitems div.item div.photos img {
    max-height: 90vh;
}
}


div.horizontalitems div.item div.photos img {
width: 100%;
}

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

/*end of products*/



/*PAROUSIASH UPOKATHGORION*/

.imagemenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (min-width: 2402px) and (max-width: 3000px) {
    .imagemenu ul li {
        width: 33%;
    }
}

/*END OF PAROUSIASH UPOKATHGORION*/.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/notfound');
    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/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 5px;
}
.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%;
}
}#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: #fff;
    text-decoration: none;
    border-bottom: 1px solid #888;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}


.c-button1:hover {
    border-bottom: 1px solid #fff;
    letter-spacing: 1px;
}




.c-button2 {
    text-decoration: none;
    border-bottom: 1px solid #888;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}


.c-button2:hover {
    border-bottom: 1px solid #222;
    letter-spacing: 1px;
}


.c-button3 {
    text-decoration: none;
border: 1px solid #cbcbcb;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


.c-button3:hover {

}.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: 10vw;
    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: 50%;
    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-bottom-menu {
display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}/* STICKY TITLE DESC */

.itemcontent {
position: relative;
}



@media (min-width: 820px) {

.notloggedin div.items div.photos img {
width: 100%;
border-radius: 3px;
margin-bottom: 1px;
}
.notloggedin div.items div.detail div.itemcontent {
    display: flex;
    flex-wrap: wrap;
}
.notloggedin div.items div.detail div.itemcontent .am_1477 {
    width: 100%;
}

.notloggedin div.items div.detail div.itemcontent .am_1478 {
    width: 65%;
}
.notloggedin #contenttop .am_1494 div.detail .photos-1478 {
    width: 100% !important;
    float: none !important;
}

.notloggedin div.items div.detail div.itemcontent .am_1481 {
    width: 35%;
}

.notloggedin div.items div.detail div.itemcontent .contentboxy.box1481 {
    position: sticky;
    top: 100px;
}

.notloggedin div.items div.detail div.back {
        /*position: sticky; */
        top: 0;
        z-index: 50;
        float: none;
        display: inline-block;
}


.notloggedin div.items div.detail div.itemcontent .am_1490 {
margin-right: auto;
    margin-left: 0;
        width: 100%;
}

}

.notloggedin div.items div.detail div.itemcontent .filegallery h1 {
display: none;
}/*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;
}