.widget_layered_nav_filters ul { display: flex; margin: -8px -4px 0 -4px; li { margin: 8px 4px 0 4px; a { display: flex; align-items: center; height: 36px; font-size: 14px; font-weight: 500; line-height: 100%; padding: 0 10px 0 12px; border-radius: 3px; border: 1px solid #d7dee5; transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955); &:after { content: '×'; width: 15px; height: 15px; font-size: 17px; font-weight: normal; line-height: 13px; text-align: center; margin-left: 8px; color: red; transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955); } &:hover { color: #fff; border-color: var(--paletteColor1); background: var(--paletteColor1); &:after { color: #fff; } } .amount { margin-left: 5px; } } } }