/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Kategorie Filter */

/* === Kategorie-Dropdown-Styling (passt zu WooCommerce-Filter) === */

.category-dropdown-wrapper {
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;       /* passt sich optisch an */
    margin-right: 10px;     /* Abstand zu anderen Elementen */
}

.category-dropdown-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 36px 0 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    cursor: pointer;

    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23000' points='70,100 100,50 40,50 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
}

.category-dropdown-wrapper select:focus {
    outline: none;
    border-color: #999;
}
