/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-error-text-color: #f7f7f7;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, .4);
    --pswp-preloader-color-secondary: hsla(0, 0%, 100%, .9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    contain: layout style size;
    display: none;
    opacity: .003;
    touch-action: none;
    z-index: var(--pswp-root-z-index)
}

.pswp,
.pswp:focus {
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}
.pswp video {
    max-width: none
}

.pswp--open {
    display: block
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.pswp__bg {
    background: var(--pswp-bg);
    opacity: .005
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden
}

.pswp,
.pswp__bg,
.pswp__container,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp {
    position: fixed
}

.pswp__img,
.pswp__zoom-wrap {
    height: auto;
    width: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: zoom-out
}

.pswp__button,
.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__item {
    overflow: hidden;
    z-index: 1
}

.pswp__hidden {
    display: none !important
}

.pswp__error-msg {
    color: var(--pswp-error-text-color);
    font-size: 1em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: var(--pswp-error-text-color);
    text-decoration: underline
}

.pswp .pswp__hide-on-close {
    opacity: .005;
    pointer-events: none;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
    will-change: opacity;
    z-index: 10
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.pswp__button {
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    opacity: .85;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px
}

.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    transition: none
}

.pswp__button:disabled {
    cursor: auto;
    opacity: .3
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    border-radius: 50%;
    color: var(--pswp-icon-color-secondary);
    height: 32px;
    left: 9px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 14px;
    width: 32px
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.pswp__icn:focus {
    outline: 0
}

.pswp__img--with-bg,
div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: flex-end;
    left: 0;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.pswp__top-bar>* {
    pointer-events: auto;
    will-change: opacity
}

.pswp__button--close {
    margin-right: 6px
}

.pswp__button--arrow {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 0;
    top: 50%;
    width: 75px
}

.pswp__button--arrow:disabled {
    cursor: default;
    display: none
}

.pswp__button--arrow .pswp__icn {
    background: none;
    border-radius: 0;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 60px
}

.pswp--one-slide .pswp__button--arrow {
    display: none
}

.pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.pswp__button--arrow--prev {
    left: 0;
    right: auto
}

.pswp__button--arrow--next {
    right: 0
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1)
}

.pswp__button--zoom {
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.pswp__preloader {
    border: 3px solid var(--pswp-preloader-color);
    border-left-color: var(--pswp-preloader-color-secondary);
    border-radius: 50%;
    display: none;
    height: 24px;
    pointer-events: none;
    position: absolute;
    width: 24px
}

.pswp__preloader--active {
    -webkit-animation: pswp-fadein 333ms linear, pswp-clockwise .6s linear infinite;
    animation: pswp-fadein 333ms linear, pswp-clockwise .6s linear infinite;
    display: block
}

.pswp__preloader--hiding {
    -webkit-animation: pswp-clockwise .6s linear infinite;
    animation: pswp-clockwise .6s linear infinite;
    opacity: 0 !important
}

@-webkit-keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes pswp-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pswp-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.pswp__counter {
    color: var(--pswp-icon-color);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 18px auto 0 20px;
    opacity: .85
}

.pswp--one-slide .pswp__counter {
    display: none
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.border-0 {
    border: 0 !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fw-bold {
    font-weight: 700 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.rounded {
    border-radius: .25rem !important
}


.qt--page {
    flex: 1 0 auto
}

.qt--footer {
    flex: 0 0 auto
}

.qt--obj-fit-cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    background-color: black;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: var(--rood) !important;
    box-shadow: unset !important;
    height: 3px !important
}

img.lazy {
    transition: opacity .1s linear
}

img.lazy:not(.loaded) {
    opacity: 0
}

img.lazy.loaded {
    opacity: 1
}


.embla {
    position: relative
}

.embla .embla__viewport {
    overflow: hidden
}

.embla .embla__viewport .embla__container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.embla .embla__slide {
    min-width: 100%;
    position: relative
}

.embla .embla__slide:not(.has-loaded):after {
    -webkit-animation: oc-rotate-loader 1s linear infinite;
    animation: oc-rotate-loader 1s linear infinite;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 4rem;
    left: calc(50% - 2rem);
    opacity: .5;
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem
}

@media (max-width:991.98px) {
    .embla .embla__slide:not(.has-loaded):after {
        border: .2em solid #fff;
        border-right-color: transparent
    }
}

@media (min-width:992px) {
    .embla .embla__slide:not(.has-loaded):after {
        border: .2em solid var(--zwart);
        border-right: .2em solid transparent
    }
}

.embla .embla__slide:not(.has-loaded) .embla__slide__inner {
    opacity: 0
}

.embla .embla__slide .embla__slide__inner {
    overflow: hidden;
    position: relative;
    transition: opacity .1s linear
}

.embla .embla__slide .embla__slide__inner .embla__slide__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.embla .embla__button {
    background: #000;
    border: none;
    color: #fff;
    height: 44px;
    opacity: .8;
    position: absolute;
    top: calc(50% - 22px);
    transition: opacity .1s linear;
    width: 44px
}

.embla .embla__button[disabled] {
    opacity: .3
}

.embla .embla__button:not([disabled]):focus-visible,
.embla .embla__button:not([disabled]):hover {
    opacity: 1
}

.embla .embla__button.embla__button--prev {
    left: 10px
}

.embla .embla__button.embla__button--next {
    right: 10px
}

.qt--vehicle-details-thumbs-wrapper {
    margin-left: -.5rem
}

.qt--vehicle-details-thumbs-wrapper .qt--vehicle-details-thumbs-item {
    position: relative
}

.qt--vehicle-details-thumbs-wrapper .qt--vehicle-details-thumbs-item img {
    -o-object-position: center bottom;
    object-position: center bottom
}

.qt--vehicle-details-thumbs-wrapper .qt--vehicle-details-thumbs-item video {
    -o-object-position: center bottom;
    object-position: center bottom
}
@media (min-width:1200px) and (max-width:991.98px),
screen and (min-width:768px) {
    .qt--vehicle-details-thumbs-item {
        width: 25%
    }

    .qt--vehicle-details-thumbs-item:nth-child(1n+5) {
        display: none
    }

    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay {
        background-color: rgba(0, 0, 0, .7)
    }

    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay:hover {
        background: rgba(0, 0, 0, .8)
    }

    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay span,
    .qt--vehicle-details-thumbs-item:nth-child(4) .qt--more-images-overlay svg {
        display: block
    }
}

@media (max-width:1199.98px) and (min-width:992px),
screen and (max-width:767.98px) {
    .qt--vehicle-details-thumbs-item {
        width: 33.33%
    }

    .qt--vehicle-details-thumbs-item:nth-child(1n+4) {
        display: none
    }

    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay {
        background-color: rgba(0, 0, 0, .7)
    }

    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay:hover {
        background: rgba(0, 0, 0, .8)
    }

    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay span,
    .qt--vehicle-details-thumbs-item:nth-child(3) .qt--more-images-overlay svg {
        display: block
    }
}

.qt--more-images-overlay {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .1s linear
}

.qt--more-images-overlay:hover {
    background: rgba(0, 0, 0, .5);
    cursor: pointer
}

.qt--more-images-overlay span,
.qt--more-images-overlay svg {
    color: #fff;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:767.98px) {
    .qt--more-images-overlay span {
        font-size: .8rem
    }

    .qt--more-images-overlay svg {
        height: 18px;
        width: 18px
    }
}

.pswp__img--placeholder,
.pswp__img--with-bg {
    background: transparent !important
}

.pswp img {
    -o-object-fit: cover;
    object-fit: cover
}

.pswp video {
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991.98px) {
    .qt--vehicle-details-main-info {
        background: var(--zwart)
    }
}

.price-price-gross span {
    font-size: 1rem
}

.qt--vehicle-details-disclaimer {
    font-size: .75rem;
    line-height: .9rem
}

.qt--vehicle-details-specifics .card {
    background: var(--zwart)
}

.qt--vehicle-details-specifics .card .card-body li,
.qt--vehicle-details-specifics .card .card-body p {
    color: #fff
}

.qt--vehicle-details-specifics .card .card-body hr {
    color: var(--rood);
    opacity: 1
}

.qt--vehicle-details-basic-details-infotable {
    background: var(--zwart)
}

@media (min-width:992px) {
    .qt--vehicle-details-basic-details-infotable .card-body {
        border-radius: .25rem
    }
}

@media (max-width:575.98px) {

    .qt--vehicle-details-basic-details-infotable .card-body .h1,
    .qt--vehicle-details-basic-details-infotable .card-body h1 {
        font-size: 2.2rem
    }
}

@media (min-width:576px) {

    .qt--vehicle-details-basic-details-infotable .card-body .h1,
    .qt--vehicle-details-basic-details-infotable .card-body h1 {
        font-size: 2.6rem
    }
}

.qt--vehicle-details-basic-details-infotable .card-body .h3,
.qt--vehicle-details-basic-details-infotable .card-body .h4,
.qt--vehicle-details-basic-details-infotable .card-body h3,
.qt--vehicle-details-basic-details-infotable .card-body h4,
.qt--vehicle-details-basic-details-infotable .card-body p {
    color: #fff
}

.qt--vehicle-details-basic-details-infotable .card-body hr {
    color: var(--rood);
    opacity: 1
}

.qt--vehicle-details-basic-details-infotable .infotable-item-label {
    font-size: .8rem;
    line-height: .8rem
}

.qt--vehicle-details-basic-details-contact-options .contact-option {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qt--vehicle-details-basic-details-contact-options .contact-option:hover svg {
    transform: translateY(-.25rem)
}

.qt--vehicle-details-basic-details-contact-options .contact-option:hover span {
    color: var(--rood)
}

.qt--vehicle-details-basic-details-contact-options .contact-option svg {
    transition: transform .1s linear
}

.qt--vehicle-details-basic-details-contact-options .contact-option span {
    color: #fff;
    transition: color .1s linear
}

.qt--vehicle-details-description {
    color: var(--zwart)
}