.main-content.inventory, .inventory .page-content {
    height: calc(100% - 250px);
}

.search-top-bar {
    min-height: 50px;
    max-height: 50px;
    position: relative;
    background: #fff;
    color: #102b4e!important;
    padding: 0 40px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}
.search-top-bar .navbar {
    padding: 0;
    min-height: 50px;
    max-height: 50px;
}
.make-centered {
    margin-left: 15px;
}
.make-centered h3 {
    font: normal normal bold 24px/20px 'Manrope';
    letter-spacing: 0px;
    color: #3CAEEE;
    text-transform: uppercase;
    margin-bottom: 0;
}
.navbar-nav.make-filter {
    border-right: 1px solid #b5b5b5;
}
.make-filter, .new-used-filter {
    flex-direction: row;
}
.nu-filter {
    display: flex;
    gap: 8px;
    width: 100%;
    background: #f2f1f2;
    padding: 4px;
    max-width: 325px;
    margin: 0 auto 15px;
    border-radius: 5px;
}
.new-used-btn {
    width: 50%;
    padding: 6px 12px;
    color: #6d7074 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.new-used-btn.active {
    background: #fff;
    color: #054086!important;
}
.make-filter .nav-item, .new-used-filter .nav-item {
    font: normal normal normal 13px/20px Roboto;
    letter-spacing: -0.2px;
    color: #102b4e!important;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase!important;
    padding: 5px 15px;
}
.make-filter .nav-link, .new-used-filter .nav-link, .vehicle-filter .nav-link {
    color: #102b4e!important;
    padding: 3px;
}
.make-filter .nav-link.active, .new-used-filter .nav-link.active {
    color: #3CAEEE!important;
    border-bottom: 2px solid #3CAEEE;
}
.make-filter .nav-link:hover, .new-used-filter .nav-link:hover {
    color: #3CAEEE!important;
}
a.filter-text.nav-link:hover {
    color: #102b4e!important;
}
.filter-text {
    font: normal normal normal 13px/20px Roboto;
    letter-spacing: -0.2px;
    color: #FFFFFF!important;
    text-decoration: none;
    cursor: auto;
    text-transform: none!important;
}
.inventory-filters {
    display: flex;
}
.vehicle-inventory, .filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 25px;
    gap: 10px;
}
.filters {
    height: calc(100vh - 145px);
    overflow-y: scroll;
}
div#selected-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
#selected-filters h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.filter-tag {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    color: #000;
    padding: 5px 10px;
    font-size: 16px;
    justify-content: space-between;
    border-radius: 6px;
}
.filter-tag span.filter-tag-title {
    margin-right: 15px;
    text-transform: capitalize;
}
.filter-tag span.filter-tag-value {
    font-weight: bold;
}
.filter-tag button {
    background: none;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 20px;
}
.filters::-webkit-scrollbar {
    display: none;
}
h4.filter-title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 14px;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    color: #667085;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
}
.filter-title i {
    color: #667085;
}
.filter-filters {
    max-height: 400px;
    overflow: auto;
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    gap: 8px;
}
.filter-filters .form-group {
    width: 47%;
}
.vehicle-makem h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    max-width: 330px;
    border-bottom: 2px solid #2873d5;
    margin-bottom: 25px;
    padding-bottom: 5px;
}
span.vm-model {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}
span.vm-trim {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}
.vehicle {
    margin-bottom: 25px;
    background: #f8fbfe 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000066;
    border-radius: 3px;
    padding: 0 !important;
    width: 24%;
}
.vehicles {
    background: #fff;
    border-radius: 6px;
}
.vehicles .row {
    margin: initial;
    gap: 8px;
}
.vehicle a {
    text-decoration: none;
}
.vehicles .vehicle-img img {
    max-width: 100%;
    max-height: 290px;
    display: block;
    margin: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    object-fit: cover;
    width: 100%;
    object-position: center top;
    min-height: 290px;
}
.vehicle-header, .vehicle-footer {
    padding: 15px 8px;
}
.vehicle-header {
    padding: 15px 8px;
    border-bottom: 1px solid #cccccc78;
}
.vehicle-name {
    font: normal normal 600 18px / 16px 'Manrope';
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 5px;
}
.vehicle-trim {
    font: normal normal 800 16px / 19px 'Manrope';
    letter-spacing: 0px;
    color: #000;
    min-height: 25px;
    margin-bottom: 0;
    max-height: 26px;
    overflow: hidden;
}
.vehicle-details h6 {
    font: normal normal normal 13px / 18px 'Manrope';
    letter-spacing: 0px;
    color: #8a8a8a;
    margin-bottom: 0;
}
.vehicle-accessories {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
a.accessories-btn {
    background: #fffeff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    display: block;
    width: 100%;
    text-align: center;
    color: #2558ad !important;
    text-decoration: none;
    padding: 7px 2px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-radius: 5px;
    border: 1px solid #2558ad;
    min-width: 119px;
}
a.accessories-btn.disabled {
    background: #4D4D4D80!important;
}
a.fav-btn {
    padding: 7px;
    background: #fffeff;
    border-radius: 5px;
    border: 1px solid #2558ad;
    color: #d53d0a;
    cursor: pointer;
}
a.fav-btn:hover i::before {
    content: '\f004';
    font-weight: 900;
}
a.accessories-btn:hover {
    background: #2558ad;
    color: #fff!important;
    cursor: pointer;
}
#loaderDiv {
    text-align: center;
    display: none;
}
#loaderDiv img {
    display: block;
    margin: auto;
}
#loaderDiv h3, .no-vehicles {
    font: normal normal bold 24px/24px 'Manrope';
    letter-spacing: 0px;
    color: #2b66ae;
    display: block;
    padding: 10px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}
.trim-vehicle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trim-colors {
    padding: 0 15px;
}
.trim-img img {
    min-height: initial!important;
}
.swatch {
    padding: 0 5px;
    margin-bottom: 5px;
}
.swatch a {
    cursor: pointer;
}
.swatch-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.swatch .active .swatch-img {
    border: 3px solid #3caeee;
}
.vehicle-search {
    max-width: 350px;
    width: 100%;
    margin-left: 12px;
}
.back-arrow {
    padding: 10px 12px!important;
    background: #2b66ae;
}
.back-arrow i {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    color: #fff!important;
}
.veh-header ul {
    border: none!important;
}
.veh-back {
    padding: 10px 12px;
    color: #2b66ae;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 22px;
}
.veh-back i {
    margin-right: 10px;
}
span.vehicle-title {
    border-bottom: 2px solid #0057c8;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
span.veh-model {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}
span.veh-trim {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}
.trim-back:hover {
    color: initial;
    opacity: .8;
}

.pagination .page-link {
    color: #2b66ae;
    box-shadow: none!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2b66ae;
    border-color: #2b66ae;
}
@media only screen and (max-width: 1366px)
{
    .navbar-nav.make-filter {
        border-right: none;
    }
    .search-top-bar, .search-top-bar .navbar {
        max-height: 100%;
    }
    .inventory-filters {
        flex-direction: column;
    }
    .filter-filters .form-group {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 770px)
{
    .trim-vehicle, .vehicle {
        max-width: 100%;
    }
    .vehicle {
        margin-left: 0;
    }
    .vehicle-search {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px)
{
    .search-filters {
        flex-direction: column;
    }
    .vehicle-search {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .make-centered h3 {
        font: normal normal bold 18px/20px 'Manrope';
    }
    .swatch {
        flex: 0 0 auto;
        width: 11.333333%;
        margin: 5px 15px;
    }
}
