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

#mobile-header {
box-shadow: 0 1px 2px rgba(0,0,0,0);
}



.badgeid4149 {
    background-color: #4ac325;
}

.c-ul{
line-height: 1.5;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}

.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #616778;
}


/* COPYRIGHT */

#innercopyinfo {
    margin-left: 5%;
    margin-right: 5%;
}

/* TOPBANNER LINKS */

.c-top-contact {
    font-size: 14px;
    color: #666670!important;
    border: 1px solid #afafb9;
    padding: 5px 15px;
    padding-left: 15px !important;
    border-radius: 3px;
background-color: transparent;
transition: all 0.3s;
}

.c-top-contact-white {
    background-color: white;
}

.c-top-contact .fa {
    margin-right: 5px;
}

.c-top-contact:hover {
background-color: #e0751b;
    border: 1px solid #e0751b;
color: white !important;
}


/* ====================== */

/* SECTION TOP */

.c-top-banners {
    position: relative;
    height: auto;
}

.c-top-banner {
    position: relative;
    height: calc(100vh - 143px);
    background-repeat: no-repeat;
    background-size: cover;
}

.c-top-banner-text {
    position: absolute;
    top: 13%;
    left: 5%;
    transform: translateY(0%);
    width: 25%;
font-size: 20px;
}


@media (max-width: 1024px) {
.c-top-banner-text {
    font-size: 14px;
    width: 90%;
    min-height: 30vh;
    padding: 3vh;
    position: relative;
    top: 0;
    left: 0;
}

}


/* TITLES */

.c-title-xl {
    font-size: 7vh;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0;
}

@media (max-width: 800px) {
.c-title-xl {
    font-size: 5.6vh;
}
}

.c-title-lg {
    font-size: 4vh;
    font-weight: 100;
    margin-bottom: 0;
}


.c-title-md {
    font-size: 1.5vw;
    margin-bottom: 0;
    font-weight: 800;
}

@media (max-width: 800px) {
.c-title-md {
    font-size: 6.5vw;
}
}


.c-title-md-2 {
    font-size: 1.5vw;
    margin-bottom: 0;
    font-weight: 800;
}

@media (max-width: 800px) {
.c-title-md-2 {
    font-size: 6.5vw;
    margin-bottom: 0;
    font-weight: 800;
margin-left: 2vw;
margin-right: 2vw;
}
}

/* ====================== */

/* BUTTONS */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 20px 25px;
    color: white;
    margin: auto;
    background-color: #616778;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
}

.c-button-1:hover {
color: white;
background-color: #e0751b;
}


/* ITEM BACK BUTTON AND TITLE */

div.items div.back {
margin-top: -90px;
    margin-bottom: 100px;
}

div.items div.back a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 20px 25px;
    color: #676767;
    margin: auto;
    background-color: white;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
}

div.items div.back a:hover {
color: white;
background-color: #e0751b;
}

h1 a.backtocat {
    padding-left: 0;
}

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

/* ====================== */

.c-quick-info-container {
    background-color: #f6f6f8;
text-align: center;
}

.c-quick-info-container p {
    margin-bottom: 0px;
    line-height: 1;
    font-size: 18px;
    padding: 50px;
}

@media (max-width: 800px) {
.c-quick-info-container p {
    margin-bottom: 0px;
    line-height: 1;
    font-size: 18px;
    padding: 25px;
border-top: 1px solid #fff;
}
}

.c-quick-info-container img {
    width: 40px;
    height: auto;
    margin-right: 15px;
}


/* ====================== */


/* BANNERS */

.c-box-banner {
    min-height: 500px;
    height: 20vw;
    margin-top: 3vw;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
    margin-bottom: 1.5vw;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
transition: 0.5s;
}

@media (max-width: 768px) {
.c-box-banner {
    min-height: 250px;
}
}

.c-box-banner-square {
    min-height: 500px;
    height: 20vw;
    margin-top: 1.5vw;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
    margin-bottom: 1.5vw;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
transition: 0.5s;
}

@media (max-width: 768px) {
.c-box-banner-square {
    min-height: 250px;
}
}

.c-darkoverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 10%);
}



.c-box-banner-inner {
position: relative;
    height: 20vw;
    min-height: 500px;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
transition: 3s;
background-color: #000;
}


@media (max-width: 768px) {
.c-box-banner-inner {
    min-height: 250px;
    background-size: cover;
}
}

.c-box-banner:hover .c-box-banner-inner, .c-box-banner-square:hover .c-box-banner-inner, .c-box-banner-fullscreen:hover  {
    background-size: 120%;
}

.c-box-banner-content {
    position: absolute;
    bottom: 2.5vw;
    left: 5%;
    color: white;
    width: 70%;
}

.c-box-banner-content-p {
font-size: 18px;
}


.c-link {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    padding-right: 25px;
    padding-top: 20px;
    display: inline-block;
}


.c-box-banner-fullscreen {
    margin-top: 1.5vw;
    min-height: 720px;
    height: 29vw;
    background-size: 115%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
transition: 3s;
background-color: #000000;
}

@media (max-width: 768px) {
.c-box-banner-fullscreen {
    min-height: 250px;
    background-size: cover;
    height: 250px;
 }
}

.c-box-banner-fullscreen .c-darkoverlay {
    background-color: rgb(0 0 0 / 20%);
}

.c-box-episkeves {
margin: 1.5vw;
}

.c-box-episkeves-inner {
    min-height: 600px;
height: 25vw;
    background-size: 115%;
    background-position: center;
    background-repeat: no-repeat;
position: relative;
}

@media (max-width: 800px) {
.c-box-episkeves-inner {
    min-height: 300px;
    background-size: 100%;
}
}

.c-box-episkeves-half {
    margin: 1.5vw;
    position: relative;
    margin-bottom: 3vw;
}

.c-box-episkeves-half .c-box-episkeves-inner {
    min-height: calc(300px - 1.5vw);
    height: 11vw;
}

.c-box-left-margin {
margin-left: 3vw;
}

@media (max-width: 800px) {
.c-box-left-margin {
margin-left: 0vw;
}
}

.c-box-right-margin {
margin-right: 3vw;
}

.c-orange-container {
background-color: #616778;
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
color: white;
margin-top: 100px;
}

.c-orange-container .c-box-banner-content-p {
margin-bottom: 30px;
}

.c-orange-container img {
margin-bottom: 50px;
}

.c-link-send {
color: white;
text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    display: inline-block;
}

.c-link-send img {
    margin-right: 5px;
    margin-bottom: 0px;
    width: 25px;
    height: auto;
}

.c-banners-episkeves {
margin-top: 100px;
}

.c-footer {
margin-left: 5%;
margin-right: 5%;
padding-top: 90px;
padding-bottom: 90px;
}

.c-link {
text-decoration: none;
}

/* =================== */

/* CONTACT PAGE */

.c-contact-page-container, .c-contant-social, .c-contant-timetable {
    margin-top: 50px;
}

.c-contact-page-container .c-title-md, .c-contant-social .c-title-md, .c-contant-timetable .c-title-md {
    margin-bottom: 20px;
}

.c-contant-social span {
color: #969aa6;
    padding: 10px;
    border: 1px solid #969aa6;
    border-radius: 3px;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 10px;
background-color: white;
transition: 0.3s;
}

.c-contant-social span:hover {
color: white;
background-color: #e0751b;
    border: 1px solid #e0751b;
}.cartButton{
  background: #6d6d74;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

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

.cartButton:hover {
  background-color: #e0751b;
  color: white;
}/* KALATHI */

#abovetopbanner .itemsgroup a.showgroup {
color: #6D6D74;
}

#abovetopbanner .itemsgroup {
    padding: 11px 0 8px 10px;
}

.itemsgroup .showgroup .fa-shopping-bag, .itemsgroup .showgroup span {
color: #616778;
} 

/* MOBILE side nav LINKS */

.mobile-header-startlink, .side-nav__footer .langchooser > div:last-child a,  .overlay.logo a span {
color: #333;
}

/* =================== */

/* SEARCH INPUT */

div.filter_iconsearch button {
    top: 4px;
    right: 10px;
    color: #666670;
}

div.filter_iconsearch input {
    border: 1px solid #666670;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    border-radius: 3px;
    padding: 5px 40px 5px 15px;
}

div.filter_iconsearch input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

/* =================== */

#innertopbanner {
    margin-left: 5%;
    margin-right: 5%;
}

#innerabovetopbanner {
    margin-left: 5%;
    margin-right: 5%;
}

div.topmenu ul {
    margin-right: 5%;
}

#innertopmenu ul li a, #innertopmenu ul li ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}


#innertopmenu ul li a::after, #innertopmenu ul li ul li a::after {
  position: absolute;
  content: "";
    bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e0751b;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
    z-index: 90;
}

#innertopmenu ul li a:hover::after, #innertopmenu ul li ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

div.topmenu ul li.active a {
font-weight: 800;
}

div.topmenu ul li.active a::after {
  transform: scaleX(0) !important;
}

div.topmenu ul li.active ul li a::after {
  transform: scaleX(0) !important;
}

div.topmenu ul li.active ul li a:hover::after {
  transform: scaleX(1) !important;
}

div.topmenu ul ul li.active a, div.topmenu ul ul li.inactive a {
font-weight: 300;
}

div.topmenu ul li.active a::after {
  transform: scaleX(1) !important;
}

div.topmenu ul ul li.active a::after {
  transform: scaleX(0) !important;
}


div.topmenu ul li:nth-child(5) {
background-color: #e0751b;
}

div.topmenu ul li:nth-child(5) a {
color: #1a1a1a;
}

div.topmenu ul li:nth-child(5):hover {
background-color: white;
}


div.topmenu ul ul {
border: 1px solid #f6f6f8;
box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}div.horizontalitems div.itemcontent {
box-shadow: 0px 0px 0px #e4e4e4;
transition: 0.3s;
    border-radius: 5px;
transform: scale(1);
width: calc(100% - 2px);
}

div.horizontalitems div.itemcontent:hover {
box-shadow: 0px 0px 20px #e4e4e4;
border: 1px solid white;
transform: scale(1.05);
}

div.horizontalitems div.item {
    padding-right: 25px;
}

/* ================= */

/*price view*/

.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: red;
        font-weight: 300;
}

.horizontalitems .price .pricenovat .value {
    font-size: 1.4em;
    color: #676767;
    font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}.slick-list {
    padding-top: 30px;
}

.slick-prev:before, .slick-next:before {
    color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2229px%22%20height%3D%2281px%22%3E%23%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20style%3D%22%22%20d%3D%22M2 2 27.4964571 41.084824 2 79.0694571%22%20%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    width: 20px;
    background-size: contain;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
}


.slick-prev, .slick-next {
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    background-color: #555858;
color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
transition: 0.3s;
}

.slick-prev:hover, .slick-next:hover {
    transform: translateY(-50%) scale(1.1);
    background-color: #e0751b;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}




.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 0.3;
    color: black;
    border-radius: 3px;
    background-color: #777a7d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #e0751b;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
}

.c-newsletter form {
max-width: 500px;
margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 4vh;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border-color: white;
    border-style: none;
    border-radius: 5px;
    background-color: white;
    margin: auto;
    text-align: center;
    width: calc(100% - 20px);
    max-width: 500px;
}


.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 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 20px 25px;
    color: white;
    margin: auto;
    background-color: #616778;
    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;
}div.horizontalitems div.basketbutton a {
color:#333;
}.c-projects-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
transition: 0.5s;
transform: scale(1);
}

.c-projects-light {
    position: absolute;
    left: 40px;
    top: 55px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 68px solid rgb(224 117 27 / 0%);
transition: 0.5s;
    transition-delay: 0.5s;
}

.c-projects-icon {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
.c-projects-icon {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 3;
}
}

.c-projects-icon img {
    width: 100px;
    height: 100px;
position: relative;
}



.c-projects-text {
    text-align: center;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
transition: 0.5s;
}

.c-projects-link {
    text-decoration: none;
    color: #676767;
    font-weight: 800;
}

.c-projects-container:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
transform: scale(1.2);
}

.c-projects-container:hover .c-projects-light {
    border-bottom: 68px solid rgb(224 117 27 / 30%);
}

.c-projects-container:hover .c-projects-text {
    height: 50px;
}/* ESPA BANNER */

.notloggedin .espabanner {
position: fixed;
top: 90vh;
left: 20px;
background-color: transparent;
z-index: 99;
}

/* END ESPA BANNER */


.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    left: 3%;
    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;
    height: auto;
overflow: hidden;
height: 60px;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    left: 0px;
    top: -45px;
    background-color: #676767;
    width: 35px;
    height: 35px;
    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;
    left: 3%;
    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;
    left: 0px;
    top: -15px;
    background-color: #676767;
    width: 35px;
    height: 35px;
    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);
}

}