section ul{
    display: flex;
    margin-bottom: 10px;
}
section ul li{
    list-style: none;
    background: #eee;
    padding: 8px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}
section ul li.active{
    background: #da251c;
    color: #fff;
}
.product{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.product .itemBox{
    position: relative;
    width: 400px;
    height: 250px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.product .itemBox a{
    text-decoration: none;
    color: #000;
}
.product .itemBox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
/*    object-fit: contain; */
}
.product .itemBox .cimke{
    position: absolute;
    bottom: 20%;
    background-color: #fff;
    left: 0;
    padding: 5px 10px 2px 5px;
    border-radius: 0 4px 0 0;
}
.product .itemBox h3{
    position: absolute;
    bottom: 2px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 5px;
    padding: 1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.termek-btn3{
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 220px;
    border-radius: 4px;
    margin: auto;
    background-color: #eee;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    padding: 10px;
}
.termek-btn3 a{
    text-decoration: none;
    color: #000;
}
.termek-btn3 span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.termek-btn3 span:after {
    content: '\300A';
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: -20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.termek-btn3:hover{
    background-color: #da251c;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.termek-btn3:hover a{
    color: #fff;
}
.termek-btn3:hover span {  /*szöveg eltolása a nyíl miatt*/
    padding-left: 25px;
}
.termek-btn3:hover span:after {
    opacity: 1;
    left: 0;
    color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cikk{
    position: relative;
    top: 20px;
    left: 10px;
    margin: 30px;
}
.date{
    position: absolute;
    right: 0px;
    margin: 10px 0;
    font-size: 12px;
}
.cikkText{
    margin-top: 35px;
    text-align: justify;
}
.cikkText p{
    margin: 10px 0;
}
.foimg{
    position: relative;
    height: auto;
    width: 100%;
    
}
.cikk h3{
    font-size: 25px;
    padding: 10px 0;
}
.cikkText img{
    padding: 10px 0;
    height: auto;
    width: 40%;
}

.cikkText a{
    color: #da251c;
}

/*egyedi id-k ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#store{
    width: 300px;
    height: auto;
}