.termek_lista_box {
    margin-top: 60px;
}

.termek_lista_block, .termek_lista_block:hover, .termek_lista_block:active, .termek_lista_block:focus {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid var(--border_szin);
    height: 350px;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
}
.termek_lista_block:hover {
    box-shadow: 8px 8px 3px rgba(0,0,0,0.2);
}

@media(min-width: 768px) {
    .termek_lista_block, .termek_lista_block:hover, .termek_lista_block:active, .termek_lista_block:focus {
        height: 345px;
    }
}
@media(min-width: 992px) {
    .termek_lista_block, .termek_lista_block:hover, .termek_lista_block:active, .termek_lista_block:focus {
        height: 212px;
    }
}
@media(min-width: 1200px) {
    .termek_lista_block, .termek_lista_block:hover, .termek_lista_block:active, .termek_lista_block:focus {
        height: 262px;
    }
}

.termek_lista_felirat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    text-align: center;
    background: rgba(255,155,198,0.9);
    border-top: 2px solid var(--border_szin);
}

.termekek_megnevezes {
    color: var(--cimsor_szin);
    text-align: left;
    line-height: 100%;
    font-size: 17px;
}
.termekek_ar, .termekek_ar_athuzva {
    color: var(--cimsor_szin);
    text-align: right;
    line-height: 100%;
    font-size: 17px;
    margin: 0;
}
.termekek_ar_athuzva {
    text-decoration: line-through;
}
.termekek_ar span, .termekek_ar_athuzva span {
    font-size: 10px;
}
