.select2-container .select2-selection--single {
    height: auto!important;
    padding: 5px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal!important;
}

.select2-search {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F0F1F2;
    color: #393A3B;
}

.groupName {
    color: darkgrey;
    font-size: 11px;
    width: 100%;
    display: block;
}

.groupPrice {
    color: #e87c23;
    float: right;
}

.itemValue {
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    display: block;
}

.select2-selection--single[aria-expanded=true] .groupName {
    color: royalblue;
}

.select2-selection--single[aria-expanded=true] {
    border: 1px solid royalblue;
    border-radius: 5px !important;

}

.groupValue {
    font-size: 14px;
    padding: 3px 0;
    font-weight: bold;
    display: block;
}

.select2-selection__arrow {
    margin-top: 5px;
    color: darkgrey;
}

.select2-dropdown {
    z-index: 1 !important;
}

.similarFirst {
    padding: 0 0 0 15px !important;
}

.similarNext {
    padding: 0 0 0 2px !important;
}

@media screen and (max-width: 960px) {
    .similarFirst {
        padding: 0 15px 10px 15px !important;
    }

    .similarNext {
        padding: 0 15px 10px 15px !important;
    }
}

.select2-results__options {
    border-radius: 5px !important;
}

.select2-results {
    margin-top: 2px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px !important;
}

.select2-dropdown--below {
    border: 0px !important;
}