.selected__tags {
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.selected__tags li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23px;
    border: 1px solid #CBD0E2;
    border-radius: 150px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #52545F;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.selected__tags li::before {
    width: 8px;
    height: 8px;
    background: url(/images/payless/tag-remove-icon.png);
    content: "";
    display: block;
    margin-right: 5px;
    flex-shrink: 0;
    cursor: pointer;
}