.elementor-widget-inventorydirect-search {
    background: #f6f4f9;
}
.inventorydirect-search {
    background-repeat: no-repeat;
    background-size: auto 586px;
    padding-top: 230px;
}
.title-search {
    padding-bottom: 68px;
    text-align: center;
    color: #ffffff;
}
.title-search h1 {
    font-size: 46px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 900;
    margin: 0 0 10px;
}
.title-search p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-width: 452px;
    margin: auto;
}
.top-pills {
    font-size: 0;
}
.top-pills span {
    display: inline-block;
    width: 256px;
    height: 64px;
    line-height: 54px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    background: rgba(0,0,0,0.6);
    transition: all .3s ease;
    cursor: pointer;
    vertical-align: top;
    border-top: 6px solid transparent;
}
.top-pills span.active,
.top-pills span:hover {
    height: 74px;
    margin-bottom: 0;
    background: #ffffff;
    color: #8925b1;
    border-color: #e6e6e6;
}
.search-container-fields {
    padding: 0 40px;
    background: #ffffff;
}

html .ui-slider-horizontal .ui-slider-handle {
    width: 19px;
    height: 19px;
    background: url(images/drag-btn.png) no-repeat center;
    border: none;
    cursor: pointer;
}

html .ui-slider-horizontal .ui-slider-range {
    background: #efd6f8;
}

html .ui-widget.ui-widget-content.ui-slider-horizontal {
    border: none;
    background: #f6f4f9;
    height: 8px;
    border-radius: 0;
}
.group-container-fields {
    display: grid;
    padding: 40px 0;
    grid-template-columns: 22% 22% 22% 22% 12%;
    border-bottom: 1px solid #e6e6e6;
}
.group-container-fields fieldset {
    padding-right: 22px;
}
.group-container-fields fieldset:last-child {
    padding-right: 0;
}
.zm-forms fieldset label {
    display: block;
    color: #212121;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 16px;
}

.zm-forms input[type="text"]#amount{
    height: auto;
    padding: 0;
    border: none;
    font-size: 12px;
    color: #929292;
    cursor: pointer;
    position: relative;
    top: -4px;
    text-align: right;
    margin: 0 0 2px;
}

.zm-forms select, .zm-forms input[type="text"], .zm-forms input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 48px;
    width: 100%;
    color: #212121;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
    font-family: 'Lato', sans-serif;
    padding: 0 16px;
    background-color: #ffffff;
}

.zm-forms select:hover, .zm-forms input[type="text"]:hover, .zm-forms input[type="number"]:hover,
.zm-forms select:focus, .zm-forms input[type="text"]:focus, .zm-forms input[type="number"]:focus {
    border-color: #8925b1;
}

.zm-forms select {
    cursor: pointer;
    background-image: url(images/arrow-select.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    padding-right: 32px;
}

.zm-forms #button-search {
    background: #8925b1;
    border: none;
    display: flex;
    align-items: center;
    height: 48px;
    width: 100%;
    border-radius: 48px;
    padding: 0 16px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    transition: all .3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.zm-forms #button-search img {
    margin-right: 16px;
}

.zm-forms #button-search:hover {
    box-shadow: 0 10px 10px rgba(98, 12, 133, 0.3);
}

#expand-filters {
    display: flex;
    text-transform: uppercase;
    font-size: 11px;
    color: #2fb47c;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 24px 0;
}

#expand-filters img {
    position: relative;
    margin: 0 8px;
    width: 14px;
    max-height: 8px;
    top: 0;
    transition: all .3s ease;
}

#expand-filters:hover img {
    top: 1px;
}

@media screen and (min-width:576px) {
}

@media screen and (min-width:768px) {
}

@media screen and (min-width:992px) {
}

@media screen and (min-width:1200px) {
}

@media screen and (min-width:1400px) {

}