.qty .count1 {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 700;
    line-height: 5;
    padding: 0px 2px;
    min-width: 28px;
    height: 22px;
    border: 1px solid #a3a3a3;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #070707;
    height: 38px!important;
    background: #fff0!important;
    font-size: 14pt !important;
    border: 0px!important;
    border-bottom: 3px solid #fff!important;
    border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff0!important;
    border: 0px solid #aaa!important;
    border-radius: 0px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #070707!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent!important;
    border-width: 5px 4px 0 4px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e9ecef!important;
    color: #0e0e0e!important;
    font-size: 13px;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 13px;
/*        letter-spacing: 1.9px;*/
    font-family: 'Oswald Light';
}

.select2-container--open .select2-dropdown--below {
    width: 250px!important;
    top: 14px;
}

.select2-container {
    width: 150px!important;
    margin: 0 5px!important;
}
.select2-container--default .select2-results__option--disabled {
    color: #bfbfbf!important;
    font-size: 13px;
}