/* .ProductList .divfiltersearch{
    width: 10%;
    position: relative;
    align-items: center;
    display: flex;
    border-left: 1px solid rgba(162, 162, 162, 0.5);
} */

.ProductList .imgfiltersearch{
    width: 20px;
    margin-left: calc(50% - 10px);
}

.ProductList .pf{
    padding: 5px;
    font-size: 1em;
}

.ProductList .ipsearch{
    border: 0px solid #e6e6e6;
    float: left;
    width: 80%;
    background: #f1f1f1;
}
  
.ProductList .btnsearch{
    float: left;
    width: 15%;
    background: #e6e6e6;
    color: black;
    border: 0px solid #e6e6e6;
    border-left: none;
    cursor: pointer;
}

.ProductList .btn-primary{
    padding: 5px 10px; 
    border-radius: 0;
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.ProductList .divfiltersearch{
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}

.ProductList .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.ProductList .lia{
    border-bottom: 1px solid #e6e6e6;
}