.listingPreview{
    height:100%;
    width: 100%;
    padding-right:0px;
    padding-left:0px;
}
.stm-single-car-listing-data {
    margin-left: 10px;
    margin-right: 10px;
}

.stm-single-car-listing-data table.stm-table-main {
    margin: -13px 0 15px;
}
table {
    width: 100%;
    margin-bottom: 20px;
}
.stm-single-car-listing-data table.stm-table-main > tbody > tr > td {
    padding: 13px 0 14px;
}
table > tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888888;
    border-bottom: 1px solid #d5d9e0;
}
.stm-single-car-listing-data table.inner-table {
    margin-bottom: 0;
    table-layout: fixed;
}
.stm-single-car-listing-data .inner-table {
    border-bottom: 1px solid #d5d9e0;
}
.stm-single-car-listing-data .inner-table .icon {
    text-align: center;
    width: 35px;
}
.stm-single-car-listing-data .inner-table .label-td {
    padding-right: 0px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 8px;
    padding-top: 9px;
    width: 30%;
}
.stm-single-car-listing-data table.inner-table tr td {
    border: 0;
    padding: 0;
    vertical-align: middle;
}
table > tbody tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888888;
    border-bottom: 1px solid #d5d9e0;
}
.stm-single-car-listing-data table.inner-table tr td.heading-font {
    padding-left: 10px;
    color: #ffffff;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stm-single-car-listing-data .inner-table .heading-font {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stm-single-car-listing-data table.inner-table tr td {
    border: 0;
    padding: 0;
    vertical-align: middle;
}
.stm-single-car-listing-data table.stm-table-main > tbody > tr > td.divider-td {
    width: 30px;
    border: 0;
}
.stm-single-car-listing-data table.stm-table-main > tbody > tr > td {
    padding: 13px 0 14px;
}
@media (max-width: 447px) {
    .stm-single-car-listing-data {
        zoom: 80%;
    }
}
@media (min-width: 360px) and (max-width: 575px) {
    .stm-single-car-listing-data .row .col-sm-6 {
        width: 50%;
    }
}

.car-icon {
    height: 24px;
    margin-right: 5px;
    width: 27px;
}
.transmission-icon{
    height: 17px;
    margin-right: 5px;
    width: 17px;
}
.label-td>i{
    color:#fff;
    margin-right: 5px;
}
.car-seat-icon{
    height: 17px;
    width: 18px;
    margin-right: 5px;
}
.exterior-color-icon{
    height: 17px;
    margin-top: -8px;
    margin-right: 5px;
}
.steering-icon{
    height: 17px;
    width: 18px;
    margin-top: 4px;
    margin-right: 5px;
}
.stm-car-carousels:hover .stm-thumbs-car-gallery .owl-prev {
    left: 0;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.owl-prev:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f053";
    color: #fff;
    line-height: 82px;
}
.owl-next {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.owl-next:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    content: "\f054";
    color: #fff;
    line-height: 82px;
}
.owl-dots {
    vertical-align: middle;
    margin: 0 7px;
    position: relative;
    top: 1px;
    display: none;
}
.lSAction>.lSNext {
    right: 35px;
}
.lSAction>.lSPrev {
    left: 34px;
}
.list_car_name h2{
    padding-left:15px;
    box-sizing: border-box;
    color: #fff;
}

/* Device = Tablets, Ipads (portrait) */
@media only screen and (max-width: 1130px) {
    .list_car_name h2{
    font-size: 22px;
    padding-left: 20px;
    color: #fff;
    }
    .badge{
        font-size: 55%;
    }
    .pull-right {
    margin-top: -10px;
    }
}
