.choices__inner {
    width: 100%;
    display: block;
    background-color: transparent;
    border-radius: 3px;
    padding: 14px 26px 7px 8px !important;
    color: #676666;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #C1BEBE;
    height: 43px;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-bottom: 1px solid #C1BEBE !important;
}

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

.is-open .choices__inner {
    border-radius: 3px;
}

.is-flipped.is-open .choices__inner {
    border-radius: 3px;
}

.choices[data-type*='select-one']:after {
    content: "";
    border: none;
    right: 16px;
    font-weight: normal;
    width: 47px;
    top: 50%;
    border-left: none;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #5FA5D1;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg) translate(0, -50%);
    transition: border-width 150ms ease-in-out;
    margin: 1px 0 0;
}

.woocommerce-product-header-bottom .choices[data-type*='select-one']:after {
    right: 8px;
}

.woocommerce-product-header-bottom .choices[data-type*='select-one'].is-open:after {
    right: 8px!important;
}

.choices__list--dropdown {
    margin-top: 0;
    z-index: 3;
}

.choices__placeholder {
    opacity: 1;
}

.is-flipped .choices__list--dropdown {
    margin-top: 0;
    margin-bottom: 0;
}

.choices[data-type*='select-one'].is-open:after {
    transform: rotate(-135deg) translate(0, -50%);
    margin-top: 1px;
    border-color: #5FA5D1;
    right: 10px;
}

.choices__list--dropdown .choices__list {   
    display: flex;
    flex-direction: column;
}

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

.choices__list--dropdown {
    background-color: var( --color-white );
    border: 1px solid #ffffff !important;
    border-top: none !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f3f3ed;
    color: #000000;
}

.choices__list--single {
    padding: 0px 16px 0px 4px;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: transparent;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.choices__list--dropdown .choices__item {
    font-size: 18px;
    word-break: keep-all;
}

@media(min-width: 768px) {
    .choices__inner {
        font-size: 22px;
        height: 46px;
        padding: 8px !important;
    }

    .choices[data-type*='select-one']:after {
        height: 9px;
        width: 9px;
    }

    .choices[data-type*='select-one'].is-open:after {
        transform: rotate(-135deg) translate(0, -50%);
        margin-top: 1px;
        border-color: #5FA5D1;
        right: 10px;
    }
}

/* Select2 */
.select2-container--default .select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 8px 8px 20px;
    font-size: 22px;
    color: var(--color-gray-02);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: inline-block;
    width: 13px;
    height: 7px;
    right: 8px;
    left: auto;
    top: 50%;
    transform-origin: center center;
    transform: translate(0, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '\e902';
    display: block;
    font-family: 'gloveamerica';
    font-size: 13px;
    color: var(--color-blue-01);
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotateZ(-180deg) translate(0, -50%);
}

.select2-dropdown {
    border: 1px solid #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1)
}

.select2-search--dropdown .select2-search__field {
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-results__option {
    margin-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f3f3ed;
    color: #000000;
}