.section__in-stock {
}

.page-main-title {
}

.in-stock__wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}

.in-stock__box {
    margin-bottom: 20px;
}


.in-stock-img {
    width: 100%;
    height: 375px;
    display: block;
}

.in-stock-img:hover {
    cursor: pointer;
}

.in-stock__header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.in-stock__header-box {
    display: flex;
    align-items: center;
}

.header-box-right{
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.in-stock__header-title {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
}

.in-stock__header-uniqueness {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-left: 15px;
    text-transform: uppercase;
}

.in-stock__header-year {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
}

.in-stock__header-status {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #333333;
}

.in-stock__price__wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.in-stock__price__box {
}

.in-stock__price-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.in-stock__price-credit {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6A6B70;
    margin-top: 10px;
}
.in-stock__price-credit>span {
    color: #179103;
}

.in-stock__price {
    font-family: 'ProximaNova', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #179103;
    margin-right: 0.5vw;
}

.in-stock__characteristics__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.characteristics-box {
    display: flex;
    align-items: center;
}

.characteristics-box:last-child {
    padding-right: 45px;
}

.characteristics-icon {
    margin-right: 5px;
}

.characteristics-title {
}

.in-stock__button.drive{
    font-family: ProximaNova, serif;
    font-size: 16px;
    font-weight: 700;
    padding-top: 17px;
}

.in-stock__button.more{
    font-size: 20px;
}

.in-stock__button__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.in-stock__button {
    width: 48%;
    cursor: pointer;
}

.jeep-btn-black {
}

@media (min-width: 1400px) {
    .in-stock__header-year {
        margin-right: 10px;
    }
}

@media (max-width: 1400px){
    .header-box-right {
        width: auto;
    }
    .in-stock__header-year {
        margin-right: 10px;
    }
}
@media (max-width: 1200px){
    .in-stock-img {
        height: 265px;
    }
    .in-stock__header-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .in-stock__header-uniqueness {
        margin-left: 0;
    }
    .in-stock__header-year {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
@media (max-width: 991px){
    .in-stock__header-title {
        font-size: 18px;
    }
    .in-stock__price {
        font-size: 18px;
    }
    .in-stock-img {
        height: 200px;
    }
    .in-stock__characteristics__wrapper {
        flex-wrap: wrap;
    }
    .characteristics-box {
        margin-bottom: 15px;
    }


}
@media (max-width: 768px){
    .in-stock__wrapper {
        grid-template-columns: 100%;
    }
    .in-stock-img {
        height: auto;
    }
    .in-stock__button__wrapper {
        flex-direction: column;
        margin-top: 10px;
    }
    .in-stock__button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.image-container {
    position: relative;
    display: inline-block;
}

.in-stock-img {
    display: block;
}

.in__stock__categories__car__old__price{
    text-decoration: line-through;
}

.car__status__cover {
    background: hsla(0, 0%, 100%, 0.75) !important;
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: auto;
}

.car__status__cover>span {
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    pointer-events: none;
}

.reserved-span{
    font-size: 30px;
}

@media (max-width: 500px){
    .in__stock__categories__car__old__price {
        display: block;
    }
}

.filter-btn-reset{
    margin-top: 15px;
}

.modules__used-cars-filter .col-md-3{
    margin-top: 10px;
}
