/* Conector del filtro ingredientes */
.page-recetas .faceta .faceta__body .ingredients__wrap .ingredient:after {
    content: "y";
}

/* PersonalizaciÃ³n del select2 para ingredientes*/
.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    height: 32px !important;
    padding: 6px;
    font-size: 14px;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px solid #aaa;
}
.select2-search__field {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.select2-search__field:focus {
    border-bottom: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.select2-selection__clear{
    display:none;
}

.search__actions {
    margin-bottom: 12px;
}