.atag::before {
    content: "Γωνία";
}

.bitesdust::before {
    content: "Πρόκειται να καταργηθεί";
    background: white;
    color: red;
}

.ctag::before {
    content: "Κωδικός";
}

.c2tag::before {
    content: "Θέσεις";
}

.c3tag::before {
    content: "Χωρητικότητα";
}

.chtag::before {
    content: "Αλυσίδα";
}

.dtag::before {
    content: "Περιγραφή";
}

.d2tag::before {
    content: "Διατομή";
}

.d3tag::before {
    content: "Διάμετρος";
}

.d4tag::before {
    content: "Διαστάσεις";
}

.d5tag::before {
    content: "Βάθος";
}

.gtag::before {
    content: "Grit";
}

.h2tag::before {
    content: "Οπή";
}

.h3tag::before {
    content: "Κεφάλι";
}

.h4tag::before {
    content: "Οπές";
}

.h5tag::before {
    content: "Ύψος";
}

.htag::before {
    content: "Χρώμα";
}

.kilo::before {
    content: "*το κιλό";
    background: white;
    color: red;
}

.l2tag::before {
    content: "↓Μήκος↓";
}

.l3tag::before {
    content: "Μήκος";
}

.l4tag::before {
    content: "Φορτίο";
}

.l5tag::before {
    content: "Μήκος λάμας";
}

.ltag::before {
    content: "Μέγεθος";
}

.mtag::before {
    content: "mm";
}

.n2tag::before {
    content: "Μπεκ"
}

.ntag::before {
    content: "Τιμή ΝΕΤΟ";
    color: red;
}

.otag::before {
    content: "Άνοιγμα";
}

.ptag::before {
    content: "Τιμή";
}

.ptag100::before {
    content: "Τιμή / 100 τεμάχια";
}

.pstag::before {
    content: "Τιμή κόλλησης";
}

.p2tag::before {
    content: "Βήμα";
}

.p3tag::before {
    content: "Συσκευασία";
}

.pmtag::before {
    content: "Τιμή μέτρου";
}

.pktag::before {
    content: "Τιμή κιλού";
}

.price2 {
    background-color: #ddd;
    font-weight: bold;
}

.price2::after {
    content: " €";
}

.price2::before {
    content: "Τιμή: ";
}

.stag::before {
    content: "Διαστάσεις";
}

.s2tag::before {
    content: "Επαναφορά";
    font-size: 10px;
}

.s3tag::before {
    content: "Καρέ";
}

.s4tag::before {
    content: "Εύρος";
}

.s5tag::before {
    content: "Βίδα";
}

.rtag::before {
    content: "Κορμός";
}

.r2tag::before {
    content: "Υποδοχή";
}

.t2tag::before {
    content: "Πάχος";
}

.t3tag::before {
    content: "Σωλήνας";
}

.t4tag::before {
    content: "Δόντια";
}

.t5tag::before {
    content: "Πάσο";
}

.t6tag::before {
    content: "Μύτη";
}

.tag1::before {
    content: "*το 1 τεμάχιο";
    background: white;
    color: red;
}

.tag100::before {
    content: "*τα 100 τεμάχια";
    background: white;
    color: red;
}

.tag1000::before {
    content: "*τα 1000 τεμάχια";
    background: white;
    color: red;
}

.tpitag::before {
    content: "Tpi";
}

.ttag::before {
    content: "Τύπος";
}

.w2tag::before {
    content: "Ισχύς";
}

.w3tag::before {
    content: "Βάθος";
}

.w4tag::before {
    content: "Πλάτος";
}

.wtag::before {
    content: "Βάρος";
}

.dttag::before {
    content: "Πλάτος πόρτας";
}

.dt2tag::before {
    content: "Πάχος πόρτας";
}

.dw2tag::before {
    content: "Βάρος πόρτας";
}

.swltag::before {
    content: "Δύναμη";
}

.swltag2::before {
    content: "Δύναμη";
}

.cutstag::before {
    content: "Κόψη";
}

.out-of-stock {
    white-space: pre;
}

.out-of-stock::after {
    content: "\aΕξαντλήθηκε";
    color: red;
}

.soldout::before {
    content: "N/A";
    color: red;
}

/* .outofstock για όλο το block */
.na {
    background: url('images/na.png') no-repeat;
    background-size: auto 16px;
    background-position: 50% 50%;
    color: rgba(255, 255, 255, 0);
}

.neto::after {
    content: "Τιμή NETO";
    background-color: red;
    color: white;
    padding: 0 2px 0 2px;
    margin-left: 4px;
    font-size: 80%;
}

.new::before {
    content: "ΝΕΟ";
    margin-left: 3px;
    padding: 1px;
    position: relative;
    top: -3px;
    font-size: .6rem;
    background: red;
    color: white;
}

.offer::before {
    content: "ΠΡΟΣΦΟΡΑ!";
    background-color: red;
    color: white;
    padding: 0 2px 0 2px;
    margin-left: 4px;
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.inox {
    width: 30px;
    height: 12px;
    margin: 4px;
    padding: 0px 2px;
    background: linear-gradient(to bottom, #C0C0C9, white, #C0C0C9);
    text-align: center;
    border: 2px solid #C0C0C9;
    ;
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: bold !important
}

.inox::before {
    content: "INOX"
}

