

.price {
display: inline-block;
line-height: 1.2;
}
.price .current-price {
font-weight: 700;
font-size: 1.12em;
line-height: 1.15;
display: inline-block;
}
.price del {
display: block;        
margin: 0.15em 0 0;    
opacity: .65;
}
.price .range-sep { margin: 0 .25em; }
.price .discount-badge {
display: inline-block;
margin-left: .4em;
font-size: .88em;
font-weight: 700;
color: #d93025;
background: #ffe6e3;
border-radius: 4px;
padding: 0 .35em;
vertical-align: middle;
white-space: nowrap;   
}