/*
Theme Name: Cars of Lusso
Theme URI: https://www.webgel.co.uk
Author: Webgel
Author URI: https://www.webgel.co.uk
Description: Cars of Lusso
Version: 1.0
*/

i.fa {
    font-style: normal;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

p {
    line-height: 1.5 !important;
}

.footer {
    background-color: #383838;
    color: #e5e0df;
}

.footer a, .footer a:hover {
    color: #e5e0df;
}

.footer .fa, .navbar .fa {
    padding-right: 1rem;
}

.two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vehicle-spec dl {
    border-bottom: 1px dotted #353535;
    margin-bottom: 6px;
}

.vehicle-spec .price {
    border-top: 2px solid #353535;
    border-bottom: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2em;
    padding-top: 1em;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

html {
    --scrollbarBG: #383838;
    --thumbBG: #e5e0df;
}

body::-webkit-scrollbar {
    width: 20px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    overflow-x: hidden!important;
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.fh {
    height: 100vh;
}

.hh {
    height: 50vh;
    display: flex;
}

.gallery-img {
    width: 100%;
    /* You can set the dimensions to whatever you want */
    height: 200px;
    object-fit: cover;
}

.no-padding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

ul {
    line-height: 2rem;
}

.featured-text {
    position: relative;
    color: white;
}

.car-information {
    position: relative;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}

.car-information span {
    display: block;
}