.page-id-1056 .book-filter, .page-id-1242 .book-filter, .page-id-2160 .book-filter, .page-id-2715 .book-filter {
    display: block;
}

body > .select2-container--open {
    padding-top: 31px;
}

.book-filter {
    margin-bottom: 30px;
    display: none;
}

body .select2-container {
    min-width: 164px;
}

.book-filter .select2-selection.select2-selection--single {
    padding: 10px;
    height: 50px
}

.book-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 10px;
}

.book-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

/* Dropdown Results */
body .select2-search--dropdown {
    display: none;
}

.select2-container li.select2-results__option {
    padding: 3px 18px;
}

body .select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: white;
    color: #72005F;
}

@media only screen and (max-width: 750px) {

}

@media only screen and (min-width: 751px) and (max-width: 1100px) {

}

@media only screen and (min-width: 1001px) and (max-width: 1099px) {

}

@media only screen and (min-width: 1100px) {
}
