.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;
}.c-bottom-buttons {
display: flex;
gap: 20px;
margin-top: 60px;
    flex-direction: column;
    align-items: flex-start;
}

.accordion h3 {
font-weight: 900;
    margin-top: 30px;
    background-color: #58595B;
    color: #fff;
    padding: 20px;
border-radius: 30px;
position: relative;
}

.accordion h3:hover {
   background-color: #ffcb05;
color: #fff;
}

.accordion h3:before {
content: '';
    background-image: url('/cache/files/ca5d26c0de2fba71f1c3a75cc0f7b230cef8b31f.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.3s;
}

.accordion h3.c-opened:before {
    content: '';
    background-image: url('/cache/files/ca5d26c0de2fba71f1c3a75cc0f7b230cef8b31f.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.accordion div{
    margin-bottom: 20px;
}

.accordion div p{
padding-left: 20px;
padding-right: 20px;
}