/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }


.price-from {
    font-size: 1.1em;
    font-weight: 700;
}