.section-title-container h4.section-title-label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--global-bg-color-3);
}

.section-title-container h2.section-title {
    margin: 10px 0 0 0;
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
}

.book-author-template-all-books-area {
    padding: 150px 0 100px 0;
    background: var(--global-bg-color-2);
}

.section-description-wrapper {
    color: var(--global-body-color);
}

.rswpbs-books-filtering-menu-area {
    flex-flow: wrap;
}

.rswpbs-books-filtering-menu-area a.catItem {
    background: transparent;
    border: 1px solid var(--global-body-color);
    color: var(--global-body-color);
    border-radius: 3px;
}

.rswpbs-books-filtering-menu-area a.catItem:hover {
    background: var(--global-bg-color-3);
    color: var(--global-bg-color-1);
    border-color: var(--global-bg-color-3);
}

.section-title-container {
    margin-bottom: 50px;
}

.book-author-template-all-books-area .rswpthemes-book-loop-content-wrapper .book-buy-btn a {
    background: transparent;
    color: var(--global-heading-color);
    border: 1px solid var(--global-body-color);
    border-radius: 3px;
}

.book-author-template-all-books-area .rswpthemes-book-loop-content-wrapper .book-buy-btn a:hover {
    background: var(--global-bg-color-3);
    color: var(--global-bg-color-1);
    border-color: var(--global-bg-color-3);
}

.book-author-template-all-books-area .rswpthemes-book-loop-image {
    position: relative;
}

.book-author-template-all-books-area .rswpthemes-book-container {
    border: 0;
}

.book-author-template-all-books-area .rswpthemes-book-loop-content-wrapper {
    background: transparent;
    padding: 0;
    margin-top: 20px;
}

.book-author-template-all-books-area .rswpthemes-book-loop-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 45%;
    background: var(--global-bg-color-2);
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
}

.book-author-template-all-books-area .rswpthemes-book-loop-image img {
    position: relative;
    z-index: 1;
}

.book-author-template-all-books-area .rswpthemes-book-loop-image {
    padding-bottom: 10px;
}