/**
 * Savings Message Styles
 * Styles for the inline savings message shown below product price.
 * Applies only on single product pages.
 */

.custom-savings-inline {
    margin-top: 10px;
    font-family: 'Noto Serif Bengali';
	font-size:17px;
	color:#08a045;
}