﻿/* ===============================
   ExtraPrices - Price Box
   Magento 2.4.7 / Luma Child
   =============================== */

.extraprices-pricebox {
    display: block;
    margin: 6px 0 8px;
}

/* ΖΗΤΟΥΜΕΝΟ 1: Απόκρυψη discount και initial row */
.extraprices-discount,
.extraprices-row.initial {
    display: none !important;
}

/* Πίνακας χωρίς εμφανείς γραμμές/borders */
.extraprices-table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0;
    padding: 0;
}

.extraprices-table tbody,
.extraprices-table tr,
.extraprices-table td {
    border: 0 !important;
    background: transparent;
}

.extraprices-table td {
    padding: 2px 0;
    vertical-align: middle;
}

/* Αριστερή στήλη: τίτλος/όνομα πεδίου */
.extraprices-label {
    text-align: left;
    width: 55%;
}

.extraprices-label .label {
    font-weight: 400;
}

/* Δεξιά στήλη: τιμή */
.extraprices-value {
    text-align: right;
    width: 45%;
    white-space: nowrap;
}

/* Εδώ μπορείς να επέμβεις για το style της τιμής πώλησης */
.extraprices-final-price {
    font-weight: 700;
    font-size: 16px;
}

/* Προαιρετικό styling για την τιμή εκδότη */
.extraprices-regular-price {
    font-weight: 400;
}

/* Προαιρετικό styling για την αρχική τιμή, παρότι είναι hidden */
.extraprices-initial-price {
    font-weight: 400;
}
