/* filters */
#dfi-filter {
    display: block;
    background-color: #f3f4f4;
    border-radius: 10px;
}

.btn-dfi-secondary {
    border-color: #fd9a14;
    color: #ffffff;
    background-color: #fd9a14 !important;
    border-radius: 100px;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

.btn-dfi-secondary:hover {
    color: #ffffff;
}
    /* voorraad */
.dfi-databox {
    background-color: #f3f4f4;
}

.dfi-merkmodel {
    color: #112748;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
}

.dfi-detail-link h3 {
    color: #112748;
}

.dfi-icons {
    color: #112748;
}

.dfi-lijst-specs {
    color: #112748;
    height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dfi-price-block {
    display: block;
    color: #112748;
}

.dfi-detail-link .btn-dfi-primary {
    /* border-color: #fd9a14; */
    color: #ffffff;
    background-color: #ea7220 !important;
    border-radius: 5px;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    padding: 10px 10px;
}

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

.oneline {
    width: 100%;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #112748;
    font-size: 15px;
}

.disabled {
    pointer-events: none;
    background-color: #706e6e;
}
/* detail */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.dfi-detail-leaseprice {
    background-color: #0481b1;
}


.dfi-aanvraagblok {
    background-color: #0481b1;
}

button#dfi-contact-submit {
    color: #ffffff;
    background-color: #0481b1;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 0 10px 0 10px;
    opacity: 1;
    border: 2px none;
}

span#dfi-detail-prijs {
    font-size: 25px;
    background-color: #fd9a14;
    padding: 10px 20px;
    border-radius: 10px;
}

.dfi-lease-price {
    font-size: 25px;
}

span.pm {
    font-size: 1rem;
    line-height: 12px;
}

.form-select {
    font-size: 15px !important;
}

span.dfi-detail-prijs-lease {
    font-size: 25px;
    background-color: #fd9a14;
    padding: 5px 30px;
    border-radius: 99px;
    display: inline-block;
}

.dfi-detail-prijs-klein {
    font-size: 15px;
}

img.dfi-thumb {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-height: 100px;
}

div#dfi-vehicle {
    max-width: 1600px;
    margin: 0 auto;
}

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

img.dfi-thumb {
    max-height: 100%;
}
    
    span.dfi-detail-prijs-lease {
    width: 100%;
}

}