* {
    padding: 0;
    margin: 0;
}

body {
    box-sizing: border-box;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6,
.single-content p {
    margin: 0;
}

.single-content {
    padding: 40px 0 70px;
    background-color: #fff;
}

.single-content .head-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: #F4F8F8;
    border-radius: 50%;
}

.single-content .head-content .left-content {
    max-width: 1200px;
}

.single-content .head-content .left-content h1 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2em;
    color: #0F0F10;
    margin-bottom: 20px;
}

.single-content .head-content .left-content h1 span {
    font-weight: 500;
    font-size: 30px;
}

.single-content .head-content .left-content ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 28px;
    align-items: center;
    list-style: none;
}

.single-content .head-content .left-content ul li {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
    padding-left: 30px;
    position: relative;
}

.single-content .head-content .left-content ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 19px;
    background-size: cover;
    background-image: url("/wp-content/uploads/2025/07/Frame-130402.svg");
}

.single-content .body-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 90px;
}

.single-content .body-content .left-content {
    /*     max-width: 750px; */
    width: 50%;
}

.single-content .body-content .vehicle-images {
    width: 84%;
    margin: 0 auto;
}

.single-content .body-content .vehicle-images img {
    max-height: 379px;
    border-radius: 20px;
    object-fit: cover;
    margin: 0 auto;
}

.single-content .body-content .vehicle-images .slick-prev::before,
.single-content .body-content .vehicle-images .slick-next::before {
    display: none;
}

.single-content .body-content .vehicle-images .slick-prev,
.single-content .body-content .vehicle-images .slick-next {
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-content .body-content .vehicle-images .slick-prev img,
.single-content .body-content .vehicle-images .slick-next img {
    width: 100%;
    height: 100%;
}

.single-content .body-content .vehicle-images .slick-prev {
    left: -65px;
}

.single-content .body-content .vehicle-images .slick-next {
    right: -65px;
}

.single-content .body-content .slider-underbar {
    margin: 24px 0 40px;
    padding: 8px 20px;
    border-radius: 2px;
    background-color: #F4F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.single-content .body-content .slider-underbar div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-content .body-content .slider-underbar div p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.single-content .body-content .faq-section h2,
.single-content .body-content .umweltangaben h2,
.single-content .body-content .beschreibung h2,
.single-content .body-content .vehicle-data h2 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2em;
    color: #0F0F10;
    margin-bottom: 12px;
}

.single-content .body-content .vehicle-data .data {
    display: flex;
    gap: 20px;
}

.single-content .body-content .vehicle-data .data + .data {
    margin-top: 8px;
}

.single-content .body-content .vehicle-data .data p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    color: #0F0F10;
    width: 50%;
}

.single-content .body-content .vehicle-data .vehicle-pdf {
    font-family: "Quicksand", sans-serif !important;
    padding: 16px 36px;
    border: 2px solid #026363;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #026363;
    margin: 60px auto 0;
    display: block;
    width: fit-content;
    text-decoration: none;
}

.single-content .body-content .vehicle-data .vehicle-pdf:hover {
    color: #FFFFFF;
    background-color: #026363;
    box-shadow: 0px 4px 15px 0px #02636340;
}

.single-content .body-content .beschreibung {
    margin-top: 60px;
}

.single-content .body-content .beschreibung p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: #0F0F10;
}

.single-content .body-content .umweltangaben {
    margin-top: 60px;
}

.single-content .body-content .umweltangaben h2 {
    margin: 0;
}

.single-content .body-content .umweltangaben .umweltangaben-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 16px 0;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 24px;
    cursor: pointer;
}

.single-content .body-content .umweltangaben .umweltangaben-body div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-content .body-content .umweltangaben .umweltangaben-body div {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 0;
}

.single-content .body-content .umweltangaben .umweltangaben-body div p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #0F0F10;
}

.single-content .body-content .umweltangaben .grap-img {
    max-width: 217px;
    margin-top: 24px;
    display: block;
}

.single-content .body-content .faq-section {
    margin-top: 60px;
}

.single-content .body-content .faq-section h2 {
    margin-bottom: 24px;
}

.single-content .body-content .faq-section .faq-items {
    padding: 15px 32px;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    min-height: 88px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.single-content .body-content .faq-section .faq-items + .faq-items {
    margin-top: 16px;
}

.single-content .body-content .faq-section .faq-items .faq-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.single-content .body-content .faq-section .faq-items .faq-button span {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2em;
    color: #0F0F10;
    max-width: 560px;
}

.single-content .body-content .faq-section .faq-items .faq-button svg {
    width: 20px;
    height: 20px;
}

.single-content .body-content .faq-section .faq-items .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.single-content .body-content .faq-section .faq-items.active .faq-content {
    max-height: 100000px;
}

.single-content .body-content .faq-section .faq-items .faq-content div {
    padding-top: 30px;
}

.single-content .body-content .faq-section .faq-items .faq-content p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: #0F0F10;
}

.single-content .right-content {
    /*     max-width: 500px; */
    width: 50%;
    padding: 40px;
    background: #F4F8F8;
    border-radius: 20px;
    position: sticky;
    top: 0;
}

body .single-content .right-content .price_title-min {
    margin: 0 0 20px;
}

.single-content .right-content h2 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    color: #0F0F10;
    margin-bottom: 20px;
}

.single-content .right-content .prices {
    margin-bottom: 32px;
}

.single-content .right-content .prices div {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    color: #026363;
    margin-bottom: 7px;
    white-space: nowrap;
}

.single-content .right-content .prices div .monat,
.single-content .right-content .prices p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #0F0F10;
}

.single-content .right-content .price-select {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.single-content .right-content .price-select select {
    width: 100%;
    border-radius: 12px;
    padding: 20px 48px;
    background: #FFFFFF;
    border: 2px solid #D7E6E7;
    box-shadow: -4px -4px 3px 0px #0263631A inset;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #0F0F10;
    outline: none;
    padding-left: 10px;
    text-indent: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2025/07/fi_32195.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px 20px;
}

.single-content .right-content .price-select div {
    position: relative;
    width: 100%;
}

.single-content .right-content .price-select div:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/uploads/2025/07/fi_67994.svg");
    background-size: cover;
    z-index: 1;
}

.single-content .right-content .price-select div + div:after {
    background-image: url("/wp-content/uploads/2025/07/fi_8860742.svg");
}

.single-content .right-content .description {
    margin: 32px 0 0;
}

.single-content .right-content .description p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
    color: #0F0F10;
}

.single-content .right-content .anfragen {
    max-width: 330px;
    margin: 0 auto 32px;
}

.single-content .right-content .anfragen button {
    width: fit-content;
    display: block;
    padding: 14px 36px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    background: #026363;
    box-shadow: 0px 4px 15px 0px #02636340;
    margin: 0 auto 12px;
    border: 1px solid #026363;
}

.single-content .right-content .anfragen button:hover {
    background: transparent;
    color: #026363;
}

.single-content .right-content .anfragen p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    color: #0F0F10;
}

.single-content .right-content .option-select .option-head,
.single-content .right-content .details-zum .zum-head {
    padding: 16px 0;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    cursor: pointer;
}

.single-content .right-content .option-select .option-head h3,
.single-content .right-content .details-zum .zum-head h3 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    color: #0F0F10;
}

.single-content .right-content .details-zum .zum-body {
    padding-top: 16px;
}

.single-content .right-content .option-select.auto-abo .option-head h3 span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
}

.single-content .right-content .option-select.auto-abo .option-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 20px;
}

.single-content .right-content .option-select.auto-abo .option-body .option-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.single-content .right-content .details-zum .zum-body .mian + .mian {
    margin-top: 16px;
}

.single-content .right-content .details-zum .zum-body .mian div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-content .right-content .details-zum .zum-body .mian div p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    color: #0F0F10;
}

.single-content .right-content .details-zum .zum-body .mian div p + p {
    max-width: 140px;
    width: 100%;
}

.single-content .right-content .details-zum .zum-body .mian div p.price-ru {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.single-content .right-content .details-zum .zum-body .mian div p.l-price {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    color: #026363;
}

.single-content .right-content .details-zum .zum-body .mian div p.l-price span {
    font-size: 12px;
}

.single-content .right-content .option-select {
    margin-bottom: 32px;
}

.single-content .right-content .option-select .option-body {
    padding-top: 16px;
}

.single-content .right-content .option-select .option-body .select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.single-content .right-content .option-select .option-body .select-option + .select-option {
    margin-top: 8px;
}

.single-content .right-content .option-select .option-body .select-option .left {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 350px;
}

.single-content .right-content .option-select .option-body .select-option .left .slc-btn {
    min-width: 16px;
    height: 16px;
    border: 2px solid #0F0F10;
    border-radius: 50%;
}

.single-content .right-content .option-select .option-body .select-option.active .left .slc-btn {
    background: #0F0F10;
}

.single-content .right-content .option-select .option-body .select-option .left p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.single-content .right-content .option-select .option-body .select-option .right {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    color: #026363;
    width: 100%;
    max-width: 145px;
}

.vehicle-form-section {
    padding: 40px 0 100px;
}

.vehicle-form-section .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

.vehicle-form-section .content .left {
    max-width: 784px;
    width: 100%;
}

.vehicle-form-section .content .left h1 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2em;
    color: #0F0F10;
    margin-bottom: 24px;
}

.vehicle-form-section .content .left .head-data h1 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2em;
    color: #0F0F10;
    margin-bottom: 40px;
}

.vehicle-form-section .content .left .head-data ul {
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    gap: 28px;
    align-items: center;
    list-style: none;
}

.vehicle-form-section .content .left .head-data ul li {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
    padding-left: 30px;
    position: relative;
}

.vehicle-form-section .content .left .head-data ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("/wp-content/uploads/2025/07/Frame-130402.svg");
}

.vehicle-form-section .content .right {
    max-width: 784px;
    width: 100%;
}

.vehicle-form-section .content .right #car-images-preview {
    margin-bottom: 32px;
}

.vehicle-form-section .content .right #car-images-preview img {
    width: 100%;
}

.vehicle-form-section .content .right #car-images-preview img + img {
    display: none;
}

.vehicle-form-section .content .right .allfule {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #0F0F10;
    margin-bottom: 32px;
]
}

.vehicle-form-section .content .right .prices div {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
    color: #026363;
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.vehicle-form-section .content .right .prices div .monat {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    color: #0F0F10;
}

.vehicle-form-section .content .right .prices p {
    margin: 14px 0 0;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    color: #0F0F10;
}

.vehicle-form-section .content .right .prices {
    margin-bottom: 32px;
}

.vehicle-form-section .content .right .select {
    display: flex;
    gap: 60px;
    margin-bottom: 32px;
}

.vehicle-form-section .content .right .select p {
    padding: 0 5px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 3px solid #026363;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    color: #0F0F10;
}

.vehicle-form-section .content .right .option-select-box + .option-select-box {
    margin-top: 32px;
}

.vehicle-form-section .content .right .option-select-box h3 {
    padding: 16px 0;
    border-bottom: 1px solid #C4C4C4;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
    margin-bottom: 16px;
}

.vehicle-form-section .content .right .option-select-box .select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.vehicle-form-section .content .right .option-select-box .select-option + .select-option {
    margin-top: 8px;
}

.vehicle-form-section .content .right .option-select-box .select-option .left {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 450px;
}

.vehicle-form-section .content .right .option-select-box .select-option .left .slc-btn {
    min-width: 16px;
    height: 16px;
    border: 2px solid #0F0F10;
    border-radius: 50%;
}

.vehicle-form-section .content .right .option-select-box .select-option .left p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
    margin-bottom: 0;
}

.vehicle-form-section .content .right .option-select-box .select-option .right {
    display: none;
}

.vehicle-form-section textarea,
.vehicle-form-section input[type="text"],
.vehicle-form-section input[type="email"],
.vehicle-form-section input[type="tel"],
.vehicle-form-section input[type="url"] {
    background: #FFFFFF;
    border: 2px solid #D7E6E7;
    box-shadow: -4px -4px 3px 0px #0263631A inset;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    height: 69px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    color: #0F0F10;
    margin-bottom: 16px;
}

.vehicle-form-section textarea::placeholder,
.vehicle-form-section input[type="text"]::placeholder,
.vehicle-form-section input[type="email"]::placeholder,
.vehicle-form-section input[type="tel"]::placeholder,
.vehicle-form-section input[type="url"]::placeholder {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    color: #0F0F10;
}

.vehicle-form-section .hidden-field{
    display: none;
}

.vehicle-form-section .selection-btn {
    display: none;
}

.vehicle-form-section .submit-form > textarea {
    height: 150px;
}

.vehicle-form-section .wpcf7-list-item {
    margin-bottom: 16px;
}

.vehicle-form-section .wpcf7-list-item label {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #0F0F10;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vehicle-form-section .Unverbindlich {
    margin-top: 24px;
    background: #026363;
    box-shadow: 0px 4px 15px 0px #02636340;
    border-radius: 100px;
    padding: 16px 36px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    color: #FFFFFF;
    border: none;
}


/**/
.fahrzeug-filter {
    max-width: 520px;
    width: 100%;
}

.fahrzeug-filter .select-maintenance label {
    margin-bottom: 8px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.fahrzeug-filter .select-maintenance .fahrzeug-select {
    position: relative;
}

.fahrzeug-filter .select-maintenance .fahrzeug-select .select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.fahrzeug-filter .select-maintenance .fahrzeug-select .car-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.fahrzeug-filter .select-maintenance .fahrzeug-select select {
    width: 100%;
    border-radius: 12px;
    padding: 20px;
    padding-left: 48px;
    background: #FFFFFF;
    border: 2px solid #D7E6E7;
    box-shadow: -4px -4px 3px 0px #0263631A inset;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #0F0F10;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fahrzeug-filter .slider-group {
    margin-top: 20px;
}

.fahrzeug-filter .slider-label {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.fahrzeug-filter .slider-container {
    position: relative;
}

.fahrzeug-filter .range-value {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #0F0F10;
}

.fahrzeug-filter input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #D7E6E7;
    border-radius: 100px;
    outline: none;
    /*overflow: hidden;*/
    --progress: 0%;
    background: linear-gradient(to right, #026363 var(--progress), #D7E6E7 var(--progress));
    cursor: pointer;
}


.fahrzeug-filter input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #005f5d;
    border: 2px solid white;
    border-radius: 50%;
    cursor: grab;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-top: -3px; /* Aligns thumb center to track */
    transition: transform 0.2s ease;
}

.fahrzeug-filter input[type=range]:active::-webkit-slider-thumb {
    cursor: grabbing;
    transform: scale(1.1);
}

.fahrzeug-filter input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #005f5d;
    border: 2px solid white;
    border-radius: 50%;
    cursor: grab;
}

.fahrzeug-filter input[type=range]:active::-moz-range-thumb {
    cursor: grabbing;
}


/*vehicleDeactivated*/
.vehicleDeactivated .single-content {
    padding: 40px 0;
}

.vehicleDeactivated .single-content {
    user-select: none; /* Disable text selection */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    pointer-events: none; /* Disable mouse events like right click */
}

.vehicleDeactivated .single-content .bar {
    padding: 16px;
    background: #FF977180;
    border-radius: 2px;
    margin-bottom: 40px;
}

.vehicleDeactivated .single-content .bar p {
    text-align: center;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 36px;
    line-height: 1em;
    color: #0F0F10;
}

.vehicleDeactivated .single-content h1 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2em;
    color: #0F0F10;
    margin-bottom: 60px;
    opacity: 50%;
}

.vehicleDeactivated .single-content h1 span {
    font-weight: 500;
    font-size: 30px;
}

.vehicleDeactivated .single-content .body-content {
    opacity: 50%;
    margin-bottom: 60px;
}

.vehicleDeactivated .single-content .right-content {
    background: transparent;
    padding: 0;
}

.vehicleDeactivated .single-content .alterntiven p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2em;
    color: #0F0F10;
}

.single-content .body-content .mobile-show {
    display: none;
}

/*Fahrzeugangebote*/
.ha-hero-section {
    padding: 40px 0 0;
}

.ha-hero-section .content {
    background: #F4F8F8;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.ha-hero-section .content .left {
    max-width: 730px;
    width: 100%;
}

.ha-hero-section .content .right {
    max-width: 660px;
    width: 100%;
}

.ha-hero-section .content .left h1 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2em;
    color: #0F0F10;
    margin-bottom: 16px;
}

.ha-hero-section .content .left p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #0F0F10;
}

.hero-bottom-card {
    margin-top: -32px;
    position: relative;
}

.hero-bottom-card .content {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.hero-bottom-card .content .hero-card {
    max-width: 429px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #026363;
    border-radius: 20px;
    padding: 0 20px 20px;
}

.hero-bottom-card .content .hero-card p {
    margin: 0;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4em;
    color: #0F0F10;
}

.hero-bottom-card .content .hero-card span {
    margin: -17px 0 4px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    background: #026363;
}

.filter-list-section {
    padding: 30px 0 92px;
}

.filter-list-section h2 {
    margin: 0 0 40px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2em;
    color: #0F0F10;
}

.filter-list-section .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 70px;
}

.filter-list-section .content .filter {
    border: 1px solid #0F0F101A;
    border-radius: 20px;
    padding: 20px 24px;
    max-width: 300px;
    width: 100%;
}

.filter-list-section .content .filter .filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #0F0F101A;
}

.filter-list-section .content .filter .filter-heading h4 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
    margin: 0;
}

.filter-list-section .content .filter .filter-heading .reset-filters svg,
.filter-list-section .content .filter .filter-heading .reset-filters {
    cursor: pointer;
    display: block;
}

.filter-list-section .content .filter button.anzeigen-filters,
.filter-list-section .content .filter button.reset-filters{
    background: #026363;
    border-radius: 100px;
    padding: 10px 20px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: #FFFFFF;
    border: none;
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    display: none;
}


.filter-list-section .content .filter .filter-btn {
    padding: 24px 0;
    border-bottom: 1px solid #0F0F101A;
}

.filter-list-section .content .filter .filter-btn h4 {
    margin: 0 0 20px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.filter-list-section .content .filter .filter-btn .radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-list-section .content .filter .filter-btn .radio-option + .radio-option {
    margin-top: 8px;
}

.filter-list-section .content .filter .filter-btn .radio-option label {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.filter-list-section .content .filter .filter-btn .price-rate {
    display: flex;
    gap: 16px;
}

.filter-list-section .content .filter .filter-btn .price-rate input {
    background: #FFFFFF;
    border: 2px solid #D7E6E7;
    box-shadow: -4px -4px 3px 0px #0263631A inset;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    height: 50px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    color: #0F0F10;
}

.filter-list-section .content .filter .filter-btn .btn-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-list-section .content .filter .filter-btn .btn-filter .karosserie-btn {
    background: #F4F8F8;
    border-radius: 100px;
    padding: 10px 20px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: #0F0F10;
    border: none;
}

.filter-list-section .content .filter .filter-btn .btn-filter .karosserie-btn.active {
    color: #FFFFFF;
    background: #026363;
}

.filter-list-section .content .filter .filter-btn:last-child {
    padding-bottom: 0;
    border: 0;
}

.filter-list-section .content .filter .filter-btn .filter-b {
    margin-top: 24px;
    width: 100%;
    background: #026363;
    border-radius: 100px;
    padding: 16px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    border: none;
}

.filter-list-section .content .car-listing {
    max-width: 1110px;
    width: 100%;
}

.filter-list-section .content .car-listing .list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 24px;
    /*border-bottom: 1px solid #0F0F101A;*/
}

.filter-list-section .content .car-listing .list-head .totle-list {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
    opacity: 80%;
    margin: 0;
}

.filter-list-section .content .car-listing .list-head select {
    background: #FFFFFF;
    border: 2px solid #D7E6E7;
    box-shadow: -4px -4px 3px 0px #0263631A inset;
    border-radius: 12px;
    padding: 10px 20px;
    width: fit-content;
    height: 50px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    color: #0F0F10;
    outline: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2025/07/fi_32195.svg'); /* custom arrow if needed */
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.filter-list-section .content .car-list {
    padding: 24px 0;
    border-top: 1px solid #0F0F101A;
}

.filter-list-section .content .car-list:last-child {
    border-bottom: 1px solid #0F0F101A;
}

.filter-list-section .content .car-list .list-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.filter-list-section .content .car-list .list-body img {
    max-width: 350px;
    width: 100%;
}

.filter-list-section .content .car-list .list-body img + img {
    display: none;
}

.filter-list-section .content .car-list .list-body .body-content {
    max-width: 740px;
    width: 100%;
}

.filter-list-section .content .car-list .list-body .body-content .car-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
}

.filter-list-section .content .car-list .list-body .body-content .car-head .car-head {
    max-width: 320px;
}

.filter-list-section .content .car-list .list-body .body-content .car-head h3 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 1em;
    color: #0F0F10;
    margin-bottom: 8px;
}

.filter-list-section .content .immediate-availability {
    margin: 20px 0 0;
}

.filter-list-section .content .immediate-availability label {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.filter-list-section .content .car-list .list-body .body-content .car-head h3 span {
    font-weight: 400;
    font-size: 18px;
}

.filter-list-section .content .car-list .list-body .body-content .car-head h4 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
    margin: 0;
}

.filter-list-section .content .car-list .list-body .body-content .car-head ul {
    max-width: 320px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
    list-style: none;
}

.filter-list-section .content .car-list .list-body .body-content .car-head ul li {
    padding-left: 23px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
    position: relative;
}

.filter-list-section .content .car-list .list-body .body-content .car-head ul li + li + li {
    display: none;
}

.filter-list-section .content .car-list .list-body .body-content .car-head ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-image: url("/wp-content/uploads/2025/07/Frame-130402.svg");
}

.filter-list-section .angebote-filter {
    width: fit-content;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 100px;
    background: #F4F8F8;
}

.filter-list-section .angebote-filter button {
    padding: 9px 24px;
    border-radius: 100px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    color: #0F0F10;
    border: none;
}

.filter-list-section .angebote-filter button:hover {
    background: #026363;
    color: #FFFFFF;
}

.filter-list-section .angebote-filter button.active {
    background: #026363;
    color: #FFFFFF;
}

.car-list .list-body .body-content .car-price-detils {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 40px;
}
.car-list .list-body .body-content .car-price-detils .maintenance-data{
    display: none;
}

.car-list .list-body .body-content .car-price-detils .price {
    width: fit-content;
}

.car-list .list-body .body-content .car-price-detils .price-tax{
    width: 200px;
}

.car-list .list-body .body-content .car-price-detils .price h6 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 28px;
    line-height: 1em;
    margin: 0 0 7px;
    color: #026363;
    white-space: nowrap;
}

.car-list .list-body .body-content .car-price-detils .price h6 span {
    font-weight: 400;
    font-size: 14px;
    color: #0F0F10;
}

.car-list .list-body .body-content .car-price-detils .price-tax p,
.car-list .list-body .body-content .car-price-detils .price p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0F0F10;
    margin: 0;
}

.car-list .list-body .body-content .car-price-detils .price-tax h6 {
    margin: 0 0 7px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 22px;
    line-height: .8em;
    color: #CD8156;
}

.car-list .list-body .body-content .car-price-detils .price-tax h6 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: #0F0F10;
}

.car-list .list-body .body-content .car-price-detils .price-tax h6 span.all {
    font-weight: 400;
    font-size: 18px;
    color: #0F0F10;
}

.car-list .list-body .body-content .car-price-detils .selection {
    width: fit-content;
}

.car-list .list-body .body-content .car-price-detils .selection h6 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
    margin: 0 0 8px;
}

.car-list .list-body .body-content .car-price-detils .selection p {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0F0F10;
    margin: 0;
}

.car-list .list-content {
    margin: 12px 0 0;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0F0F10;
}

.car-list .fule-list {
    background: #F4F8F8;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.car-list .fule-list p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
    margin: 0;
}

.single-content .body-content .umweltangaben svg {
    width: 20px;
    height: 20px;
}

.ha-hero-section .hero-bottom-card {
    display: none;
}

.filter-list-section .content .filter svg {
    display: none;
}

.filter-list-section .fil-btn {
    display: none;
}

.filter-list-section .list-count {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lading-page .filter-list-section .content .list-count h2 {
    display: none;
}

.lading-banner-section {
    padding: 40px 0 50px;
}

.lading-banner-section .content {
    background: #F4F8F8;
    border-radius: 20px;
    padding: 60px;
}

.lading-banner-section .content h1 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.2em;
    color: #0F0F10;
    margin: 0 0 16px;
}

.lading-banner-section .content h2 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    color: #0F0F10;
    margin: 0;
}

.lading-banner-section .content .banner-content {
    display: flex;
    gap: 100px;
}

.lading-banner-section .content .banner-content .banner-listing {
    width: 60%;
}

.lading-banner-section .content .banner-content .banner-video {
    padding: 50px 0 0;
    width: 35%;
}

.lading-banner-section .content .banner-content .banner-video iframe {
    width: 100%;
    max-height: 220px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.lading-banner-section .content .banner-content .banner-video p {
    margin: 0 0 40px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin: 0 0 40px;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group a svg {
    width: 15px;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group .number-btn {
    display: flex;
    align-items: center;
    padding: 13px 25px;
    gap: 10px;
    background: #026363;
    border-radius: 100px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    border: 1px solid #026363;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group .number-btn:hover{
    background: #fff;
    color: #026363;
}
.lading-banner-section .content .banner-content .banner-video .banner-btn-group .number-btn:hover svg path{
    fill: #026363;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group .ruckruf-btn {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #026363;
    display: flex;
    align-items: center;
    padding: 13px 25px;
    gap: 10px;
    border: 1px solid #026363;
    border-radius: 100px;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group .ruckruf-btn:hover{
    color: #FFFFFF;
    background: #026363;
}

.lading-banner-section .content .banner-content .banner-video .banner-btn-group .ruckruf-btn:hover svg path{
    fill: #FFFFFF;
}

.lading-banner-section .content .banner-content .banner-video .beschafft {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.lading-banner-section .content .banner-content .banner-video .beschafft p {
    margin: 0;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.lading-banner-section .content .banner-content .banner-video .review {
    max-width: 241px;
    margin: 0 auto 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.lading-banner-section .content .banner-content .banner-video .review h3 {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2em;
    color: #0F0F10;
    margin: 0 0 20px;
}

.lading-banner-section .content .banner-content .banner-video .review p {
    margin: 10px 0 0;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* black with transparency */
    z-index: 999; /* lower than .filter panel */
    display: none;
}

.lading-banner-section .content .banner-content .banner-listing {
    padding: 50px 0 0;
}

.lading-banner-section .content .banner-content .banner-listing .all-list {
    margin: 0 0 30px;
}

.lading-banner-section .content .banner-content .list {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.lading-banner-section .content .banner-content .list + .list {
    margin-top: 20px;
}

.lading-banner-section .content .banner-content .banner-listing .post-list {
    box-shadow: 0px 20px 101px 0px #00000014,
    0px 3px 0px 0px #026363;
    border: 2px solid #026363;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 -106px;
    position: relative;
    z-index: 1;
}

.lading-banner-section .content .banner-content .banner-listing .post-list img {
    width: 100%;
    margin: 0 0 32px;
    max-height: 330px;
    object-fit: cover;
}

.lading-banner-section .content .banner-content .banner-listing .post-list img + img {
    display: none;
}

.banner-listing .post-list .list-post-body {
    display: flex;
    gap: 80px;
}

.banner-listing .post-list .list-post-body .left {
    width: 65%;
}

.banner-listing .post-list .list-post-body .right {
    width: 37%;
}

.banner-listing .post-list .list-post-body .right p.price {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    color: #026363;
}

.banner-listing .post-list .list-post-body .right p.price span {
    display: block;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    color: #0F0F10;
}

.banner-listing .post-list .list-post-body .right p.price span.ab{
    display: inline;
}

.banner-listing .post-list .list-post-body .right p {
    margin: 12px 0 0;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.banner-listing .post-list .list-post-body .right a {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 28px;
    border-radius: 100px;
    background: #026363;
    box-shadow: 0px 4px 15px 0px #02636340;
}

.banner-listing .post-list .list-post-body .left .content123 {
    padding: 0 0 16px;
    border-bottom: 1px solid #0F0F101A;
}

.banner-listing .post-list .list-post-body .left .content123 div {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.banner-listing .post-list .list-post-body .left .content123 div p {
    margin: 0;
}

.banner-listing .post-list .list-post-body .left .content123 div + div {
    margin: 16px 0 0;
}

.banner-listing .post-list .list-post-body .left .usps-list {
    padding: 16px 0;
    border-bottom: 1px solid #0F0F101A;
    margin: 0 0 16px;
}

.banner-listing .post-list .list-post-body .left .usps-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-listing .post-list .list-post-body .left .usps-list ul li {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #0F0F10;
}

.banner-listing .post-list .list-post-body .left .usps-list ul li + li + li{
    display: none;
}

.banner-listing .post-list .list-post-body .left .usps-list ul li svg {
    width: 15px;
    height: 15px;
}

.banner-listing .post-list .list-post-body .left .list-content {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3em;
    color: #0F0F10;
}

.lading-banner-section.tab {
    display: none;
}

.single-content .right-content .price_title .selection {
    display: none;
}
.single-content .all-car-text{
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    color: #0F0F10;
    text-align: center;
    margin: 60px 0 0;
}
.single-content .right-content .price_title .mobilevideo .social-share.mobile{
    display: none;
}

.activediv p{
    display: none;
}

.vehicle-form-section .content .right .option-select-box .select-option .left .tooltip,
.single-content .tooltip{
    position: relative;
}

.vehicle-form-section .content .right .option-select-box .select-option .left .tooltip:hover .tol-tip,
.single-content .tooltip:hover .tol-tip{
    display: block;
}
.vehicle-form-section .content .right .option-select-box .select-option .left .tol-tip,
.single-content .tooltip .tol-tip{
    width: 300px;
    border-radius: 16px;
    padding: 16px;
    background: #FFFFFF;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.vehicle-form-section .content .right .option-select-box .select-option .left .tol-tip p,
.single-content .tooltip .tol-tip p{
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: #0F0F10;
}

.lading-banner-section .review-list {
    margin: 24px 0;
    display: flex;
    justify-content: space-around;
    gap: 16px;
}

.lading-banner-section .review-list > div {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #0F0F10;
}

.lading-banner-section .review-list > div div {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media only screen and (min-width: 1026px){
    .filter-list-section .content .filter .filter-btn .btn-filter .karosserie-btn:hover {
        color: #FFFFFF;
        background: #026363;
    }
    .lading-banner-section .review-list > div {
        flex-flow: column;
        text-align: center;
        max-width: 170px;
        justify-content: space-between;
    }

    .lading-banner-section .review-list > div div {
        flex-flow: column;
    }
}

@media only screen and (max-width: 1025px) {
    .container {
        padding: 0 30px;
    }

    .single-content .head-content {
        align-items: flex-end;
    }

    .single-content .head-content .left-content {
        max-width: 900px;
    }

    .single-content .head-content .left-content h1 {
        font-weight: 600;
        font-size: 36px;
        line-height: 1.2em;
    }

    .single-content .head-content .left-content h1 span {
        font-weight: 500;
        font-size: 24px;
        /*display: block;*/
    }

    .single-content .head-content .left-content ul {
        flex-wrap: wrap;
    }

    .single-content .head-content .left-content ul li {
        font-size: 18px;
        line-height: 1em;
    }

    .single-content .body-content {
        flex-flow: column-reverse;
        gap: 70px;
    }

    .single-content .body-content .desktop-show {
        display: none;
    }

    .single-content .body-content .mobile-show {
        display: block;
    }

    .single-content .right-content {
        padding: 0;
        background: transparent;
        width: 100%;
        max-width: 100%;
    }

    .single-content .right-content .price_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .single-content .right-content .price_title h2 {
        font-size: 28px;
        line-height: 1em;
        max-width: 240px;
        margin: 0;
    }

    .single-content .right-content .price_title .prices {
        max-width: 284px;
        margin: 0;
    }

    .single-content .body-content .left-content {
        background: #F4F8F8;
        padding: 20px;
        border-radius: 20px;
        width: 100%
    }

    .single-content .body-content .faq-section h2,
    .single-content .body-content .umweltangaben h2,
    .single-content .body-content .beschreibung h2,
    .single-content .body-content .vehicle-data h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
    }

    .single-content .body-content .faq-section .faq-items .faq-button span {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2em;
        max-width: 100%;
    }

    .vehicleDeactivated .single-content .bar p {
        font-weight: 400;
        font-size: 24px;
    }

    .vehicleDeactivated .single-content h1 {
        max-width: 424px;
        font-size: 32px;
        margin-bottom: 40px;
    }

    .vehicleDeactivated .single-content h1 span {
        font-size: 24px;
        display: block;
    }

    .single-content .right-content {
        position: static;
    }

    .single-content .right-content .anfragen p {
        margin: 15px 0 0;
    }

    .filter-list-section .content .filter button.anzeigen-filters,
    .filter-list-section .content .filter button.reset-filters{
        display: block;
    }

    .vehicleDeactivated .single-content .body-content {
        flex-flow: column;
        gap: 40px;
        margin-bottom: 60px;
    }

    .vehicleDeactivated .single-content .right-content .price-select {
        display: none;
    }

    .vehicleDeactivated .single-content .right-content .prices {
        margin-bottom: 0;
    }

    .vehicleDeactivated .single-content .alterntiven p {
        font-size: 24px;
    }

    .single-content .right-content .option-select .option-head h3,
    .single-content .right-content .details-zum .zum-head h3 {
        font-size: 24px;

    }

    .ha-hero-section {
        padding-top: 70px;
    }

    .ha-hero-section .content {
        padding: 20px;
        border-radius: 20px;
        flex-flow: column;
        gap: 40px;
    }

    .ha-hero-section .hero-bottom-card {
        display: block;
    }

    .hero-bottom-card {
        display: none;
        margin: 0;
    }

    .ha-hero-section .content .left,
    .ha-hero-section .hero-bottom-card .container {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .ha-hero-section .hero-bottom-card .content {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-flow: row;
        padding: 0;
    }

    .hero-bottom-card .content .hero-card span {
        display: none;
    }

    .hero-bottom-card .content .hero-card {
        padding: 16px;
    }

    .ha-hero-section .content .left h1 {
        margin: 0 0 16px;
        font-size: 32px;
    }

    .ha-hero-section .content .left p {
        font-size: 16px;
        margin: 0;
    }

    .filter-list-section {
        padding: 65px 0;
    }

    .filter-list-section .content .filter {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 70%;
        background: #FFFFFF;
        z-index: 111;
        display: none;
    }

    .filter-list-section .content .filter.active {
        display: block;
        z-index: 11111111;
    }

    .filter-list-section .content .filter .filter-h {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .filter-list-section .content .filter svg {
        display: block;
        cursor: pointer;
    }

    .filter-list-section .fil-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 16px 20px;
        background: #F4F8F8;
        border: 1px solid #026363;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5em;
        color: #0F0F10;
        border-radius: 100px;
        cursor: pointer;
    }

    .filter-list-section .fil-btn:focus,
    .filter-list-section .fil-btn:hover {
        background: #F4F8F8;
        color: #0F0F10;
    }

    .filter-list-section .list-count {
        width: fit-content;
        gap: 16px;
    }

    .filter-list-section .content .car-listing .list-head {
        border: none;
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 999;
        padding: 20px 0;
    }

    .car-list .list-body .body-content .car-price-detils .price-tax h6{
        margin: 0 0 15px;
    }

    .filter-list-section .content .car-list .list-body {
        flex-flow: column;
        gap: 24px;
    }

    .filter-list-section .content .car-list .list-body img {
        width: 100%;
        max-width: 100%;
    }

    .filter-list-section .content .car-list .list-body .body-content {
        width: 100%;
        max-width: 100%;
    }

    .car-list .list-body .body-content .car-price-detils {
        flex-wrap: wrap;
        justify-content: left;
        row-gap: 20px;
    }

    .car-list .list-body .body-content .car-price-detils .selection,
    .car-list .list-body .body-content .car-price-detils .price-tax,
    .car-list .list-body .body-content .car-price-detils .price {
        width: 47%;
    }

    .car-list .list-body .body-content .car-price-detils .selection p{
        margin: 0;
    }
    .car-list .list-body .body-content .car-price-detils .selection h6 {
        margin: 0 0 10px;
    }

    .vehicle-form-section .selection-btn {
        display: block;
    }

    .vehicle-form-section .content {
        flex-flow: column-reverse;
        gap: 40px;
    }

    .vehicle-form-section .content .right .image-info {
        display: flex;
        gap: 36px;
        align-items: center;
    }

    .vehicle-form-section .content .right .option-select-box,
    .vehicle-form-section .content .right .allfule {
        display: none;
    }

    .vehicle-form-section .selection-btn button {
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
        text-align: center;
        padding: 12px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #026363;
        width: 100%;
        background: #F4F8F8;
        color: #0F0F10;
    }
    .vehicle-form-section .selection-btn button .active{
        display: none;
    }

    .vehicle-form-section .content .right.active  button .active{
        display: block;
    }
    .vehicle-form-section .content .right.active  button .no-active{
        display: none;
    }

    .vehicle-form-section .content .right #car-images-preview {
        width: 45%;
    }

    .vehicle-form-section .content .right .select {
        gap: 36px;
    }

    .vehicle-form-section .content .right .select p,
    .vehicle-form-section .content .right .prices p,
    .vehicle-form-section .content .right .prices div .monat {
        font-size: 14px;
    }

    .vehicle-form-section .content .right .prices p {
        margin-top: 4px;
    }

    .vehicle-form-section .content .left h1 {
        font-size: 32px;
        margin: 0 0 16px;
    }

    .vehicle-form-section .content .left .head-data h1 {
        font-size: 24px;
    }

    .vehicle-form-section .content .left .head-data ul {
        flex-flow: column;
        gap: 16px;
        align-items: start;
    }

    .vehicle-form-section {
        padding-bottom: 40px;
    }

    .vehicle-form-section .content .right.active .image-info {
        flex-flow: column;
        align-items: flex-start;
        gap: 32px;
    }

    .vehicle-form-section .content .right.active #car-images-preview {
        width: 100%;
    }

    .vehicle-form-section .content .right.active .price-info {
        width: 100%;
    }

    .vehicle-form-section .content .right.active .option-select-box,
    .vehicle-form-section .content .right.active .allfule {
        display: block;
    }

    .vehicle-form-section .content .right.active #car-images-preview {
        margin: 0;
    }

    .vehicle-form-section .content .right.active .select p,
    .vehicle-form-section .content .right.active .prices p,
    .vehicle-form-section .content .right.active .prices div .monat {
        font-size: 16px;
    }

    .vehicle-form-section .content .right.active .select {
        gap: 60px;
    }

    .vehicle-form-section .content .right.active .selection-btn {
        margin-top: 40px;
    }

    .filter-list-section .content .car-listing .list-head {
        margin-bottom: 40px;
    }

    .filter-list-section h2 {
        display: none;
    }

    .lading-page .filter-list-section .content .car-listing .list-head select {
        display: none;
    }

    .lading-page .filter-list-section .content .list-count h2 {
        display: block;
        margin: 0;
        font-size: 32px;
    }

    .lading-banner-section.desktop {
        display: none;
    }

    .lading-banner-section {
        padding-top: 20px;
    }

    .lading-banner-section h1.title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 32px;
    }

    .lading-banner-section h1.title span {
        display: block;
        font-size: 24px;
    }

    .lading-banner-section .content {
        padding: 20px;
    }

    .lading-banner-section .post-list {
        padding: 0 0 60px;
        border-bottom: 1px solid #0F0F1033;
        margin: 0 0 60px;
    }

    .lading-banner-section .post-list img {
        margin-bottom: 32px;
    }

    .lading-banner-section .post-list img + img {
        display: none;
        margin-bottom: 32px;
    }

    .lading-banner-section .prices-card {
        max-width: 366px;
        margin-bottom: 24px;
        margin-left: auto;
    }

    .lading-banner-section .prices-card p {
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 14px;
        line-height: 1em;
        color: #0F0F10;
        margin: 0;
    }

    .lading-banner-section .prices-card p.price span {
        font-weight: 700;
        font-size: 40px;
        line-height: 1.2em;
        color: #026363;
    }

    .lading-banner-section .prices-card p + p {
        margin: 12px 0 0;
        text-align: right;
    }

    .lading-banner-section .content123 {
        padding-bottom: 16px;
        border-bottom: 1px solid #0F0F101A;
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 12px;
    }

    .lading-banner-section .content123 div {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
        color: #0F0F10;
    }

    .lading-banner-section .usps-list ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 12px;
        padding: 16px 0 0;
        margin: 0;
        list-style: none;
    }

    .lading-banner-section .usps-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
        color: #0F0F10;
    }

    .lading-banner-section .post-list a.lanf-btn {
        margin: 32px auto;
        padding: 16px 90px;
        background: #026363;
        box-shadow: 0px 4px 15px 0px #02636340;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 18px;
        line-height: 1em;
        text-align: center;
        color: #FFFFFF;
        width: fit-content;
    }

    .lading-banner-section .post-list .list-content {
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3em;
        color: #0F0F10;
        margin: 0;
    }

    .lading-banner-section h2 {
        margin: 0 0 22px !important;
    }

    .lading-banner-section .list {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
        color: #0F0F10;
    }

    .lading-banner-section .list + .list {
        margin: 12px 0 0;
    }

    .lading-banner-section .review-list {
        margin: 24px 0 !important;
        display: flex !important;
        gap: 16px !important;
    }

    .lading-banner-section .review-list > div {
        display: flex;
        align-items: center;
        gap: 14px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
        color: #0F0F10;
    }

    .lading-banner-section .review-list > div div {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .lading-banner-section iframe {
        border-radius: 20px;
        margin: 0 0 20px;
        width: 100%;
    }

    .lading-banner-section p.under-v {
        margin: 0 0 24px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5em;
        color: #0F0F10;
    }

    .lading-banner-section .banner-btn-group {
        display: flex;
        gap: 24px;
    }

    .lading-banner-section .banner-btn-group a {
        padding: 16px 30px;
        width: 50%;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
        text-align: center;
        color: #FFFFFF;
        background: #026363;
    }

    .lading-banner-section .banner-btn-group a + a {
        background: transparent;
        border: 1px solid #026363;
        color: #026363;
    }

    .lading-banner-section.tab {
        display: block;
    }

    .single-content .right-content .anfragen {
        position: fixed;
        bottom: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 16px 0;
    }

    .single-content .right-content .anfragen button {
        margin: 0 auto;
    }

    body .single-content .right-content .price_title-min {
        margin-bottom: 32px;
    }

    body.active .single-content .right-content .price_title {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        margin: 0;
        padding: 20px;
        z-index: 1234;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.active .single-content .right-content .price_title h2 {
        display: none;
    }

    body.active .single-content .right-content .price_title .selection {
        display: block;
    }

    body.active .single-content .right-content .price_title .prices p {
        display: none;
    }

    body.active .single-content .right-content .prices div {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 1em;
    }

    body.active .single-content .right-content .prices div .monat {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2em;
    }

    body.active .single-content .right-content .price_title .prices {
        padding-right: 24px;
    }

    body.active .single-content .right-content .price_title .selection {
        padding: 0 24px;
        border-left: 1px solid #026363;
    }

    body.active .single-content .right-content .price_title .selection + .selection {
        padding-right: 0;
    }

    body.active .single-content .right-content .price_title .selection p {
        font-family: "Quicksand", sans-serif !important;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2em;
        color: #0F0F10;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .filter-list-section .content .filter .filter-heading .reset-filters.moblie-hide{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    .single-content .head-content {
        flex-flow: column;
        gap: 24px;
        align-items: stretch;
    }

    .social-share.desktop {
        display: none;
    }

    .single-content .head-content .left-content h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .single-content .head-content .left-content h1 span {
        font-size: 24px;
    }

    .single-content .head-content .left-content ul {
        gap: 16px;
    }

    .single-content .head-content .left-content ul li {
        font-size: 16px;
    }

    .single-content .body-content {
        margin-bottom: 20px;
        gap: 60px;
    }

    .single-content .body-content .vehicle-images {
        width: 100%;
        padding-bottom: 36px;
    }

    .single-content .body-content .vehicle-images .slick-prev,
    .single-content .body-content .vehicle-images .slick-next {
        width: 28px;
        height: 28px;
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
    }

    .single-content .body-content .vehicle-images .slick-next {
        right: 40%;
    }

    .single-content .body-content .vehicle-images .slick-prev {
        left: 40%;
    }

    .single-content .body-content .slider-underbar {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px;
    }

    .single-content .body-content .slider-underbar div p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1em;
    }

    .single-content .right-content .price_title {
        flex-flow: column;
        gap: 15px;
        align-items: flex-start;
    }

    .single-content .right-content .price_title h2 {
        max-width: 100%;
        font-size: 24px;
        line-height: 1em;
        text-align: left;
    }

    .single-content .right-content .price_title .prices {
        max-width: 100%;
    }

    .single-content .right-content .price-select {
        flex-flow: column;
        gap: 16px;
    }

    .single-content .right-content .option-select .option-head h3,
    .single-content .right-content .details-zum .zum-head h3 {
        font-size: 18px;
        line-height: 1em;
    }

    .single-content .right-content .option-select .option-body .select-option .left {
        max-width: 198px;
    }

    .single-content .body-content .vehicle-data .data {
        justify-content: space-between;
    }

    .single-content .body-content .vehicle-data .data p {
        width: auto;
    }

    .single-content .body-content .umweltangaben .umweltangaben-body div > p {
        max-width: 156px;
    }


    .vehicleDeactivated .single-content .bar p {
        font-size: 18px;
    }

    .vehicleDeactivated .single-content h1 {
        font-size: 28px;
    }

    .vehicleDeactivated .single-content h1 span {
        font-size: 24px;
        display: block;
    }

    .vehicleDeactivated .single-content .body-content {
        margin-bottom: 40px;
    }

    .vehicleDeactivated .single-content .alterntiven p {
        font-size: 24px;
    }

    .ha-hero-section {
        padding: 20px 0;
    }

    .ha-hero-section .hero-bottom-card {
        display: none;
    }

    .ha-hero-section .content .right {
        display: none;
    }

    .filter-list-section .content .car-list {
        padding: 40px 0;
    }

    .filter-list-section .content .car-list .list-body .body-content .car-head {
        flex-flow: column;
        margin-bottom: 32px;
    }

    .filter-list-section .content .car-list .list-body .body-content .car-head div {
        width: 100%;
    }

    .filter-list-section .content .car-list .list-body .body-content .car-head ul {
        width: 100%;
        max-width: 100%;
    }

    .car-list .list-body .body-content .car-price-detils .selection {
        flex-flow: column;
        gap: 10px;
        align-items: flex-start;
    }

    .car-list .fule-list {
        padding: 8px 16px;
        flex-flow: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .filter-list-section .content .car-listing .list-head {
        margin-bottom: 0;
        padding: 20px 0 65px;
    }

    .filter-list-section .content .car-listing .list-head select {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .filter-list-section .content .filter {
        max-width: 95%;
    }

    .filter-list-section .content .filter .filter-heading {
        padding-bottom: 15px;
    }

    .filter-list-section .content .filter .filter-btn {
        padding: 15px 0;
    }

    .car-list .list-body .body-content .car-price-detils {
        row-gap: 20px;
    }

    .car-list .list-body .body-content .car-price-detils .price-tax h6,
    .car-list .list-body .body-content .car-price-detils .price h6 {
        margin-bottom: 0;
    }

    .vehicle-form-section .content {
        flex-flow: column;
    }

    .vehicle-form-section .content .right .image-info {
        flex-flow: column;
        gap: 0;
        align-items: flex-start;
    }

    .vehicle-form-section .content .right #car-images-preview {
        width: 100%;
    }

    .lading-page .filter-list-section .content .list-count h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .filter-list-section .list-count {
        display: block;
    }

    .filter-list-section .angebote-filter {
        flex-flow: column;
        border-radius: 20px;
        gap: 8px;
    }

    .lading-banner-section .post-list {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .lading-banner-section .review-list > div {
        flex-flow: column;
        text-align: center;
    }

    .lading-banner-section .review-list > div div {
        flex-flow: column;
    }

    .lading-banner-section .banner-btn-group {
        gap: 16px;
        flex-flow: column;
    }

    .lading-banner-section .banner-btn-group a {
        width: 100%;
    }

    .single-content .right-content .option-select.auto-abo .option-body {
        grid-template-columns: repeat(1, 1fr);
    }

    body.active .single-content .right-content .price_title .prices {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    body.active .single-content .right-content .price_title {
        flex-flow: wrap;
        gap: 16px;
    }

    body.active .single-content .right-content .price_title .selection.first {
        padding-left: 0;
        border: 0;
    }

    .single-content .head-content .left-content h1 stc {
        display: none;
    }

    .single-content .body-content {
        margin-top: 25px;
    }
    .single-content .right-content .price_title .mobilevideo{
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }
    .single-content .right-content .price_title .mobilevideo .social-share.mobile{
        display: flex;
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-left: auto;
    }
    body.active .single-content .right-content .price_title .mobilevideo .social-share.mobile{
        position: absolute;
        bottom: 0;
        right: 10px;
    }
    .single-content .right-content .price_title .mobilevideo .social-share.mobile svg{
        width: 20px;
        height: 20px;
    }
    .filter-list-section{
        padding: 10px 0 65px;
    }
    .car-list .list-body .body-content .car-price-detils{
        column-gap: 0;
    }
    .car-list .list-body .body-content .car-price-detils .price-tax{
        width: 53%;
    }
    .car-list .list-body .body-content .car-price-detils .price-tax p,
    .car-list .list-body .body-content .car-price-detils .price p{
        font-size: 13px;
    }
    .car-list .list-body .body-content .car-price-detils .price-tax h6{
        margin-bottom: 8px;
    }
    .single-content p .mobile-hide{
        display: none;
    }
    .single-content .right-content .option-select .option-body .select-option .right{
        max-width: 83px;
    }
}