/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.categorii-dropdown-wrapper {
    display: inline-block;
    position: relative;
}

.categorii-dropdown-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 40px 10px 14px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    min-width: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    transition: border-color 0.2s;
}

.categorii-dropdown-wrapper select:hover,
.categorii-dropdown-wrapper select:focus {
    border-color: #2271b1;
    outline: none;
}

.categorii-dropdown-wrapper select optgroup {
    font-weight: 700;
    color: #111;
}

.categorii-dropdown-wrapper select option {
    font-weight: 400;
    color: #333;
}
/* 
**Usage:**
```
[categorii_produse_dropdown]
[categorii_produse_dropdown menu="Categorii_Produse" placeholder="Alege categoria"] */