.products-block>div .p .p-code {
    display: none;
}

p.p1 a {
    text-decoration: underline;
}

ul.menu-level-1>li:first-child {
    background-color: red;
}

ul.menu-level-1>li:first-child>a {
    color: white;
}

.categories>ul>li>ul,
.categories>ul>li>ul>li>ul {
    margin-left: 10px;
}

.flag {
    font-size: 12px;
}

.flags-extra .flag.flag-freeshipping {
    font-size: 11px;
}

.category-perex,
.category-perex h2,
.category-perex h3,
.category-perex a,
.category__secondDescription,
.category__secondDescription h2,
.category__secondDescription h3,
.category__secondDescription a {
    color: #808080;
    font-family: verdana, geneva;
}

.category-perex a,
.category__secondDescription a {
    text-decoration: underline;
}

section.faq {
    max-width: 900px;
    margin: 24px auto;
    font-family: system-ui, Segoe UI, Arial;
}

section.faq h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 16px;
    margin-top: 50px;
    color: #333399;
}

section.faq details {
    margin: .5rem 0;
    border: 1px solid #ddd;
    border-radius: 8px;
}

section.faq summary {
    cursor: pointer;
    padding: 12px 16px;
    background: #ECEBE6;
    font-weight: bold;
    font-size: 18px;
    color: #1f6fb2;
}

section.faq div {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    padding: 12px 16px 16px 20px;
}