
.ui-front {
	max-width: 310px;
	width: 100%;
	z-index: 9999;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ui-menu .ui-menu-item {
      border-bottom: 1px solid #ddddddbf !important;
}

.filter {
	top: 0px;
}
.wishlist-qty {
    position:relative;
}
.wishlist-qty  .btn .badge {
    position: absolute;
    top: -13px;
    right: -4px;
    background: #000;
}
.select2-container--default .select2-selection--single {
        border: 1px solid #ced4da !important;
}
.filters-container .form-control {
      padding: 4px;
}
.select2-dropdown {
    z-index: 1070 !important;
    background-color: #2a2a2a;
    border-color: #444;
}
.filters-container .select2-container--default .select2-selection--single {
    background-color: #2a2a2a;
    border-color: #444 !important;
    height: 38px;
}
.filters-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ccc;
    line-height: 38px;
}
.filters-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-results__option {
    color: #ccc;
}
.select2-results__option[aria-selected=true] {
    background-color: #333;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary);
    color: #000;
}
.select2-search--dropdown .select2-search__field {
    background-color: #1a1a1a;
    color: #ccc;
    border-color: #444;
}