/**
 * CSS classes
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.product-details .product-price ul.product-price > li.product-price-base {
    display: inline-block;
}

.product-price-base + .vat-price .vat-note-product-price {
    display: flex;
}
