/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.searchandfilter input[type="text"],
.searchandfilter select {
  	background-color: white;
    bottom: 0;
    height: 54px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0.375rem;
    border: 1px solid #d9d9d9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s ease-in-out;
    padding-right: 35px !important;
    padding: 0 20px;
    font-family: 'Public Sans', sans-serif !important;
}