﻿.card .card-img-top {
    height: 240px;
    object-fit: contain;
    object-position: center;
    padding: 16px;
}

.card .card-title {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 18px;
}

.card .card-subtitle {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

.card .product-stock-view {
    color: #616161;
    font-weight: bold;
}

.card .card-body .action-details {
    width: 100%;
    padding: 4px;
    padding-bottom: 10px;
}

.card .card-body {
    position: relative;
}

.card .card-body .badge {
    top: 0;
    left: 16px;
    z-index: 2;
    position: absolute;
}

.card .card-body del.card-subtitle {
    font-size: 0.765rem;
    font-weight: normal;
}