.pdiscount {
    display: inline-block;
    border: 1px solid #F44336;
    width: fit-content;
    border-radius: 3px;
    text-align: center;
    padding: 0px 10px;
	font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
	background: #F44336;
    color: #fff;
}
.dis-green {
    color: #ffffff;
}

.productmrp {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-width: 0;
	text-align: center;

}	
.product-reg-price {
    font-size: 28px;
    color: rgba(65, 66, 68, 1);
    font-weight: 600;
    text-decoration: line-through;

}    
.product-thumb .caption {
    min-height: 198px;
}