:root {
    --herbrand-text-color: #282829;
    --herbrand-dark-grey: #333333;
    --herbrand-headline-color: #EDEFF1;
    --herbrand-secondary-headline-color: #A8ACBB;
    --herbrand-border-color: #474747;
    --herbrand-button-color: #01BCDE;
}

#wpcs_vehicle_persons {
    width: 400px;
    .wpcs_person.wpcs_grid_item {
        background: #4A4A4A;
        border: none;
        padding: 0;
        border-radius: 12px;
    }
    img {
        border-radius: 12px 12px 0px 0px;
    }
    .data {
        padding: 20px;
        h3,
        .position {
            color: white;
        }
        span.dashicons.dashicons-phone {
            color: var(--herbrand-button-color);
        }
    }
}

div#wpcs_vehicle_parked * {
    color: white;
}

.herbrand_ajax_loader {
    display: none;
}

.herbrand_ajax_loader:has(.wpcs_ajax_loader.active) {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333fa;
    border-radius: 10px;
    z-index: 1;
}

.herbrand_ajax_loader .wpcs_ajax_loader.active {
    position: initial;
}

.wpcs_contact_form_wrapper .field,
.wpcs_contact_form_wrapper .wpcs-form-captcha-wrapper {
    margin-bottom: 20px;
}

.wpcs_contact_form_wrapper .wpcs-form-captcha-wrapper::before {
    content: "Sicherheitsabfrage:";
    color: white;
}

.wpcs_contact_form_wrapper .row.submit.wpcs_grid.wpcs_grid_2.wpcs_v_end {
    grid-template-columns: 1fr;
}

.wpcs_contact_form_wrapper .wpcs_grid.wpcs_grid_1_2.wpcs_v_end.submit_privacy_wrapper {
    grid-template-columns: 1fr;
}

h2.wpcs_vehicle_list.wpcs_no_vehicles_found {
    color: white;
}

.dxim_filter .label_inside {
    font-size: inherit;
    color: white;
}

article.vehicle-on-archive>.wpcs_ajax_loader {
    display: none !important;
}

p.archive_location.archive_location_mobile {
    display: none;
}

.wpcs_ajax_loader .loading {
    border: 3px solid var(--herbrand-button-color);
    border-top-color: var(--herbrand-headline-color);
}

.dxim_vehicle_carousel_wrapper.carousel .dxim_vehicle_carousel .inner {
    padding: 0 8px 0 0;
}

.wpcs_contact_form_wrapper .row.wpcs-error-msg,
h3.wpcs_form_thank_you,
.wpcs_contact_form .required {
    color: white;
}

.wpcs_contact_form_wrapper #wpcs_contactform_vehicle .wpcs_multiple_checkbox {
    grid-template-columns: 1fr;
}

h1.wpcs-title.wpcs_make {
    margin-bottom: 4px;
}

.wpcs_filterform_active_filters .active_filter {
    background-color: var(--herbrand-dark-grey);
    box-shadow: none;
}

h2.wpcs-title.wpcs_model_description {
    margin-bottom: -10px;
}

a#single_page_location_banner {
    cursor: initial;
}

.dxim_ff_order_bar.horizontal a.dxim_set_order,
.herbrand_financing_text {
    color: var(--herbrand-headline-color);
}

.dxim_ff_order_bar a.dxim_set_order.current::before {
    border: solid var(--herbrand-headline-color);
    border-width: 0 2px 2px 0;
}

.herbrand_class_filter a {
    background-color: transparent !important;
}

.herbrand_class_filter.active a {
    border-color: var(--herbrand-button-color) !important;
    background-color: transparent !important;
}

div#vehicle_single_nav_buttons,
.dxim_control_buttons {
    display: flex;
    margin-top: 10px;
    gap: 5px;
}

#vehicle_single_nav_buttons .dxim_control_prev_btn,
.dxim_control_buttons .dxim_control_prev_btn,
#vehicle_single_nav_buttons .dxim_control_next_btn,
.dxim_control_buttons .dxim_control_next_btn {
    background-color: var(--herbrand-button-color);
    color: white;
    padding: 12px 18px;
    border-radius: 10px;
}

.herbrand_button {
    display: inline-block;
    border-radius: 6px;
    padding: 12px 18px;
    color: white !important;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none !important;
    line-height: 20px;
    letter-spacing: 0.5px;
    transition: background 0.3s;
}

.herbrand_button.primary {
    border: 2px solid var(--herbrand-button-color);
}

.herbrand_button.primary:hover {
    background-color: var(--herbrand-button-color);
    transition: background 0.3s;
}

.herbrand_button.secondary {
    border: 2px solid var(--herbrand-border-color);
    transition: background 0.3s;
}

.herbrand_button.secondary:hover {
    background-color: var(--herbrand-border-color);
    transition: background 0.3s;
}

.vehicle-on-archive .herbrand_archive_vehicle {
    background-image: linear-gradient(45deg, var(--herbrand-text-color) 40%, var(--herbrand-dark-grey) 70%);
    border-radius: 12px;
    border-top: none !important;
    padding: 0px !important;
}


/* .vehicle-on-archive .herbrand_archive_vehicle.homepage {
    background-image: linear-gradient(196deg, var(--e-global-color-f1a8997) 11%, var(--e-global-color-9dc8c59) 67%);
} */

#wpcs_vehicle_parked .vehicle {
    position: relative;
    border-top: 1px solid var(--wpcs-theme-border-color);
    padding: 10px 20px;
    margin-top: 10px;
    background-image: linear-gradient(45deg, var(--herbrand-text-color) 40%, var(--herbrand-dark-grey) 70%);
    border-radius: 12px;
    border-top: none !important;
}

.herbrand_archive_vehicle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.herbrand_archive_vehicle .archive_image {
    width: 30%;
    padding: 20px 0px 20px 20px;
}

.herbrand_archive_vehicle .archive_image img {
    border-radius: 6px 6px 6px 6px;
}

.herbrand_archive_vehicle .herbrand_vehicle_archive_data {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 20px;
}

.herbrand_archive_vehicle .herbrand_vehicle_archive_data .dxim_vehicle_emission.vehicle-emission {
    margin-top: auto;
    color: var(--herbrand-headline-color);
}

.herbrand_vehicle_archive_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.herbrand_archive_vehicle .herbrand_vehicle_archive_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--herbrand-border-color);
    padding: 20px 30px 20px 20px;
}

.herbrand_archive_vehicle .herbrand_vehicle_archive_bottom .herbrand_archive_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.dxim_vehicle_specifics_list.dxim_vehicle_specifics_list_archive.dxim_clearfix:before {
    display: none;
}

.herbrand_vehicle_archive_data .dxim_vehicle_specifics_list_archive .field {
    border-bottom: none;
}

.herbrand_vehicle_archive_data .dxim_vehicle_specifics_list_archive .label {
    color: var(--herbrand-secondary-headline-color);
    font-family: "Inter", Sans-serif;
    font-size: 12.5px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.herbrand_vehicle_archive_data .dxim_vehicle_specifics_list_archive .fact {
    color: var(--herbrand-headline-color);
    font-family: "Inter", Sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.herbrand_archive_vehicle .dxim_archive_title h2,
.dxim_vehicle_title h1 {
    color: var(--herbrand-headline-color);
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    line-height: 36px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
}

.herbrand_archive_vehicle .dxim_archive_title h3,
.dxim_vehicle_title h2 {
    color: #A8ACBB;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 25px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
}

.herbrand_single_vehicle_title h1 {
    margin-bottom: 5px;
}

.herbrand_single_vehicle_title h2 {
    font-size: 20px !important;
    line-height: 1 !important;
    /* text-transform: uppercase; */
}

.herbrand_single_buttons,
.herbrand_single_buttons .elementor-widget-container,
.herbrand_single_buttons a {
    margin: 0;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dxim_vehicle_button.park,
.dxim_vehicle_button.print {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    a {
        color: white;
        border: 1px solid white;
        width: 100%;
        height: 100%;
        padding: 10px 10px;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-radius: 12px;
    }
    a:hover {
        background-color: var(--herbrand-button-color);
        border: 1px solid var(--herbrand-button-color);
    }
}

.herbrand_single_buttons a:hover {
    border: 1px solid var(--herbrand-button-color);
}

.dxim_vehicle_contact a,
.wpcs-form-privacy-wrapper a {
    color: white !important;
    text-decoration: underline !important;
}

.herbrand_archive_price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.herbrand_archive_price .herbrand_leasing_financing .rate {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: var(--herbrand-headline-color);
    text-align: right;
}

.herbrand_archive_price .herbrand_leasing_financing .desc {
    font-family: "Inter", Sans-serif;
    font-size: 12.3px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: var(--herbrand-secondary-headline-color);
    text-align: right;
}

.herbrand_archive_price .herbrand_leasing_financing a {
    color: var(--herbrand-headline-color);
}

.herbrand_archive_vehicle .herbrand_archive_price .price_wrapper.dxim_vehicle_price {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}

.herbrand_archive_vehicle .herbrand_archive_price .price_brutto {
    color: var(--herbrand-headline-color);
    font-family: "Inter", Sans-serif;
    font-size: 23px !important;
    font-weight: 500;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 0.3px;
    text-align: right;
}

.herbrand_archive_vehicle .herbrand_archive_price .vat {
    color: var(--herbrand-secondary-headline-color);
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: right;
}

.dxim_filter label,
.dxim_filter .filter_slider_label {
    color: var(--herbrand-headline-color);
}

.dxim_filter_range .noUi-target {
    background: var(--herbrand-button-color);
    box-shadow: none;
    height: 5px;
    margin-bottom: 10px;
    border: none;
    padding: 0 10px;
}

.dxim_filter_range .noUi-horizontal .noUi-handle {
    top: -4px;
    border: none;
    background: var(--herbrand-button-color);
    box-shadow: none;
    border-radius: 6px;
    width: 12px !important;
    height: 12px !important;
    right: -6px !important;
    cursor: pointer;
}

.dxim_filter_range .noUi-handle:after,
.dxim_filter_range .noUi-handle:before {
    content: none;
}

.dxim_filter_range .noUi-connects {
    background: var(--voets-blue);
    margin: 0px -6px;
    width: calc(100% + 12px);
}

.dxim_filter_range .noUi-connect {
    background: var(--herbrand-button-color);
}

.dxim_filter_range.inactive .noUi-connects,
.dxim_filter_range.inactive .noUi-connect {
    background-color: var(--herbrand-button-color);
}

div.wpcsselect,
.wpcs_mobile_sort .wpcsselect.dxim_order_select,
.wpcs_mobile_sort .wpcsselect.dxim_orderby_select {
    border-radius: 6px;
    background: var(--herbrand-border-color);
    color: var(--herbrand-headline-color);
}

.wpcs_vehicle_list .wpcs_rows .vehicle-on-archive,
.wpcs_vehicle_list .wpcs_list .vehicle-on-archive {
    border-top: none;
}

div.wpcsselect .wpcs_select_handle {
    border: none !important;
    border-radius: 8px 8px 8px 8px;
    padding: 0px 40px 0 10px;
    height: 45px;
    line-height: 45px;
}

div.wpcsselect .wpcs_select_arrow {
    border-left: 0px;
    height: 45px;
}

div.wpcsselect .wpcs_select_arrow::after {
    top: 16px;
}

div.wpcsselect.open .wpcs_select_arrow::after {
    top: 22px;
}

div.wpcsselect .wpcs_select_loading {
    right: 10px;
    top: 12px;
}

#wpcs_select_list.open {
    display: block;
    border-radius: 8px;
    background-color: var(--herbrand-dark-grey);
    box-shadow: none;
    border: none;
    margin-top: 2px !important;
}

.wpcsselect.dxim_orderby_select,
.wpcsselect.dxim_order_select {
    background: var(--herbrand-text-color);
}

#wpcs_select_list.open .wpcs_select_option {
    color: var(--herbrand-headline-color);
}

#wpcs_select_list li {
    border: none !important;
    padding: 8px 10px;
}

#wpcs_select_list li.selected,
#wpcs_select_list li:hover {
    background: transparent;
}

label[for="location"] {
    display: none;
}

.archive_location {
    padding: 2px 12px 2px 10px;
    background-color: #E0E0E0;
    border-radius: 12px;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
}

.single_location {
    padding: 7px 12px 7px 12px;
    background-color: var(--herbrand-button-color);
    color: white;
    border-radius: 12px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 0;
}

.seller_inventory_key {
    color: white;
    text-align: right;
}

.herbrand_single_price .price_wrapper.dxim_vehicle_price {
    color: white;
}

.wpcs_filterform_active_filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcs_filterform_active_filters .active_filter {
    background-color: #E0E0E0;
    margin-right: 0;
}

.dxim_vehicle_button.back a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    margin-right: 5px;
}

.archive_location:before,
.single_location:before {
    font-family: "Font Awesome 6 Free";
    content: "\f3c5";
    margin-right: 5px;
}

.herbrand_back_to_archive:before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    margin-right: 5px;
}

.herbrand_parken_single {
    display: flex !important;
    border-radius: 30px;
    margin: 0;
    padding: 6px 20px !important;
}

.herbrand_parken_single:before {
    content: url('https://herbrand-gruppe.de/wp-content/uploads/2024/03/add_car.svg');
    margin-right: 10px;
    padding-top: 2px;
    width: 20px;
    height: 20px;
}

.herbrand_button_line .herbrand_single_button {
    display: flex !important;
    border-radius: 8px;
    border: 2px solid var(--herbrand-border-color);
    margin: 0;
    padding: 20px !important;
    background-color: transparent !important;
    color: var(--herbrand-headline-color) !important;
    align-items: center;
}

.herbrand_button_line {
    height: 100%;
}

.herbrand_button_line .dxim_vehicle_button {
    width: 100%;
    height: inherit;
}

.herbrand_button_line .herbrand_single_button {
    height: inherit;
    transition: background 0.3s;
}

.herbrand_button_line .herbrand_single_button:hover {
    background-color: var(--herbrand-border-color) !important;
    transition: background 0.3s;
}

.herbrand_button_line .herbrand_single_button.herbrand_park:before {
    content: url('https://herbrand-gruppe.de/wp-content/uploads/2024/03/add_car.svg');
    margin-right: 20px;
    width: 34px;
    height: 32px;
    filter: invert(1);
}

.herbrand_button_line .herbrand_single_button.herbrand_pdf:before {
    content: url('https://herbrand-gruppe.de/wp-content/uploads/2024/03/pdf.svg');
    margin-right: 20px;
    width: 24px;
    height: 32px;
    filter: invert(1);
}

#wpcs_vehicle_single_image_wrapper {
    margin-bottom: 20px;
}

#wpcs_vehicle_images_wrapper.horizontal.arrows_thumbnails #vehicle_single_images_next_btn,
#wpcs_vehicle_images_wrapper.horizontal.arrows_thumbnails #vehicle_single_images_prev_btn {
    position: absolute;
    height: 100%;
    z-index: 10;
}

#wpcs_vehicle_images_wrapper.horizontal.arrows_thumbnails a#vehicle_single_images_next_btn {
    right: 0;
}

#wpcs_vehicle_images_wrapper.horizontal.arrows_thumbnails #vehicle_single_thumbnails {
    width: 100%;
}

#wpcs_vehicle_images_wrapper #wpcs_vehicle_single_image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

#wpcs_thumbnails_wrapper .dxim_image_thumbnail img {
    border-radius: 8px;
}

#vehicle_single_thumbnails .slick-slide {
    margin: 0 10px;
}

#vehicle_single_thumbnails .slick-list {
    margin: 0 -10px;
}


/* h2.wpcs-title.wpcs_model_description {
    color: var(--herbrand-button-color) !important;
} */

.dxim_single_specifics.herbrand .dxim_clearfix:before,
.dxim_single_specifics.herbrand .wpcs_pd_row:before,
.dxim_single_specifics.herbrand .wpcs_pd_row:after,
.dxim_single_specifics.herbrand .dxim_clearfix:after {
    display: none;
}

.dxim_single_specifics.herbrand .dxim_vehicle_specifics_list_single {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 0px;
}

.dxim_single_specifics.herbrand .field {
    padding: 0px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
}

.dxim_single_specifics.herbrand .label {
    color: var(--herbrand-secondary-headline-color);
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.dxim_single_specifics.herbrand .dxim_vehicle_specifics_list_single .fact {
    color: var(--herbrand-headline-color);
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
}


/* .dxim_single_specifics.herbrand .dxim_vehicle_specifics_list_single .field .battery_capacity,
.dxim_single_specifics.herbrand .dxim_vehicle_specifics_list_single .field .wltp_electric_range {
    color: var(--herbrand-button-color);
} */

.dxim_single_specifics.herbrand .dxim_vehicle_specifics_list_single .field .fact {
    margin-left: 0px;
}

.wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_values .item {
    border-bottom: 2px solid var(--herbrand-border-color);
}

.wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_values,
.wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_legal {
    color: var(--herbrand-headline-color);
}

.dxim_vehicle_contact p,
.dxim_vehicle_contact a,
.dxim_vehicle_contact a:hover {
    color: var(--herbrand-headline-color);
}

.wpcs_contact_form label,
.wpcs_contact_form .label,
.wpcs_contact_form .html_wrapper {
    color: var(--herbrand-headline-color);
}

.wpcs_form_submit,
.dxim_filter_form_submit {
    display: inline-block;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white !important;
    background-color: var(--herbrand-button-color) !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--herbrand-button-color) !important;
    border-radius: 4px 4px 4px 4px !important;
    padding: 10px 30px 10px 30px !important;
}

.wpcs_contact_form input.wpcs_input_text,
.wpcs_contact_form textarea {
    background-color: var(--herbrand-border-color);
    border-radius: 12px;
    border: none !important;
    color: var(--herbrand-headline-color)
}

.wpcs_contact_form input.wpcs_input_text:focus,
.wpcs_contact_form textarea:focus {
    outline: none !important;
}

input.wpcs_checkbox {
    background-color: var(--herbrand-border-color) !important;
    border: none !important;
}

div.wpcs_multiple_checkbox {
    grid-gap: 10px;
}

div.wpcs_multiple_checkbox span.label {
    padding-left: 4px;
}

input[type=checkbox].wpcs_checkbox:not(.switch):after,
div.wpcs_selectable:not(.switch):after {
    width: 6px;
    height: 10px;
    top: 5px;
}

input[type=checkbox].wpcs_checkbox:not(.switch),
input[type=radio].wpcs_checkbox:not(.switch),
div.wpcs_selectable:not(.switch) {
    width: 22px;
    height: 22px !important;
}

.herbrand_home_filter_buttons.active a {
    color: var(--herbrand-button-color) !important;
}

.wpcs_herbrand_filter_home .dxim_filter[data-filter-name="category"],
.wpcs_herbrand_filter_home .dxim_filter[data-filter-name="class"] {
    display: none;
}

.herbrand_home_class {
    cursor: pointer;
}

.herbrand_home_class.active svg {
    fill: var(--herbrand-button-color) !important;
    filter: none !important;
}

#herbrand_home_verkaufen,
#herbrand_home_neuwagen {
    display: none;
}

.herbrand_archive_vehicle.verticle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}

.herbrand_archive_vehicle.verticle .archive_image {
    width: 100%;
    padding: 0;
}

.herbrand_archive_vehicle.verticle .herbrand_vehicle_archive_data {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.herbrand_archive_vehicle.verticle .herbrand_vehicle_archive_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: auto;
}

.herbrand_archive_vehicle.verticle .archive_location {
    position: absolute;
    top: 20px;
    right: 20px;
}

.dxim_vehicle_carousel_wrapper .archive_location {
    position: initial !important;
    display: inline-block;
    margin: 10px 20px 0px;
}

.herbrand_archive_vehicle.verticle .herbrand_vehicle_archive_bottom .herbrand_archive_buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.herbrand_archive_vehicle.verticle .herbrand_archive_vehicle .herbrand_vehicle_archive_data .dxim_vehicle_emission.vehicle-emission {
    margin-top: 20px;
    color: var(--herbrand-headline-color);
}

.herbrand_archive_vehicle.verticle .herbrand_vehicle_archive_bottom .herbrand_archive_buttons a {
    text-align: center;
}

.dxim_vehicle_carousel_wrapper.carousel .dxim_control_buttons a {
    background-color: var(--herbrand-button-color) !important;
    color: white !important;
    border-radius: 6px;
}

.dxim_vehicle_carousel_wrapper.carousel .dxim_control_buttons {
    display: flex;
    gap: 10px;
}

.dxim_filter.order,
.dxim_filter.orderby {
    min-width: 200px;
}


/* TABLET*/

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1024px) {
    .herbrand_archive_vehicle {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .herbrand_archive_vehicle .archive_image {
        width: 100%;
        padding: 20px;
    }
    .herbrand_archive_vehicle .herbrand_vehicle_archive_data {
        width: 100%;
    }
    .herbrand_archive_vehicle .herbrand_vehicle_archive_bottom {
        width: 100%;
        padding: 20px;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .herbrand_archive_vehicle .herbrand_vehicle_archive_bottom .herbrand_archive_buttons {
        display: flex;
        gap: 20px;
        justify-content: flex-start;
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .herbrand_archive_price {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: wrap;
    }
    .herbrand_archive_price .herbrand_leasing_financing {
        padding-right: 0px;
        border-right: none;
    }
    .herbrand_archive_vehicle .herbrand_vehicle_archive_data .dxim_vehicle_emission.vehicle-emission {
        margin-top: 20px;
    }
    .dxim_single_specifics.herbrand .dxim_vehicle_specifics_list_single {
        grid-template-columns: 1fr;
        gap: 20px 0px;
    }
    .wpcs_vehicle_financing_wrapper .wpcs_vehicle_financing_values,
    .wpcs_vehicle_leasing_wrapper .wpcs_vehicle_leasing_values {
        grid-template-columns: 1fr 1fr;
    }
    article.vehicle-on-archive .wpcs_ajax_loader {
        top: 360px;
    }
}


/* PHONE*/

@media only screen and (max-width: 767px) {
    .wpcs_grid.wpcs_grid_1_2.wpcs_v_end.submit_privacy_wrapper {
        display: grid !important;
    }
    /* .herbrand_archive_vehicle .archive_location {
        position: absolute;
        top: 0px;
        right: 0px;
    } */
    p.archive_location.archive_location_desktop {
        display: none;
    }
    p.archive_location.archive_location_mobile {
        position: initial;
        display: inline-block;
        margin: 0 20px;
        padding: 0px;
    }
    #wpcs_vehicle_persons {
        width: 100%;
        max-width: auto;
    }
}