/*
    Theme Name: Bobcat Theme 2
    Author: CJ Lupori
    Description: Bobcat Theme Option 2 of 3
    Version: 1.00
*/
.has-feedback .form-control-feedback {
    right: 98% !important;
    top: 2px !important;

}

.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
}
img.inv_image {
    display: flex;
    margin: 0px;
    position: relative;
    height: 215px;
    justify-content: center;
    margin-top: 0px;
    left: 143px;
}
button.carousel_details_btn {
    background: #f43200;
    color: #fff;
    border: none;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    height: 50px;
    width: 100%;
    margin-bottom: 0px !important;
    text-align: left;
    padding: 0px 10px;
}
.card-body.sh-card-body {
    padding: 0px;
}
.sh-card.card.inv_car_item {
    margin: 8px;
	border-radius: 0px;
	border: none;
}
div#invCarousel_2 hr {
    display: none;
}
.listing-title {
    padding: 20px 10px 0px 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: -20px !important;
}
.inv_car_title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 900;
}
@media only screen and (max-width: 1120px) {
img.inv_image {
  
    left: 100px;
}
	
}
@media only screen and (max-width: 920px) {
img.inv_image {
left: 80px;
    height: 165px;
}
	
}
@media only screen and (max-width: 770px) {
img.inv_image {
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 200px;
}
.inner-image-placeholder {
    display: flex;
    justify-content: center;
}
.inv_car_title
 {
    font-size: 22px;
}#invCarousel_2 {
    width: 80%;
}
}
