input,
button {
    outline: none;
    border: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header ._hdr_top.book-category {
    margin-bottom: 0;
}

main .book-category-nav {
    padding-top: 2rem;
}

.book-category-banner {
    /* background: url("../images/book-category-banner.jpg") no-repeat center center;
    background-size: cover;
    max-height: 100%;
    height: 1200px;
    position: relative; */
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.book-category-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.book-banner-cover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.38%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.absolute-banner-text {
    position: absolute;
    font-family: Phudu, sans-serif;
    text-align: center;
    bottom: 10%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 5rem;
}

.book-category-search-group {
    position: relative;
    border-radius: 30px;
    border: 2px solid #ddd;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.book-category-search-group input,
.book-category-search-group .book-category-search-button {
    line-height: 1.5rem;
    outline: none;
    border: none;
}

.book-category-search-group input {
    width: 100%;
    border-radius: 30px;
}

.book-category-search-group .book-category-search-button {
    background: #88040B;
    color: #fff;
    border-radius: 50%;
}

.book-category-search-group .book-category-search-button {
    position: absolute;
    right: 5px;
}


.book-category-container {}

.book-category-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
}

.book-category-sidebar {
    background: #FCFBFC;
    padding: 20px;
}

.book-category-list-group {
    padding: 12px;
}

.literature-book-list,
.history-book-list,
.social-book-list,
.text-book-list {
    margin-top: 30px;
}

.literature-book-list {
    margin-top: 20px;
}

.book-category-content {}

.sidebar-heading {
    color: #FF8800;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.sidebar-list-common-style li {
    font-size: 1.2rem;
    color: #475569;
    font-weight: 500;
    cursor: pointer;
    line-height: 2.2rem;
}

.book-categoty-content--title {
    font-size: 1rem;
    padding: 10px;
}

.book-category-link {
    color: #A9A9A9;
    font-weight: 700;
}

.book-category-link {
    margin-right: 20px;
    padding: 8px 10px;
}

.book-category-link:hover,
.book-category-link.is-active {
    color: #000000;
    border-bottom: 2px solid #000;
}

.book-category-content-list {
    padding: 10px;
}

.book-category-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* align-items: stretch; */
}

.book-category-list-item {
    border: 1px solid #DFE1E8;
    border-radius: 8px;
}

.book-category-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.book-category-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 4px 8px 0px #4D3A321A;
}

.book-category-image img {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    object-fit: cover;
}

.book-category-text {
    padding: 20px 10px;
}

.book-title-name {
    cursor: pointer;
    font-size: 1.8rem;
}

.book-author-name {
    color: #8B8B8B;
}

.book-category-button {
    cursor: pointer;
    border: 2px solid #FFFFFF;
    background: #262626;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 8px;
}