.product-info-main .special-price .price-label + .price-wrapper, .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-flex;
}
span.side-price {
    font-size:1.6rem;
    font-weight: 500;
    color: #14921e !important;
}

span.conversion-rate {
    font-weight: 500;
    font-style: italic;
    display: block;
}

.minicart-price .side-price,
.total-mini-cart-price .side-price,
.old-price .side-price,
.criashop-auto-related-products-block .side-price,
.column.main .totals.sub .price .side-price {
    display: none;
}

.products-grid .product-item-details .side-price {display: block; line-height: normal;}
.products-grid .product-item-details .side-price .side-price-separator {display: none;}
.products-grid .product-item-details .old-price .side-price {display: none;}
.products-grid .product-item-details .price-box > span {
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
    padding-top: 0px;
    line-height: 20px;
}

.product-info-main .old-price .side-price {
    display: block;
    opacity: 0;
}

.minicart-wrapper .block-content .subtotal .price-container .price-wrapper .side-price,
.product-info-main .product-info-price .price-box .price .side-price,
.product-info-main .product-info-price .price-box .special-price .price .side-price {
    display: block;
    line-height: normal;
    position: relative;
    top: -6px;
}
.minicart-wrapper .block-content .subtotal .price-container .price-wrapper .side-price .side-price-separator,
.product-info-main .product-info-price .payment_text,
.sticky-addcart .payment_text,
.product-info-main .product-info-price .price-box .price .side-price .side-price-separator,
.product-info-main .product-info-price .installments .side-price,
.sticky-addcart .installments .side-price,
.product-info-main .product-info-price .price-box .special-price .price .side-price .side-price-separator,
.cart-totals .amount .side-price,
#shopping-cart-table .item-info .side-price,
.cart-summary .block .item-options .side-price,
.body-full-checkout .full-checkout .opc-block-summary .product-item .price .side-price,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .amount .side-price,
.cart-totals .amount .side-price,
.opc-block-summary .table-totals .amount .side-price,
.body-full-checkout .full-checkout-shipping-methods .shipping-information-method-options .shipping-information-method-price .side-price {
    display: none;
}

.product-items .payment-installment .installments .side-price,
.body-full-checkout .full-checkout .opc-block-summary .table-totals .grand .amount strong .side-price .side-price-separator,
.cart-totals .grand .amount strong .side-price .side-price-separator,
.opc-block-summary .table-totals .grand .amount strong .side-price .side-price-separator {
    display: none;
}
.body-full-checkout .full-checkout .opc-block-summary .table-totals .grand .amount strong .side-price,
.cart-totals .grand .amount strong .side-price,
.opc-block-summary .table-totals .grand .amount strong .side-price {
    display: block;
    line-height: normal;
}

.body-full-checkout .full-checkout .opc-block-summary .table-totals .mark .conversion-rate,
.cart-totals .mark .conversion-rate,
.opc-block-summary .table-totals .mark .conversion-rate {
    text-align: right;
    color: var(--text__color, #555555);
    line-height: 1.75;
    font-size: var(--font-size__base);
    font-weight: var(--text-weight);
}
