.termek_box {
    
}

.termek_kep_box img {
    width: 100%;
    height: auto;
    margin: 0;
}
.termek_kep_box p {
    text-align: center;
    font-size: 11px;
    margin: 10px 0;
}


.termek_ar, .termek_ar_athuzva {
    font-size: 28px;
    color: var(--cimsor_szin);
    
}
.termek_ar_athuzva {
    text-decoration: line-through;
}
.termek_ar span, .termek_ar_athuzva span {
    font-size: 18px;
}
.termek_afa {
    font-size: 13px;
    margin-top: -15px;
}


.termek_kosarba_table {
    display: table;
    table-layout: fixed;
    margin: 30px 0;
}
.termek_kosarba_row {
    display: table-row;
}
.termek_kosarba_cell_db, .termek_kosarba_cell_gomb {
    display: table-cell;
    vertical-align: middle;
}
.termek_kosarba_cell_db input {
    width: 80px;
    text-align: center;
    min-height: 50px;
}
.termek_kosarba_cell_db span {
    margin: 0 5px;
}
.termek_kosarba_cell_gomb button, .termek_kosarba_cell_gomb button:hover, .termek_kosarba_cell_gomb button:active, .termek_kosarba_cell_gomb button:focus {
    margin-left: 15px;
    min-height: 50px;
}

.termek_parameter_box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.termek_parameter {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 3px 0;
}
.termek_parameter span {
    font-weight: normal;
    font-size: 13px;
}

.termek_leiras_box {
    
}
