.categoriemenu {
    display: inline-block;
}

.meniunivel1nume {
    color: #111826;
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
}

.labutaheader {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.meniulorizontal {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 56px;
    background: #fff;
    width: calc(100% + 100px);
    position: relative;
    left: -50px;
}

.partenerheader {
    position: relative;
    z-index: 1;
    height: 56px;
    border: solid 5px #fff;
    border-radius: 20px;
    background: #e7622a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    displaY: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.41);
	margin-right: -20px;
}
.partenerheader:hover{
    color: #fff;
}

.partenerheader > a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
}

.partenerheader > a:hover {
    color: var(--culoare-activa);
}