.type-category .filter-section-parametric-id-26 fieldset {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.type-category .color-square-cat {
    height: 45px;
    width: 45px !important;
    border: 1px solid black;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-square-cat-active:before {
    content: "\e913";
    font-size: 18px;
    font-family: shoptet;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    width: 30px;
    text-align: center;
    background: #c8c8c8a3;
    border: 1px solid transparent;
    border-radius: 11px;
    height: 30px;
}

.color-square-cat-active:hover:before{
    content: "\e912";
    color:red
}