.product-grid-item.utolso_peldany_badge .product-labels:after {
content: 'Utolsó példány';
background-color: rgba(255, 255, 255, 0.9);
color: #2d2a2a;
margin-bottom: 10px;
text-transform: uppercase;
word-break: break-word;
letter-spacing: .4px;
font-weight: 600;
line-height: 1.2;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 7px;
min-height: 50px;
border-radius: 35px;
border-top-left-radius: 35px;
border-top-right-radius: 35px;
border-bottom-right-radius: 35px;
border-bottom-left-radius: 35px;
font-size: 14px;
}
@media (max-width: 756px) {
.product-grid-item.utolso_peldany_badge .product-labels:after {
min-height: 40px;
font-size: 10px!important;
}
} #kategora_menu {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 10px;
}
.kategoria_menu_col {
width: 20%;
}
.kategoria_menu_item {
font-size: 18px;
display: block;
color: var(--wd-entities-title-color);
word-wrap: break-word;
font-weight: var(--wd-entities-title-font-weight);
font-style: var(--wd-entities-title-font-style);
font-family: var(--wd-entities-title-font);
text-transform: var(--wd-entities-title-transform);
line-height: 1.3;
margin-bottom: 0;
text-transform: uppercase;
padding: 5px 10px;
text-align: center;
width: 100%;
}
.kategoria_menu_item a:hover {
color: #38a3a5!important;
}