.empty-search-result {
    padding: 10px 0 30px;
}

.custom-selected {
    color: #6ab300!important;
}

.option-custom-selected {
    display: none;
}

.show-full-list {
    max-height: initial!important;
}

.seo {
    text-align: left !important;
}

.catalog__top-item.filter_choise {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.catalog__top-item.filter_choise .filter-tag{
	margin: 0 10px 10px 0;
    padding: 10px;
    border-radius: 4px;
    background: #e8e8e8;
    color: #363636;
}
.catalog__top-item.filter_choise .filter-tag a{
	color: #363636;
}
.catalog__top-item.filter_choise .filter-tag span{
	cursor: pointer;
}

.old-price.visible-price,.old-price.visible-price span{
    text-decoration: none!important;
}