@font-face {
    font-family: "The8-Bold";
    src: url(../fonts/CHANNEL8-Bold.woff2) format("woff2"), url(../fonts/CHANNEL8-Bold.woff) format("woff");
    font-display: block
}

@font-face {
    font-family: "The8-Regular";
    src: url(../fonts/CHANNEL8-Regular.woff2) format("woff2"), url(../fonts/CHANNEL8-Regular.woff) format("woff");
    font-display: block
}



.note-editable {
    font-family: 'The8-Regular' !important;
    min-height: 180px;
}


html {
    font-size: 14px;
    font-family: 'The8-Regular' !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'The8-Regular' !important;
}
a {
    text-decoration: none;
    color: #070327;
}
    a :visited, a :hover {
        color: #070327;
    }
.book-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.book-box {
    width: calc(50% - 20px);
    border: 2px solid #eaeffd;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    margin-bottom: 0px;
}


.book-img {
    width: 90%;
    margin: 10% auto;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

    .book-img img {
        width: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        height: 100%;
        object-fit: contain;
    }

.book-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.book-title p {
    font-size: 16px;
    color: #1c1b1b;
    font-weight: 500;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.book-price {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
}

    .book-price p {
        font-weight: 700;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

    .book-price i {
        color: #1c1b1b;
        margin: 0 auto;
        font-size: 26px;
    }


@media only screen and (min-width: 768px) {
    .book-box {
        width: calc(25% - 20px);
        border: 2px solid #eaeffd;
        border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        margin: 10px;
    }
}

@media only screen and (min-width: 997px) {
    .book-box {
        width: calc(16.5% - 20px);
        border: 2px solid #eaeffd;
        border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        margin: 10px;
    }
}

.title-container {
    display: flex;
    align-items: center;
    width: 100%;
}

    .title-container hr {
        margin: 0;
        flex-grow: 1;
        border-top: 2px solid #e1e1e1;
        margin: 10px;
    }

    .title-container span {
        margin: 0;
        margin: 10px;
        color: #1c1b1b;
        font-size: 20px;
        font-weight: 700;
    }
.icon-overlay {
    position: absolute;
    top: 0;
    width: 100%;
}

.icon-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 2px;
}

.icon-item {
    padding: 4px;
    border-radius: 50%;
    color: white;
    z-index: 1;
}