.cms-collections .collections-page-title {
    font-size: 2.5em;
    font-weight: 400;
    color: rgba(64, 64, 64, 0.95);
    line-height: 1.2em;
    letter-spacing: 2.4px;
}

.cms-collections .collections-page-description {
    width: 70%;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 50px;
}

.cms-collections .click-to-download {
    font-size: 25px;
    font-weight: 300;
    color: rgb(61 61 61 / 94%);
    line-height: 1.3em;
    padding: 30px 0;
}

.bookcontainer .book-inner {
    background-color: unset;
}

.bookcontainer .book-inner:hover {
    box-shadow:unset;
}

.bookcontainer .book-image:hover img{
    transform: unset;
}

.bookcontainer .book-details h2 {
    font-weight: 400;
}

.flipbookCategory .bookcontainer .book-details h2,
.flipBookCode .bookcontainerCode .book-details h2 {
    font-weight: 400;
}

.flipbook-grid-container .bookcontainer {
    width: 20%;
    padding: 20px 0 0 10px;
}

.flipbook-grid-container .bookcontainer .row {
    text-align: center;
    background-color: unset;
}

.flipbook-grid-container .bookcontainer .col-75 {
    padding: 10px 0 0;
}

.flipbook-grid-container .bookcontainer .book-details h2 a:hover {
    color: #000;
}

.flip-book .controls .ctrl {
    bottom: -1px;
}
