.pdiscount {
        display: inline-block;
    margin: 0 0 0 6px;
    border: 1px solid #c9c9c9;
    width: 58px;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    font-size: 12px;
    line-height: 12px;
}
.dis-green {
    color: #6fba54;
}

.productmrp {
    background: rgba(237, 242, 254, 1);
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin: -12px;
    margin-bottom: 10px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    flex-direction: row;
    align-items: center;
}    
.product-thumb .caption {
    min-height: 198px;
}