/*---------------------------------------------------------------------------------

 Theme Name:   PMI
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.ui-datepicker {
  z-index: 9999 !important;
}

select#wpc-taxonomy-product_brand-1094.wpc-filters-widget-select {
  border: 2px solid #E02B20 !important;
  padding: 10px 35px 10px 20px !important;
  max-width: 230px !important;
  color: #E02B20 !important;
  border-radius: 24px !important;
  font-size: 17px !important;
  vertical-align: middle !important;
  float: none !important;
  display: inline-block !important;
  margin-top: 0px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48'%3E%3Cpolyline points='6,9 12,15 18,9' fill='none' stroke='%23E02B20' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

input[type="date"]
{
    font-weight: 401 !important;
    font-size: 15px !important;
    border-radius: 10px 10px 10px 10px !important;
    overflow: hidden !important;
    border-width: 1px solid !important;
    border-color: RGBA(221, 221, 221, 1) !important;
    background-color: RGBA(238, 238, 238, 1) !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    float: left !important;
    margin-right: 21px !important;
}