/*
Plugin Name: Digifresh Autovoorraad Manager
Plugin URI: https://www.digifresh.nl
Description: De Digifresh voorraad plugin stelt autobedrijven in staat om hun actuele aanbod automatisch te tonen op hun WordPress site. Koppel eenvoudig jouw autovoorraad met diverse dealer management systemen. Neem contact op met Digifresh voor jouw API-sleutel.
Version: 2.0
Author: Digifresh
Author URI: https://www.digifresh.nl
License: Proprietary
*/

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.h1 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.h2 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.h3 {
    text-decoration: none !important;
}

.h4 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

#dvo-text h2 {
    font-size: 1.7rem;
}

#dvo-text h3 {
    font-size: 1.2rem;
}

.dvo-small {
    font-size: 0.8em;
}

.dvo-merkmodel {
    font-size: 1.6rem;
    font-weight: 600;
}

.bg-lgrey {
    background-color:#E7E7E7;
}

.bg-blue {
     background-color:#1B7BC0;
}

.bg-green {
     background-color:#009958;
}

.bg-darkgreen {
    background-color:#004025;
}

.bg-darkgrey {
    background-color:#666666;
}
.text-white {
    color: #ffffff;
}
.text-green {
    color: #88b71b;
}
.text-red {
color:#bc242c;
}
.text-yellow {
color:#fad321;
}

.text-blue {
color:#1B7BC0;
}

.dvo-h2 {
    font-size: 1.4em !important;
}

.dvo-h3 {
    font-size: 1.2rem;
}

a.dvo-gotodetail {
    text-decoration: none !important;
}

a.dvo-gotodetail2 {
    text-decoration: none !important;
}


.dvo-price {
    font-size: 1.4rem;
}

.dvo-leaseprice {
    font-size: 1.3rem;
}

.oneline {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* font-family: 'Noto Sans', sans-serif; */
    /* color: #ffffff !important; */
    font-weight: 300;
    font-size: 1rem;
}

.twoline {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* font-family: 'Noto Sans', sans-serif; */
    /* color: #ffffff !important; */
    font-weight: 300;
    font-size: 1rem;
}
.grecaptcha-badge {
    display: none !important;
}

/*** buttons ***/

.btn-dvo-primary {
    color: #ffffff;
    background-color: #2b4c8b;
    text-decoration: none;
    border-radius: 0;
    font-size: 1.1rem;
    padding: 20px;
    cursor: pointer;
    opacity: 1;
    border-width: 1px;
}

.btn-dvo-primary:hover {
    color: #ffffff;
    background-color: #709D06 !important;
    text-decoration: none;
    border: 1px solid #709D06 !important;
    opacity: 0.8;
}

.btn-dvo-secundairy {
    color: #ffffff !important;
    background-color: #88b71b !important;
    text-decoration: none;
    border-radius: 5px !important;
    padding: 20px !important;
    cursor: pointer !important;
    border: 1px solid #88b71b !important;
}

.btn-dvo-secundairy:hover {
    color: #ffffff;
    background-color: #709D06 !important;
    border-color: #709D06 !important;
    text-decoration: none;
    /* border: none; */
}

.btn-dvo-facebookdelen {
    color: #4C67A1 !important;
    background-color: transparent;
    text-decoration: none !important;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #4C67A1;
}

.btn-dvo-facebookdelen:hover {
    color: #ffffff !important;
    background-color:#4C67A1;
    text-decoration: none;
}

input.reset,
a.reset {
    text-decoration: none !important;
    color: #ffffff !important;
    opacity: 1;
    padding: 10px 40px;
}

input.reset:hover,
a.reset:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    opacity: 1;
}

button#dvo-contact-submit {
    /* color: #ffffff; */
    /* background-color: #009958; */
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    /* border: none; */
    /* border-radius: 0px 10px 0px 10px; */
    opacity: 1;
    border-width: 2px;
}

button#dvo-contact-submit:hover {
    color: #ffffff;
    background-color: #004025;
    text-decoration: none;
    /* border-radius: 0px 10px 0px 10px; */
    font-size: 18px;
    padding: 10px 20px;
    opacity: 0.8;
}

.dvo-subtitle {
    color: #000000 !important;
    /* border-bottom: 1px solid #666666; */
    padding-bottom: 0;
    /* text-transform: uppercase; */
}

.border-light {
    border-color: #666666!important;
}

/*** images ***/

.dvo-thumb-container {
    overflow: hidden;
    /* max-height: 385px; */
}

img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 350px; */
    transition: 0.3s;
    min-height: 285px;
    margin-bottom: 0 !important;
}

img.list-thumb2 {
    width: 100%;
    object-fit: cover;
    max-height: 130px;
    transition: 0.3s;
    /* min-height: 130px; */
}

img.list-thumb:hover {
transform: scale(1.05);
}

.img-dvo-thumbnail {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
    max-width: 60px !important;
}

img#img-detail {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dvo-detail-thumb {
    margin: 1px;
    max-width: 120px;
    object-fit: contain;
}

/*** filter ***/

#filter .form-select {
    padding: 10px 10px;
    cursor: pointer;
}

/*** contactform ***/
span.label-text {
    padding-left: 5px;
}

.fs-20 {
    font-size: 1.2rem;
}
.no-under a {
    text-decoration: none !important;
}

a.no-under{
    text-decoration: none !important;
}



.icon-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    /* border: 2px solid #ffffff; */
    float: left;
    margin-top: -4px;
    margin-right: 5px;
    background-color: #ffffff;
}

#video-container #video-list .video .contain {
    height: 100% !important;
    width: 100% !important;
}

div#dvo-mail-messages {
    color: #009958;
    padding: 10px;
    margin-top: 5px;
    opacity: 1;
    font-weight: 600;
}
.dvo-help-block.with-errors {
    color: red;
    padding-left: 18px;
}

div#dvo-mail-messages2 {
    color: #009958;
    padding: 10px;
    margin-top: 5px;
    opacity: 1;
    font-weight: 600;
}

.dvo-help-block2.with-errors2 {
    color: red;
    padding-left: 18px;
}

div#dvo-mail-messages3 {
    color: #009958;
    padding: 10px;
    margin-top: 5px;
    opacity: 1;
    font-weight: 600;
}

.dvo-help-block3.with-errors3 {
    color: red;
    padding-left: 18px;
}

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

#dvo-occasions img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 250px !important; */
    transition: 0.3s;
    /* min-height: 250px !important; */
}
    
img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 185px; */
    transition: 0.3s;
    /* min-height: 185px; */
    margin-bottom: 0 !important;
}
    
    
}


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

img#img-detail {
    width: 100%;
    height: auto;
    object-fit: cover;
}
    
#dvo-occasions img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 185px !important; */
    transition: 0.3s;
    /* min-height: 185px !important; */
}
    
img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 185px; */
    transition: 0.3s;
    /* min-height: 185px; */
    margin-bottom: 0 !important;
}
    
}

@media only screen and (max-width: 768px) {
.dvo-detail-thumb {
    max-width: 119px;
}
    
img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 210px !important; */
    transition: 0.3s;
    /* min-height: 210px !important; */
    margin-bottom: 0 !important;
}
    
}


@media only screen and (max-width: 402px) {
.dvo-detail-thumb {
    max-width: 104px;
}
    
div#dvo-lijst-specs {
    font-size: 0.8rem !important;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
    
    
}

iframe.embed-responsive-item {
    height: 100vh;
}

div#if-opmerkingen {
    overflow: hidden;
}

div#dvo-lijst-specs {
    font-size: 0.9rem;
    /* min-height: 50px; */
    float: left;
}

p.dvo-bel-text.text-white {
    font-size: 0.95rem;
}

a.dvo-gotodetailindex {
    text-decoration: none !important;
}

.hide {
  display: none;
}

.dvo-subtitle2 {
    font-size: 1.2rem;
}

.form-select {
    cursor: pointer;
    border-radius: 0;
}


#dvo-occasions img.list-thumb {
    width: 100%;
    object-fit: cover;
    /* max-height: 350px; */
    transition: 0.3s;
    min-height: 285px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
.dvo-aanvraagblok {
    background-color: #2B4C8B;
}

div#buttonone {
    cursor: pointer;
}

div#buttontwo {
    cursor: pointer;
}

div#buttonshowopties {
    cursor: pointer;
}

div#buttonhideopties {
    cursor: pointer;
}


div#buttonshowspecificaties {
    cursor: pointer;
}

div#buttonhidespecificaties {
    cursor: pointer;
}

div#buttonshowform {
    cursor: pointer;
}

div#buttonhideform {
    cursor: pointer;
}
.textshort {
    max-height: 125px;
    overflow: hidden;
}


.textlong {
    max-height: unset;
    overflow: unset;
}
a.dlink {
    display: inline-block;
    text-decoration: none !important;
}
a.dlink:hover {
    color: #bc242c;
}

a.dlinkbtn {
    display: inline-block;
    text-decoration: none !important;
    background-color: #bc242c;
    border-radius: 3px;
}
a.dlinkbtn:hover {
    background-color: #bc242c;

    opacity: 0.8;
}

.swiper-container.swiper-initialized.swiper-horizontal {
    overflow: hidden;
}

span.inlease__load {
    display: inline-block !important;
}

spam.fs-18 {
    font-size: 0.7em;
}

a.prijsid {
    text-decoration: none !important;
    color: #2B4C8B !important;
}

#buttonhideinformatie.form-wizard-btn {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    border-radius: 99px;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonshowinformatie.form-wizard-btn {
    background-color: #EB7B00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonhideinformatie.form-wizard-btn:hover {
    background-color: #EB7B00;
    text-decoration: none;
}

#buttonhideinruil.form-wizard-btn {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    border-radius: 99px;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonshowinruil.form-wizard-btn {
    background-color: #EB7B00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonhideinruil.form-wizard-btn:hover {
    background-color: #EB7B00;
    text-decoration: none;
}


#buttonhideoperationallease.form-wizard-btn {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonshowoperationallease.form-wizard-btn {
    background-color: #EB7B00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonhideoperationallease.form-wizard-btn:hover {
    background-color: #EB7B00;
    text-decoration: none;
}


#buttonhideautoverzekering.form-wizard-btn {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonshowautoverzekering.form-wizard-btn {
    background-color: #EB7B00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonhideautoverzekering.form-wizard-btn:hover {
    background-color: #EB7B00;
    text-decoration: none;
}

#buttonhidefinanciering.form-wizard-btn {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonshowfinanciering.form-wizard-btn {
    background-color: #EB7B00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonhidefinanciering.form-wizard-btn:hover {
    background-color: #EB7B00;
    text-decoration: none;
}

#buttonhidefinanciallease.form-wizard-btn {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonshowfinanciallease.form-wizard-btn {
    background-color: #EB7B00;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 1rem;
    padding: 15px 5px;
    font-weight: 400 !important;
    cursor: pointer;
}

#buttonhidefinanciallease.form-wizard-btn:hover {
    background-color: #EB7B00;
    text-decoration: none;
}

div#infblok {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 15px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: 600;
}

.bg-orange {
    background-color: #EB7B00;
}

div#zl-full {
    background-color: #f3f4f4;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cccccc;
}

a#dvo-backtolist:hover {
    opacity: 0.8;
}

.bg-lightgrey {
    background-color: #999999;
}

.hide-part{
    display: none;
}
.show-part{
    display: block;
}

.pre-wrap {
    white-space: pre-wrap;
}

b, strong {
    font-weight: bolder;
}

img.dvo-thumb-op.img-fluid {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 55px;
    margin-left: 5px;
}

.carousel-gallery .swiper-slide {
    max-height: 100px !important;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
.carousel-gallery .swiper-slide {
    max-height:160px !important;
}

}


div#highblok {
    min-height: 85px;
}

div#shadowbox:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.whatsapp-btn{
    background: #88b71b;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    white-space: nowrap;
    font-size: 16px;
    display: inline-block;
    background-clip: padding-box;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    min-width: 170px;
    text-decoration: none;
    font-weight: 600;
    border:none;
}
a.whatsapp-btn:hover
{
    background-color: #709d06;
    text-decoration: none;
    color:#ffffff;
}

div#telblok {
    color: #ffffff;
    border-radius: 5px;
    padding: 3%;
}

div#dvo-filter-index-brandstof {
    display: none;
}

.btn.btn-dvo-meer.w-100 {
    background: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    text-align: start;
}

div#collapse-soort {
    display: none;
}


div#collapse-kleur,div#collapse-tellerstand-van {
    display: none;
}


/* DVO: actions grid for submit/reset */
.dvo-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
}
@media (min-width: 768px) {
  .dvo-actions {
    grid-template-columns: 1fr 1fr;
  }
}
.dvo-actions .btn {
  width: 100%;
}

.btn.dvo-reset {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    padding: 20px;
}

.btn.dvo-reset:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 20px;
}

