/* shortcode filtros categorías */
.woo-attribute-filter {
    border: 1px solid #ccc;
    padding: 40px 30px;
    display: flex;
    border-radius: 10px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background: #346883;
    /* top: -70px;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 10px #263238bd; */
}




.woo-attribute-filter .filter-group {
    margin-bottom: 10px;
    width: 100%;
}

.woo-attribute-filter label {
    font-weight: bold;
    font-family: inherit;
    margin-right: 5px;
    color: #fff;
    margin-bottom: 0;
}

.woo-attribute-filter select {
    width: 100%;
    max-width: 200px;
}

.woo-attribute-filter button {
    min-width: 200px;
    margin-top: 14px;
    border-radius: 5px;
    background-color: #BA6565;
    color: #fff;
}

/* Ajustar ancho */
.woo-attribute-filter .select2-container {
    width: 100% !important;
    /* o 100% si quieres que ocupe todo el ancho */
}

/* Personalizar el borde */
.woo-attribute-filter .select2-container .select2-selection--single {
    border: solid 2px #F0F0F0;
    border-radius: 4px;
    padding: 5px 15px;
    /* Ajusta el padding interno */
    height: 42px;
}

.woo-attribute-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 6px;
}

/* Personalizar el color de fondo cuando se abre el desplegable */
/* .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
} */

/* Cambiar color de flecha del desplegable */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
    /* Triángulo de flecha */
}