.af_filter_content .af-textbox-label .count {
    color: unset;
}

.af_filter.tb .item-f-1 {
    background-color: white;
}

.af_filter.tb .item-f-2 {
    background-color: black;
    color: white;
}

.af_filter.tb .item-f-3 {
    background-color: beige;
}

.af_filter.tb .item-f-4 {
    background-color: #8E44AD;
    color: white;
}

.af_filter.tb .item-f-5 {
    background-color: #6E2C00;
    color: white;
}

.af_filter.tb .item-f-6 {
    background-color: blue;
    color: white;
}

.af_filter.tb .item-f-7 {
    background-color: orange;
}

.af_filter.tb .item-f-8 {
    background-color: pink;
}

.af_filter.tb .item-f-9 {
    background-color: green;
    color: white;
}

.af_filter.tb .item-f-10 {
    background-color: red;
    color: white;
}

.af_filter.tb .item-f-11 {
    background-color: gray;
}

.af_filter.tb .item-f-12 {
    background-color: yellow;
}

.af_filter.tb .item-f-13 {
    background-color: #800020;
    color: white;
}

.af_filter.tb .item-f-25 {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 65%, rgba(252,176,69,1) 100%);
    color: white;
}

.af_filter.tb .active {
    border-color: turquoise;
    color: black;
}

@media screen and (min-width: 787px) {
	#left-column #amazzing_filter {
	    position: sticky;
	    top: 50px;
	    max-height: 93vh;
	    overflow-y: auto;
	    padding-right: 10px;
	}
}

.af_filter .count {
	color: black;
}

#amazzing_filter .compact-toggle {
	top: 30%;
}

.has-compact-filter.show-filter #amazzing_filter {
    transform: translateX(70px);
}

.has-compact-filter .af.block .block_content {
	padding-right: 48px;
}

.has-compact-filter #amazzing_filter .btn-holder {
	right: 70px;
}
