.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.header-menu a {
    display: block;
    font-size: .8rem;
    color: #fff;
}

.pt-40 {
    padding-top: 40px;
}

.category-row .stikker-tops {
    position: absolute;
    top: -46%;
    right: 20px;
}

.color-secondary-3 {
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 1280px),
only screen and (max-device-width: 1280px) {
    .header-menu {
        gap: 10px;
    }
}

.category-top .category-row {
    min-height: 300px;
}

.category-top .category-row .color-primary-4 {
    width: 175px;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-links li input[type="radio"] {
    display: none;
}

.tab-links li input[type="radio"]~label {
    background: #f6f6f6;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
}

.tab-links li input[type="radio"]:checked~label {
    background: #c41a1f;
    color: #fff;
}

.tab-links li:last-child input[type="radio"]~label {
    border-radius: 0px 20px 20px 0px;
}

.tab-links li:first-child input[type="radio"]~label {
    border-radius: 20px 0px 0px 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}