.form-info.purchase-info {
    background-color: #ffeeee;
    float: initial;
}

.form-info.purchase-info p {
    color: #333333;
    /* font-weight: 600; */
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 15px;
}

.contact-form.customer-add-billing-info label{
    color: #555555;
    margin-bottom: 5px;
}

.contact-form.customer-add-billing-info input, .contact-form.customer-add-billing-info select {
    border: 1px solid #aec1de!important;
    padding: 11px 25px!important;
}


#h-service.ei-index .select2 .selection {
    float: left;
    width:100%;
    max-width: 100%;
    border: 1px solid #aec1de !important;
    padding: 11px 25px !important;
    border-radius: 30px;
}

#h-service.ei-index .select2-container {
    border-radius: 30px;
}

.select2-dropdown {
    margin-top: 5px;
    padding: 10px 10px;
    border: 1px solid #aec1de !important;
    border-radius: 5px!important;
    background-color: #f7faff!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    color: #555555;
}

.selection .select2-selection__arrow {
    border-color: #333333 transparent transparent transparent!important;
    border-style: solid;
    border-width: 4px 3px 0px 4px;
    height: 0;
    right: 6px!important;
    position: absolute;
    top: 12px!important;
    width: 0;
}

#h-service.ei-index .select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* margin-top: 12px;
    margin-right: 5px;
    color: #000000!important;
    font-size: 3px; */
    border-color: #333333 transparent transparent transparent!important;
    border-style: solid;
    border-width: 4px 3px 0px 4px!important;
    height: 0;
    right: 7px!important;
    position: absolute;
    top: 14px!important;
    width: 0;
}

#h-service.ei-index .select2 .selection span {
    padding: 0;
    border: 0;
    text-transform: initial;
    font-weight: 400;
    outline: none;
}

#h-service.ei-index #select2-Country-container {
    padding-left: 0;
}

span#select2-Country-container:focus, span#select2-Country-container:focus-visible {
    border: none;
    box-shadow: none;
    outline: none!important;
}

#h-service.ei-index .select2.select2-container.select2-container--default {
    width: 100%!important;
}

.select2-results__option {
    color: #333333;
}