/*Global*/



.qs-v2-custom-dropdown,

.qs-v2-custom-inner-dropdown {

    position: relative;

}





    .qs-v2-custom-dropdown-content,

    .qs-v2-custom-inner-dropdown-content {

        display: block;

        position: absolute;

        width: 100%;

        text-align: center;

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

        transform: translateY(20px);

        background: #fff;

        color: #000;

        z-index: 99;

        font-size: 14px;

        -webkit-transition: all .35s ease-in-out;

        -moz-transition: all .35s ease-in-out;

        -o-transition: all .35s ease-in-out;

        transition: all .35s ease-in-out;

    }



        .qs-v2-custom-inner-dropdown-trigger button {

            outline: 0;

            background: transparent;

            color: #000;

            font-size: 11px;

            display: flex;

            align-items: center;

            justify-content: center;

            gap: 8px;

            padding: 0 12px;

            transition: all 0.25s ease-in-out;

            -moz-transition: all 0.25s ease-in-out;

            -webkit-transition: all 0.25s ease-in-out;

        }



            .qs-v2-custom-inner-dropdown-trigger button:hover,

            .qs-v2-custom-inner-dropdown-trigger button.active{

                background: #333;

                color: #fff;

            }



            .qs-v2-custom-inner-dropdown-trigger button em {

                font-style: normal !important;

            }



            .qs-v2-custom-inner-dropdown-trigger button span {

                font-size: 11px;

            }



            .qs-v2-custom-inner-dropdown-trigger button.active span{

                transform: rotate(180deg);

                transform-origin: center;

            }



        .qs-v2-custom-dropdown-list ul {

            margin: 0 !important;

        }



            .qs-v2-custom-dropdown-list ul li {

                list-style-type: none;

                font-size: 9px;

                padding: 5px 0;

                color: #747474;

                cursor: pointer;

                -webkit-transition: all .35s ease-in-out;

                -moz-transition: all .35s ease-in-out;

                -o-transition: all .35s ease-in-out;

                transition: all .35s ease-in-out;

            }



            .qs-v2-custom-dropdown-list ul li:hover {

                background: #eee;

            }



        .qs-v2-custom-dropdown-check {

            padding: 20px;

        }



        .qs-v2-custom-dropdown-check ul {

            margin: 0 !important;

        }



            .qs-v2-custom-dropdown-check ul li {

                list-style-type: none;

                padding: 5px 0;

                padding-left: 25px;

                font-size: 9px;

                color: #747474;

                cursor: pointer;

                text-align: left;

                position: relative;

                -webkit-transition: all .35s ease-in-out;

                -moz-transition: all .35s ease-in-out;

                -o-transition: all .35s ease-in-out;

                transition: all .35s ease-in-out;

            }



            .qs-v2-custom-dropdown-check ul li::before{

                content: '';

                position: absolute;

                top: 50%;

                left: 0;

                transform: translateY(-50%);

                width: 16px;

                height: 16px;

                border: 1px solid #000;

            }



            .qs-v2-custom-dropdown-check ul li::after{

                content: "\b0126";

                position: absolute;

                left: 3px;

                top: 50%;

                transform: translateY(-50%);

                color: #000;

                font-size: 10px;

                font-family: agentimage!important;

                speak: none;

                font-style: normal;

                font-weight: 400;

                font-variant: normal;

                text-transform: none;

                line-height: 1;

                -webkit-font-smoothing: antialiased;

                -moz-osx-font-smoothing: grayscale;

                opacity: 0;

                -webkit-transition: all .35s ease-in-out;

                -moz-transition: all .35s ease-in-out;

                -o-transition: all .35s ease-in-out;

                transition: all .35s ease-in-out;

            }



            .qs-v2-custom-dropdown-check ul li.active::after{

                opacity: 1;

            }





    .qs-v2-custom-dropdown-content.active,

    .qs-v2-custom-inner-dropdown-content.active {

        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform: translateY(0);

    }



.filter-field-slider-wrap{

/*    padding-top: 10px;*/

}



.filter-field-slider {

    position: relative;

}



.filter-field-slider .irs-handle {

    width: 18px !important;

    height: 18px !important;

    top: 50% !important;

    transform: translateY(-50%);

    background: #fff !important;

    border: 2px solid #000;

    border-radius: 50%;

}



.filter-field-slider .irs-handle i {

    display: none !important;

}



.filter-field-slider .irs-handle.to {

    border-width: 6px;

}



.filter-field-slider .irs--flat .irs-bar {

    height: 6px;

    top: 52%;

    transform: translateY(-50%);

    background: #000;

}



.filter-field-slider .irs-with-grid .irs-grid {

    display: none;

}



.filter-field-slider .irs--flat .irs-line {

    height: 6px;

    top: 2px;

    background: transparent;

    border: 1px solid #cecece;

}



.filter-field-slider .irs .irs {

    position: absolute;

    width: 100%;

    top: 50%;

    transform: translateY(-50%);

}





.filter-field-slider .irs .irs span.irs-min, .filter-field-slider .irs .irs span.irs-max {

    display: none;

}



.filter-field-slider .irs .irs span.irs-from, .filter-field-slider .irs .irs span.irs-to {

    top: -40px;

    font-size: 16px;

    background: transparent;

    color: #000;

    display: none;

}



.filter-field-slider .irs .irs span.irs-from::before, .filter-field-slider .irs .irs span.irs-to::before{

    display: none;

}



.filter-field-slider .irs .irs span.irs-to {

    left: unset !important;

    right: 0;

}



.filter-field-slider .irs .irs span.irs-from {

    left: 0 !important;

}



.filter-field-slider-text {

    padding: 0 5px;

    display: flex;

    justify-content: space-between;

}

    



.filter-field-slider .irs--flat .irs-single{

    display: none !important;

}





.filter-toggle {

    width: 60px;

    height: 35px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    background: #e8e8e8;

    border-radius: 15px;

    position: relative;



    transition: all 0.25s ease-in-out;

        -moz-transition: all 0.25s ease-in-out;

        -webkit-transition: all 0.25s ease-in-out;

}



.filter-toggle.active{

    background: #2196F3;

}



    .filter-toggle::before {

        content: '';

        position: absolute;

        width: 30px;

        height: 30px;

        left: 0;

        top: 50%;

        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);

        background-color: #ffffff;

        border-radius: 15px;



        transition: all 0.25s ease-in-out;

        -moz-transition: all 0.25s ease-in-out;

        -webkit-transition: all 0.25s ease-in-out;

        

    }



    .filter-toggle:not(.active)::before{

        transform: translate(10%, -50%);

    }



    .filter-toggle.active::before{

        transform: translate(90%, -50%);

        

    }



    .filter-toggle .filter-status-item {

        width: 50%;

        height: 100%;

        position: relative;

    }



        .filter-toggle .filter-toggle-item button {

            padding: 0;

            border: 0;

            background: transparent;

            color: transparent;

            font-size: 11px;

            display: flex;

            align-items: center;

            justify-content: center;

            height: 100%;

            width: 100%;

        }



        .filter-toggle .filter-toggle-item button {

            width: 100%;

            height: 100%;

        }



        .filter-toggle-item {

            width: 50%;

            height: 100%;

            position: relative;

        }



/*Global*/





.ip-quick-search-v2-inner {

    background: #fff;

    display: flex;

}



    .ip-quick-search-v2-inner form {

        display: flex;

        justify-content: space-between;

        height: 55px;

        flex-grow: 1;

        margin: 0 !important;

    }   



        .ip-quick-search-v2-search-field {

            width: 480px;

            border-right: 1px solid;

            border-color: rgba(0,0,0,0.2);

        }



            .ip-quick-search-v2-search-field-inner {

                position: relative;

                height: 100%;

                display: flex;

                cursor: text;

            }



                .ip-quick-search-v2-search-field-inner span {

                    color: #000;

                    width: 60px;

                    height: 100%;

                    display: flex;

                    align-items: center;

                    justify-content: center;

                    font-size: 25px;

                }



                .ip-quick-search-v2-search-field-inner input {

                    flex-grow: 1;

                    border: none;

                    font-size: 16px;

                    color: #c0c0c0;

                    outline: none;

                }



                .ip-quick-search-v2-search-field-inner::before {

                    content: '';

                    position: absolute;

                    width: 0;

                    height: 2px;

                    left: 0;

                    bottom: 0;

                    background: #000;

                    outline: none;

                    text-decoration: none;

                    transition: all 0.25s ease-in-out;

                    -moz-transition: all 0.25s ease-in-out;

                    -webkit-transition: all 0.25s ease-in-out;

                }



                .ip-quick-search-v2-search-field-inner:hover::before{

                    width: 100%;

                }



        .ip-quick-search-v2-filter-field {

            display: flex;

            justify-content: flex-end;

            align-items: center;

            flex-grow: 1;

            border-right: 1px solid;

            border-color: rgba(0,0,0,0.2);

        }



            .filter-status{

                padding: 0 16px;

                height: 100%;

                display: flex;

                align-items: center;

                border-right: 1px solid;

                border-color: rgba(0,0,0,0.2);

            }



                .ip-quick-search-v2-filter-field .filter-status-wrap {

                    width: 150px;

                    height: 36px;

                    display: flex;

                    align-items: center;

                    background: #e8e8e8;

                    border-radius: 15px;

                    position: relative;

                }



                    .ip-quick-search-v2-filter-field .filter-status-wrap::before {

                        content: '';

                        position: absolute;

                        width: 50%;

                        height: 100%;

                        left: 0;

                        top: 0;

                        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);

                        background-color: #ffffff;

                        border-radius: 15px;



                        transition: all 0.25s ease-in-out;

                        -moz-transition: all 0.25s ease-in-out;

                        -webkit-transition: all 0.25s ease-in-out;

                    }



                    .ip-quick-search-v2-filter-field .filter-status-wrap:not(.active)::before{

                        transform: translateX(0);

                    }



                    .ip-quick-search-v2-filter-field .filter-status-wrap.active::before{

                        transform: translateX(100%);

                    }



                    .ip-quick-search-v2-filter-field .filter-status-wrap .filter-status-item {

                        width: 50%;

                        height: 100%;

                        position: relative;

                    }



                        .ip-quick-search-v2-filter-field .filter-status-wrap .filter-status-item button {

                            padding: 0;

                            border: 0;

                            background: transparent;

                            color: #c0c0c0;

                            font-size: 11px;

                            display: flex;

                            align-items: center;

                            justify-content: center;

                            height: 100%;

                            width: 100%;



                            transition: all 0.25s ease-in-out;

                            -moz-transition: all 0.25s ease-in-out;

                            -webkit-transition: all 0.25s ease-in-out;

                        }



                        .ip-quick-search-v2-filter-field .filter-status-wrap .filter-status-item button.active {

                            color: #000;

                        }



            .filter-button-groups {

                display: flex;

                height: 55px;

            }



                .filter-button-dropdown{}



                    .filter-button-dropdown-label-mobile{

                        display: none;

                    }



                    .filter-button-dropdown-trigger {

                        height: 100%;

                    }



                        .filter-button-dropdown-trigger button,
                        .filter-button-dropdown-trigger a {

                            height: 100%;

                            border: 0;

                            outline: 0;

                            background: transparent;

                            color: #000;

                            font-size: 11px;

                            display: flex;

                            align-items: center;

                            justify-content: center;

                            gap: 8px;

                            padding: 0 12px;



                            transition: all 0.25s ease-in-out;

                            -moz-transition: all 0.25s ease-in-out;

                            -webkit-transition: all 0.25s ease-in-out;

                        }


                        .filter-button-dropdown-trigger a:hover, 

                        .filter-button-dropdown-trigger button:hover,

                        .filter-button-dropdown-trigger button.active{

                            background: #333;

                            color: #fff;

                        }



                            .filter-button-dropdown-trigger a em, .filter-button-dropdown-trigger a i, .filter-button-dropdown-trigger button em, .filter-button-dropdown-trigger button i {

                                font-style: normal !important;

                            }



                            .filter-button-dropdown-trigger button span.ai-font-arrow-g-d {

                                font-size: 11px;

                            }



                            .filter-button-dropdown-trigger button.active span.ai-font-arrow-g-d{

                                transform: rotate(180deg);

                                transform-origin: center;

                            }



                .filter-price{}



                        .filter-price .filter-button-dropdown-trigger button {

                            min-width: 170px;

                        }



                            .filter-price .filter-button-dropdown-trigger button em.set-value {

                                display: none;

                            }



                        .filter-price .qs-v2-custom-dropdown-content {

                            width: 300px;

                        }



                        .filter-price .filter-button-dropdown-content-inner {

                            text-align: left;

                            padding: 20px;

                        }



                            .filter-price .qs-v2-custom-dropdown-content span.filter-button-dropdown-content-label {

                                display: block;

                                padding-bottom: 15px;

                            }



                            .filter-price-button-wrap {

                                display: flex;

                                align-items: center;

                                justify-content: space-between;

                            }



                                .filter-price-separator {

                                    width: 20px;

                                    text-align: center;

                                }



                                .filter-price-min-button, .filter-price-max-button {

                                    width: calc((100% / 2) - 20px);

                                }



                                    .filter-price-button-wrap button {

                                        height: 55px;

                                        width: 100%;

                                        font-size: 11px;

                                        color: #000;

                                        border: 1px solid;

                                        border-color: #cbcbcb;

                                        outline: none;

                                        background: transparent;

                                    }



                        



                .filter-more-filters{}



                        .ip-quick-search-v2-alert-field .ip-quick-search-v2-alert-field-inner {

                            height: 100%;

                        }



                            .ip-quick-search-v2-alert-field button,

                            .ip-quick-search-v2-alert-field a {

                                width: 60px;

                                font-size: 25px;

                            }



                        .filter-more-filters .qs-v2-custom-dropdown-content {

                            width: 400px;

                            max-height: 800px;

                            overflow: auto;

                            left: unset;

                            right: -61px;

                        }



                            .filter-more-filters .filter-button-dropdown-content-inner {

                                text-align: left;

                                padding: 20px;

                            }





                                .filter-more-buttons > div {

                                    width: 100%;

                                    padding: 0 !important;

                                }



                                .filter-more-buttons > div button {

                                    background: transparent;

                                    border: 1px solid #000 !important;

                                }



                                .filter-more-filters span.filter-button-dropdown-content-label{

                                    display: block;

                                    padding-bottom: 15px;

                                }



                                .filter-button-dropdown-content-group-fields > div {

                                    display: block;

                                    padding-bottom: 30px;

                                }



                                    .filter-keyword-wrap input {

                                        width: 100%;

                                        padding: 10px;

                                        border: 1px solid #ddd;

                                        background-color: #e9e9e9;

                                    }



                                .filter-more-status-item {

                                    padding: 5px 0;

                                }



                                .filter-more-status-item > div {

                                    display: flex;

                                    align-items: center;

                                }



                                .filter-more-status-item > div > div {

                                    width: 100%;

                                }



                                .filter-more-status-item > div > div.qs-v2-custom-inner-dropdown {

                                    margin-left: 15px;

                                    width: calc(50% - 15px);

                                }



                                .filter-more-status-item > div > div.qs-v2-custom-inner-dropdown {}



                                .filter-more-status-item > div > div.qs-v2-custom-inner-dropdown button {

                                    width: 100%;

                                    height: 50px;

                                    border: none;

                                }



                                .filter-more-status-item > div > div.qs-v2-custom-dropdown-check {

                                    padding: 0;

                                    /* border-right: 1px solid; */

                                }



                                .filter-flex-center{

                                    display: flex !important;

                                    align-items: center;

                                    padding-bottom: 10px !important;

                                }



                                .filter-flex-center.filter-flex-center-padding-bottom{

                                    padding-bottom: 30px !important;

                                }



                                .filter-flex-center span.filter-button-dropdown-content-label{

                                    padding-bottom: 0;

                                    width: 50%;

                                }



                                .filter-flex-center > div{

                                    width: 50%;

                                    padding-left: 15px;

                                }



                                .filter-flex-center > div button {

                                    width: 100%;

                                    height: 50px;

                                    border: none;

                                }



                .ip-quick-search-v2-alert-field-content.qs-v2-custom-dropdown-content {

                    width: 400px;

                    right: 0;

                }



                    .ip-quick-search-v2-alert-field-content-inner {

                        padding: 20px;

                        text-align: left;

                        line-height: 1.3;

                    }



                    .ip-quick-search-v2-alert-field-content-inner span.filter-button-dropdown-content-label strong {

                        display: block;

                    }



                    .ip-quick-search-v2-alert-field-conten-form {

                        padding-top: 30px;

                    }



                    .ip-quick-search-v2-alert-field-conten-form form {

                        display: block !important;

                        height: auto;

                    }



                    .ip-quick-search-v2-alert-field-form-item input {

                        width: 100%;

                        height: 55px;

                        padding: 10px;

                    }



                    .ip-quick-search-v2-alert-field-form-item {

                        margin-bottom: 10px;

                    }



                    .ip-quick-search-v2-alert-field-form-item button {

                        width: 100%;

                        font-size: 16px;

                        height: 40px;

                    }



                    .ip-quick-search-v2-alert-field-form-item input[type="submit"] {

                        background: #000;

                        color: #fff;

                        font-size: 16px;



                        transition: all 0.25s ease-in-out;

                        -moz-transition: all 0.25s ease-in-out;

                        -webkit-transition: all 0.25s ease-in-out;

                    }



                    .ip-quick-search-v2-alert-field-form-item input[type="submit"]:hover{

                        background: #333;

                    }




.qs-v2-custom-dropdown-content, .qs-v2-custom-inner-dropdown-content{

    font-size: 11px;

}


@media screen and (max-width:1440px) {

    



    .ip-quick-search-v2-search-field{

        width: 280px;

    }

    .ip-quick-search-v2-search-field-inner input{

        font-size: 13px;

    }



    .filter-price .filter-button-dropdown-trigger button{

        min-width: 100px;

    }



    .filter-button-dropdown-trigger button,

    .filter-price-button-wrap button,

    .ip-quick-search-v2-alert-field-form-item button{

        font-size: 12px;

    }



    .qs-v2-custom-dropdown-check ul li{

        padding-left: 25px;

    }

}

                                

@media screen and (max-width:1199px) {

    .ip-quick-search-v2-search-field-inner input,

    .filter-button-dropdown-trigger button,

    .filter-price-button-wrap button,

    .ip-quick-search-v2-alert-field-form-item button{

        font-size: 10px;

        line-height: 1.2;

    }



    .filter-type .filter-button-dropdown-content.qs-v2-custom-dropdown-content {

        min-width: 160px;

    }

}





@media screen and (max-width:991px) {

    .ip-quick-search-v2-inner{

        position: relative;

    }



    .ip-quick-search-v2-filter-field {

        position: absolute;

        opacity: 1;

        width: 100%;

        top: 100%;

        left: 0;

        gap: 25px;

        padding: 40px 20px;

        background: #fff;

        z-index: 99;

        height: calc(100vh - 60px);

        overflow: auto;

        display: block;

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

        transform: translateY(20px);

        -webkit-transition: all .35s ease-in-out;

        -moz-transition: all .35s ease-in-out;

        -o-transition: all .35s ease-in-out;

        transition: all .35s ease-in-out;

    }



    .ip-quick-search-v2-filter-field.active{

        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform: translateY(0);

    }



    .ip-quick-search-v2-mobile-filter-field-inner {

        display: flex;

        width: 60px;

        height: 100%;

        border-right: 1px solid;

        border-left: 1px solid;

        border-color: rgba(0,0,0,0.2);

    }



    .ip-quick-search-v2-mobile-filter-field-inner button {

        height: 100%;

        width: 100%;

        border: 0;

        outline: 0;

        background: transparent;

        color: #000;

        font-size: 25px;

        display: flex;

        align-items: center;

        justify-content: center;

        gap: 8px;

        padding: 0 12px;

        transition: all 0.25s ease-in-out;

        -moz-transition: all 0.25s ease-in-out;

        -webkit-transition: all 0.25s ease-in-out;

    }



    .ip-quick-search-v2-mobile-filter-field-inner button,

    .ip-quick-search-v2-alert-field button{

        font-size: 25px;

    }



    .ip-quick-search-v2-search-field {

        width: auto;

        flex-grow: 1;

        border: none;

    }



    .ip-quick-search-v2-search-field-inner input {

        font-size: 14px;

    }





    .filter-status {

        align-items: flex-start;

        border: none;

        padding: 0;

        width: 100%;

        height: auto;

        padding-bottom: 25px;

    }



    .filter-button-groups {

        flex-wrap: wrap;

        height: auto;

        width: 100%;

        gap: 25px;

    }



    .filter-button-groups > div {

        width: 100%;

        height: auto;

        display: flex;

        justify-content: space-between;

    }



    .filter-price .qs-v2-custom-dropdown-content {

        position: relative;

        opacity: 1;

        visibility: visible;

        transform: none;

        top: unset;

        left: unset;

        pointer-events: all;

    }



    .filter-price .filter-button-dropdown-trigger {

        display: none;

    }



    .filter-price .qs-v2-custom-dropdown-content .filter-button-dropdown-content-inner {

        padding: 0;

    }



    .filter-button-dropdown-label-mobile{

        display: block;

        color: #000;

        font-size: 14px;

    }



    .filter-button-groups .qs-v2-custom-dropdown-trigger {

        width: 200px;

    }



    .filter-button-groups .qs-v2-custom-dropdown-trigger button {

        background: #333;

        color: #fff;

        width: 100%;

        height: 40px;

    }



    .filter-button-groups .qs-v2-custom-dropdown-content, .filter-button-groups .qs-v2-custom-inner-dropdown-content {

        max-width: 200px;

        right: 0;

        top: 100%;

    }



    .filter-price .qs-v2-custom-dropdown-content {

        top: unset !important;

        width: 100% !important;

        max-width: 300px;

    }



    .filter-price .qs-v2-custom-dropdown-content .qs-v2-custom-inner-dropdown-content {

        max-width: 130px;

    }



    .filter-more-filters .filter-button-dropdown-trigger.qs-v2-custom-dropdown-trigger {

        display: none;

    }



    .filter-more-filters .filter-button-dropdown-content.qs-v2-custom-dropdown-content {

        width: 100%;

        max-width: 100%;

        max-height: unset;

        top: unset;

        left: 0;

        opacity: 1;

        visibility: visible;

        transform: none;

        pointer-events: auto;

        z-index: -1;

    }



    .filter-more-filters .filter-button-dropdown-content.qs-v2-custom-dropdown-content .filter-button-dropdown-content-inner {

        padding: 0;

    }



    .filter-more-status-item > div > div {

        max-width: 200px;

    }



    .filter-more-status-item > div > div.qs-v2-custom-inner-dropdown button {

        max-width: 200px;

        background: #333;

        color: #fff;

        font-size: 10px;

        height: 40px;

    }



    .filter-button-dropdown-content-group-fields > div {justify-content: space-between;}



    .filter-flex-center span.filter-button-dropdown-content-label {

        max-width: 200px;

    }



    .filter-flex-center > div {

        max-width: 200px;

        padding: 0;

    }



    .filter-more-status-item > div {

        justify-content: space-between;

    }



    .filter-more-status-item > div > div.qs-v2-custom-dropdown-check {

        border: none;

    }



    .filter-flex-center > div button {

        background: #333;

        color: #fff;

        width: 100%;

        height: 40px;

        font-size: 10px;

    }



    .filter-more-buttons.filter-flex-center > div button {width: 100%;}



    .filter-more-buttons.filter-flex-center > div {

        max-width: unset;

    }



    .ip-quick-search-v2-alert-field-conten-form .qs-v2-custom-inner-dropdown-trigger button {

        font-size: 11px;

    }





    .filter-button-groups .qs-v2-custom-dropdown-trigger, .filter-more-status-active-button.qs-v2-custom-inner-dropdown {

        margin: 0 !important;

    }



}





@media screen and (max-width:767px) {

    .filter-button-groups .qs-v2-custom-dropdown-trigger, .filter-more-status-active-button.qs-v2-custom-inner-dropdown, .filter-flex-center > div {

        width: 150px !important;

    }



    .filter-type .filter-button-dropdown-content.qs-v2-custom-dropdown-content {

        width: 150px;

    }

}



@media screen and (max-width:480px) {

    .ip-quick-search-v2-search-field-inner input {

        font-size: 11px;

    }



    .ip-quick-search-v2-alert-field.qs-v2-custom-dropdown {

        position: initial;

    }



    .ip-quick-search-v2-alert-field-content.qs-v2-custom-dropdown-content{

        width: 100%;

    }

}

.ip-quick-search-v2-inner > form.ip-qs-v2 input[type=submit]{
    height: 40px!important;
    transform: translateY(12%)!important;
    padding: 0px 40px!important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

div.ip-quick-search-v2-search-field  button.btn{
  
    transform: translateY(50%);

}
.dropdown-menu.open span{
    font-size: unset!important;
}
div.ip-quick-search-v2-filter-field   div:nth-child(1).filter-status{
    margin: auto;
}   

.filter-price-max-button .qs-v2-custom-dropdown-list,
.filter-price-min-button .qs-v2-custom-dropdown-list {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}