/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* For the standard select dropdown */
select option.unselectable-state {
    color: #999;
    font-style: italic;
}

/* For themes that use the Select2 library for styling */
.select2-container--default .select2-results__option.unselectable-state {
    color: #999 !important;
    background-color: #f5f5f5;
    cursor: not-allowed;
}