html {
    max-width: 100vw;
    overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
    body {
        padding: 15px;
    }
}
body {
    font-size: .95rem;
    max-width: 100vw;
    overflow-x: hidden;
}

h1 {
    font-size: 1.25rem;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.15rem;
}
h4 {
    font-size: 1.1rem;
}

:root {
    /*--font-family: 'Roboto', Roboto, sans-serif;*/
    /*--font-family: 'Ubuntu', sans-serif;*/
    --font-family: 'Trebuchet MS', sans-serif;
    --tertiary: #0272ce;
    --tertiary-hover: #045ca4;
    --primary: #062430;
    --primary-hover: #1e2d46;
    --color-whatsapp: #25d366;
    --color-whatsapp-hover: #31e170;
    --green: #2cc851;
    --green-hover: #28b249;
    --tick-color: var(--green);
    --na-border-radius: 10px;
}

/* col-1-10 for a grid with 10 columns */
.col-xs-1-10,
.col-sm-1-10 {
    position: relative;
    min-height: 1px;
}

.col-xs-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
    /*float: left;*/
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (min-width: 992px) {
    .col-md-1-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        flex: 0 0 10%;
        max-width: 10%;
    }
}

a {
    color: var(--tertiary);
}
a:hover {
    color: var(--tertiary-hover);
    text-decoration: underline;
}

body {
    background-color: #F2F6F9;
    font-family: var(--font-family);
    font-weight: 400;
    overflow-x: hidden;
}

.blue-linear-gradient {
    background-color: #000000;
}

.btn {
    border-radius: 5px;
    padding: 0.375rem 1.4rem;
}

.btn-success {
    display: inline-block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff !important;
    background-color: var(--tertiary);
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    transition: opacity .2s ease-in !important;
    transform: translateZ(0);
    opacity: 1;
    position: relative;
    text-transform: none;
    margin: 0 auto 20px;
    text-decoration: none !important;
    width: auto;
}

.btn-success:hover {
    background-color: var(--tertiary-hover);
}
.btn-success-green {
    background-color: var(--green);
}
.btn-success-green:hover {
    background-color: var(--green-hover);
}

.btn-secondary {
    display: inline-block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff !important;
    background-color: rgba(20, 65, 118,1);
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    transition: opacity .2s ease-in !important;
    transform: translateZ(0);
    opacity: 1;
    position: relative;
    text-transform: none;
    border-radius: 2.5rem;
    margin: 0 auto 20px;
    text-decoration: none !important;
    width: auto;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    border: none;
    text-decoration: none !important;
    box-shadow: none;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-primary:focus, .btn-primary:active:focus {
    box-shadow: none !important;
}

.filter-bar {
    background-color: #f2f2f2;
    padding: 15px 0;
    margin-top: -13px;
}

.filter-bar select,
.filter-bar input[type=text] {
    width: 100%;
    border: 2px solid #b2b2b2;
    padding: 6px;
    margin-bottom: 15px;
}

h2,
h2 a {
    color: #062430;
    /*font-size: 2.5rem;*/
    line-height: 2.5rem;
    font-weight: 500;
}

h3,
h3 a {
    color: #0095D2;
    font-size: 1rem;
    font-weight: 500;
}

.modal-content {
    padding: 16px;
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    border: 0px solid white;
    border-radius: 16px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.home-portals {
  padding: 20px;
}

.home-portals h2 {
  margin-bottom: 20px;
}

.home-portals .col-6 {
    min-height: 100px;
}

.home-portals .col-6 img {
    margin-bottom: 10px;
}

.home-portals .col-6 a {
    color: #000;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.dropdown-menu {
    padding: 0;
    top: 85%;
}

.dropdown-item {
    font-size: 1.4rem;
    padding: 10px 20px;
}

.dropdown-item:hover {
    color: #0e90d2 !important;
    background-color: white;
    transition: background-color 0.4s;
}

.filter-container {
    margin-top: 30px;
    padding: 20px;
    font-family: 'Exo 2', sans-serif;

}

.filter-title,
.filter-title strong {
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    color: #333;
}

.chosen-container {
    width: 100% !important;
}

@media (min-width: 720px) {
    .filters-container .row:first-child {
        padding-left: 0px;
        margin-left: -7px;
    }
}

.chosen-container-single .chosen-single {
    border: 0;
    border-top: 1px solid #eee;
    /*font-size: 12pt;*/
    font-weight: bold;
}

.chosen-container-single .chosen-drop {
    margin-top: -15px;
}

.filters-container {
    margin-top: 15px;
    padding-right: 0;
}

.filters-container .subfilters {
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
}

.filters-container .subfilters:last-child {
    padding-right: 4px;
}

.filters-container .subfilters .format-icon {
    font-size: 43px;
    margin-top: -10px;
    cursor: pointer;
}

.filters-container .subfilters .format-icon a {
    color: #B2B2B2;
}

.filters-container .subfilters .format-icon a:hover {
    color: #fff;
}

a.chosen-single > span {
    float: left;
}

a.chosen-single:after {
    font-size: 1.2em;
    font-family: 'FontAwesome';
    font-weight: 400;
    float: right;
    content: '';
    font: inherit;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #0e90d2 transparent transparent transparent;
    margin-top: 1rem;
    margin-right: 1rem;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: #fff;
}

.filters-container .filter {
    height: 40px;
}

.filters-container .filter button,
.filters-container .filter a.filter-button {
    flex: 1 1 12.5%;
    margin: 0 0.5rem 1rem;
    border: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #0095D2;
    color: #FFF;
    font-size: 1rem;
    margin-top: 1px;
    width: 100%;
    padding: 0.25rem 1.5rem;
    height: 100%;
    margin-left: 2px;
}

.filters-container .filter a.filter-button:hover {
    text-decoration: none;
}

.filters-container .filter .filter-button-more:after {
    content: '+';
    font-weight: 700;
    color: #FFF;
}

.filters-container .filter .filter-button-less:after {
    content: '-';
    font-weight: 700;
    color: #FFF;
}

.filter-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.filters-container .row {
    display: flex;
    flex-flow: row wrap;
}

.filters-container .row {

}

.filters-container #bouwjaarvandropdown a {
    margin-bottom: 0;
}

.filters-container #bouwjaar_dropped {
    display: none;
    padding: 1rem;
    background-color: #fff;
    z-index: 1000;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    text-align: left;
}

.filters-container #sorterenopdropdown_dropped a {
    margin-bottom: 0;
    color: inherit;
}

.filters-container #sorterenopdropdown_dropped a:hover {
    margin-bottom: 0;
    text-decoration: none;
    color: #0095D2;
}

.filters-container #sorterenopdropdown_dropped {
    display: none;
    padding: 1rem;
    background-color: #fff;
    z-index: 1000;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    text-align: left;
}

.filters-container #sorterenopdropdown_dropped a {
    display: block;
}

.hidden-filters {
    display: none;
}

.content-page-content {
    padding: 15px 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 12pt;
}

.content-page-content p {
    line-height: 1.3;
    letter-spacing: 0.7px;
    font-weight: 400;
    margin-bottom: 20px;
}

.content-page-content a {
    color: #000000;
    font-weight: bold;
}

.slider-price-result-min {
    float: left;
}

.slider-price-result-max {
    float: right;
}

.pagination-container {
    text-align: center;
    margin-top: 15px;
}

.pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.pagination .page-item {
    margin: 5px;
}

.pagination .page-link {
    padding: 10px 15px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}

.pagination .page-link:hover {
    cursor: pointer;
}

.car-detailpage {
    padding-bottom: 15px;
}

.specs-container {
    column-count: 2;
}

@media (max-width: 960px) {
    .specs-container {
        column-count: 1;
    }
}

.specs-container .spec-detail .spec-title {
    width: 49%;
    display: inline-block;
    font-weight: bold;
    float: left;
}

.specs-container .spec-detail .spec-value {
    width: 49%;
    display: inline-block;
}

a.notextdeco:hover {
    text-decoration: none;
}

a.notextdeco:hover {
    text-decoration: none;
}

.slick-dots {
    display: none !important;
}

.slick-list.draggable {
    overflow: hidden;
    max-width: 640px;
    width: 100%;
}

.slick-track img {
    margin: 4px 7px !important;
}

.mainimage.sliderToNavigate {
    position: relative;
    max-width: 640px;
    width: 100%;
}

.mainimage.sliderToNavigate img {
    max-width: 100%;
}

.chosen-container .chosen-results li.active-result {
    text-align: left;
}

@media (min-width: 960px) {
    .first-filter {
        padding-left: 0px;
        margin-left: -7px;
    }
}

@media (max-width: 960px) {
    .filters-container {
        padding-left: 0px;
    }

    .controls .chzn-select {
        width: 100%;
    }
}

.custom-button {
    /*flex: 1 1 12.5%;*/
    margin: 0 0.5rem 1rem;
    border: 0;
    align-items: center;
    cursor: pointer;
    /*display: flex;*/
    /*flex-flow: row wrap;*/
    /*justify-content: space-between;*/
    background: #0095D2;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 3.6rem;
    margin-top: 1px;
    /*width: 100%;*/
    padding: 0.25rem 1.5rem;
    height: 40px;
    float: right;
}

span.inline-price {
    float: right;
    margin-right: 15px;
    text-transform: initial;
}

.filter-label {
    text-align: center;
    font-size: .9rem;
}

.filter-icon {
    border: 1px solid #e3e3e3;
    border-radius: 109px;
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.filter-icon-active {
    border: 1px solid #0698d3;
}

.icon-filters {
    display: none;
    background-color: #fff;
    height: 100%;
}

.icon-filter {
    padding: 1px 5px;
}

.color-filter-block {
    width: 50px;
    height: 25px;
    border: 1px solid #e3e3e3;
}

.color-filter-block-active {
    border: 1px solid #0698d3;
}

.color-filter-block.color-14 {
    background-color: #FFF6c8;
}

.color-filter-block.color-5 {
    background-color: #3169b1;
}

.color-filter-block.color-11 {
    background-color: #846d49;
}

.color-filter-block.color-13 {
    background-color: #EDEADB;
}

.color-filter-block.color-6 {
    background-color: #45ac34;
}

.color-filter-block.color-7 {
    background-color: #e8e453;
}

.color-filter-block.color-3 {
    background-color: #9d9d9c;
}

.color-filter-block.color-8 {
    background-color: #ee7244;
}

.color-filter-block.color-10 {
    background-color: #ab84ba;
}

.color-filter-block.color-4 {
    background-color: #e41f1a;
}

.color-filter-block.color-9 {
    background-color: #f3dbfd;
}

.color-filter-block.color-12 {
    background-color: #c6d2cf;
}

.color-filter-block.color-1 {
    background-color: #000;
}

.active-color-selected {
    border: 2px solid #0095D2;
}

.view-icon {
    color: #d0d0d0;
}

.view-icon:hover {
    color: #0095D2;
}

.view-icon-active {
    color: #0095D2;
}

.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}
.page-item.active .page-link:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.selected-filter:hover {
    cursor: pointer;
}

.selected-filter-optie:hover {
    cursor: pointer;
}

.selected-filter-kleur:hover {
    cursor: pointer;
}

@media (min-width: 960px) {
    .first-filter-in-row {
        padding-left: 0px;
        margin-left: -7px;
    }
}

@media (max-width: 960px) {

    select#merk {
        background-color: #fff;
        padding: 15px;
    }

    select#slcModel {
        background-color: #fff;
        padding: 15px;
    }

    select#carrosserie {
        background-color: #fff;
        padding: 15px;
    }

    select#brandstof {
        background-color: #fff;
        padding: 15px;
    }

    select#transmissie {
        background-color: #fff;
        padding: 15px;
    }

    select#kilometerstand {
        background-color: #fff;
        padding: 15px;
    }

    select#kmtot {
        background-color: #fff;
        padding: 15px;
    }

    select#straal {
        background-color: #fff;
        padding: 15px;
    }

    select#sorteren {
        background-color: #fff;
        padding: 15px;
    }

    .show-mobile-result {
        display: initial !important;
    }
    .show-normal-result {
        display: none;
    }
}

i.ga-slider-zoom {
    position: absolute;
    right: 15px;
    bottom: -56px;
    font-size: 18pt;
    color: white;
}

.carousel-control-prev-icon-na {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
    width: 20px;
    height: 20px;
}

.carousel-control-next-icon-na {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
    width: 20px;
    height: 20px;
}

.fluid-container.home-portals {
    background: #fff;
}

/****************************************************************
 HEADER STYLES **************************************************
 ****************************************************************/
header {
    margin-bottom: 1px;
}

nav.navbar {
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.2);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-light .navbar-nav .dropdown-menu a {
    color: #333 !important;
    font-weight: bold;
    font-size: 14px;
}

.navbar-light .navbar-nav .dropdown-menu a:hover {
    color: var(--tertiary-hover) !important;
}

.navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav a:active,
.navbar-light .navbar-nav a:focus {
    color: var(--tertiary-hover) !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, .8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    font-size: 20px;
    border-color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

/* Custom CSS voor logo-balk */
.logo-bar {
  background-color: #fff;
  padding: 10px 0;
}

.logo-bar .container {
  display: flex;
  justify-content: start;
  align-items: center;
}

.logo-bar .logo {
  margin-right: 20px; /* Optionele marge om wat ruimte te creëren */
}

/****************************************************************
 SLIDER STYLES **************************************************
 ****************************************************************/
.col-lg-12.main-slider {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.col-lg-12.main-slider #carouselExampleControls {
  height: auto;
}

.main-slider .carousel-control-prev,
.main-slider .carousel-control-next {
  position: absolute;
  top: 45%;
  width: 45px;
  height: 45px;
}

.main-slider .carousel-control-prev {
  left: 5px;
  background: rgba(33,33,33,.9);
}

.main-slider .carousel-control-next {
  right: 5px;
  background: rgba(33,33,33,.9);
}

/* Pas de padding aan voor verschillende schermformaten */
@media (max-width: 997px) {
  .homepage-carousel .carousel-item .col-md-3,
  .homepage-carousel .carousel-item .col-lg-3 {
    padding: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .homepage-carousel .carousel-item .col-md-3,
  .homepage-carousel .carousel-item .col-lg-3 {
    padding: 2px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 491px) {
  .homepage-carousel .carousel-item .col-md-3,
  .homepage-carousel .carousel-item .col-lg-3 {
    padding: 1px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .homepage-carousel .carousel-item .col-md-3,
  .homepage-carousel .carousel-item .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 1 0 25%;
    max-width: 33%;
  }
}

/***************************************************************
 FILTER MENU ***************************************************
 ***************************************************************/
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: var(--primary);
    border: none;
    border-radius: 0;
    border-left: 1px solid #fff;
}

.nav-tabs .nav-link.active {
    border: none;
    border-left: 1px solid #fff;
    background-color: var(--primary);
    color: #fff;
}

.nav-tabs .nav-link:hover {
    border: none;
    border-left: 1px solid #fff;
}

.nav-tabs .nav-link:first-child {
    border-left: none;
}

.nav-tabs .nav-link {
    color: #fff;
    font-size: 15px;
    padding: 16px 43px 13px 35px;
    font-weight: 700;
}

.tab-content {
    background: transparent;
    padding: 20px 0;
}

.first-filter-in-row {
    margin-left: 0;
    padding-left: 15px;
}

.filters-container {
    width: 100%;
    margin-top: 0;
}

.filters-container .filter button {
    background-color: var(--primary);
}

.filters-container .filter button .show-more,
.filters-container .filter button .show-less {
    font-weight: bold;
}

button.filter-button.zoekmenubutton#zoekKnop {
    flex: 1 1 12.5%;
    margin: 0 0.5rem 0rem;
    border: 0;
    align-items: center;
    cursor: pointer;
     display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #FFF;
    /*font-size: 1.6rem;*/
    margin-top: 1px;
    width: 100%;
    padding: 0.25rem 1.5rem;
    height: 74%;
    margin-left: -4px;
    font-weight: bold;
    background-color: var(--tertiary);
}

.chosen-container .chosen-results li.highlighted {
    background-color: #000000;
    color: #fff;
}

a.chosen-single:after {
    border-color: #555555 transparent transparent transparent;
}

button.custom-button {
    margin: 0;
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 16px;
    line-height: 14px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff !important;
    background-color: #00447c;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    transition: opacity .2s ease-in !important;
    transform: translateZ(0);
    opacity: 1;
    float: right;
    position: relative;
    text-transform: none;
}

button[type="submit"] {
    padding: 13px 25px 13px 25px;
    font-weight: 700;
}

.home-portals .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.car-listing .car-listing-border-top > .row {
    padding-top: 33px;
    margin-bottom: 29px;
}

.car-listing .car-listing-border-top > .row h1 {
    font-family: var(--font-family);
}

@media (max-width: 767px) {
    #hero form#zoekform {
        margin-top: 150px;
    }
    .nav-tabs .nav-link {
        width: 100%;
        font-weight: 400;
    }
    form#zoekform button.custom-button {
        float: left;
        margin-top: 15px;
    }
}

/****************************************************************
 ABOUT COMPONENT ************************************************
 ****************************************************************/
#about {
    padding: 25px 0;
}

#about h2 {
    color: rgba(20, 65, 118,1);
    font-weight: bold;
    font-size: 25px;
}

#about ul {
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding-top: 20px;
    padding-left: 0;
}

#about ul li {
    padding-left: 31px;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    position: relative;
}

#about ul li:before{
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 3px;
    content: "\f00c";
    font-size: 19px;
    color: var(--tick-color);
}

@media (max-width: 767px) {
    #about .about-header h2 {
        font-size: 22px;
    }
}

#about .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

#about .about-header {
  width: 100%;
  display: flex;
  justify-content: left;
}

#about h1 {
  margin: 0;
}

/****************************************************************
 CAROUSEl COMPONENT *********************************************
 ****************************************************************/
.carrosserie-filter {
    margin-top: 80px;
    margin-bottom: 60px;
    padding-top: 33px;
    padding-bottom: 0;
    border-top: 4px solid #153e4d;
}

.carrosserie-filter h1 {
    margin-bottom: 33px;
}

.carousel-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.carousel-container .img-filter-item {
    display: block;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.carousel-container .body-type-data {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 1000;
    transform: translateZ(0);
}

.carousel-container .body-type-data {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: var(--font-family);
}

.filter-header {
    font-size: 15pt;
    margin-bottom: 15px;
    font-weight: bold;
}

.carousel-container .body-type-data .normal_font {
    color: #333;
    font-size: 13px;
    position: absolute;
    bottom: -37px;
    left: 0;
    font-weight: bold;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome', sans-serif !important;

}
.carrosserie-filter .owl-carousel .owl-nav .owl-prev:before {
    font-family: "Font Awesome 5 Free", sans-serif !important;
    font-weight: 900;
    content: "\f104";
}
.carrosserie-filter .owl-carousel .owl-nav .owl-next:after{
    font-family: "Font Awesome 5 Free", sans-serif !important;
    font-weight: 900;
    content: "\f105";
}

.carrosserie-filter .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.carrosserie-filter .owl-carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

.carrosserie-filter .owl-carousel .owl-nav button.owl-prev,
.carrosserie-filter .owl-carousel .owl-nav button.owl-next {
    padding: 5px !important;
    background: #ddd;
    display: inline-block;
    width: 55px;
    height: auto;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

.carrosserie-filter .owl-carousel .owl-nav button.owl-prev:hover,
.carrosserie-filter .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #000000;
}
/****************************************************************
 SEARCH SIDEBAR *************************************************
 ****************************************************************/
.classic-filter-row .filter-sidebar {
    padding: 0 22px 30px;
    background-color: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
}

.classic-filter-row .sidebar-entry-header {
    position: relative;
    min-height: 40px;
    padding: 26px 22px 21px 76px;
    margin: 0 -22px;
    background-color: #000000;
}

.classic-filter-row .sidebar-entry-header i {
    position: absolute;
    top: 32px;
    left: 21px;
    font-size: 29px;
    color: #fff;
}

.classic-filter-row .sidebar-entry-header .h4 {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.3px;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
}

.row-pad-top-24 {
    padding-top: 24px;
}

.classic-filter-row .form-group {
    margin-bottom: 16px;
}

.classic-filter-row input[type="submit"] {
    display: block;
    text-align: center;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background: rgb(248,184,140);
    background: -moz-linear-gradient(top, rgba(248,184,140,1) 0%, rgba(247,179,134,1) 3%, rgba(236,115,47,1) 38%, rgba(234,97,28,1) 48%, rgba(233,88,16,1) 59%, rgba(231,87,16,1) 83%, rgba(233,89,16,1) 86%, rgba(231,85,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,184,140,1) 0%,rgba(247,179,134,1) 3%,rgba(236,115,47,1) 38%,rgba(234,97,28,1) 48%,rgba(233,88,16,1) 59%,rgba(231,87,16,1) 83%,rgba(233,89,16,1) 86%,rgba(231,85,14,1) 100%);
    background: linear-gradient(to bottom, rgba(248,184,140,1) 0%,rgba(247,179,134,1) 3%,rgba(236,115,47,1) 38%,rgba(234,97,28,1) 48%,rgba(233,88,16,1) 59%,rgba(231,87,16,1) 83%,rgba(233,89,16,1) 86%,rgba(231,85,14,1) 100%);
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    box-shadow: 0 2px 0 #00a2d3;
    transition: opacity .2s ease-in !important;
    transform: translateZ(0);
    opacity: 1;
    float: left;
    margin-right: 23px;
    padding: 20px 28px 30px 21px;
    font-size: 14px;
    width: 100%;
}




****************************************************************
LISTING ITEM  **************************************************
****************************************************************/
.listing-horizontal .listing-item {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.listing-vertical .listing-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 20px;
}

.listing-horizontal .listing-item .image {
    overflow: hidden;
    float: left;
    position: relative;
    padding-top: 0;
    margin: 0 21px 0 0;
}

.listing-vertical .listing-item .image {
    max-width: 100%;
    width: 100%;
    margin: 0;
    flex: inherit;
    padding-top: 0;
    float: none;
}

.listing-horizontal .listing-item .image .image-inner {
    max-width: 280px;
    max-height: 195px;
}

.listing-horizontal .listing-item .image img,
.listing-vertical .listing-item .image img {
    width: 100%;
    height: auto;
}

.listing-horizontal .listing-item .content {
    overflow: hidden;
}

.listing-vertical .listing-item .content {
    flex: 1;
    width: 100%;
    margin-top: -46px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}


.listing-horizontal .listing-item .content .meta-top {
    margin-bottom: 21px;
}

.listing-vertical .listing-item .content .meta-top {
    margin-bottom: 10px;
}

.listing-horizontal .listing-item .content .meta-top .price,
.listing-vertical .listing-item .content .meta-top .price {
    color: #fff;
    text-align: right;
    float: right;
    margin-left: 40px;
    position: relative;
    background-color: #000000;
    margin-bottom: 15px;
}

.listing-vertical .listing-item .content .meta-top .price {
    min-width: 125px;
    margin-bottom: 0;
}

.listing-horizontal .listing-item .content .meta-top .price:before,
.listing-vertical .listing-item .content .meta-top .price:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    height: 100%;
    width: 32px;
    z-index: 1;
    background-color: #000000;
    left: -6px;
    transform: skew(-15deg, 0deg);
}

.listing-horizontal .listing-item .content .meta-top .price .normal-price,
.listing-vertical .listing-item .content .meta-top .price .normal-price {
    left: -4px;
    position: relative;
    padding: 8px 4px 8px 4px;
}

.listing-horizontal .listing-item .content .meta-top .price .heading-font,
.listing-vertical .listing-item .content .meta-top .price .heading-font {
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    top: 1px;
    position:relative;
    font-size: 20px;
    padding-left: 30px;
}

.listing-horizontal .listing-item .content .meta-top .title.heading-font,
.listing-vertical .listing-item .content .meta-top .title.heading-font{
    font-family: var(--font-family);
    color: #000;
    transition: all 0.25s ease;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    margin-top: 0;
    letter-spacing: -1px;
    word-spacing: -1px;
    padding-top: 0;
}

.listing-vertical .listing-item .content .meta-top .title.heading-font {
    padding-top: 20px;
    clear: both;
}

.listing-horizontal .listing-item .content .meta-top .title.heading-font a,
.listing-vertical .listing-item .content .meta-top .title.heading-font a {
    transition: all 0.25s ease;
    color: inherit;
    text-decoration: none !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.listing-horizontal .listing-item .content .meta-top .labels,
.listing-vertical .listing-item .content .meta-top .labels {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    word-spacing: 0;
    line-height: 16px;
    margin-bottom: 4px;
    font-size: 14px;
    margin-top: 1px;
}

.listing-horizontal .listing-item .content .meta-middle,
.listing-vertical .listing-item .content .meta-middle {
    margin-bottom: 8px;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-row,
.listing-vertical .listing-item .content .meta-middle .meta-middle-row {
    vertical-align: top;
    margin: 0 -10px 12px;
    font-size: 0;
    line-height: 0;
}

.listing-vertical .listing-item .content .meta-middle .meta-middle-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding: 0 10px;
    zoom: 1;
    text-align: left;
    border: 0;
    float: none;
    line-height: 22px;
    margin: 0 0 8px;
}

.listing-vertical .listing-item .content .meta-middle .meta-middle-unit {
    width: auto;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 6px;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top,
.listing-vertical .listing-item .content .meta-middle .meta-middle-unit.font-exists  .meta-middle-unit-top {
    position: relative;
    padding-left: 25px;
}

.listing-vertical .listing-item .content .meta-middle .meta-middle-unit.font-exists  .meta-middle-unit-top {
    display: inline-block;
}


.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit .icon,
.listing-vertical .listing-item .content .meta-middle .meta-middle-unit .icon {
    position: absolute;
    margin-top: 1px;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit .name,
.listing-vertical .listing-item .content .meta-middle .meta-middle-unit .name {
    text-transform: uppercase;
    color: #888;
    font-size: 10px;
    font-weight: bold;
}

.listing-vertical .listing-item .content .meta-middle .meta-middle-unit .name {
    font-size: 14px;
    text-transform: none;
}

.listing-horizontal .listing-item .content .meta-middle .value,
.listing-vertical .listing-item .content .meta-middle .value {
    padding-left: 23px;
    font-size: 13px;
    font-weight: 700 !important;
    color: #222;
    margin-top: -5px;
    margin-bottom: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing-vertical .listing-item .content .meta-middle .value {
    max-width: 100%;
    display: block;
    padding-left: 10px;
    padding-top: 6px;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit:after,
.listing-vertical .listing-item .content .meta-middle .meta-middle-unit:after {
    display: table;
    content: "";
    clear: both;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.meta-middle-divider {
    position: relative;
    height: 35px;
    width: 0;
    padding: 0;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.meta-middle-divider:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.fuel .meta-middle-unit-top,
.listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.merk .meta-middle-unit-top {
    padding-left: 23px;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions {
    min-height: 55px;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions > ul > li,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions > ul > li {
    margin-bottom: 12px;
    margin-right: 0;
    display: block;
    /* float: none; */
    /* vertical-align: middle; */
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .listing-archive-dealer-info,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .listing-archive-dealer-info {
    height: 42px;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .dealer-image,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .dealer-image {
    float: left;
    margin-right: 17px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    vertical-align: top;
    background-color: #147322;
    border-radius: 50%;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .dealer-image a,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .dealer-image a {
    color: white;
    text-decoration: none !important;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .whatsapp-image,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .whatsapp-image {
    float: left;
    margin-right: 17px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    vertical-align: top;
    background-color: #93c11f;
    border-radius: 50%;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .whatsapp-image svg,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .whatsapp-image svg {
    width: 18px;
    margin-top: -2px;
    margin-left: 2px;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .whatsapp-image a,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .whatsapp-image a {
    color: white;
    text-decoration: none !important;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .user-image-empty,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .user-image-empty {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-indent: 2px;
    font-size: 16px;
    padding-left: 11px;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .dealer-info-block,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .dealer-info-block {
    overflow: hidden;
    position: relative;
    top: -3px;
    max-width: 100%;
    vertical-align: top;
    display: block;
}

.listing-horizontal .listing-item .content .meta-bottom  .single-car-actions .dealer-info-block .title,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .dealer-info-block .title {
    display: block;
    padding-top: 0;
    font-size: 13px;
    line-height: 15px;
    color: #4e90cc;
    font-weight: 400;
    text-decoration: none !important;
    margin: 17px 0 1px;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .dealer-info-block .title span,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .dealer-info-block .title span {
    color: #222;
}

.listing-horizontal .listing-item .content .meta-bottom .single-car-actions .dealer-info-block .title a,
.listing-vertical .listing-item .content .meta-bottom .single-car-actions .dealer-info-block .title a {
    color: #000000;
    font-weight: 700;
}

.listing-horizontal,
.listing-vertical {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

@media (max-width: 992px) {
    .listing-vertical .listing-item .content .meta-middle .meta-middle-unit {
        min-height: 20px;
    }

    .carrosserie-filter {
        margin-bottom: 30px;
    }

    .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .listing-horizontal .listing-item,
    .listing-vertical .listing-item {
        align-items: flex-start;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .listing-horizontal .listing-item .image,
    .listing-vertical .listing-item .image {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
        float: none;
        margin: 0;
        flex: inherit;
    }

    .listing-horizontal .listing-item .image .image-inner {
        max-width: 100%;
        max-height: 100%;
    }

    .listing-horizontal .listing-item .image img,
    .listing-vertical .listing-item .image img {
        max-width: 100%;
        max-height: 100%;
    }

    .listing-horizontal .listing-item .content,
    .listing-vertical .listing-item .content {
        z-index: 20;
        position: relative;
        flex: 1;
        width: 100%;
        margin-top: -46px;
        border-bottom: 1px solid #ddd;
    }

    .listing-horizontal .listing-item .content .meta-top,
    .listing-vertical .listing-item .content .meta-top {
        margin-bottom: 10px;
    }

    .listing-horizontal .listing-item .content .meta-top .title,
    .listing-vertical .listing-item .content .meta-top .title {
        display: block;
        padding-top: 20px;
        clear: both;
    }

    .listing-horizontal .listing-item .content .meta-middle,
    .listing-vertical .listing-item .content .meta-middle {
        margin-bottom: 10px !important;
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-row {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-row .meta-middle-unit.font-exists {
        overflow: hidden;
        flex: inherit;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top,
    .listing-vertical .listing-item .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {
        display: inline-block;
        padding-right: 10px;
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-unit .name,
    .listing-vertical .listing-item .content .meta-middle .meta-middle-unit .name {
        font-size: 14px;
        text-transform: none;
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-unit .name:after {
        content: ": ";
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-unit.font-exists .value,
    .listing-vertical .listing-item .content .meta-middle .meta-middle-unit.font-exists .value {
        max-width: 100%;
        margin-top: 0;
        padding-left: 0;
        display: block;
        padding-top: 0;
    }

    .listing-horizontal .listing-item .content .meta-middle .meta-middle-row .meta-middle-unit.meta-middle-divider,
    .listing-vertical .listing-item .content .meta-middle .meta-middle-row .meta-middle-unit.meta-middle-divider {
        width: 1px;
        display: none !important;
    }

    .car-listing.container,
    .car-listing .listing-horizontal,
    .car-listing .listing-vertical {
        padding-left: 0;
        padding-right: 0;
    }
}

/****************************************************************
 CAR DETAILS PAGE STYLES ****************************************
 ****************************************************************/
.nav-breads {
    padding: 15px 0 8px 4px;
    margin-bottom: 20px;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #ddd;
}

.breadcrumbs-unit .nav-breads span{
    margin: 0 3px;
}

.breadcrumbs-unit .nav-breads span:first-child {
    margin-left: 0;
}

.breadcrumbs-unit .nav-breads a {
    color: #888;
    text-decoration: none !important;
    font-size: 11px;
}

.breadcrumbs-unit .nav-breads a:hover {
    color: rgba(255, 149, 1, 1);
}

.single-car-page {
    margin: 12px 0 60px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.single-listing-car-inner {
    padding-right: 10px;
    margin-bottom: 45px;
}

#main-car-gallery.listing-car-gallery .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 7px;
    display: block !important;
    background: rgba(221, 221, 221,.7) !important;
}

#main-car-gallery.listing-car-gallery .owl-carousel .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 7px;
    display: block !important;
    background: rgba(221, 221, 221,.7) !important;
}

.listing-car-gallery .owl-carousel .owl-prev i,
.listing-car-gallery .owl-carousel .owl-next i {
    transform: scale(4);
    color: rgba(51, 51, 51,0.9);
}

#thumbs-car-gallery {
    margin-top: 22px;
    width: 100%;
}

#thumbs-car-gallery .owl-carousel .owl-prev,
#thumbs-car-gallery .owl-carousel .owl-next {
    width: 25px;
    height: 50px;
    background: rgba(221, 221, 221,.7);
    position: absolute;
    top: 30%;
    left: 0;
}

#thumbs-car-gallery .owl-carousel .owl-prev i,
#thumbs-car-gallery .owl-carousel .owl-next i {
    transform: scale(2);
}

#thumbs-car-gallery .owl-carousel .owl-item.active.current {
    border-bottom: 4px solid var(--tertiary);
}

#thumbs-car-gallery .owl-carousel .owl-next {
    left: initial;
    right: 0;
}

div.listing-car-dealer-info {
    background-color: white;
    padding: 20px;
    border: 2px solid var(--tertiary);
}

.listing-car-dealer-info .user-main-info-c .image {
    float: left;
    margin-right: 14px;
    text-align: center;
    line-height: 40px;
    width: 40px;
}

.listing-car-dealer-info .user-main-info-c .image .no-avatar {
    width: 40px;
    height: 40px;
    background-color: var(--tertiary);
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    text-indent: 1px;
}

.listing-car-dealer-info .user-main-info-c a .title {
    margin: 1px 0 0;
    font-size: 19px;
    letter-spacing: -0.4px;
    color: #222;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}
.user-main-info-c .user-content {
    font-size: 16px;
}

.listing-car-dealer-info .user-main-info-c a .label {
    font-size: 13px;
    color: #888;
}

.listing-car-sidebar-unit .dealer-gmap #map {
    width: 100%;
    height: 253px;
}

.single-listing-car-sidebar aside {
    margin-bottom: 30px;
}

.single-listing-car-sidebar aside iframe {
    width: 100%;
}
.listing-car-form form input {
    font-family: 'Exo 2', sans-serif !important;
}

.listing-car-form form input[type="submit"] {
    font-size: 17px;
}

.basket-sidebar-unit .btn-success {
    width: 100%;
}

.border-bottom-unit {
    padding-bottom: 19px;
    margin-bottom: 25px;
    border-bottom: 4px solid #000000;
}

.border-bottom-unit .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.border-top-unit {
    border-top: 4px solid #000000;
    padding-top: 27px;
}

.border-top-unit p {
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    text-align: justify;
}

.border-top-unit .title {
    color: rgba(20, 65, 118,1);
    padding: 20px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}

.single-car-listing-data table.table-main {
    margin: -13px 0 15px;
    width: 100%;
}

.single-car-listing-data table.table-main > tbody > tr > td {
    padding: 13px 0 14px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #ddd;
}

.single-car-listing-data table.inner-table {
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
}

.single-car-listing-data table.inner-table tr td.label-td {
    color: #888;
    border: 0;
    vertical-align: middle;
    padding: 0 5px 0 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

.single-car-listing-data table.inner-table tr td i {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 16px;
    min-width: 33px;
    padding-right: 5px;
    text-align: center;
    vertical-align: top;
    max-height: 22px;
}

.single-car-listing-data table.inner-table tr td.heading-font {
    border: 0;
    vertical-align: middle;
    padding: 0 0 0 10px;
    color: #222;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

.single-car-listing-data table.table-main > tbody > tr > td.divider-td {
    font-size: 12px;
    color: #888;
    padding: 13px 0 14px;
    width: 30px;
    border: 0;
}

.single-car-listing-data table.table-main > tbody > tr:last-child td {
    border: 0;
}

.single-listing-car-features {
    margin-bottom: 20px;
}

.single-listing-car-features .lists-inline > ul {
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
}

.single-listing-car-features .lists-inline > ul li {
    float: left;
    width: 25%;
    position: relative;
    padding-left: 31px;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
}

ul.list-style-2 li:before {
    position: absolute;
    display: block;
    font-family: "Font Awesome 5 Free", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    left: 3px;
    content: "\f058";
    font-size: 14px;
    background-color: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.specs-container .spec-detail .spec-title,
.specs-container .spec-detail .spec-value {
    font-family: 'Exo 2', sans-serif;
}

.car-detailpage .request-form,
.car-detailpage .request-form p,
.car-detailpage .request-form .title,
.car-detailpage .request-form form {
    font-family: 'Exo 2', sans-serif;
}

@media (max-width: 991px) {
    .single-car-listing-data table.table-main > tbody > tr > td {
        display: block;
    }

    .single-car-listing-data table.table-main > tbody > tr > td.divider-td {
        display: none;
    }

    .single-listing-car-features .lists-inline > ul li {
        width: 100%;
    }

    .single-listing-car-sidebar .listing-car-dealer-info {
        padding-top: 20px;
        border-top: 4px solid rgba(7,159,227,1);
        margin-top: 20px;
    }
}

/****************************************************************
 PAGE ENTRY HEADER **********************************************
 ****************************************************************/
.entry-header {
    z-index: 10;
    position: relative;
    background-size: cover;
    background-color: #8f9fad;
    background-image: url('/assets/images/title-box-default-bg.jpg');
    background-position: 50% 0;
}

.entry-header:after {
    position: absolute;
    content: '';
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, 0.5);
    z-index: 10;
}

.entry-header > .container {
    min-height: 222px;
}

.entry-header .entry-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.entry-header .container .entry-title h2 {
    color: #fff;
    font-size: 36px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 4.4rem;
}

@media (max-width: 767px) {
    .entry-header .entry-title {
        padding-left: 15px;
    }
}

@media (max-width: 491px) {
    .entry-header {
        margin-top: 136px;
    }
}

/****************************************************************
 PAGE STYLES ****************************************************
 ****************************************************************/
.clearfix {
    display: block;
}

.mrgn-left-5 {
    margin-left: 5px;
}

.title {
    font-family: var(--font-family);
}
.title-accent {
    color: var(--tertiary);
    font-weight: bold;
}
.clearfix:before {
    content: " ";
    display: table;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.heading-font {
    color: #000;
}
.no-text-decoration {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

.fluid-container.home-portals .col-2,
.fluid-container.home-portals .col-md-2 {
  padding: 5px;
}

.home-portals .col-2 a {
  text-decoration: none;
}

.home-portals .col-2 a strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.fluid-container.home-portals {
    padding-bottom: 25px;
    box-shadow: 0px 10px 13px #eee, 0px -10px 13px #eee;
    margin-top: 40px;
}

.fluid-container.home-portals .row {
    margin-bottom: 10px;
}

.fluid-container.home-portals.content-page-content,
.fluid-container.home-portals.content-page-content p {
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
}

.fluid-container.home-portals.content-page-content a {
    color: rgba(255, 149, 1, 1);
    font-weight: bold;
}

.fluid-container.home-portals.content-page-content ul li {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
}

.fluid-container.home-portals.content-page-content strong {
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
}

.block-header {
    font-weight: bold;
    color: #333;
}

.block-inner,
.block-inner p {
    font-size: 16px;
    color: #333;
    font-family: 'Exo 2', sans-serif;
}

.bold-text {
    font-weight: bold;
}

/****************************************************************
 FORM STYLES ****************************************************
 ****************************************************************/
.col-form-label,
.form-group.row .col-md-9,
.form-group.row .col-md-9 span {
    font-family: 'Exo 2', sans-serif;
}

span.required {
    color: red;
}

.form-group.row label.col-form-label {
    font-weight: bold;
}

::-webkit-input-placeholder,
::-ms-input-placeholder,
::placeholder {
    color: #ddd !important;
}

/****************************************************************
 FOOTER STYLES **************************************************
 ****************************************************************/
#footer {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
}

#footer .container {
    width: auto;
    max-width: 1140px;
}

#footer {
    background-color: var(--primary);
}

#footer #footer-copyright {
    padding: 26px 0 19px;
}

#footer-copyright .footer-copyright {
    position: relative;
}

#footer-copyright .footer-copyright:before {
    position: absolute;
    content: '';
    display: block;
    left: 15px;
    right: 15px;
    height: 1px;
    top: -27px;
    background: rgba(255, 255, 255, 0.2);
}

#footer-copyright .copyright-text {
    color: #fff;
    opacity: 1;
    font-weight: bold;
    padding-left: 30px;
}

#footer-copyright .copyright-text a {
    color: #fff;
    font-weight: bold;
}

#footer-main .footer-widgets-wrapper {
    padding: 20px 0;
}

.footer-widgets-wrapper .container . widgets {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

aside.footer-menu {
    width: auto;
    margin: 0 auto;
    clear: both;
    padding: 0 15px 0;
}

.footer-widgets-wrapper .widget-title {
    margin-bottom: 15px;
}

.footer-widgets-wrapper .widget-title h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widgets-wrapper ul li {
    display: block;
    margin-bottom: 0;
}

.footer-widgets-wrapper ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
    position: relative;
    font-family: var(--font-family);
    text-decoration: none;
    transition: all 0.25s ease;
    /*font-weight: bold;*/
}

.footer-widgets-wrapper ul li a:hover {
    opacity: 1;
}

@media (max-width: 1096px) {
    .footer-widgets-wrapper ul {
        flex-direction: column;
    }
    .footer-widgets-wrapper ul li,
    .footer-widgets-wrapper ul li a {
        display: block;
        width: 100%;
        clear: both;
        padding: 10px 0;
    }
    .footer-widgets-wrapper ul li {
        padding: 0;
    }
}

span.text-unknown {
    color: #7A8A99;
}

.blue-header {
    color: var(--primary);
    font-weight: bold;
    font-size: 25px;
}

div.search-block {
    background-color: #f3f3f3;
    padding: 10px 20px;
}

.align-items-stretch {
    align-items: stretch !important;
}

.flex-column {
    flex-direction: column !important;
}

.list-style-none {
    list-style: none;
}

div.card.car-card {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 100%;
}
div.card.car-card .card-body {
    padding: 20px;
}
div.card.car-card .card-text {
    font-size: .9rem;
}
div.card.car-card .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 50px;
}
div.card.car-card .card-title {
    font-family: var(--font-family);
    font-weight: 700;
    transition: color ease-in-out .15s;
}
div.card.car-card:hover .card-title {
    color: var(--tertiary);
}
div.card.car-card .btn-primary {
    align-self: baseline;
}
div.card.car-card .btn-na-whatsapp {
    z-index: 10;
    background-color: transparent;
    padding: 5px 9px;
    margin: 0;
    /*float: right;*/
    position: absolute;
    bottom: 20px;
    right: 20px;
}
div.card.car-card .btn-na-whatsapp:hover {
    background-color: transparent;
}
div.card.car-card .btn-na-whatsapp > svg {
    width: 27px;
    color: var(--color-whatsapp);
}
div.card.car-card .card-body .car-card-price {
    height: 0;
    position: relative;
    margin-right: -20px;
    margin-top: -5px;
    margin-bottom: 5px;
}
div.card.car-card .card-body .car-card-price .car-card-price-label {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 36px;
    background-color: var(--primary);
    color: white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 8px 13px;
}
div.card.car-card ul.car-card-options {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.card-header {
  padding: 0.590rem 1.4rem;
}

/* Extra CSS to make footer full width */
.container-full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#footer-main,
#footer-copyright {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer-widgets-wrapper .container-fluid,
.footer-copyright .container-fluid {
  max-width: 100%;
}

@media (min-width: 768px) {
  .car-listing-container .col-md-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 100%;
  }
}


.car-item .card {
}

@media (min-width: 1200px) {
  .custom-container {
  max-width: 1400px;
    margin: 0 auto; /* Centreer de container */
  }
}


.hero-wrapper {
    display: flex;
    width: 100%;
    min-height: 500px;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 50px;
    margin-top: 50px !important;
}

@media only screen and (max-width: 768px) {
    .hero-wrapper {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-wrapper {
        flex-direction: column;
    }
}

.hero-wrapper .left-side-column {
    display: flex;
    flex-direction: column;
    width: 60%;
}

@media only screen and (max-width: 1024px) {
    .hero-wrapper .left-side-column {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .hero-wrapper .left-side-column {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.hero-wrapper .left-side-column .column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: flex-end;
    align-items: flex-start;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all 500ms;
    min-height: 260px;
}

section.homepage-filters form.filter-form .form-group {
    min-width: 50%;
}

section.homepage-filters form.filter-form button {
    position: relative;
    top: 5px;
}

@media only screen and (max-width: 1024px) {
    .hero-wrapper .left-side-column .column {
            min-height: 400px;
    }
}


.hero-wrapper .left-side-column .column .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .hero-wrapper .left-side-column .column .content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        left: 20px;
        bottom: 20px;
    }
}

.hero-wrapper .right-side-column .column .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .hero-wrapper .right-side-column .column .content {
        flex-direction: column;
        left: 20px;
        bottom: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }
}


.hero-wrapper .button {
    color: #0272ce;
    background: #e1f1fe;
    height: 50px;
    padding: 0 30px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 300ms;
    cursor: pointer;
}

.hero-wrapper .button:hover {
    background: #b9c7d2;
}


.new-button {
    color: white;
    background: var(--tertiary);
    height: 50px;
    padding: 0 30px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 300ms;
    cursor: pointer;
    width: 100%;
    position: relative;
    top: 28px;
}

.new-button:hover {
    background: #dba618;
}

.hero-wrapper .left-side-column .column .content h1 {
    font-size: 30px;
}

.hero-wrapper .right-side-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 40%;
}

@media only screen and (max-width: 1024px) {
    .hero-wrapper .right-side-column {
        min-height: 400px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .hero-wrapper .right-side-column {
        min-height: 300px !important;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


.hero-wrapper .right-side-column .column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: flex-end;
    align-items: flex-start;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: all 500ms;
}

@media only screen and (max-width: 1024px) {
    .hero-wrapper .right-side-column .column {
        min-height: 400px;
    }
    }

@media only screen and (max-width: 768px) {
    .hero-wrapper .right-side-column .column {
        min-height: 300px;
    }
}


.homepage-filters .form-control {
    min-width: 70px !important;
}

[class^=ribbon-] {
    position: relative;
    margin-bottom: 80px;
}
[class^=ribbon-]:before, [class^=ribbon-]:after {
    content: "";
    position: absolute;
}

.ribbon-1 {
    width: 60px;
    height: 100px;
    background: #ee583a;
    top: -6px;
    left: 25px;
}
.ribbon-1:before {
    height: 0;
    width: 0;
    border-bottom: 6px solid #ca3011;
    border-right: 6px solid transparent;
    right: -6px;
}
.ribbon-1:after {
    height: 0;
    width: 0;
    border-left: 30px solid #ee583a;
    border-right: 30px solid #ee583a;
    border-bottom: 30px solid transparent;
    bottom: -30px;
}

.ribbon-2 {
    width: auto;
    height: 50px;
    background: #0072CE;
    left: -8px;
    position: absolute;
    top: 30px;
    display: flex;
    color: white;
    align-items: center;
}

.ribbon-2 span {
    padding-left: 20px;
    font-weight: 600;
    padding-right: 15px;
}
.ribbon-2:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid #0072CE;
    border-left: 8px solid transparent;
    top: -8px;
}
.ribbon-2:after {
    height: 0;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #0072CE;
    right: -14px;
}

.ribbon-3, .ribbon-4 {
    width: 420px;
    height: 50px;
    margin-left: -10px;
    margin-right: -10px;
    background: #efb23b;
}
.ribbon-3:before, .ribbon-4:before {
    height: 0;
    width: 0;
    border-top: 10px solid #cd8d11;
    border-left: 10px solid transparent;
    bottom: -10px;
}
.ribbon-3:after, .ribbon-4:after {
    height: 0;
    width: 0;
    border-top: 10px solid #cd8d11;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
}

.ribbon-4:before {
    height: 0;
    width: 0;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #31a5b3 #31a5b3 #31a5b3 transparent;
    top: 20px;
    left: -30px;
}
.ribbon-4:after {
    height: 0;
    width: 0;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #31a5b3 transparent #31a5b3 #31a5b3;
    top: 20px;
    right: -30px;
}

.ribbon-content {
    height: inherit;
    margin-bottom: 0;
    background: #37b7c7;
    z-index: 100;
}
.ribbon-content:before {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-left: 10px solid transparent;
    bottom: -10px;
}
.ribbon-content:after {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
}

.logo img {
    max-width: 220px;
    top: -1px;
    max-height: 100px !important;
    padding: 10px;
    position: relative;
    left: 10px;
}

.logo {
    margin-right: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

header {
    margin-bottom: 150px;
}

header nav {
    background: white !important;
}

.block-brands {
    margin: 100px 0;
}

.block-brands h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.block-brands .brands-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
}

@media only screen and (max-width: 1024px) {
    .block-brands .brands-grid {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .block-brands {
        margin: 50px 0;
    }
    .block-brands .brands-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .block-brands .brands-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

.block-brands .brands-grid .brand-tile {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    background: white;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: all 300ms;
}

@media screen and (min-width: 1024px) {
    .block-brands .brands-grid .brand-tile {
        height: 120px;
    }
}

.block-brands .brands-grid .brand-tile:hover {
    border: 1px solid var(--tertiary-hover);
}

.block-brands .brands-grid .brand-tile strong {
    color: white !important;
    background: var(--tertiary);
    height: 30px;
    min-width: calc(100% - 20px);
    padding: 0 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    transition: all 300ms;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}

.block-brands .brands-grid .brand-tile img {
    max-width: 100%;
}

.block-featured-half {
    margin: 100px 0;
}

@media only screen and (max-width: 768px) {
    .block-featured-half {
        margin: 50px 0;
    }
}

.block-featured-half .container {
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .block-featured-half .container {
        flex-direction: column;
        gap: 30px;
    }
    }

.block-featured-half .column {
    width: 100%;
}

.block-featured-half .column.column-image {
    background-size: cover;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-featured-half .column a {
    text-decoration: underline;
}

.block-featured-half .column h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.logos {
    overflow: hidden;
}


.block-logos ul li {
    width: 150px !important;
    aspect-ratio: 1;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    transition: all 300ms;
}

.logos img {
    max-height: 40px;
    max-width: 100%;
}



.block-logos h2 {
    margin-bottom: 50px;
    text-align: center;
}

.logos-container {
    min-height: 150px;
    margin-bottom: 30px;
}

footer {
    background: white;
    color: white;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    footer {
        padding: 50px 0;
    }
}

footer .wrapper {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    color: black;
    box-sizing: border-box;
    align-items: flex-start;
    margin: 0px 70px;
}

@media only screen and (max-width: 1024px) {
    footer .wrapper {
        margin: 0 20px;
    }
}

footer .wrapper .left-side {
    width: 520px;
}

@media only screen and (max-width: 1150px) {
    footer .wrapper .left-side {
        width: 470px;
    }
}

@media only screen and (max-width: 1050px) {
    footer .wrapper .left-side {
        width: 450px;
    }
}

@media only screen and (max-width: 1024px) {
    footer .wrapper .left-side {
        width: 100%;
        max-width: 100%;
    }
}

footer .wrapper .left-side:after {
    position: absolute;
    bottom: 100px;
    left: 50px;
    content: url('../../wp-content/themes/second-bike/assets/images/bike-asset.svg');
    z-index: 0;
}

@media only screen and (max-width: 490px) {
    footer .wrapper .left-side:after {
        max-width: 200px !important;
        left: -150px;
        bottom: 250px;
    }
}

footer .wrapper .left-side .logo-socials {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 490px) {
    footer .wrapper .left-side .logo-socials {
        margin-bottom: 50px;
    }
}

footer .wrapper .left-side .logo-socials .socials {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .logo-socials .socials {
        display: none;
    }
}

footer .wrapper .left-side .logo-socials .socials .social {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #F2F6F9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
}

footer .wrapper .left-side .logo-socials .socials .social:hover {
    transform: scale(1.1);
}

footer .wrapper .left-side .navigations {
    display: flex;
    flex-direction: row;
    z-index: 2;
    position: relative;
}

footer .wrapper .left-side .navigations div {
    width: 50%;
    color: black;
}

footer .wrapper .left-side .navigations strong {
    margin-bottom: 20px;
}

footer .wrapper .left-side .navigations span {
    background: black;
    color: white;
    font-size: 12px;
    padding: 5px 5px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 490px) {
    footer .wrapper .left-side .navigations span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 387px) {
    footer .wrapper .left-side .navigations span {
        display: none;
    }
}

footer .wrapper .left-side .navigations p {
    margin-top: 20px;
    line-height: 27px;
}

footer .wrapper .left-side .navigations .menu {
    display: flex;
    flex-direction: column;
}

footer .wrapper .left-side .navigations .menu a {
    color: black;
    margin: 2px 0;
}

footer .wrapper .left-side .navigations .menu a:hover {
    text-decoration: underline;
}

footer .wrapper .left-side .footer-support {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    background: #F2F6F9;
    border-radius: 0 20px 20px 20px;
    padding: 20px;
    box-sizing: border-box;
    min-height: 100px;
    display: flex;
    align-items: center;
    min-width: 700px;
    color: black;
}

@media only screen and (max-width: 1300px) {
    footer .wrapper .left-side .footer-support {
        min-width: 640px;
    }
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .footer-support {
        min-width: auto !important;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
        flex-direction: column;
        justify-content: flex-start;
        border-radius: 0 20px 20px 20px;
    }
}

footer .wrapper .left-side .footer-support .left-and-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .footer-support .left-and-center {
        width: 100%;
    }
}

footer .wrapper .left-side .footer-support .image-side {
    height: 100px;
    margin-right: 30px;
}

@media only screen and (max-width: 1300px) {
    footer .wrapper .left-side .footer-support .image-side {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 490px) {
    footer .wrapper .left-side .footer-support .image-side {
        margin-right: 0;
        margin-bottom: -20px;
    }
}

footer .wrapper .left-side .footer-support .image-side img {
    max-width: 144px;
    position: relative;
    top: -54px;
    max-height: 188px !important;
}

@media only screen and (max-width: 490px) {
    footer .wrapper .left-side .footer-support .image-side img {
        margin-right: 15px !important;
        vertical-align: middle;
        max-width: 80px !important;
        max-height: 120px !important;
        top: -16px !important;
    }
}

footer .wrapper .left-side .footer-support .center-side {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 435px) {
    footer .wrapper .left-side .footer-support .center-side {
        font-size: 14px;
    }
}

footer .wrapper .left-side .footer-support .right-side {
    display: inline-flex;
    max-width: 230px;
    margin-right: 20px;
}

@media only screen and (max-width: 1300px) {
    footer .wrapper .left-side .footer-support .right-side {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .footer-support .right-side {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0;
    }
}

footer .wrapper .left-side .footer-support .right-side a {
    height: 48px;
    border-radius: 0 15px 15px 15px;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    background: #1BD741;
    border: none;
    transition: all 300ms;
    box-sizing: border-box;
    padding: 0 30px;
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .footer-support .right-side a {
        width: 100%;
    }
}

footer .wrapper .left-side .footer-support .right-side a:hover {
    background: #13b935;
}

footer .wrapper .left-side .footer-support .right-side a svg {
    vertical-align: -2px;
    margin-right: 10px;
}

footer .wrapper .left-side .sell-your-bike-mobile {
    display: none;
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .sell-your-bike-mobile {
        display: flex;
        min-width: 150px;
    }
}

.sell-your-bike-mobile .button {
    color: white;
    background: var(--tertiary);
    height: 50px;
    padding: 0 30px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 300ms;
    cursor: pointer;
}

@media only screen and (max-width: 490px) {
    footer .wrapper .left-side .sell-your-bike-mobile .button {
        padding: 13px 20px;
    }
}

footer .wrapper .left-side .mobile-socials {
    gap: 20px;
    display: none;
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .mobile-socials {
        display: flex;
        margin-top: 30px;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
}

footer .wrapper .left-side .mobile-socials .social {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .wrapper .left-side .mobile-links {
    display: none;
    z-index: 2;
    position: relative;
    justify-content: center;
    color: black;
    font-size: 14px;
    margin-top: 30px;
    gap: 30px;
}

@media only screen and (max-width: 710px) {
    footer .wrapper .left-side .mobile-links {
        display: flex;
    }
}

footer .wrapper .left-side .mobile-links a {
    color: black !important;
}

footer .wrapper .left-side .mobile-links a:hover {
    text-decoration: underline;
}

footer .wrapper .right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 1350px) {
    footer .wrapper .right-side {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1200px) {
    footer .wrapper .right-side {
        width: 45% !important;
    }
}

@media only screen and (max-width: 1024px) {
    footer .wrapper .right-side {
        display: none;
    }
}


footer .logo {
    justify-content: flex-start !important;
}

footer .wrapper .right-side .review-block {
    padding: 30px 30px 50px;
    position: relative;
    min-width: 400px;
    width: 400px;
    max-width: 400px;
    min-height: 320px;
    background: #fff;
    border-radius: 10px;
    color: black;
}

@media only screen and (max-width: 1170px) {
    footer .wrapper .right-side .review-block {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    footer .wrapper .right-side .review-block {
        width: auto;
        min-width: auto;
        height: 340px;
    }
}

footer .wrapper .right-side .review-block:first-child {
    margin-left: 30px;
}

footer .wrapper .right-side .review-block .stars-time {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

footer .wrapper .right-side .review-block .stars-time .stars img {
    max-width: 25px;
}

@media screen and (max-width: 500px) {
    footer .wrapper .right-side .review-block .stars-time .stars img {
        max-width: 95px;
    }
}

footer .wrapper .right-side .review-block .stars-time .time {
    color: #ACACAC;
}

@media screen and (max-width: 500px) {
    footer .wrapper .right-side .review-block .stars-time .time {
        font-size: 14px;
    }
}

footer .wrapper .right-side .review-block .title {
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

footer .wrapper .right-side .review-block .text {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

footer .wrapper .right-side .review-block .name {
    position: absolute;
    bottom: 30px;
    color: #ACACAC;
    font-weight: 700;
}

.copyright-bar {
    display: flex;
    justify-content: center;
    font-size: 14px;
    height: 60px;
    background: var(--tertiary);
    align-items: center;
}

.copyright-bar .wrapper {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    color: white;
    box-sizing: border-box;
    align-items: flex-start;
    margin: 0px 70px;
    gap: 30px;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .copyright-bar .wrapper {
        margin: 0 20px;
    }
}

.copyright-bar .wrapper .left-side {
    width: 50%;
}

@media only screen and (max-width: 710px) {
    .copyright-bar .wrapper .left-side {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.copyright-bar .wrapper .right-side {
    width: 50%;
    justify-content: flex-end;
    gap: 30px;
    display: flex;
}

@media only screen and (max-width: 710px) {
    .copyright-bar .wrapper .right-side {
        display: none;
    }
}

.copyright-bar .wrapper .right-side a {
    color: white;
}

.copyright-bar .wrapper .right-side a:hover {
    text-decoration: underline;
}

footer .wrapper .left-side .mobile-links a:hover {
    text-decoration: underline;
}

footer .wrapper .left-side .mobile-links a {
    color: white;
}

ul.list-style-2 li:before {
    background-color: #5cae50 !important;
}

.btn-success-green {
    background-color: #5cae50 !important;
    border-radius: 100px !important;
}

div.listing-car-dealer-info {
    border: none;
}

.single-car-contact {
    border: none;
}

#contact-form div.btn.btn-success {
    font-size: 16px !important;
    line-height: 20px !important;
}

.car-details-new .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.car-details-new .listing-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: white;
    border: none;
    justify-content: space-between;
    margin-bottom: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.car-details-new .listing-container .price-heading {
    height: 90px;
    background: #6FB156;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: white;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    position: relative;
}

.listing-container .price {
    font-size: 26px;
}

.listing-container {
    position: relative;
}

.single-car-contact {
    border: none !important;
}

.details-and-cta {
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0;
    margin-top: -40px;
    margin-bottom: -140px;
}

.details-and-cta:after {
    content: '';
    width: 100%;
    height: 120px;
    position: absolute;
    display: flex;
    bottom: 0;
    background: white;
    left: 0;
}

.price-heading-wrapper {
    padding: 30px 30px 10px;
}
.car-details-new .listing-container .price-heading {
    border-radius: 10px;
}

@media screen and (max-width: 1200px) {
    .details-and-cta:after {
        height: 90px;
    }
}


@media screen and (max-width: 992px) {
    .details-and-cta:after {
        height: 120px;
    }
}
.calculator-result {
    font-size: 16px !important;
}

.single-car-listing-data table.table-main > tbody > tr > td.divider-td {
    width: 10px !important;
}

.single-listing-car-features .lists-inline > ul li {
    word-break: break-word !important;
}

.car-details-new .single-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.car-details-new .single-title-wrap button {
    background: transparent;
    color: #1a4d91;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 100px;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    transition: all 300ms;
    cursor: pointer;
    min-width: 200px;
    border: none;
    text-decoration: none !important;
}

.car-details-new .single-title-wrap button:hover {
    text-decoration: none !important;
}

.car-card .image-wrapper {
    position: relative;
}

.btn-success {
    border-radius: 100px !important;
}

#main-car-gallery.listing-car-gallery .owl-carousel .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    right: 20px;
    background: rgba(221, 221, 221, .7) !important;
}

.listing-car-gallery .owl-carousel .owl-prev i, .listing-car-gallery .owl-carousel .owl-next i {
    transform: scale(1);
    color: rgba(51, 51, 51, 0.9);
}


#main-car-gallery.listing-car-gallery .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 20px;
    background: rgba(221, 221, 221, .7) !important;
}

.listing-car-gallery .owl-carousel .owl-prev i, .listing-car-gallery .owl-carousel .owl-prev i {
    transform: scale(1);
    color: rgba(51, 51, 51, 0.9);
}

.single-image,
.listing-car-dealer-info,
.single-car-contact {
    border-radius: 20px;
    overflow: hidden;
}

.car-details-new .listing-container {
    border-radius: 20px !important;
}

.owl-carousel.owl-drag .owl-item {
  border-radius: 20px;
}

div.card.car-card:hover .card-title {
    color: black !important;
}

div.home-banners div > a {
    padding: 5px;
    display: block;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 75px;
    color: #555555;
    font-size: 9.5pt !important;
    margin-bottom: 20px;
}

div.home-banners div > a > img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 4px;
}

div.card.car-card .btn-na-whatsapp > svg {
    width: 34px !important;
}

.block-brands .brands-grid .brand-tile