
.quotes-summary-totals .total {
    box-shadow: 2px 3px 12px rgba(0, 0, 0, .1);    
    background: #fff;
    text-align: center;
}

.quotes-summary-totals .total.price {
    background: #ffffdf;
}

.quotes-summary-totals .total .title {    
    font-size: 11px;    
    color: #a6adbb;
}

.quotes-summary-totals .total .value {
    margin-top: 5px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.quotes-summary-totals .total .symbol {
    font-style: italic;
    color: #677696;
    font-size: 1.2rem;
}
.quotes-summary-totals .total md-icon{
    margin: 0;
    border: solid 2px #c2cae2;
    padding: 7px;
    border-radius: 50%;
    width: initial;
    height: initial;
}