.sidebar.style-2 .widget-title{
    font-size: 12px;
}
.widget.overflow .widget-body{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.widget-title.can-toggle::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 12px;
    border-top: 6px solid var(--color-headings);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: .3s;
}
.widget-title.can-toggle:not(.active)::after{
    transform: rotate(-90deg);
}
.active-filters a::before,
.active-filters a::after{
    content: '';
    background-color: var(--color-headings);
    width: 2px;
    height: 8px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: .3s;
    transform: translateY(-50%);
}
.active-filters a::before{
    transform: translateY(-50%) rotate(-45deg);
}
.active-filters a::after{
    transform: translateY(-50%) rotate(45deg);
}
.active-filters a:hover::before,
.active-filters a:hover::after{
    background-color: var(--color-primary-hover);
    transform: translateY(-50%) rotate(90deg);
}
.select2-container--default .select2-selection--single{
    border: 1px solid var(--color-borders);
    height: 50px;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown{
    border: 1px solid var(--color-borders);
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #575757;
    line-height: 50px;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--color-primary);
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px;
    padding-right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
    right: 5px;
}
.select2-results__option{
    font-size: 14px;
    padding: 5px 10px;
}
