#parco-auto{
margin-top: calc(2.5% + 80px);
}
#menu-filter{
width: 250px;
padding: 25px;
box-shadow: 4px 4px 10px 2px rgba(0,0,0,.05);
background: white;
}
#car-list{
width: calc(97.5% - 300px);
margin-left: 2.5%;
}
#car-list .car{
width: 100%;
box-shadow: 4px 4px 10px 2px rgba(0,0,0,.05);
background: white;
margin-bottom: 3%;
}
#car-list .car .offert{
position: absolute;
width: 50px;
left: 0;
top: 0;
padding: 10px;
background: var(--brand-color);
font-weight: 500;
z-index: 2;
}
#car-list .car .images{
position: absolute;
width: 25%;
height: 80%;
top: 50%;
transform: translateY(-50%);
margin-left: 2.5%;
}
#car-list .car .text-container{
width: 65%;
padding: 2.5%;
left: 30%;
}
#car-list .car .text-container .txt{
width: calc(100% - 120px);
color: black;
}
#car-list .car .text-container .txt .title{
width: 100%;
font-size: 25px;
line-height: 25px;
}
#car-list .car .text-container .txt .title h2{
font-weight: 400;
}
#car-list .car .text-container .txt .subtitle{
width: 100%;
font-size: 17px;
line-height: 20px;
}
#car-list .car .text-container .txt .subtitle h3{
font-weight: 300;
}
#car-list .car .text-container .price{
width: 120px;
line-height: 45px;
font-size: 22px;
font-weight: 400;
text-align: right;
}
#car-list .car .text-container .data{
width: 100%;
}
#car-list .car .text-container .data .text{
width: 50%;
margin-top: 2%;
font-size: 14px;
line-height: 20px;
font-weight: 300;
}
@media (max-width: 768px) {
#menu-filter{
width: 90%;
padding: 5%;
margin-top: 7.5%;
margin-bottom: 10%;
}
#car-list{
width: 100%;
margin: 0%;
}
#car-list .car{
margin-bottom: 5%;
}
#car-list .car .images{
position: relative;
width: 100%;
padding-top: 80%;
height: auto;
top: 0%;
transform: translateY(0%);
margin: 0%;
}
#car-list .car .images .swiper-wrapper{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#car-list .car .images .swiper-wrapper .bg-img{
width: 100%;
height: 100%;
}
#car-list .car .text-container{
width: 90%;
padding: 5%;
left: 0%;
}
#car-list .car .text-container .txt{
width: calc(100% - 80px);
}
#car-list .car .text-container .txt .title{
font-size: 18px;
line-height: 18px;
}
#car-list .car .text-container .txt .subtitle{
font-size: 14px;
line-height: 14px;
margin-top: 5px;
}
#car-list .car .text-container .price{
width: 80px;
line-height: 32px;
font-size: 17px;
}
#car-list .car .text-container .data .text{
width: 50%;
margin-top: 3%;
font-size: 13px;
line-height: 13px;
}
}