/* GRID - ARATĂ DOAR prețul CU TVA, ASCUNDE FĂRĂ TVA */
.price .price-tax {
    display: none !important;
}

.price .price-normal {
    display: block !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}

/* PAGINA PRODUS - CU TVA PRIMUL */
.price-wrapper .price-group {
    display: flex !important;
    flex-direction: column !important;
}

.price-wrapper .prod-price {
    order: -1 !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}

.price-wrapper .prod-tax {
    order: 1 !important;
    font-size: 0.85em !important;
    opacity: 0.7 !important;
}
