.product-list-filter-bar {
    display: none;
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-bottom: 5px;
    position: relative;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.product-list-filter-bar ul li {
    display: inline-block;
    width: 23%;
    height: auto;
    position: relative;
    padding: 15px;
}

.product-list-filter-bar .unit-filter {
    margin-top: 5px;
    padding: 0 5px;
}

.unit-filter div {
    display: block;
    float: none;
}

.btn-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.filter-text, .unit-filter select, .order-filter select {
    display: block;
    width: 100%;
    min-height: 24px;
    font-size: 16px;
    color: #212529;
    cursor: pointer;
    line-height: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 0;
    border-bottom-style: solid;
    border-color: #ededed;
    border-width: 0 0 2px 0;
    border-bottom-width: 1px;
    padding: 4px 25px 1px 5px;
    outline: none;
    text-overflow: ellipsis;
}

.clear_float {
    float: none !important;
    clear: both !important;
}

.button-clear-filter {
    float: right;
    color: #00a498;
    text-decoration: underline;
    margin-right: 20px;
    padding-bottom: 6px;
    cursor: pointer;
}

.text-right {
    margin: 20px 0;
}

.psc-content-header {
    padding-bottom: 3% !important;
}
input#searchModel::placeholder, input.filter-text::placeholder { 
  color: #212529;
  opacity: 1; 
  font-weight: normal;
}

input#searchModel {
    display: block;
    width: 100%;
    min-height: 24px;
    font-size: 16px !important;
    color: #32771e;
    font-weight: bold;
    line-height: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 0;
    border-bottom-style: solid;
    border-color: #ededed;
    border-width: 0 0 2px 0;
    border-bottom-width: 1px;
    padding: 4px 25px 1px 5px;
    outline: none;
    text-overflow: ellipsis;
}

.filter-button-wrapper .filter-buttons .button-confirm {
    color: #fff;
    background: #c5bc61;
    padding: 5px;
    margin-left: 10px;
}

.unit-filter .filter-options {
    max-height: 215px;
    position: relative;
    overflow: auto;
}

.unit-filter .filter-options {
    max-height: 315px;
    position: relative;
    overflow: auto;
}

.product-list-filter-bar .unit-filter .filter-options-wrapper {
    display: none;
    width: 100%;
    background: #eef7ec;
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 0 0 5px 5px;
    margin-top: -2px;
    z-index: 10;
}

.unit-filter .filter-option {
    display: block;
    margin: 5px;
    cursor: pointer;
}

.unit-filter .filter-button-wrapper {
    height: 35px;
    position: relative;
    font-size: 15px;
    margin: 5px 0px;
}

.filter-button-wrapper .filter-buttons {
    position: absolute;
    top: 7.5px;
    right: 5px;
}

.unit-filter.have_option select,
.unit-filter.have_option input,
.order-filter select {
    color: #32771e !important;
    font-weight: bold;
}

input.filter-option-check {
    margin-right: 8px;
}

span.button {
    cursor: pointer;
}

.order-filter {
    float: right;
}

.form-group {
    display: flex;
    align-content: flex-start;
    justify-content: center;
}

.form-group div {
    padding: 0 0 0 10px !important;
}

#arrowIcon {
    width: 0;
    position: absolute;
    right: 20px;
    height: 0;
    border: 0;
}

input.filter-text, input#searchModel {
    padding-left: 9px;
}

@media only screen and (max-width: 1370px){
.product-list-filter-bar ul li {
    width: 100%;
}
}


@media only screen and (max-width: 550px){
input#searchModel, .button-clear-filter, span {
    font-size: 0.7rem !important;
}

.filter-text, .unit-filter select, .order-filter select {
    font-size: 0.7rem;
}
}