@media screen and (min-width: 990px) {

.product-card-wrapper .pic img {
    min-width: 90px !important;
    min-height: 90px;
    object-fit: contain;
    margin-top: -105px;
    margin-left: 120px;
 }
}
@media screen and (max-width: 989px) {


    .product-card-wrapper .pic img {
        min-height: 0px!important;
        min-width: 0px!important;
        margin-left: -0px!important;
    }

    .pic img {
        margin-top: -15px!important;
        margin-bottom: 15px!important
    }
}
.condition-01{
    font-family: 'Montserrat Bold' !important;
}
.price-wrapper .monthly-average .month {}