.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.item .p_loan_calculator_list {
    background-color: #ffcb0557;
    padding: 5px;
    font-weight: 900;
    display: inline-block;
    border-radius: 8px;
    color: #000;
}


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-filters-container {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 20px;
}



.boxcollapsible {
position: relative;
    padding: 0px;
    margin-bottom: 60px;
    background-color: transparent;
box-shadow: 0px 3px 7px rgba(0,0,0,0%);
color: #000;
transition: 0.3s;
}

.c-filters-container {
background-color: white;
    border-radius: 20px;
}


.boxcollapsible a.toggle span {
    background-image: url('/cache/files/50a78601126b500d566b36aca17fc934e584ff22.svg');
    background-color: #ffcb05;
    color: white;
    padding: 15px;
    padding-left: 40px;
    background-size: 30px;
    background-position-x: 10px;
    border-radius: 60px;
    box-shadow: 0px 3px 7px rgba(0,0,0,30%);
    position: absolute;
    top: 0px;
    left: -10px;
    display: inline-block;
    background-position: 10px center;
    background-repeat: no-repeat;
}


.boxcollapsible a.toggle::after {
    content: 'x';
    display: block;
    position: absolute;
    right: 10px;
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.6;
    border-radius: 50%;
    top: 7.5px;
    color: white;
    opacity: 0;
    transition: 0.3s;
}

.boxcollapsible a.toggle.openedexpand::after {
    opacity: 1;
}

@media (min-width: 769px) {
.boxcollapsible a.toggle.openedexpand::after {
display: none;
}

.boxcollapsible > div {
display: block !important;
}

}.c-filters-container .chosen-container .chosen-single, .c-filters-container .chosen-container-active.chosen-with-drop .chosen-single {
    background: no-repeat;
    border-radius: 7px;
    padding: 5px 10px;
    height: auto;
    width: 100%;
}

.c-filters-container .chosen-container .chosen-drop {
    margin-top: 10px;
    border-top: 1px solid #aaa;
    border-radius: 10px;
    padding: 5px;
}

.chosen-container .chosen-single div::before {
content: '\e5cf';
    content: '\e5cf';
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    height: 17px;
    transform: translateY(-50%) rotate(0deg);
    font-family: 'Material Symbols Outlined';
    line-height: 0.9;
    text-align: center;
    font-size: 22px;
    transition: 0.3s;
}

.chosen-container-active.chosen-with-drop .chosen-single div::before {
content: '\e5cf';
    transform: translateY(-50%) rotate(180deg);
}

.chosen-container .chosen-single div b, .chosen-container-active.chosen-with-drop .chosen-single div b {
    display: none;
}


.chosen-container-single .chosen-single abbr {
    top: 11px;
}

.c-filters-container .chosen-container-single .chosen-search input[type="text"] {
background-position: 100% -26px;
    background-size: 70px 47px !important;
    margin-bottom: 7px;
    margin-top: 7px;
    border-radius: 5px;
    padding: 7px;
}

.c-filters-container .chosen-container .chosen-results li.active-result {
    margin-bottom: 5px;
}

#boxfilters a.c-active-banner .c-filterbox {
    border: 1px solid #004795;
    top: -10px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 15%);
}

#boxfilters a.c-active-banner .c-filterbox-link {
    background-color: #004795;
    color: white;
}

.c-filters-container .filterelem .chosen-container-single .chosen-single span {
font-weight: 800;
    color: black;
}.notloggedin .loan-calculator {

}

.loan-calculator .label {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-right: 120px;
    padding-bottom: 8px;
}

.loan-calculator {
    position: relative;
    width: 100%;
    margin-top: 10px;
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #2d4156;
    outline: none;
    transition: opacity .2s;
    position: relative;
}


/* Styles for the slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default style */
    appearance: none;
    width: 15px; /* Width and height of the thumb */
    height: 15px;
    background: #ffcb05; /* Thumb background */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%; /* Round corners */
    position: relative;
    top: -12px;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #ffcb05;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    top: -12px;
}

input[type="range"]::-ms-thumb {
    width: 15px;
    height: 15px;
    background: #ffcb05;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    top: -12px;
}


/* Track styles before the thumb */
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: transparent; /* Make the default background transparent */
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: transparent;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/* Filling effect using ::before */
input[type="range"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--range-value, 0%); /* Dynamic width based on JS */
    height: 5px;
    background-color: #ffcb05; /* Filling color */
    transition: width 0.2s;
    z-index: 1; /* Make sure it's under the thumb */
    pointer-events: none;
}

/* Set up JS to update --range-value dynamically */