.woocommerce-ordering select {
    cursor: pointer
}

.woocommerce-ordering.wd-style-underline select {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-radius: 0;
    background-color: unset;
    background-position: left 0 top 50%;
    color: var(--color-gray-900);
    font-weight: 600;
    font-size: inherit;
    line-height: 1.2;
    padding-inline-start: 2px;
    padding-inline-end: 20px
}

.woocommerce-ordering.wd-style-underline select:focus {
    border-color: var(--wd-primary-color)
}

@media (max-width: 768.98px) {
    .woocommerce-ordering.wd-ordering-mb-icon {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px
    }
    .woocommerce-ordering.wd-ordering-mb-icon select {
        position: absolute;
        inset: 0;
        padding: 0;
        height: inherit;
        border: none;
        background: none;
        color: transparent !important;
        font-weight: 400;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none
    }
    .woocommerce-ordering.wd-ordering-mb-icon select option {
        font-size: 14px
    }
    .woocommerce-ordering.wd-ordering-mb-icon:after {
        position: relative;
        color: var(--color-gray-900);
        font-size: 120%;
        z-index: 2;
        pointer-events: none;
        content: "\f119";
        font-family: "woodmart-font"
    }
    .woocommerce-ordering.wd-style-underline select {
    font-size: 13px;
    }
}