/* .htp-slp-sort .input-item {
    display: block;
    color: black;
    text-decoration: none;
} */

/* .htp-slp-sort .head {
    padding: 25px 24px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D4D4D4;
    color: #263F8F;
} */



.htp-sort-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    /* gap: 20px; */
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .htp-sort-wrapper {
        gap: 20px 0px;
    }
}

.sort-input-wrapper {
    position: relative;
}

.htp-sort-wrapper .sort-label {
    text-wrap: nowrap;
    margin-right: 20px;
    font-size: 18px;
}

.htp-sort-wrapper .sort-input {
    width: 190px;
    position: relative;
}

/* @media (max-width: 767px) {
    .htp-sort-wrapper .sort-input {
        pointer-events: none;
    }
} */