
.choices__inner {
    width: 100%;
    display: block;
    background: #FFFFFF;
    height: 55px;
    padding: 8px !important;
    font-size: 16px;
    font-weight: 400;
    color: #332F21;
    border: 1px solid #9C9685 !important;
    border-radius: 7px;
    text-transform: capitalize;
    line-height: 39px;
}

.choices__item {
    color: #3F3D36;
    opacity: 0.5;
}

.choices__list.choices__list--single {
    padding: 0 36px 0 0;
}


.choices[data-type*='select-one']:after {
    content: '\e900';
    font-family: 'mcleod-icon';
    height: 100%;
    width: 46px;
    border: none;
    border-left: 1px solid #9C9685;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FED141;
}

.choices[data-type*="select-one"].is-open::after {
    content: "\e913";
    border: none;
    border-left: 1px solid #9C9685;
    margin-top: 0;
}

.choices__list--dropdown input {
    display: none !important;
}

.choices__list--dropdown .choices__item {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1em;
}

.choices.is-open .choices__inner {
    box-shadow: none;
    border-radius: 6px 6px 0 0;
}

.choices.is-open.is-flipped .choices__inner {
    border-radius: 0 0 6px 6px;
}

.choices__list--dropdown .choices__item--selectable:after {
    display: none !important;
}

.choices__list--dropdown {
    background: #FFFFFF;
    border: 1px solid #9C9685;
    border-top: none;
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    margin-top:0;
}