.choicesSearches {
    background-color: #E31837;
    border-radius: 20px;
    transition: width 0.8s;
    width: 250px;
    margin: 0 auto;
}

.choicesSearches .choicesSearch {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    max-height: 0;
    overflow: hidden;
    border: 0;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}

.choicesSearches .choicesSearch.active {
    max-height: 10000px;
    transition: max-height 0.5s ease-in;
    border: 3px solid #E21836;
    padding: 10px;
}

.choicesSearches .choicesSearchSection {
    width: 50%;
    min-height: 80px;
    box-sizing: border-box;
    padding: 10px 30px 5px 20px;
    overflow: hidden;
}

.choicesSearches .choicesSearchSection select {
    width: 100%;
}

.choicesSearches .choicesSearchSection input[type="text"] {
    color: #E21836 !important;
    background: #fff;
}

.choicesSearches .choicesSearchSection label {
    font-weight: 700;
}

.choicesSearches .choicesSearchSection:nth-child(2) {
    padding: 10px 20px 5px 30px;
}

.choicesSearches .ui-state-default, .choicesSearches .ui-widget-content .ui-state-default, .choicesSearches .ui-widget-header .ui-state-default, .choicesSearches .ui-button, html .choicesSearches .ui-button.ui-state-disabled:hover, html .choicesSearches .ui-button.ui-state-disabled:active {
    background: #E21836 !important;
    outline: none !important;
    border: none !important;
}

.choicesSearches .ui-slider {
    margin-top: 5px;
}

.choicesSearches .ui-slider-horizontal .ui-slider-handle {
    top: -.6em !important;
}

.choicesSearches .ui-slider .ui-slider-handle {
    width: 0.8em !important;
    height: 1.8em !important;
}

.choicesSearches .choicesSearchButtonContainer {
    width: 100%;
    background: transparent;
    overflow: hidden;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.choicesSearches .choicesSearchButton {
    cursor: pointer;
    background: #E21836;
    color: #ffffff;
    float: left;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choicesSearches .plusMinus.minus {
    content: "-";
}

.choicesSearches .choicesSearchReset {
    width: 100%;
    text-align: left;
    display: flex;
}

.choicesSearches .choicesResetButtonLeft {
    flex: 1;
    width: 50%;
}

.choicesSearches .choicesResetButtonRight {
    text-align: right;
    width: 50%;
}

.choicesSearches .choicesSearchWaitlist {
    padding-top: 40px;
}

.choicesSearches.expanded {
    width: 100%;
}

@media (max-width: 680px) {
    .choicesSearches .choicesSearchSection {
        width: 100%;
        margin: 10px auto 0;
        padding: 3px 30px 3px 20px !important;
        min-height: 95px;
    }

    .choicesSearches .choicesSearchSection:nth-child(2) {
        padding: 3px 30px 3px 20px;
    }

    .choicesSearches .ui-slider {
        margin-top: 10px;
    }

    .choicesSearches .choicesSearchWaitlist {
        padding-top: 40px;
    }

    .choicesSearches .choicesSearchSection label {
        font-weight: 700;
        width: 100%;
        text-align: center;
    }

    .choicesSearches .choicesSearchSection input[type="text"] {
        width: 100%;
        text-align: center;
    }

    .choicesSearches .choicesSearchWaitlist {
        padding: 0 !important;
        min-height: 60px;
    }
}
