.product .summary .price {
    line-height: 1;
    vertical-align: top;
    margin-bottom: 0;
    padding: 12px 0 24px;
    font-size: large;
}

.widget .product_list_widget>li, .product_list_widget>li {
    position: relative;
    min-height: 77px;
    overflow: hidden;
    margin-bottom: 16px;
    /* margin-right: 5px; */
    padding: 5px 0 0 85px;
}

.nm-quantity-wrap .quantity {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: none;
}
.products .price {
    display: block;
    padding-top: 2px;
    white-space: nowrap;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    font-size: x-large;
}