header .header-mobile .header-menu {
  min-width: 78px;
  justify-content: left;
}


element.style {
}
nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #ffffff;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s 
ease, color .35s 
ease !important;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #e6e3dd;
    color: var(--evo-text-col);
    font-weight: 400;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #e3ded5;
}