.c-parking{
width: 24px;
height: auto;
}

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

.sumprice {
  display:none;
}

.notloggedin #abovetopbanner .filter_iconsearch, #abovetopbanner .htmlbox p {
     display:none;
}

#topbanner .itemsgroup {
    margin-top: 14px;
}


.mobile-header {
    box-shadow: 0 1px 12px rgb(0 0 0 / 37%);
}


/*END OF MOBILE HEADER*/


/*MOBILE MENU*/

.side-nav__header {
    height: 20%;
}
.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}

/*END OF MOBILE MENU*/

.c-top-phone {
font-weight: 900;
}

/*PROIONTA*/

.userroot div.horizontalitems div.itemcontent {
    overflow: initial;
}

div.horizontalitems div.itemcontent {
border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(217 217 217 / 0%);
    border: 0px;
    transition: 0.3s;
}
div.horizontalitems div.itemcontent:hover {
box-shadow: 0px 0px 12px rgb(178 178 178);
}

div.items div.linkto {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #222;
margin-left: 10px;
    margin-right: 10px;
}
div.items div.linkto:hover {
    background-color: #000;
    border: 1px solid #000;
 transition: 0.5s;
}

div.items div.linkto a {
    color: #222;
}
div.items div.linkto a:hover {
    color: #fff;
}

div.items div.group{
margin-top: 20px;
margin-left: 10px;
    margin-right: 10px;
}
div.items div.group:hover{
    background-color: #000;
 transition: 0.5s;
}

/*END OF PROIONTA*/

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


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




/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.4em;
        color: #ffcb05;
        font-weight: 600;
}

.items .detail .price .pricenovat .value {
        font-size: 1.6em;
        color: #ffcb05;
        font-weight: 600;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/




/*FOOTER*/
.c-footer-container {
display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4vh;
    width: 100%;
padding-top: 10vh;
padding-bottom: 10vh;
}

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


.c-footer-container img{
max-width: 30vh;
height: auto;
}

@media (max-width: 820px) {
.c-footer-container img{
max-width: 60vw;
height: auto;
}
}

.c-footer-text {
max-width: 33%;
    font-style: italic;
    font-weight: 100;
}

@media (max-width: 820px) {
.c-footer-text {
max-width: 90vw;
text-align: center;
}
}


/*END OF FOOTER*/

/* PARKING NUMBER SMALL ICON */

span.c-parkedcars {
    background-color: #222222;
    color: white;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
}

.c-button a {
    background-color: #ffcb05;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 70px;
}

.c-button a:hover {
    background-color: #000000;
}


@media (max-width: 768px) {
.c-parking {
    width: 34px;
    height: auto;
}
}.c-newlogo {
    background-image: url('/cache/files/0f6bc8d9a004b395a7dcd820a700d99cbe9bb6b0.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/0f6bc8d9a004b395a7dcd820a700d99cbe9bb6b0.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/0f6bc8d9a004b395a7dcd820a700d99cbe9bb6b0.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: contain;
    margin-left: 3vh;
    margin-right: 3vh;
}.cartButton{
  background: #1a1a1a;
  border-radius: 12px;
  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: #ffcb05;
  color: #1a1a1a !important;
}.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%;
}
}.c-button-1 {
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #ffcb05;
    color: #fff;
    border-radius: 30px;
    min-width: 200px;
font-size: 18px;
font-weight: 900;
}
.c-button-1:hover {
    background-color: #000;
color: #fff;
}


.c-button-2 {
    display: inline-block;
    text-align: center;
    padding: 8px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #ffcb05;
    color: #fff;
    border-radius: 30px;
font-size: 12px;
font-weight: 900;
margin-bottom: 20px;
margin-left: 20px;
margin-top: -10px;
}
.c-button-2:hover {
    background-color: #000;
color: #fff;
}

@media (max-width: 768px) {

.c-button-2 {
margin-left: 0px;
}
}.c-list-extras {
display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 10px;
}

.c-list-extras .c-etos-kataskeuis, .c-list-extras .c-xiliometra {
    padding-right: 10px;
    border-right: 1.5px solid;
}

.userroot .c-list-extras {
display: block;
}

div.horizontalitems div.list div.item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    min-height: 75px;
}

#contenttop div.horizontalitems div.item div.photos img {
    max-height: 190px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}div.items div.detail div.photos img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
}

/* DETAIL PERIGRAFI */

.items .detail div.textbox span.label {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-right: 120px;
    padding-bottom: 8px;
}

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

.items .detail div.c-idiaiterotites span.label {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 30px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-right: 120px;
    padding-bottom: 8px;
}

.items .detail div.c-idiaiterotites span.value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: transparent;
    gap: 15px 0;
    font-size: 0px;
}

.items .detail div.c-idiaiterotites span.value span.group_add_text {
    width: 25%;
    color: #58595b;
    font-size: 16px;
    padding-right: 10px;
    box-sizing: border-box;
}

.items .detail div.c-idiaiterotites span.value span.group_add_text::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url('/cache/files/3a39961aaffd8b6c7aa205ba2be2689e3999ffae.svg');
margin-right: 5px;
position: relative;
    top: 3px;
}

.items .detail .am_1620 {
font-size: 14px;
}


@media (max-width: 768px) {
.items .detail div.c-idiaiterotites span.value span.group_add_text {
    width: 50%;
}
}


.notloggedin .piraeus-checkbox {
 display: none;
}#contenttop h1 {
display: none;
}

.c-about-container {
max-width: 1280px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
display: flex;
gap: 10vh;
position: relative;
margin-bottom: 5vw;
margin-top: 5vh;
}

@media (max-width: 820px) {

.c-about-container {
flex-direction: column;
gap: 4vh;
}
}


.c-katastima {
border-radius: 30px;
width: 100%;
height: auto;
min-width: 37vw;
}

.c-line {
position: absolute;
    bottom: -15vw;
    max-width: 50vw;
    right: -20vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 820px) {
.c-line {
position: relative;
    float: right;
    margin-right: -4vw;
    margin-top: -20vw;
right: 0;
bottom: 0;
}
}


.c-line-text {
font-size: 1.4em;
font-weight: 900;
color: #000;
}


/*METRICS*/

.c-years {
display: flex;
margin-bottom: 20px;
gap: 15px;
}

.c-number {
font-size: clamp(6.25rem, 4.049rem + 7.042vw, 12.5rem); /*100-200*/
color: #ffcb05;
margin-bottom: 0px;
font-weight: 900;
line-height: 1em;
letter-spacing: -15px;
}

.c-number-smaller {
font-size: clamp(3.75rem, 2.87rem + 2.817vw, 6.25rem); /*60-100*/
color: #ffcb05;
margin-bottom: 0px;
font-weight: 900;
line-height: 1em;
letter-spacing: -6px;
}


.c-plus {
font-size: clamp(3.75rem, 1.769rem + 6.338vw, 9.375rem); /*60-150*/
color: #ffcb05;
margin-bottom: 0px;
font-weight: 900;
line-height: 0.8em;
}

.c-metrics {
font-size: clamp(2rem, 1.736rem + 0.845vw, 2.75rem); /*32-44*/
color: #000;
margin-bottom: 0px;
font-weight: 900;
line-height: 1em;
letter-spacing: -2px;
}

.c-metrics-container {
margin-top: 5vh;
    margin-bottom: 5vh;
}



/*HISTORY*/

.c-history-overall {
background-color: #fff;
padding-top: 10vh;
padding-bottom: 10vh;
overflow: visible;
}


.c-history-container {
max-width: 1280px;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
}





.c-history-container ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(70rem, 100%);
  margin-inline: auto;
}

/* line */
.c-history-container ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.c-history-container ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.c-history-container ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
  animation: slideInLeft 1s ease;
  animation-direction: alternate;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

.c-history-container ul li .img {
  width: 100%;
  height: 320px;
  margin: 1rem 0 auto;
}

@media (max-width: 768px) {
.c-history-container ul li .img {
  height: 200px;
}
}


.c-history-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* date */
.c-history-container ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: #fff;
  font-size: 2rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.c-history-container ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.c-history-container ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */

.c-history-container ul li .descr {
  background: black;
  position: relative;
  padding-inline: 1.5rem;
  top: -1rem;
color: #fff;
    padding: 25px;
}

.c-history-container ul li .descr {
  padding-block-end: 1.5rem;
  font-size: 1.1em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* shadows */

.c-history-container ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}


.c-history-container ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .c-history-container ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .c-history-container ul::before {
    grid-column: 2;
  }
  .c-history-container ul li:nth-child(odd) {
    grid-column: 1;
  }
  .c-history-container ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .c-history-container ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .c-history-container ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .c-history-container ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .c-history-container ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

/* TO TIMELINE STO KENTRO */

#contenttop div.htmlbox .c-history-container ul {
margin: 0 auto;
}