.cmn-drp .search-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ced0d4;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
    background-color: #f6f6f8;
    position: relative;
}

.cmn-drp .search-input-wrap::after {
    content: "";
    background-image: url(/assets/images/common/icons/new-search-filter.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 34%;
    right: 18px;
    z-index: 2;
    background-color: #f6f6f8;
    width: 19px;
    height: 22px;
    z-index: 1;
}
/* masking */

/* masking */

.cmn-drp .search-input:focus {
    outline: none;
    border-color: #0099ffa9;
}

.cmn-drp .dropdown-item:hover {
    background-color: #f7f8fb;
    color: #000000;
}

.cmn-drp .select-input-cmn.dropdown-toggle::after {
    border: none;
    content: none;
    /* transform: rotate(180deg); */
}

.cmn-drp .select-input-cmn .fa-chevron-up {
    font-size: 14px;
    transform: rotate(180deg);
}

.cmn-drp .select-input-cmn .fa-caret-down {
    font-size: 14px;
}

.cmn-drp .select-input-cmn.show .fa-caret-down {
    transform: rotate(180deg);
}

.cmn-drp .select-input-cmn.show .fa-chevron-up {
    transform: rotate(360deg);
}

.cmn-drp .select-input-cmn span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 13px);
    color: #353c4d;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.cmn-drp .select-input-cmn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #aeb1b8;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.012em;
    color: #667085;
}

.cmn-drp .select-input-cmn .type-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.cmn-drp .select-input-cmn .type-text .type {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    margin-bottom: 3px;
}

.cmn-drp .dropdown-menu {
    font-family: "Lato", sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    color: #000000;
    box-shadow: 0px 0px 8px 0px rgba(47, 43, 67, 0.2);
    border-bottom: 6px;
    padding: 0px;
    overflow-x: auto;
    max-height: 240px;
    min-width: 0;
    overflow-y: auto;
    scrollbar-width: thin;
}

.cmn-drp .dropdown-menu .dropdown-item {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.012em;
    padding: 10px 12px;
    color: #0c1529;
}
.cmn-drp .dropdown-menu .dropdown-item .count {
    color: #626262;
    margin-left: 4px;
}

.cmn-drp .dropdown-menu .dropdown-item:hover {
    background-color: #ededf1;
    cursor: pointer;
}

.cmn-drp .dropdown-item.active,
.cmn-drp .dropdown-item:active {
    background-color: #f7f8fb;
}

.cmn-drp .dropdown-item:hover {
    background-color: #f7f8fb;
    color: #000000;
}

.cmn-drp .fixed-search-input {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 1;
}

.satSelectBlock.dropdown.cmn-drp {
    width: 100%;
}

.sort-selection {
    max-width: 216px;
}
.quantity-selection {
    max-width: 216px;
}
/* common */
.cmn-drp .oct--half {
    padding: 8.5px 16px;
}
.cmn-drp.first--filter .select-input-cmn {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.cmn-drp.second--filter .select-input-cmn {
    border-radius: 0px;
    border-bottom: 0px;
}
.cmn-drp.third--filter .select-input-cmn {
    border-radius: 0px;
    border-bottom: 0px;
}
.main--filters .cmn-flex {
    display: flex;
    align-items: center;
}
.cmn-flex.last--filter .select-input-cmn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.cmn-drp.fourth--filter .select-input-cmn {
    border-bottom-right-radius: 0;
    border-right: 0px;
}
.cmn-drp.fifth--filter .select-input-cmn {
    border-bottom-left-radius: 0;
}
.cmn-drp.disabled {
    user-select: none;
    cursor: not-allowed;
}
.cmn-drp.disabled button {
    cursor: not-allowed;
    user-select: none;
    border-color: #d0d5dd;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .cmn-drp .oct--half {
        padding: 6.5px 10px;
    }
    .cmn-drp .dropdown-menu .dropdown-item {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 12px;
    }
    .cmn-drp .search-input {
        padding: 8px 10px;
        font-size: 12px;
    }
    .cmn-drp .select-input-cmn span {
        font-size: 14px;
    }
    .cmn-drp .select-input-cmn .fa-chevron-up {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .cmn-drp .select-input-cmn span {
        font-size: 14px;
    }
    .cmn-drp .search-input {
        font-size: 14px;
    }
    .cmn-drp .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 6px 12px;
    }
}
