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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #070707;
    height: 38px!important;
    background: transparent!important;
    border: 0px!important;
    border-bottom: 3px solid #fff!important;
    border-radius: 0!important;
    font-family: 'Oswald Light' !important;
    letter-spacing: 1.4px;
    font-size: 14px;
}

.child_select_age:after {
    content: url(../images/arrow_down.png);
    background: #ffffff;
    bottom: 0px;
    color: #fff;
    cursor: pointer;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    pointer-events: none;
    position: relative;
    right: 23px;
    text-align: center;
    top: -27px;
    width: 20px;
}


.infant_select_age:after {
    content: url(../images/arrow_down.png);
    background: #ffffff;
    bottom: 0px;
    color: #fff;
    cursor: pointer;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    pointer-events: none;
    position: relative;
    right: 23px;
    text-align: center;
    top: -27px;
    width: 20px;
}




.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;
    font-family: 'Oswald Light' !important;
    letter-spacing: 1.4px;
    font-size: 10pt !important;
}

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

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

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 13px;
}

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

.select2-container {
    width: 150px!important;
    margin: 0 5px!important;
}
.select2-container--default .select2-results__option--disabled {
    color: #bfbfbf!important;
    font-size: 10pt;
    font-family: 'Oswald Light';
}