
    .ebook-details .ebook-name {
        font-size: 20px;
        line-height: 36px
    }
.ebook-card .ebook-category {
    margin-left: 10px
}

.ebook-card:hover .ebook-category, .ebook-card:hover .hover-action {
    display: block !important
}
.ebook-card .more-details-wrapper > form {
    display: inline-block
}

.ebook-card .more-details-wrapper > ul li {
    width: 50%;
    float: right
}
.ebook-card .more-details-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1
}
.ebook-card:hover .more-details-wrapper {
    z-index: 1
}

.ebook-card .ebook-content {
    position: relative;
    overflow: hidden;
    padding: 12px 5px 0;
    background: #fff;
    transition: .2s ease-in-out;
    margin-bottom: 10px
}
.ebook-card .div-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    
    overflow: hidden
}

.ebook-card .ebook-content .ebook-name {
    font-family: Rubik, sans-serif;
    font-size: 17px;
    display: block;
    text-align: right;
    margin-top: 5px;
    transition: .2s ease-in-out
}


.ebook-card .ebook-content .ebook-name:hover {
    text-decoration: underline
}


.ebook-card .ebook-content .ebook-authors:hover, .ebook-card .ebook-content .ebook-category:hover {
    text-decoration: none
}
.ebook-card:hover .ebook-content {
    background: hsla(0, 0%, 100%, .9);
    transform: translateY(-35px)
}

@media screen and (max-width: 991px) {
    .tab-ebooks .section-header h3 {
        float: none !important;
        display: table;
        margin-bottom: 15px
    }

    .tab-ebooks .nav-tabs {
        float: none !important;
        text-align: center
    }

    .tab-ebooks .nav-tabs li {
        float: none;
        display: inline-block
    }

    .tab-ebooks .tab-ebook-slider {
        padding-bottom: 0
    }

    .tab-ebooks .slick-dots {
        display: none !important
    }
}

.ebook-image .ebook-ribbon {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2
}

.ebook-image .ebook-ribbon > li {
    padding: 0;
    display: block
}

.ebook-image .ebook-ribbon > li .ribbon {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    display: block;
    float: right;
    color: #fff;
    padding: 4px 5px 3px;
    margin-bottom: 10px
}

.ebook-image .ebook-ribbon > li .ribbon:after {
    position: absolute;
    content: "";
    top: 0;
    right: 100%;
    border-style: solid;
    border-width: 12px 5px 15px 6px
}

.ebook-card .ebook-card-inner {
    position: relative;
    overflow: hidden;
    float: right;
}
.ebook-card .ebook-image {
    position: relative
}

.index-table .image-holder {
    height: 70px;
    width: 75px
}

.ebook-card .image-holder, .ebook-card .image-placeholder {
    height: 200px;
    transform: scale(1);
    transition: .2s ease-in-out
}
.index-table .table-responsive td:first-child .image-holder, .index-table .table-responsive td:first-child .image-placeholder {
    margin: 5px 0
}


