.form-type-commerce-price, .form-type-entity-autocomplete {
	display: none !important;
}




.html .form-control, .html input[type=date], .html input[type=datetime-local], .html input[type=email], .html input[type=file], .html input[type=month], .html input[type=number], .html input[type=password], .html input[type=search], .html input[type=tel], .html input[type=text], .html input[type=time], .html input[type=url], .html input[type=week], .html textarea, .html select {
    box-shadow: none;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #d9d9d9;
    height: auto;
    padding: 12px;
    line-height: inherit;
    color: #fff;
}

.views-field-title
 {
    min-height: 0em;
}

.block-views .html select, .html select.form-control {
    height: 2em;
    height: calc(1.6em + 24px);
    padding: 0 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 98% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 18px;
    background: none !important;
}


.block-views .html .form-control:focus, .html input[type=date]:focus, .html input[type=datetime-local]:focus, .html input[type=email]:focus, .html input[type=file]:focus, .html input[type=month]:focus, .html input[type=number]:focus, .html input[type=password]:focus, .html input[type=search]:focus, .html input[type=tel]:focus, .html input[type=text]:focus, .html input[type=time]:focus, .html input[type=url]:focus, .html input[type=week]:focus, .html textarea:focus, .html select:focus {
    box-shadow: none;
    outline: none;
    border-color: #6b5c7d;
    background: #000 !important;
}

#views-bootstrap-all-products-all-products .html .form-control, .html input[type=date], .html input[type=datetime-local], .html input[type=email], .html input[type=file], .html input[type=month], .html input[type=number], .html input[type=password], .html input[type=search], .html input[type=tel], .html input[type=text], .html input[type=time], .html input[type=url], .html input[type=week], .html textarea, .html select {
    box-shadow: none;
    border-radius: 3px;
    background: #000 !important;
    border: 1px solid #d9d9d9;
    height: auto;
    padding: 12px;
    line-height: inherit;
}