.tags-big-cont {
    position: relative;
    width: calc(100% - 140px);
    margin: 10px;
    margin-bottom: -3px;
    transition: all .5s ease;
}

.tags-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 2px 12px #ddd;
}

.search-container {
    display: flex;
    align-items: center;
    height: 32px;
    order: 2;
    position: absolute;
    top: -15px;
    right: 6px;
    z-index: 9;
}

.search-container button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.tags-container {
    width: 100%;
    transition: height .5s ease;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 9px;
    position: relative;
}

#chevron-filter {
    font-size: 13px;
    padding-right: 4px;
}

.tags-container .tag {
    display: flex;
    border: solid 1px #393c3f;
    box-shadow: none;
    cursor:pointer;
}

.tags-container .tag.disabled {
    background: #d9d9d973;
    border: solid 1px #ccc;
    cursor: unset;
}

.filter-tag-container {
    display: none;
}

.selected-tag {
    background-color: #393c3f!important;
    color: #fff!important;
}

.tags-container .tag * {
    align-self: center;
    margin-right: 5px;
}

#toggleOrderTag {
    position: absolute;
    top: -4px;
    left: 0px;
    width: 27px;
    height: 27px;
    opacity: 0;
}

.custom-switch-tag {
    color: #333;
    background: #fff;
    border: 1px solid #333;
    padding: 4px;
    border-radius: 50%;
}

.switchContainer {
    position: relative;
    margin-right: 5px;
}

.view-more-tags {
    position: absolute;
    bottom: -14px;
    color: #777777;
    cursor: pointer;
    font-size: 20px;
    left: calc(50% - 0px);
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 2px 12px #ddd;
}

.custom-switch-tag.active {
    color: #fff;
    background-color: #333;
}

.delete-filter-tag {
    position: relative;
    margin-right: 5px;
    cursor: pointer;
}

.delete-filter-tag.hidden {
    display: none;
}

.delete-filter-tag i {
    color: #333;
    background: #fff;
    border: 1px solid #333;
    padding: 5px 7px;
    font-weight: 700;
    border-radius: 50%;
}
