/* list-books-style.css */

.book-list {
    list-style: none;
    padding: 0;
}

.book-item {
    display: flex;
    margin: 50px;
    border: none;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
}

.book-image {
    width: 30%;
}

.book-image img {
      width: 375px;
    height: 445px !important;
    object-fit: fill;
}

.book-details {
    flex: 1;
	padding-left: 20px !important;
}

/* Style for title */
.book-details h3 {
    margin-top: 0;
}

/* Style for description */
.book-details p {
    margin:0px;
    padding:0px;
}

/* Style for author and publish year */
.book-details p:last-child {
    margin-bottom: 0;
}
form#lb-search-form {
    display: flex;
    width: 100%;
    padding: 100px 50px;
    background: #fff;
}
input#book_title {
    width: 33%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 17px;
    font-weight: 700;
}
select#book_category {
    width: 33%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 17px;
}
select#book_author {
    width: 33%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 17px;
    font-weight: 700;
}
input[type="submit"] {
    Padding: 10px 50px;
    margin: 10px;
    border: 1px solid;
    border-radius: 5px;
    BACKGROUND: #8bc53f;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
button.pagination-btn {
    color: #000 !important;
    background: #8bc53f !important;
    padding: 10px !important;
    border-radius: 5px;
    border: none;
    font-size: 15px !important;
    cursor: pointer;
    margin: 2px !important;
}
button.pagination-btn.active {
    color: #fff !important;
    background: #8bc53f !important;
    padding: 10px !important;
    border-radius: 5px;
    border: none;
    font-size: 15px !important;
    cursor: pointer;
    margin: 2px !important;
}
.pagination {
    padding: 0px 60px;
}
div#lb-filter-buttons {
    margin-top: -90px !important;
    margin-left: 120px !important;
    margin-bottom: 120px !important;
    color: #000;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin: 2px;
}
button.pfa-button.active {
    background: #8bc53f;
    color: #fff;
}
button.pfa-button {
    border: none;
    border-radius: 5px;
}
div#alphabet-buttons {
      margin-top: -90px;
    margin-bottom: 50px;
    padding: 0px 50px;
}
form#lb-search-form-2 select#book_author {
    width: 23%;
}
form#lb-search-form-2 select#book_category {
    width: 23%;
}
form#lb-search-form-2 INPUT {
    width: 23%;
}
#alphabet-buttons button {
    margin: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}
div#lb-search-results {
    background: #e9e9e9;
    padding: 20px 0px;
}
.learn-order {
    margin-top: 20px;
}
.learn-order a {
    color: #8bc53f;
    font-weight: bold;
    font-size: 15px;
}
form#lb-search-form-open-access {
    display: flex;
    width: 100%;
    padding: 100px 50px;
    background: #fff;
}
input#book_title_open_access {
    width: 27%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 17px;
    font-weight: 700;
}
select#book_category_open_access {
    width: 27%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 17px;
}
select#book_author_open_access {
    width: 27%;
    padding: 10px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    font-size: 17px;
    font-weight: 700;
}