/* Customer filter Select2 (shops, products, fifth section) */
.shops-filter-form .select2-container--bootstrap-5,
.shops-map-filter-form .select2-container--bootstrap-5,
#section-stores .select2-container--bootstrap-5,
#products-filter-form .select2-container--bootstrap-5,
#products-filter-form-mobile .select2-container--bootstrap-5,
.products-sidebar .select2-container--bootstrap-5 {
    width: 100% !important;
}

.shops-filter-form .select2-container--bootstrap-5 .select2-selection,
.shops-map-filter-form .select2-container--bootstrap-5 .select2-selection,
#products-filter-form .select2-container--bootstrap-5 .select2-selection,
#products-filter-form-mobile .select2-container--bootstrap-5 .select2-selection,
.products-sidebar .select2-container--bootstrap-5 .select2-selection,
#section-stores .select2-container--bootstrap-5 .select2-selection {
    min-height: 48px;
    height: 48px;
    border-radius: 10px !important;
    border-color: #e0e0e0 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 36px 0 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
    box-shadow: none !important;
}

#section-stores .select2-container--bootstrap-5 .select2-selection {
    min-height: 60px;
    height: 60px;
    border-radius: 10px !important;
}

.shops-filter-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
.shops-map-filter-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
#products-filter-form .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
#products-filter-form-mobile .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
.products-sidebar .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
#section-stores .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 0 0 16px !important;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2 !important;
}

.shops-filter-form .select2-container--bootstrap-5 .select2-selection__placeholder,
.shops-map-filter-form .select2-container--bootstrap-5 .select2-selection__placeholder,
#products-filter-form .select2-container--bootstrap-5 .select2-selection__placeholder,
#products-filter-form-mobile .select2-container--bootstrap-5 .select2-selection__placeholder,
.products-sidebar .select2-container--bootstrap-5 .select2-selection__placeholder,
#section-stores .select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #bfbfbf !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.shops-filter-form .select2-container--bootstrap-5 .select2-selection__arrow,
.shops-map-filter-form .select2-container--bootstrap-5 .select2-selection__arrow,
#products-filter-form .select2-container--bootstrap-5 .select2-selection__arrow,
#products-filter-form-mobile .select2-container--bootstrap-5 .select2-selection__arrow,
.products-sidebar .select2-container--bootstrap-5 .select2-selection__arrow,
#section-stores .select2-container--bootstrap-5 .select2-selection__arrow {
    height: 100%;
    right: 12px;
}

.shops-filter-form .select2-container--bootstrap-5 .select2-selection__clear,
.shops-map-filter-form .select2-container--bootstrap-5 .select2-selection__clear,
#products-filter-form .select2-container--bootstrap-5 .select2-selection__clear,
#products-filter-form-mobile .select2-container--bootstrap-5 .select2-selection__clear,
.products-sidebar .select2-container--bootstrap-5 .select2-selection__clear,
#section-stores .select2-container--bootstrap-5 .select2-selection__clear {
    color: #8d8d8d;
    font-size: 1.25rem;
    margin-right: 4px;
}

.shops-filter-form .select2-dropdown,
.shops-map-filter-form .select2-dropdown,
#products-filter-form .select2-dropdown,
#products-filter-form-mobile .select2-dropdown,
.products-sidebar .select2-dropdown,
#section-stores .select2-dropdown {
    z-index: 2000;
    border-radius: 10px;
    border-color: #e0e0e0;
}

.shops-filter-form .select2-results__option,
.shops-map-filter-form .select2-results__option,
#products-filter-form .select2-results__option,
#products-filter-form-mobile .select2-results__option,
.products-sidebar .select2-results__option,
#section-stores .select2-results__option {
    font-size: 16px;
}

.shops-filter-form .select2-search--dropdown .select2-search__field,
.shops-map-filter-form .select2-search--dropdown .select2-search__field,
#section-stores .select2-search--dropdown .select2-search__field,
#products-filter-form .select2-search--dropdown .select2-search__field,
#products-filter-form-mobile .select2-search--dropdown .select2-search__field,
.products-sidebar .select2-search--dropdown .select2-search__field {
    border-radius: 8px;
    border-color: #e0e0e0;
    padding: 8px 12px;
    font-size: 16px;
}

.shops-filter-form .select2-search--dropdown,
.shops-map-filter-form .select2-search--dropdown,
#section-stores .select2-search--dropdown,
#products-filter-form .select2-search--dropdown,
#products-filter-form-mobile .select2-search--dropdown,
.products-sidebar .select2-search--dropdown {
    padding: 8px;
}

.panel-tagsinput-wrap .select2-container--bootstrap-5 {
    width: 100% !important;
}

.panel-tagsinput-wrap .select2-container--bootstrap-5 .select2-selection {
    min-height: 42px;
    border-radius: 0.375rem;
}
