.doubleCurrencyPrice .product-grid .price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: initial!important;
}

.doubleCurrencyPrice .product-grid .price-block .price-default,
.doubleCurrencyPrice .product-grid .price-block .price-old,
.doubleCurrencyPrice .product-grid .price-block .price-new {
    font-size: 1.8rem !important;
    text-align: center;
    white-space: nowrap;
    width: initial;
    left: initial;
    right: initial;

}

.doubleCurrencyPrice .product-grid  .text-under-price-block {
    text-align: center;
    margin-top: 1em;
}

.doubleCurrencyPrice .product-grid .text-under-price-block .price {
    white-space: nowrap;
}


.doubleCurrencyPrice .product-list .price-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.doubleCurrencyPrice .product-list .price-block .price-default,
.doubleCurrencyPrice .product-list .price-block .price-old,
.doubleCurrencyPrice .product-list .price-block .price-new {
    font-size: 1.8rem !important;
    text-align: right;
}

.doubleCurrencyPrice .product-list  .text-under-price-block {
    text-align: right;
    margin-top: 1em;
}

.doubleCurrencyPrice .product-list .text-under-price-block .price {
    white-space: nowrap;
}

