#TB_overlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100050;
    /* Above DFW. */
}

.save_car_block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.save_car_block img {
    width: 22px;
    cursor: pointer;
}

.meta-style {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.meta-style p {
    margin: 0;
}

#TB_window {
    position: fixed;
    background-color: #fff;
    z-index: 100050;
    /* Above DFW. */
    visibility: hidden;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeWindowButton {
    position: absolute;
    left: auto;
    right: 0;
    width: 29px;
    height: 29px;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
    transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
    float: left;
    font-weight: 600;
    line-height: 29px;
    overflow: hidden;
    padding: 0 29px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc( 100% - 39px);
}

#TB_title {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    height: 29px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
    padding: 15px;
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: fixed;
    display: none;
    z-index: 100050;
    top: 50%;
    left: 50%;
    background-color: #E8E8E8;
    border: 1px solid #555;
    margin: -45px 0 0 -125px;
    padding: 40px 15px 15px;
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 100%;
    width: 100%;
}

#TB_iframeContent {
    clear: both;
    border: none;
}

.tb-close-icon {
    display: block;
    color: #666;
    text-align: center;
    line-height: 29px;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    right: 0;
}

.tb-close-icon:before {
    content: "\f158";
    font: normal 20px/29px dashicons;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
    color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
    -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
}

.carousel-inner .item {
    max-height: 440px;
}

.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right,
.carousel-inner>.item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-search {
    cursor: pointer !important;
}

a {
    cursor: pointer;
}

.col-results .inventory-right {
    padding: 10px 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-results .inventory-right .top .save_car {
    width: 20px;
}

.col-results .inventory-right .top .results {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-post p,
.overview p {
    white-space: pre-line;
}

.selectBox-options li:hover {
    background-color: #222;
    cursor: pointer;
    color: #eee;
}

.search-input {
    width: 100%;
    background: none !important;
    padding: 0 !important;
    height: 33.4px;
}

.search-input:focus {
    /* padding: 0 !important; */
}

.price-dropdown-max p,
.price-dropdown-min p {
    color: #ccc !important;
    margin: 0 !important;
}

.nothing {
    width: 100%;
    text-align: center;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nothing a {
    position: static !important;
    height: 36px !important;
    position: relative;
    left: -150px;
    border-radius: 0px;
    width: 120px !important;
    background: #444 !important;
    color: #ddd !important;
    text-shadow: none;
    border: none !important;
    box-shadow: none !important;
    border: none;
    border-radius: 2px;
    line-height: 230%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
}

.dropdownButton {
    display: block;
    position: relative;
    background-color: rgb(201, 195, 200);
    padding: 4px;
    width: 97.56px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 50px;
}

.dropdownButton:active,
.dropdownButton:hover {
    background-color: rgb(201, 195, 200);
    background: rgb(201, 195, 200);
    color: #000;
}

.dropdownButton img {
    width: 20px;
    margin-right: 10px;
}

.dropdownMenuItems {
    display: none;
    font-weight: bold;
    border-style: solid;
    border-color: white;
    background-color: rgb(201, 195, 200);
    align-items: center;
    position: absolute;
    margin-left: -4px;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
}

.dropdownMenuItems .flug {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding: 4px 4.5px;
}

.dropdownButton:hover .dropdownMenuItems {
    display: flex;
}