/*
Theme Name: EngleMartin2022
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.8.1645995321
Updated: 2022-02-27 20:55:21

*/

 .custom-caret {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    width: 220px;
    cursor: pointer;
}

.filter-select-wrapper {
    position: relative;
    display: inline-block;
}

.filter-select-wrapper::after {
    font-family: 'ETmodules';
    content: "\33";
    font-size: 20px;
    color: #B50B3E;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}