.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 12px;
    vertical-align: bottom;
    padding-right: 2px;
}
.t-store__card__price_old:before {content: "No "}
.t-store__card__price_old { color: #000}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}

.t-store__card__price_old:after,
.t-store__prod-popup__price_old{
    display: none !important;
}

/* Make sure parent allows relative positioning */
.t706__product {
  position: relative;
}


.t-store__card__price_old:before {
    font-size: 12px;
    vertical-align: middle;
    padding-right: 2px;
}

t-store__prod-popup__price {
    display: none;
}

.t-store__card .t-store__card__price {
    font-size: 18px;
    font-weight: 400;
    display: none !important;
}

.discounted-price,
.wholesale-price {
    display: block;
    font-weight: 500;
    margin-top:-25px !important;
}

.discounted-price > div,
.wholesale-price > div {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

/*.wholesale-price::before {*/
/*    content: '';*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    margin: 0px 5px 4px;*/
/*    background-color: #000000b0;*/
/*}*/ 

.t-store__prod-popup__price-currency, .t-store__prod-popup__price-value, .t-store__prod__price-portion, .t-store__prod-popup__price-currency {
    display:none !important;
}