﻿.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.mr-35 {
    margin-right: 35px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px !important;
}

.m-h-150 {
    min-height: 150px;
}

.f-c-white {
    color: white !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.contact-consent {
    display: flex;
}

    .contact-consent .custom-checks {
        margin-right: 10px !important;
    }

.vertical-line {
    border-left: 1px solid #e4e2e2 !important; /* Adjust the color and width as needed */
    height: 100%; /* Make sure it spans the full height of the parent */
}

ul.newsletter-li {
    list-style-type: disc;
    list-style-position: inside;
}

.vehicle-result-price {
    display: flex;
    flex-direction: row;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    width: 100% ;
    margin-bottom: 5px;
}

    .vehicle-result-price .vehicle-result-price-left {
        width: 51%;
    }

    .vehicle-result-price .vehicle-result-price-right {
        width: 49%;
    }

    .vehicle-result-price .vehicle-result-price-right {
        display: flex
    }

    .vehicle-result-price .pm-text {
        font-size: 10px;
        line-height: 14px;
    }

    .vehicle-result-price .vehicle-result-price-left .previous-value {
        font-size: 12px;
        text-decoration: line-through;
    }

/*.vehicle-result-price span {
        margin-right: 4px;
    }*/

.vehicle-old-price {
    color: #9e9e9e;
    font-size: 13px;
    text-decoration: line-through;
}

.separator {
    border-left: solid 1px #8a9ba5;
}

.separator {
    height: 80%;
    margin: 0 5px;
}

@media (min-width: 768px) {
    .product .vehicle-description .dl-horizontal > dt {
        text-align: left;
        width: 65px;
    }
}

.used-details .vehicle-detail-result-price {
    display: flex;
    flex-direction: row;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    float: right;
}

    .used-details .vehicle-detail-result-price .vehicle-result-price-right {
        display: flex
    }

    .used-details .vehicle-detail-result-price .pm-text {
        font-size: 10px;
        line-height: 14px;
    }

    .used-details .vehicle-detail-result-price .previous-value {
        font-size: 12px;
        text-decoration: line-through;
        line-height: 14px;
    }




.panel .panel-body {
    padding: 15px !important;
}

.modal-image {
    background-image: url("../imgs/template-modal.jpg");
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.submit-panel {
    padding: 10px 10px 0px 10px;
}

