/* Compact price + first dynprop in ads search line (#j-f-form) */

.sr-f-search-h-line:has(.sbe-bar-cats) > .sr-f-search-h-cat-box {
    display: none !important;
}

.sr-f-search-h-line .sbe-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 0;
    gap: 0;
    box-sizing: border-box;
}

.sr-f-search-h-line .sbe-bar-price,
.sr-f-search-h-line .sbe-bar-dp,
.sr-f-search-h-line .sbe-bar-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sr-f-search-h-line .sbe-bar-cats {
    gap: 0;
}

.sr-f-search-h-line .sbe-bar-cats .sbe-bar-cat-box {
    height: 100%;
    position: relative;
}

.sr-f-search-h-line .sbe-bar-cats .sbe-bar-cat-box .sr-f-search-h-cat {
    min-width: 120px;
    max-width: 150px;
    border-radius: 0;
}

.sr-f-search-h-line .sbe-bar-cats .sbe-bar-cat-box + .sbe-bar-cat-box .sr-f-search-h-cat {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.sr-f-search-h-line .sbe-bar-cats .sr-f-search-cats-dropdown {
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1100;
}

.sr-f-search-h-line .sbe-bar-cats .j-sbe-cat-sub-box.hide {
    display: none !important;
}

.sr-f-search-h-line .sbe-bar-price {
    padding: 0 10px;
    gap: 6px;
}

.sr-f-search-h-line .sbe-bar-dp {
    padding: 0 10px;
    gap: 6px;
}

.sr-f-search-h-line .sbe-bar-input,
.sr-f-search-h-line .sbe-bar-select {
    display: block;
    height: 36px;
    margin: 0;
    padding: 0 10px;
    /*border: 1px solid #d5d9dc;*/
    border: 0;
    /*border-radius: 4px;*/
    /*background: #f7f8f9;*/
    color: #333;
    box-shadow: none;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
}

.sr-f-search-h-line .sbe-bar-input:focus,
.sr-f-search-h-line .sbe-bar-select:focus {
    outline: none;
    /*border-color: #3ca6df;*/
    background: #fff;
    /*box-shadow: 0 0 0 1px rgba(254, 114, 0, 0.15);*/
}

.sr-f-search-h-line .sbe-bar-input::-webkit-input-placeholder {
    color: #9aa0a6;
    opacity: 1;
}

.sr-f-search-h-line .sbe-bar-input::-moz-placeholder {
    color: #9aa0a6;
    opacity: 1;
}

.sr-f-search-h-line .sbe-bar-input:-ms-input-placeholder {
    color: #9aa0a6;
}

.sr-f-search-h-line .sbe-bar-input::placeholder {
    color: #9aa0a6;
    opacity: 1;
}

.sr-f-search-h-line .sbe-bar-price .sbe-bar-input {
    width: 76px;
    min-width: 76px;
    text-align: center;
}

.sr-f-search-h-line .sbe-bar-dp .sbe-bar-input {
    width: 82px;
    min-width: 82px;
}

.sr-f-search-h-line .sbe-bar-select {
    max-width: 170px;
    min-width: 120px;
    width: auto;
    padding-right: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cpath fill='%23666' d='M0 0l4.5 5L9 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 9px 5px;
    cursor: pointer;
}

.sr-f-search-h-line .sbe-bar-sep {
    color: #8c9399;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sr-f-search-h-line .sbe-bar-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.sr-f-search-h-line .sbe-bar-check input {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .sr-f-search-h-line .sbe-bar {
        border-right: 1px solid #e8edef;
    }
}

@media (max-width: 991px) {
    .sr-f-search-h-line .sbe-bar-cats .sbe-bar-cat-box .sr-f-search-h-cat {
        min-width: 100px;
        max-width: 120px;
    }

    .sr-f-search-h-line .sbe-bar-select {
        max-width: 130px;
        min-width: 100px;
    }

    .sr-f-search-h-line .sbe-bar-price .sbe-bar-input,
    .sr-f-search-h-line .sbe-bar-dp .sbe-bar-input {
        width: 68px;
        min-width: 68px;
    }
}

@media (max-width: 767px) {
    .sr-f-search-h-line .sbe-bar {
        width: 100%;
        height: auto;
        padding: 0 0 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-right: none !important;
    }

    .sr-f-search-h-line .sbe-bar-cats {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sr-f-search-h-line .sbe-bar-cats .sbe-bar-cat-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
        min-width: 140px;
        margin-bottom: 8px;
    }

    .sr-f-search-h-line .sbe-bar-cats .sbe-bar-cat-box .sr-f-search-h-cat {
        min-width: 0;
        max-width: none;
        width: 100%;
    }

    .sr-f-search-h-line .sbe-bar-price,
    .sr-f-search-h-line .sbe-bar-dp {
        width: 100%;
        padding: 0;
    }

    .sr-f-search-h-line .sbe-bar-price .sbe-bar-input,
    .sr-f-search-h-line .sbe-bar-dp .sbe-bar-input,
    .sr-f-search-h-line .sbe-bar-select {
        width: 100%;
        min-width: 0;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 38px;
        font-size: 14px;
        text-align: left;
    }

    .sr-f-search-h-line .sbe-bar-check {
        max-width: none;
        padding: 6px 0;
    }
}

@media (min-width: 768px) {
    .sr-f-search-h-cat:before {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sr-f-search-sub-cats {
        padding: 0;
        margin: 10px 0;
        /*!* -webkit-columns: 2; *!*/
        columns: 1;
        /*-webkit-column-gap: 15px;*/
        /*column-gap: 15px;*/
    } }

.sr-f-search-h-cat-title {
    font-size: 14px;
}

.sr-f-search-h-input input {
    font-size: 14px;
}