div.textbox.bullet-sentence div.value:before {
  content: '• ';  /* Adds the bullet */
  display: inline; /* Keeps the bullet on the same line as the sentence */
}

div.textbox.bullet-sentence div.value:after {
  content: '\A';   /* Inserts a newline character */
  white-space: pre; /* Ensures the newline is respected */
}


.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}


body, p, button, h1, h2 {
  font-family: "Geologica", sans-serif;
}

body {
height: auto !important;
}

#belowsite a {
    text-decoration: none;
}

.c-border-image {
   border-radius: 20px;
}

.c-button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a84bf;
    color: white;
    border-radius: 50px;
    font-weight: 800;
    transition: 0.3s;
}

.c-download-button {
margin-bottom: 20px;
}
.c-download-button a.c-button {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.c-download-button a.c-button::after {
    content: '';
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    background-image: url('/cache/files/7c765d0d0a76742c7ed213164148c4e1433e4212.svg');
    background-size: 50%;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
}

button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a84bf;
    color: white;
    border-radius: 50px;
    font-weight: 800;
    border: 0;
    transition: 0.3s;
}

.c-button:hover, button:hover {
    background-color: #26385f;
    color: white;
}

.c-title-box {
    position: relative;
}

.c-footer-container .c-title-box, #contact .c-title-box {
    margin-top: 20px;
}

#contenttop .c-title-box h1, #contentbottom .c-title-box h1, #belowsite .c-title-box h1 {
    text-align: left;
    font-size: 26px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 20px;
}

#belowsite .c-title-box h1 {
   color: white;
}

#contenttop #contact .c-title-box h1 {
    margin: 0;
    padding: 0;
}

/*
#contenttop .c-title-box h1::after, #contentbottom .c-title-box h1::after, #belowsite .c-title-box h1::after {
    content: '';
    height: 1px;
    display: block;
    width: 20%;
    background-color: #acacac;
}*/



div.items div.date.c-news-date {
    background-color: #6a84bf;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    color: white;
    font-style: normal;
    border-radius: 20px;
    margin-bottom: 5px;
}

div.horizontalitemsnews div.item .c-news-boxy div.photos {
    height: 100%;
}

#contenttop div.horizontalitemsnews div.item .c-news-boxy div.photos img {
    width: 100%;
    object-fit: cover;
    max-height: none;
    height: 100%;
    border-radius: 20px;
}

div.horizontalitemsnews div.list div.item .c-news-boxy h3 {
   padding-top: 10px;
   padding-bottom: 10px;
}

h3 a, div.items div.list h3 a, div.items h3 a {
    color: #222;
    font-size: 18px;
    font-weight: 300;
}

div.horizontalitemsnews div.list div.item .c-news-boxy .textbox {
    line-height: 1.6em;
    padding: 10px 0;
}

div.horizontalitemsnews div.textboxy.c-news-content {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

.slick-next, .slick-prev {
    height: 50px;
    width: 80px;
    border: 1px solid rgb(26 26 26 / 20%);
    opacity: 1;
    background-color: white;
    border-radius: 90px;
    overflow: hidden;
    transform: translateY(-50%);
}

.slick-next::after, .slick-prev::after {
    content: '';
    background-color: #6a84bf;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 0;
    border-radius: 90px;
    transition: .4s cubic-bezier(.165,.84,.44,1);
}

.slick-prev {
    left: 20px;
    top: 50%;
    bottom: auto;
}

.slick-next {
    right: 20px;
    left: auto;
    top: 50%;
    bottom: auto;
}

.slick-prev:before, .slick-next:before {
    background-image: url('/cache/files/40cdc840e15f74636b36af2cf7563844f3cd635b.svg');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 33px center;
    z-index: 2;
    transition: 0.2s;
}

.slick-prev:hover:before, .slick-next:hover:before {
    background-image: url('/cache/files/c003e26bdec978cfd9c67fac37e92dc315102969.svg');
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: inline-block !important;
    opacity: 1;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    border: 1px solid rgb(26 26 26 / 20%);
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.2;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.slick-next:hover::after, .slick-prev:hover::after {
    top: 0;
}

.slick-prev.slick-disabled:hover::after, .slick-next.slick-disabled:hover::after {
    top: 100%;
}

.slick-prev.slick-disabled:hover::before, .slick-next.slick-disabled:hover::before {
    opacity: 0.2;
    background-image: url('/cache/files/40cdc840e15f74636b36af2cf7563844f3cd635b.svg');

}


/* END NEWS SECTION */
/* =================================== */

.c-main-inner {
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
}


.c-title-text {
    font-size: 24px;
    font-weight: 500;
}

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

/* FOOTER */

.c-footer-container {
    border-top: 2px solid #6a84bf;
}

.c-footer-inner {
    padding: 70px 20px 70px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.c-footer-container p, #contact p {
    margin-bottom: 0;
}

.c-footer-locations {
    border-top: 1px solid white;
    margin-top: 50px;
    padding-top: 25px;
}

.c-footer-extralinks {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.c-footer-extralinks a {
    margin-right: 15px;
}

.c-social-follow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 70px;
flex-wrap: wrap;
    justify-content: flex-end;
}

.c-social-title {
   color: #a5a5a5;
   color: white;
   font-size: 24px;
   font-weight: 600;
}

.c-social-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

.c-social-box a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
}

.c-social-icon {
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
}

.c-social-text {
   font-size: 24px;
   font-weight: 600;
}

/* END FOOTER */

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

/* PRODUCT DETAILS DESIGN */



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

#contenttop div.htmlbox ul {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.6em;
}


/* FIXED SUPPORT BUTTON */

.c-call-support-box {
    position: fixed;
    z-index: 99;
    right: -251px;
    bottom: 110px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s;
}

.c-call-support-box:hover {
    right: 0px;
}

.c-call-support-icon {
    background-color: #6a84bf;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #6a84bf;
}

.c-call-support-content {
    width: 230px;
    text-align: center;
    padding: 10px;
    border: 1px solid #6a84bf;
    border-radius: 0px 0px 0px 10px;
    position: relative;
    margin-right: -1px;
    background-color: white;
}

.c-call-support-content p {
    margin-top: 10px;
}

.c-call-support-content a {
    display: block;
    color: white;
    background-color: #6a84bf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.path {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
}

.c-link-boxy {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

/*SCROLL TOP BUTTON*/
.scrolltopbutton {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 4vh; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer; /* Add a mouse pointer on hover */
z-index: 300;
    width: 50px;
    height: 50px;
    background-color: #6a84bf;
    border: 1px solid #9cafd8;
    border-radius: 50%;
    text-align: center;
   transition: 0.3s;
}

.detail .scrolltopbutton {
    bottom: 100px;
    right: 35px;
}

.scrolltopbutton img {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    box-sizing: border-box;
}

.scrolltopbutton:hover {
  background-color: #546ea8; /* Add a dark-grey background on hover */
}



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


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

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


/* MENU */

.notloggedin #innertopmenu {
    max-width: 100%;
}

.notloggedin #innertopbanner {
    max-width: 100%;
    height: 50px;
}


.notloggedin #topbanner .langchooser {
    padding-top: 13px;
    padding-right: 15px;
}.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%;
}
}div.topmenu div.megamenu, div.megamenu {
    padding-left: 0px;
}

.column0, .column1, .column2, .column3, .column4 {
    padding-right: 2% !important;
    border-right: 1px solid #e6e6e6;
}

div.megamenucols4 {
    width: 100vw;
}

.column1, .column2, .column3, .column4, .column5 {
    padding-left: 2% !important;
}

.megafirstlevelitemmegafirstlevelitem {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.acolumn .megafirstlevelitemmegafirstlevelitem:nth-last-child(1) {
    border-bottom: 0px solid #e6e6e6;
}

div.fullsize.megamenucols6 div.acolumn {
    width: 16.66%;
}

#topmenu {
    border-bottom: 2px solid black;
}

div.horizmenu.topmenu div.megamenu ul {
   display: none;
}

div.megafirstlevelitemmegafirstlevelitem h2::before {
   content: '.' !important;
   display: inline-block !important;
   font-size: 0px;
   width: 10px;
   color: #6a84bf;
   background-image: url('/cache/files/5019a45a98e51744f1116a62de62b50aca94dfae.svg') !important;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   position: absolute;
   top: 1px;
   left: 0px;
}

div.topmenu div.megamenu h2, div.megafirstlevelitemmegafirstlevelitem h2 {
   font-size: 16px;
   font-weight: normal;
   color: #333;
   position: relative;
   padding-left: 15px;
}


/* FIXED MENU 6-6 */

.notloggedin div.topmenu div.megamenu.megamenucols1 {
    position: fixed;
    width: 100vw;
    top: calc(50px + 52px + 43.5px);
    left: 0;
}

div.fullsize.megamenucols1 div.acolumn, div.megamenucols1 div.acolumn {
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: auto;
    grid-template-rows: repeat(6, auto);
    gap: 10px;
}

div.megamenu div.acolumn {
   width: 100%;
}

.c-abovemenu-links {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
align-items: center;
    margin-top: 20px;

}
#topbanner .c-abovemenu-links a.c-link {
    font-size: 14px;
    padding: 3px 10px;
    background-color: #6a84bf;
    color: white;
    border-radius: 20px;
}

.megafirstlevelitemmegafirstlevelitem:hover {
    background-color: #6a84bf
}

.megafirstlevelitemmegafirstlevelitem:hover h2 a {
color: white !important;
}
.megafirstlevelitemmegafirstlevelitem:hover h2::before {
   background-image: url('/cache/files/82b8b543c5538ece6f091d79165cfdc8264c808e.svg') !important;
}/* LIST */

div.items.horizontalitems{
    max-width: 1280px;
    margin: 0 auto;
}

#contenttop h1.pagetitle {
    margin-top: 80px;
   font-weight: 800;
}

div.list div.textbox {
    padding: 20px;
}

.horizontalitemsnews div.list div.textbox {
    padding: 0px;
}

div.horizontalitems div.list div.item h3 {
    text-align: left;
    padding: 1.6rem 6.6rem 0 1.6rem;
}

h3 a, div.items div.list h3 a, div.items h3 a {
    font-size: 1.5rem;
    font-weight: 800;
}

div.list div.textbox {
   text-align: left;
}


/* BUTTON */

div.items div.back {
    border: 0px solid #cbcbcb;
}

#contenttop h1 a.backtocat {
    font-weight: 800;
    color: #acacac;
}

h1 a.backtocat:before {
    top: 0.3em;
    border-right-color: #acacac;
}

#contenttop h1 a.backtocat:hover {
    color: #222222;
}

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

div.items div.detail .back a {
    background-color: #6a84bf;
    color: white;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 20px;
    border-radius: 50px;
    display: flex;
    line-height: 0.9;
}

div.items div.detail .back a::before {
    content: '';
    background-image: url('/cache/files/c003e26bdec978cfd9c67fac37e92dc315102969.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}


/* END BUTTON */

div.items div.detail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-benefits-box {
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}

.c-benefits-box span.label, .c-technical-data-box span.label {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 800;
}

.c-technical-data-box {
    margin-top: 50px;
}

.c-technical-data-box .table tr:hover {
    background-color: #f5f5f5;
}

.notloggedin .group.wishlistbutton{
   display: none;
}

.c-pdf-form-box {
    display: flex;
    padding: 50px 0;
    gap: 20px;
}

.c-pdf-form-box > div {
    width: 50%;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 40px 20px;
    box-sizing: border-box;
}

div.items div.contactform {
    max-width: none;
}

div.contactform form p {
    position: relative;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

div.contactform form p.notrequired input, .contactform p.required input, .contactform p.textarea textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
}

.c-button-pdfs a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a84bf;
    color: white;
    border-radius: 50px;
    font-weight: 800;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
margin-bottom: 20px;
}

.c-button-pdfs a::after {
    content: '';
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    background-image: url('/cache/files/7c765d0d0a76742c7ed213164148c4e1433e4212.svg');
    background-size: 50%;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
}

.htmlbox.c-button-pdfs::before {
    content: 'Σχετικά Αρχεία';
    display: block;
    margin-bottom: 20px;
    color: #222222;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    font-weight: 300;
    padding-left: 0;
    padding-bottom: 2px;
    padding-bottom: 10px;
    margin-top: 20px;
}


html[lang="en"] .htmlbox.c-button-pdfs::before {
  content: 'Related Files';
}

div.horizontalitemsnews div.textboxy {
padding: 20px;
}

.notloggedin .itemcontent {
    border: 1px solid #e3e7f0 !important;
    border-radius: 25px;
    overflow: hidden;
}

.detail .itemcontent {
    border: 0px solid #e3e7f0 !important;
    border-radius: 0px;
    overflow: visible;
}

.contactform {
    max-width: 720px;
}

.c-button-pdfs {
    display: inline-block;
}

/* RESPONSIVE */
@media (max-width: 990px) {
.c-pdf-form-box {
    flex-direction: column;
}

.c-pdf-form-box > div {
    width: 100%;
}

}.c-fixedbutton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    background-color: #6a84bf;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border-radius: 70px;
cursor: pointer;
   z-index: 90;
    display: none;
}

.detail .c-fixedbutton {
   display: flex;
}

.c-fixedbutton-text {
  color: white;
  font-size: 18px;  
  padding-left: 10px;
}

.c-fixedbutton-icon img {
    height: 50px;
    width: 50px;
}.cont{
    width: 100%;
    overflow: hidden;
    background-color: white;
    border-top: 1px solid #6a84bf;
}

.scorri{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#belowsite ul.tithome{
    animation-name: marquee;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

#belowsite ul.tithome li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    font-size: 40px;
}

#belowsite ul.tithome li img {
margin-left: 10px;
margin-right: 10px;
    height: 80px;
    width: auto;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}.am_1513 .langchooser {
    display: none;
}

.c-menu-social-box  div.langlist ul {
    padding: 10px;
}

.c-menu-social-box  div.langlist ul li img {
    width: 25px;
    height: auto;
    max-width: none;
}

.c-menu-lang-box {
    position: relative;
    margin-right: 5px;
}

.c-menu-lang-button {
    background-color: white;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #6a84bf;
    box-shadow: 0px 0px 0px #6a84bf;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.c-menu-lang-button:hover {
    box-shadow: 0px 0px 10px #6a84bf;
}

.c-menu-lang {
    max-height: 0px;
    transition: 1s;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 5px);
    left: -8px;
    background-color: white;
    border-radius: 10px;
    z-index: 19;
    border: 1px solid #ffffff;
}

.c-menu-lang.c-openlang {
    max-height: 160px;
    border: 1px solid #6a84bf;
}

#topbanner .langchooser ul li {
padding-right: 0px;
    float: none;
}

#topbanner .langchooser div.langlist ul, #topbanner .langchooser {
    float: none;
}

#topbanner .langchooser {
    padding-top: 10px;
    padding-right: 15px;
    padding: 10px;
    padding-bottom: 33px;
    padding-left: 12px;
}

@media (max-width: 990px) {
#mobile-header .langchooser {
    top: 6px;
}
}.imagemenu ul {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    gap: 20px;
    max-width: 1280px;
    margin: 50px auto;
}

.imagemenu ul li {
    width: calc(33.33% - 20px);
}

.prodmenu ul li.inactive a, .prodmenu ul li.active a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    background-color: white;
    border-radius: 15px;
}

.prodmenu ul li.inactive a:hover, .prodmenu ul li.active a:hover {
    background-color: #6a84bf;
    color: white;
}