.footer__credentials__policy a {
    color: white;
}

.catalog-section__outer {
    margin-bottom: 20px;
}




.affetta-tags {
    margin-bottom: 15px;
    width: 100%;
}

.affetta-tags svg {
    display: inline;
    position: unset!important;
    margin: 0;
}

.affetta-tags .affetta-tags__wrapper {
    display: flex;
    justify-content: space-between;
}

.affetta-tags.affetta-tags__top .affetta-tags__show-more {
    padding-top: 4px;
}

.affetta-tags .affetta-tags__show-more {
    cursor: pointer;
    color: #308ac4;
    min-width: 45px;
}

.affetta-tags .affetta_tags_arrow {
    height: 10px;
    width: 10px;
    transform: rotate(0deg) translateX(1px);
    margin-left: 5px;
    fill: #308ac4;
    transition: 0.3s;
}

.affetta-tags.affetta-tags__top a {
    color: #3e3d3d;
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
    text-decoration: blink;
    border: 1px solid black;
    padding: 5px 21px 6px;
    display: inline-block;
    margin-bottom: 3px;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
}

.affetta-tags.affetta-tags_bottom a {
    color: #3e3d3d;
    font-size: 16px;
    text-decoration: none;
}

.affetta-tags.affetta-tags_bottom a:hover {
    color: #3e3d3d;
    font-size: 16px;
    text-decoration: underline;
}

.affetta-tags.affetta-tags__top a:hover {
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    text-decoration: blink;
    border: 1px solid black;
    padding: 5px 21px 6px;
    display: inline-block;
    margin-bottom: 3px;
    background-color: #3e627b;
    font-family: 'PT Sans', Arial, Tahoma, sans-serif;
}

.affetta-tags a.hide {
    display: none;
}

.affetta-tags .affetta_tags_arrow.active {
    transform: rotate(180deg) translateX(1px);
}