.single-autobedrijf_voertuig .header__sub-header{
    display: none;
}

.breadcrumb {
    display: flex;
    background: none;
    padding: 10px 0 40px;
    border-bottom: 2px solid #534A44;
    justify-content: space-between;
    padding-bottom: 10px;
}
.breadcrumb .breadcrumb-trail {
    display: flex;
    gap: 10px;
}
.breadcrumb a,
.breadcrumb a span,
.breadcrumb span  {
    text-decoration: none;
    color: #818181;
    border: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: "Kode Mono" !important;
}
.breadcrumb a img {
    width: 20px;
}
.breadcrumb .trail-end {
    color: #fff;
}



.flickity-button {
    border-radius: 0;
    fill: #060606;
    background: #020202;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.flickity-button:focus, 
.flickity-button:hover {
    fill: #060606;
    background: #020202;
}
.flickity-button.previous {
    left: 40px;
}
.flickity-button.next {
    right: 40px;
}
.flickity-button-icon {
    fill: #069edf;
}

article.voertuig {
    padding: 0;
}
article.voertuig section {
    margin-bottom: 60px;
}
article.voertuig section.upper {
    background-image: url(../images/big_pattern.png);
    background-repeat: no-repeat;
    background-position-y: 200px;
    background-size: 60% 390px;
}
article.voertuig section.upper .container {
    padding-top: 0;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    overflow: visible;
    border-bottom: 2px solid #534A44;
}
section.upper .foto-gallery .glightbox_button svg {
    fill: #fff;
    width: 20px;
}
section.upper ._foto-gallery {
    width: 800px;
    top: 145px;
    height: fit-content;
    padding: 5px 0 0;
}
section.upper .foto-gallery {
    position: relative;
}
section.upper .foto-gallery .glightbox_button {
    background-color: #069edf;
    padding: 30px 10px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 21px) 100%, 0 calc(100% - 15px));
    display: inline-block;
    width: auto;
    position: absolute;
    right: 40px;
    top: -5px;
    z-index: 1;
}
section.upper ._foto-gallery .main-foto {
    margin-bottom: 20px;
}
section.upper ._foto-gallery .main-foto a{
    display: block;
    width: 100%;
    height: auto;
}
section.upper ._foto-gallery .main-foto img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    /*aspect-ratio: 14 / 9;*/
    object-position: center;
    /*clip-path: polygon(6% 0, 94.5% 0, 94.5% calc(100% - 31px), calc(94.5% - 31px) 100%, 6% 100%);*/
    /*width: calc(100% + 11.5%);*/
    width: 100%;
}
section.upper ._foto-gallery .sub-foto .carousel-cell {
    width: 185px;
    margin: 0 10px;
    position: relative;
}
section.upper ._foto-gallery .sub-foto .carousel-cell:after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #00000054;
}
section.upper ._foto-gallery .sub-foto .carousel-cell.is-nav-selected:after{
    display: none;
}
section.upper ._foto-gallery .sub-foto .carousel-cell img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    cursor: pointer;
    display: block;
}


section.details .container {
    padding-top: 0;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
section.details .container .specificaties {
    width: calc(50% - 20px);
}
section.details .container .beschrijving {
    width: calc(50% - 20px);
}
section.details .container h3 {
    font-size: 1.5rem;
    margin:  0 0 20px;
    padding: 0;
}
section.details .container .specificaties ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.details .container .specificaties ul li {
    margin: 0;
    padding: 0;
}
section.details .container .specificaties ul li:before {
    display: none;
}
section.details .container .specificaties .tabs {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
section.details .container .specificaties .tabs button {
    position: relative;
    background: #818181;
    color: #818181;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
    padding: 11px 25px 8px;
    text-decoration: none;
    text-align: center;
    transition: 0.32s;
    border-radius: 0;
}
section.details .container .specificaties .tabs button:hover {
    transform: scale(1.03);
}
section.details .container .specificaties .tabs button:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #020202;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    z-index: 0;
}
section.details .container .specificaties .tabs li.active button {
    background: #fff;
    color: #fff;
}
section.details .container .specificaties .tabs button b {
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-family: "Kode Mono" !important;
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 1;
}
section.details .container .specificaties .per_tab {
    position: relative;
    background: #181818;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
    padding: 1px;
    display: none;
}
section.details .container .specificaties .per_tab.active{
    display: block;
}
section.details .container .specificaties .per_tab:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #020202;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
    z-index: 0;
}
section.details .container .specificaties .per_tab > * {
    z-index: 1;
}
section.details .container .specificaties .tabs_content ul {
    display:grid;
    grid-template-columns: 1fr 1fr;
    list-style:none;
    padding:0;
    margin:0;
}
section.details .container .specificaties .tabs_content ul li {
    padding:10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 600;
}
section.details .container .specificaties .tabs_content ul li:nth-child(4n+1){
    background:#021723;
}
section.details .container .specificaties .tabs_content ul li:nth-child(4n+2){
    background:#020202;
}
section.details .container .specificaties .tabs_content ul li:nth-child(4n+3){
    background:#020202;
}
section.details .container .specificaties .tabs_content ul li:nth-child(4n+4){
    background:#021723;
}
section.details .container .specificaties .tabs_content ul li span {
    display: flex;
    align-items: center;
}
section.details .container .specificaties .tabs_content ul li span:first-child {
    color: #9aa2a7;
}
section.details .container .specificaties .tabs_content .opties ul li span {
    color: #fff;
}
section.details .container .specificaties .tabs_content ul li span i {
    background-image: url(../images/nap.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 11px;
    margin-left: 8px;
}



section.upper ._contents {
    flex: 1;
    width: calc(100% - 800px);
}
section.upper ._contents ._head {
    margin: 0 0 30px;
}
section.upper ._contents ._head h1 {
    font-size: 1.9rem;
    margin: 0;
    padding: 0;
    font-family: "Kode Mono" !important;
    margin-bottom: 5px;
}
section.upper ._contents ._head h3 {
    font-family: Syne;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.listings {
    margin: 0 0 35px;
    position: relative;
}
.listings:before {
    content: "";
    height: 1px;
    border-bottom: 1px solid #069edf;
    position: absolute;
    width: 100%;
    top: calc(50% - 3px);
}
.listings ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	flex-wrap: wrap;
	gap: 5px 0;
    background-color: #020202;
}
.listings li {
	font-size: 15px;
	margin: 0;
	padding: 0;
	display: flex;
    align-items: center;
}
.listings li:before {
	background-image: none;
}
.listings li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 14px 0;
    background-image: url('../images/separator.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.listings li i {
    background-image: url(../images/nap.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 17px;
    margin-left: 8px;
}

section.upper ._contents .price {
    font-family: "Kode Mono" !important;
    color: #069edf;
    margin: 0;
    font-size: 2rem;
    display: flex;
    align-items: flex-end;
    line-height: 0.5;
    gap: 10px;
    margin: 0 0 40px;
}
section.upper ._contents .price span {
    font-family: Syne;
    font-size: 13px;
    color: #818181;
    text-transform: none;
    font-weight: normal;
}
section.upper ._contents .seller {
    background-image: url(../images/salesmanbg.webp);
    background-size: cover;
    background-position: top right;
    margin-top: 50px;
    margin-bottom: 50px;
    clip-path: polygon(0 -40px, 100% -40px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}
section.upper ._contents .seller .speacials {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    top: -15px;
}
section.upper ._contents .seller .speacials span {
    position: relative;
    background: #6f6f6f;
    color: #fff;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    padding: 6px 16px 8px;
}
section.upper ._contents .seller .speacials span:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #020202;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    z-index: 0;
}
section.upper ._contents .seller .speacials span b {
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-family: "Kode Mono" !important;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
}
section.upper ._contents .seller .buttons {
    display: inline-flex;
    gap: 13px;
    flex-direction: column;
    margin: 15px 25px 25px;
}
section.upper ._contents .seller .buttons a {
    position: relative;
    background: #069edf;
    color: #fff;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px), 0 14px);
    padding: 13px 25px 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.32s;
}
section.upper ._contents .seller .buttons a:hover {
    transform: scale(1.03);
}
section.upper ._contents .seller .buttons a:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #069edf;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    z-index: 0;
}
section.upper ._contents .seller .buttons a.test_drive {
    background: #fff;
}
section.upper ._contents .seller .buttons a.test_drive:after {
    background: #29221e;
}
section.upper ._contents .seller .buttons a b {
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-family: "Kode Mono" !important;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1;
}
section.upper ._contents .direct {
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
}
section.upper ._contents .direct h4 {
    margin: 0;
    width: 40%;
    position: relative;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
section.upper ._contents .direct h4 span {
    z-index: 1;
    position: relative;
}
section.upper ._contents .direct h4:before,
section.upper ._contents .direct h4:after{
    content: "";
    position: absolute;
    left: 30px;
    width: calc(100% - 30px);
    height: 50%;
    pointer-events: none;
    z-index: 0;
}
section.upper ._contents .direct h4:before{
    top: 0;
    background-color: rgba(255, 255, 255, .015);
    background-image: repeating-linear-gradient(
    60deg,
    transparent 0,
    transparent 7px,
    rgba(6, 158, 223, .15) 7.5px,
    rgba(6, 158, 223, .3) 8px,
    rgba(6, 158, 223, .3) 9px,
    rgba(6, 158, 223, .15) 9.5px,
    transparent 10px
    );
}
section.upper ._contents .direct h4:after{
    bottom: 0;
    background-color: rgba(255, 255, 255, .015);
    background-image: repeating-linear-gradient(
    120deg,
    transparent 0,
    transparent 7px,
    rgba(6, 158, 223, .15) 7.5px,
    rgba(6, 158, 223, .3) 8px,
    rgba(6, 158, 223, .3) 9px,
    rgba(6, 158, 223, .15) 9.5px,
    transparent 10px
    );
}
section.upper ._contents ._direct {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
section.upper ._contents ._direct .tel {
    color: #fff;
    font-family: "Kode Mono" !important;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    gap: 10px;
}
section.upper ._contents ._direct .tel span {
    display: block;
    background-color: #069edf;
    color: #29221e; 
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    padding: 2px 9px;
}
section.upper ._contents ._direct .tel a {
    color: #fff;
    font-family: "Kode Mono" !important;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    gap: 10px;
    font-weight: 600;
}
section.upper ._contents ._direct .whatsapp{
    color: #cccccc;
    font-family: "Kode Mono" !important;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
}
section.upper ._contents ._direct .whatsapp span {
    color: #58c564;
    padding: 0 5px;
    background-color: #1b1b1b;
}
section.upper ._contents ._direct .whatsapp span .whatsapplink {
    font-family: "Kode Mono", serif !important;
    text-decoration: none;
    color: #58c564;
    font-weight: 600;
}
section.upper ._contents .speciale_opties{
    position: relative;
    background: #353535;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%); 
    padding: 25px;
}
section.upper ._contents .speciale_opties:after{
    content: "";
    position: absolute;
    inset: 1px;
    background: #020202;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%); 
    z-index: 0;
}
section.upper ._contents .speciale_opties h3 {
    margin: 0 0 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 1;
}
section.upper ._contents .speciale_opties h3 span {
    display: block;
    background-color: #069edf;
    color: #29221e; 
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    padding: 7px 8px;
}
section.upper ._contents .speciale_opties h3 svg {
    width: 13px;
    fill: #29221e;
}
section.upper ._contents .speciale_opties a {
    position: relative;
    background: #fff;
    color: #fff;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: 0.32s;
    z-index: 1;
}
section.upper ._contents .speciale_opties a:hover {
    transform: scale(1.03);
}
section.upper ._contents .speciale_opties a:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #020202;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    z-index: 0;
}
section.upper ._contents .speciale_opties a b {
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-family: "Kode Mono" !important;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 1;
}

section.speciale ._speciale{
    background-color: #29221e; 
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}
section.speciale .container {
    padding: 0;
}
section.speciale ._speciale h3 {
    margin: 0 0 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 1;
}
section.speciale ._speciale h3 span {
    display: block;
    background-color: #069edf;
    color: #29221e;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
    padding: 7px 8px;
}
section.speciale ._speciale h3 svg {
    width: 13px;
    fill: #29221e;
}
section.speciale ._speciale .special_opties {
    margin-left: -15px;
    margin-right: -15px;
}
section.speciale ._speciale .special_opties .cell {
    width: 25%;
    padding: 0 15px;
}
section.speciale ._speciale ._cell {
    background: #020202;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}
section.speciale ._speciale ._cell img {
    object-fit: cover;
    object-position: bottom;
    max-width: 100%;
    height: 250px;
}
section.speciale ._speciale ._cell video{
    width:100%;
    height:250px;
    object-fit:cover;
}
section.speciale ._speciale ._cell p {
    font-family: Syne;    
    padding: 10px;
    margin: 0;
    font-size: 14px;
    border-top: 1px sold #404040;
}


section#relevante .container {
    padding: 0;
}
section#relevante h3{
    margin: 0 0 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 1;
}


@media screen and (max-width: 1450px) {
    section.upper ._foto-gallery {
        width: calc(100% - 500px);
    }
    section.upper ._contents {
        width: 460px;
    }
    article.voertuig section.speciale,
    article.voertuig section#relevante {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 1200px) {
    section.speciale ._speciale .special_opties .cell {
        width: 33.333333%;
    }
}
@media screen and (max-width: 1000px) {
    article.voertuig section.upper .container {
        flex-direction: column;
    }
    section.upper ._foto-gallery,
    section.upper ._contents {
        width: 100%;
    }

    section.details .container {
        flex-direction: column;
    }
    section.details .container .specificaties,
    section.details .container .beschrijving {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    section.speciale ._speciale .special_opties .cell {
        width: 50%;
    }
}
@media screen and (max-width: 768px) { 
    .breadcrumb {
        margin-top: 100px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 650px) {
    section.details .container .specificaties .tabs_content ul {
        grid-template-columns: 1fr;
    }
    section.details .container .specificaties .tabs_content ul li:nth-child(even) {
        background: #020202 !important;
    }
    section.details .container .specificaties .tabs_content ul li:nth-child(odd) {
        background: #021723 !important;
    }
}
@media screen and (max-width: 600px) {
    section.speciale ._speciale .special_opties .cell {
        width: 100%;
    }
    
    article.voertuig section.speciale,
    article.voertuig section#relevante {
        padding-left: 24px;
        padding-right: 24px;
    }
    section.details .container .specificaties .tabs {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 500px) {
    section.upper ._contents .direct {
        flex-direction: column;
    }
    section.upper ._contents .direct h4 {
        width: 100%;
    }

    .listings ul {
       padding: 0 10px 0 0; 
    }
    .listings li {
        font-size: 14px;
    }
    .listings li:not(:last-child)::after {
        margin: 4px 8px 0;
    }
}