.ui-select2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    max-width: 100%;
    margin: 3px 6px 3px 0 !important;
    padding: 5px 24px 5px 8px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #e7e8e9 !important;
    color: var(--gray1-color, #27282b);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.ui-select2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    display: block;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-select2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute !important;
    top: 0 !important;
    right: 7px !important;
    bottom: 0 !important;
    left: auto !important;
    width: 11px;
    height: 11px;
    margin: auto 0;
    padding: 0 !important;
    border: 0 !important;
    background: url("../img/product-card/closeicon.svg") center / contain no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1;
    transition: transform .2s ease-in-out;
}

.ui-select2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.ui-select2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent !important;
    transform: scale(1.2);
    outline: 0;
}
