﻿.img-preview-wrapper{
    height: 100%;
    width: 100%;
    position: relative;
}

.img-preview-wrapper .car img{
    height: 216px !important;
    width: 288px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
} 
.img-preview-wrapper .carNotFound {
    height: 216px !important;
    width: 288px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;   
} 

.img-preview-wrapper .certificate{
    position:absolute;
    right: 11px;
    width: auto;
    height: auto;
}

.img-preview-wrapper .certificate img{
 object-fit: contain;
 max-width: 60px;
 max-height: 50px;
 min-width: 60px;
 min-height: 50px;
}

.img-preview-wrapper .arrow-test-drive{
    background: transparent;
    width: 0px;
    height: 0px;
    border-top: 3px solid #135046;
    border-bottom: 3px solid #135046;
    border-left: 3px solid transparent;
    border-style: solid;
    border-width: 0px 0px 3px 3px;
    position:absolute;
    top: 34px;
    left: -3px;
}
.img-preview-wrapper .tag-test-drive{

    width: 98px;
    height: 23px;
  
    position:absolute;
    top: 33px;
    left: -6px;
}

.img-preview-wrapper .HotTag{
   width: auto;
    padding: 2px 4px 2px 4px;
    position: absolute;
    font-weight: 500;
font-size: 12px;
line-height: 18px;
text-align: center;
top: 197px;
color: #FFFFFF;
right: 0px;
}

.img-preview-wrapper .countdown{
    position: absolute;
    top: 170px;
    left: 12px;
    
}

.img-preview-wrapper .Soldout-wraper{
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-preview-wrapper .Soldout-wraper .white-bg{
    width: 100%;
    height: 100%;
    background-color:#FFFFFF;
    opacity: 0.6;
    position: absolute;
    top: 0px;
     border-radius: 10px 10px 0px 0px;
}
.img-preview-wrapper .Soldout-wraper .gurumalist{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.img-preview-wrapper .Soldout-wraper .gurumalist img{
    width: 100.99px;
    height: 101px;
}
