.sigma-sort {
    font-family: "Circular", Sans-serif, serif !important;
    font-weight: normal !important;
    align-items: center;
    display: flex;
    min-width: 200px;
    text-transform: uppercase;
}
.sigma-sort label{
    min-width: 90px;
}
.sigma-sort .sigma-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    border: 0;
    padding: 15px 20px;
}
.sigma-select-wrapper {
    position: relative;
    width: 100%;
}
.sigma-select-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 10px;
    pointer-events: none;
    font-size: 19px;
}
.sigma-select-wrapper select.sigma-select {
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 50em) {
    .sigma-input {
        text-align: center;
    }
    .sigma-sort {
        justify-content: space-between;
    }
    .elementor-widget-sort-list-offers select.sigma-select {
        text-transform: uppercase;
    }
    .elementor-widget-sort-list-offers .sigma-select-wrapper {
        max-width: 130px;
    }
    .sigma-select-wrapper {
        text-align-last: center;
    }
}
