@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.text-truncate {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    background-color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.img-avatar {
    width: 124px;
    border: 4px solid #FFFFFF;
    filter: drop-shadow(0px 12px 16px rgba(112, 144, 176, 0.12));
    margin-right: 24px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.bg-orange {
    background-color: #ff7b54;
}
.border-orange {
    border-color: #ff7b54;
}
.text-orange {
    color: #ff7b54;
}
.btn-orange {
    background-color: #ff7b54;
}
.font-kategori {
    font-size: 12px;
}
.btn-palered {
    background-color: #ffcaba;
    color: #ff7b54;
}
.btn-palered:hover {
    color: #ff7b54;
}
.btn-cream {
    background-color: #ffeed2;
    color: #fbb03b;
}
.btn-cream:hover {
    color: #fbb03b;
}
.profil_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ff7b54;
}
.g-row {
    row-gap: 20px;
}
.g-column {
    column-gap: 20px;
}

/* Navbar Desktop*/
@media screen and (min-width: 992px) {
    /* Buku */
    .images-card img {
        height: 191px !important;
    }
    /* Henbuk Logo */
    .henbuk-icon {
        width: 120px;
        height: 50px;
    }
    /* Btn Menu */
    .btn-menu {
        width: 100%;
        width: 100%;
    }
    .btn-menu:hover {
        color: #ff7b54;
    }
    .menu-area {
        position: static;
    }
    .dropdown {
        position: relative;
        display: inline-block;
        float: right;
    }
    .dropdown:hover .mega-area {
        display: block;
    }
    .dropdown:hover .btn-menu {
        background-color: transparent;
    }
    .mega-area {
        position: absolute;
        /* margin: 0 auto; */
        width: 948px;
        height: 568px;
        left: 0;
        right: 0;
        padding: 24px;
        gap: 24px;

        background: #ffffff;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .mega-area a:visited {
        color: black;
        background-color: white;
    }
    .mega-area a:hover {
        color: #ff7b54;
        background-color: white;
    }
    .mega-area a:active {
        color: #ff7b54;
        background-color: white;
    }
    .dropdown-item {
        padding: 5px 0;
    }
    .active {
        display: block !important;
    }

    /* Body Menu */
    #body-menu {
        height: 500px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #body-menu::-webkit-scrollbar {
        width: 8px;
    }
    #body-menu::-webkit-scrollbar-track {
        background: white;
    }
    #body-menu::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }
    .wrapper {
        display: flex;
        flex: calc(100% / 4);
        flex-flow: row wrap;
    }
    .menu-toggler {
        display: none;
    }
    .menu-mobile {
        display: none;
    }

    /* sub-menu-categori */
    #sub-menu-categori {
        display: none;
    }

    /* detail publisher */
    #home-description {
        display: none;
    }

    #publisher-description {
        display: none;
    }

    #rating-review-publisher {
        display: none;
    }

    #show-all-categori {
        position: relative;
        top: 2vh;
        background-color: none;
        font-size: 14px;
        text-decoration: none;
    }

    /* sub-menu-allbooks */
    #sub-menu-allbooks {
        display: none;
    }
    .spacing {
        gap: 12px;
    }
    #card-allbooks {
        text-decoration-line: none;
    }
    .card-allbooks {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        gap: 16px;

        width: 160px;
        height: 280px;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .img-wrapper-allbooks {
        width: 122px;
        height: 176px;
    }
    .badge-discount {
        background-color: #ffe5e5;
        color: #ff3939;
        z-index: 9999;
        border-radius: 0px 3px 3px 3px;
        width: 20px;
        height: 8px;
        font-size: 12px;
    }
    .card-title-allbooks {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle-allbooks {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
    }
    .strike-price-allbooks {
        color: #ff3939;
    }
    .strike-price-allbooks,
    .text-price-allbooks {
        font-weight: 400;
        font-size: 9px;
        line-height: 120%;
    }
    .img-star-allbooks {
        width: 8px;
        height: 8px;
    }
    #show-all-allbooks {
        position: relative;
        top: 5vh;
        background-color: none;
        font-size: 14px;
        text-decoration: none;
    }

    /* sub-menu-freebooks */
    #sub-menu-freebooks {
        display: none;
    }
    .spacing {
        gap: 12px;
    }
    #card-freebooks {
        text-decoration-line: none;
    }
    .card-freebooks {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        gap: 16px;

        width: 160px;
        height: 280px;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .img-wrapper-freebooks {
        width: 122px;
        height: 176px;
    }
    .card-title-freebooks {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle-freebooks {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
    }
    .strike-price-freebooks {
        color: #ff3939;
    }
    .strike-price-freebooks,
    .text-price-freebooks {
        font-weight: 400;
        font-size: 9px;
        line-height: 120%;
    }
    .img-star-freebooks {
        width: 8px;
        height: 8px;
    }
    #show-all-freebooks {
        position: relative;
        top: 5vh;
        background-color: none;
        font-size: 14px;
        text-decoration: none;
    }

    /* sub-menu-blog */
    #sub-menu-blog {
        display: none;
    }
    .wrapper-blog {
        display: flex;
        flex: calc(100% / 2);
        flex-flow: row wrap;
    }
    .card-blog {
        padding: 10px;
        gap: 6px;

        width: 46%;
        height: 130px;

        background: white;
        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.4);
        border-radius: 6px;

        margin-left: 15px;
    }
    #row-blog {
        text-decoration-line: none;
    }
    .img-blog {
        height: 100px;
        width: 160px;
        left: 9px;
        margin-top: 5px;
        border-radius: 4px;
    }
    .card-body-blog {
        position: relative;
        top: 0.5vh;
        margin-left: 10px;
        width: 170px;
    }
    .card-title-blog {
        width: 170px;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-text-blog {
        position: relative;
        bottom: 0.5vh;
        height: 32px;
        width: 162px;
        left: 0px;
        font-size: 10px;
        color: #aca6a6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #btn-blog {
        position: relative;
        bottom: 2vh;
        height: 20px;
        width: 54px;
        left: 0px;
        border-radius: 4px;
        padding: 4px 16px 4px 16px;

        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
    }
    .btn-palered {
        background-color: #ffcaba;
        color: #ff7b54;
    }
    .btn-palered:hover {
        color: #ff7b54;
    }
    .btn-cream {
        background-color: #ffeed2;
        color: #fbb03b;
    }
    .btn-cream:hover {
        color: #fbb03b;
    }
    #show-all-blog {
        position: relative;
        top: 2vh;
        background-color: none;
        font-size: 14px;
        text-decoration: none;
    }

    /* Searching */
    .form-control {
        width: 60%;
        border-color: black;
    }
    form .btn-search {
        border: none;
        outline: none;
    }
    form .search-input {
        border: none;
        outline: none;
        width: 100%;
    }
    #box-searching {
        position: absolute;
        margin: 0 auto;
        width: 720px;
        height: 568px;
        top: 65px;
        left: 0;
        right: 0;
        padding: 24px;
        gap: 24px;

        background: #ffffff;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.4);
        border-radius: 8px;

        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #box-searching::-webkit-scrollbar {
        width: 7px;
    }
    #box-searching::-webkit-scrollbar-track {
        background: white;
    }
    #box-searching::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }
    .search-none {
        display: none;
    }
    /* .list-group-item{
      border: none;
    } */
    .nama-penerbit {
        font-size: 12px;
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .body-publisher {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
    }
    .body-publisher::-webkit-scrollbar {
        height: 7px;
    }
    .body-publisher::-webkit-scrollbar-track {
        background: white;
    }
    .body-publisher::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }
    .buku-pilihan {
        color: black;
        width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Btn Login */
    .btn-masuk {
        width: auto;
        height: 40px;
    }
    .btn-masuk:hover {
        color: #ff7b54;
    }

    /* Btn Register */
    .btn-daftar {
        width: auto;
        height: 40px;
    }

    /* Searching Mobile */
    .searching-mobile {
        display: none;
    }

    /* Dropdown in Cart, Wishlist, Notification, Akun */
    .dropdown:hover .dropdown-area {
        display: block;
    }
    .dropdown:hover .dropdown-area-account {
        display: block;
    }
    .dropdown:hover {
        background-color: transparent;
    }
    .dropdown-area {
        position: absolute;
        left: -150px;
        top: 40px;
        width: 300px;
        height: auto;
        padding: 6px 15px 0px 15px;

        background: #ffffff;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 10px;

        font-size: 12px;
        color: black;
    }
    .dropdown-area-account {
        position: absolute;
        left: -80px;
        top: 50px;
        width: 180px;
        height: auto;
        padding: 6px 15px 0px 15px;

        background: #ffffff;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 10px;

        font-size: 12px;
        color: black;
    }
    .dropdown-area a:visited,
    .dropdown-area-account a:visited {
        color: black;
        background-color: white;
    }
    .dropdown-area a:hover,
    .dropdown-area-account a:hover {
        text-decoration: none;
        color: #ff7b54;
        background-color: white;
    }
    .dropdown-area a:active,
    .dropdown-area-account a:active {
        color: #ff7b54;
        background-color: white;
    }

    /* Cart */
    .cart-title {
        white-space: nowrap;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Wishtlist */
    .wishlist-title {
        white-space: nowrap;
        width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Notification */
    .notification-description {
        white-space: nowrap;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Navbar Smartphone */
@media screen and (max-width: 600px) {
    /* Henbuk Logo */
    .henbuk-icon {
        width: 120px;
        height: 50px;
    }

    /* Searching Mobile */
    .searching-button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: fixed;
        top: 15px;
        right: 130px;
        border: none;
        background-color: #ffcaba;
    }
    .searching-button input {
        position: fixed;
        width: 35px;
        height: 35px;
        top: 15px;
        right: 130px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }
    .searching-button img {
        position: fixed;
        width: 18px;
        height: 18px;
        top: 22px;
        right: 138px;
        cursor: pointer;
    }

    .body-searching-mobile {
        position: absolute;
        right: 0;
        top: 64px;
        width: 100%;
        height: 95vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: -1;
        transform: translateY(-100%);
        transition: all 1s;
        opacity: 0;
        display: block;

        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .body-searching-mobile.slide {
        opacity: 1;
        transform: translateY(0);
    }
    .body-searching-mobile ul li {
        border: none;
    }
    .form-searching-mobile {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 30px;
        width: auto;
        height: 40px;
        border-style: solid;
        border-color: #ffcaba;
        border-radius: 8px;
    }
    form .btn-searching-mobile {
        border: none;
        outline: none;
    }
    form .search-input-mobile {
        border: none;
        outline: none;
        width: 500px;
    }
    .list-group-searching {
        margin-top: 80px;
        color: black;
        border: none;
    }
    .list-group-desktop {
        display: none;
    }
    .nama-penerbit {
        font-size: 10px;
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .body-publisher {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
    }
    .buku-pilihan {
        color: black;
        width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Hamburger Menu */
    .menu-toggler {
        flex-direction: column;
        height: 20px;
        justify-content: space-between;
        position: fixed;
        top: 22px;
        right: 80px;
    }
    .menu-toggler input {
        position: absolute;
        width: 40px;
        height: 28px;
        left: -6px;
        top: -3px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }
    .menu-toggler span {
        display: block;
        width: 28px;
        height: 5px;
        margin-bottom: 3px;
        background-color: #ff7b54;
        border-radius: 3px;
        transition: all 0.5s;
    }
    /* Hamburger Menu */
    .menu-toggler span:nth-child(2) {
        transform-origin: 0 0;
    }
    .menu-toggler span:nth-child(4) {
        transform-origin: 0 100%;
    }
    .menu-toggler input:checked ~ span:nth-child(2) {
        background-color: #ff7b54;
        transform: rotate(45deg) translate(-1px, -1px);
    }
    .menu-toggler input:checked ~ span:nth-child(4) {
        background-color: #ff7b54;
        transform: rotate(-45deg) translate(-1px, 0);
    }
    .menu-toggler input:checked ~ span:nth-child(3) {
        opacity: 0;
        transform: scale(0);
    }
    .menu-mobile {
        list-style: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 150vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: -1;
        transform: translateX(-100%);
        transition: all 1s;
        opacity: 0;
        display: block;
        /* width: 40%;
        justify-content: space-evenly; */
    }
    .body-menu-mobile {
        margin-top: 100px;
    }
    .body-menu-mobile a:hover {
        color: #ff7b54;
        background-color: #fff2ee;
    }
    .menu-mobile.slide {
        opacity: 1;
        transform: translateX(0);
    }

    /* Sub Menu */
    .dropdown-menu {
        width: 100%;
        height: auto;
        position: relative;
    }
    .dropdown-menu a:hover {
        color: #ff7b54;
        background-color: white;
    }

    /* Menu Categori */
    #dropdown-menu-categori {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    /* Menu Semua Buku */
    #dropdown-menu-allbooks {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .spacing {
        gap: 12px;
    }
    #card-allbooks {
        text-decoration-line: none;
    }
    .card-allbooks {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        gap: 16px;

        width: 160px;
        height: 280px;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .card-allbooks:visited {
        color: black;
        background-color: white;
    }
    .img-wrapper-allbooks {
        width: 122px;
        height: 176px;
    }
    .card-title-allbooks {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle-allbooks {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
    }
    .strike-price-allbooks {
        color: #ff3939;
    }
    .strike-price-allbooks,
    .text-price-allbooks {
        font-weight: 400;
        font-size: 9px;
        line-height: 120%;
    }
    .img-star-allbooks {
        width: 8px;
        height: 8px;
    }

    /* Menu Buku Gratis */
    #dropdown-menu-freebooks {
        height: 450px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .spacing {
        gap: 12px;
    }
    #card-freebooks {
        text-decoration-line: none;
    }
    .card-freebooks {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        gap: 16px;

        width: 160px;
        height: 280px;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .card-freebooks:visited {
        color: black;
        background-color: white;
    }
    .img-wrapper-freebooks {
        width: 122px;
        height: 176px;
    }
    .card-title-freebooks {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle-freebooks {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
    }
    .strike-price-freebooks {
        color: #ff3939;
    }
    .strike-price-freebooks,
    .text-price-freebooks {
        font-weight: 400;
        font-size: 9px;
        line-height: 120%;
    }
    .img-star-freebooks {
        width: 8px;
        height: 8px;
    }

    /* Menu Blog */
    #dropdown-menu-blog {
        height: 360px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .card-blog {
        padding: 0px;
        gap: 0px;

        width: 45%;
        height: auto;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.4);
        border-radius: 6px;

        margin-left: 10px;
    }
    #row-blog {
        text-decoration-line: none;
    }
    .img-blog {
        border-radius: 4px 4px 0px 0px;
    }
    .card-body-blog {
        position: relative;
        top: 1vh;
        margin-left: 6px;
        width: 170px;
    }
    .card-title-blog {
        width: 145px;
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black;
    }
    .card-title-blog:hover {
        color: #ff7b54;
    }
    .card-text-blog {
        position: relative;
        bottom: 0.5vh;
        height: 32px;
        width: 142px;
        left: 0px;
        font-size: 10px;
        color: #aca6a6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #btn-blog {
        position: relative;
        bottom: 2vh;
        height: 20px;
        width: 54px;
        left: 0px;
        border-radius: 4px;
        padding: 4px 16px 4px 16px;

        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
    }

    /* button tampilkan semua pada dropdown mobile */
    .btn-show-all-menu {
        width: auto;
        height: 35px;
        color: white !important;
        background-color: #ff7b54 !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border-radius: 5px;
    }

    /* Searching Desktop */
    .form-control-searching {
        display: none !important;
    }

    /* Btn Desktop Off */
    .btn-menu {
        display: none;
    }
    .btn-masuk {
        display: none;
    }
    .btn-daftar {
        display: none;
    }

    /* Btn Login */
    .btn-masuk-mobile {
        margin-left: 40px;
        margin-right: 10px;
    }
    .btn-masuk-mobile:hover {
        color: #ff7b54;
    }
    /* Btn Register */
    .btn-daftar-mobile {
        margin-left: 10px;
        margin-right: 40px;
    }

    /* Account */
    .account-button {
        position: fixed;
        top: 15px;
        right: 20px;
    }
    .account-button input {
        position: fixed;
        width: 35px;
        height: 35px;
        top: 17px;
        right: 22px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }
    .body-account-mobile {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 150vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: -1;
        transform: translateY(-100%);
        transition: all 1s;
        opacity: 0;
        display: block;
    }
    .body-account-mobile a:hover {
        color: #ff7b54;
        background-color: #fff2ee;
    }
    .body-account-mobile ul a {
        border: none;
    }
    .body-account-mobile.slide {
        opacity: 1;
        transform: translateY(0);
    }
    .list-group-account {
        margin-top: 100px;
    }
}

/* Navbar Tablet*/
@media screen and (min-width: 601px) and (max-width: 991px) {
    /* Henbuk Logo */
    .henbuk-icon {
        width: 120px;
        height: 50px;
    }

    /* Searching Mobile */
    .searching-button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: fixed;
        top: 15px;
        right: 135px;
        border: none;
        background-color: #ffcaba;
    }
    .searching-button input {
        position: fixed;
        width: 35px;
        height: 35px;
        top: 15px;
        right: 135px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }
    .searching-button img {
        position: fixed;
        width: 18px;
        height: 18px;
        top: 22px;
        right: 143px;
        cursor: pointer;
    }

    .body-searching-mobile {
        position: absolute;
        right: 0;
        top: 64px;
        width: 100%;
        height: 95vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: -1;
        transform: translateY(-100%);
        transition: all 1s;
        opacity: 0;
        display: block;

        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .body-searching-mobile.slide {
        opacity: 1;
        transform: translateY(0);
    }
    .form-searching-mobile {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 30px;
        width: auto;
        height: 40px;
        border-style: solid;
        border-color: #ffcaba;
        border-radius: 8px;
    }
    form .btn-searching-mobile {
        border: none;
        outline: none;
    }
    form .search-input-mobile {
        border: none;
        outline: none;
        width: 500px;
    }
    .list-group-searching {
        margin-top: 80px;
        color: black;
    }
    .list-group-desktop {
        display: none;
    }
    .nama-penerbit {
        font-size: 10px;
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .body-publisher {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
    }
    .buku-pilihan {
        color: black;
        width: 500px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Hamburger Menu */
    .menu-toggler {
        flex-direction: column;
        height: 20px;
        justify-content: space-between;
        position: absolute;
        right: 6em;
        top: 20px;
    }
    .menu-toggler input {
        position: absolute;
        width: 40px;
        height: 28px;
        left: -6px;
        top: -3px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }
    .menu-toggler span {
        display: block;
        width: 28px;
        height: 5px;
        margin-bottom: 3px;
        background-color: #ff7b54;
        border-radius: 3px;
        transition: all 0.5s;
    }
    /* Hamburger Menu */
    .menu-toggler span:nth-child(2) {
        transform-origin: 0 0;
    }
    .menu-toggler span:nth-child(4) {
        transform-origin: 0 100%;
    }
    .menu-toggler input:checked ~ span:nth-child(2) {
        background-color: #ff7b54;
        transform: rotate(45deg) translate(-1px, -1px);
    }
    .menu-toggler input:checked ~ span:nth-child(4) {
        background-color: #ff7b54;
        transform: rotate(-45deg) translate(-1px, 0);
    }
    .menu-toggler input:checked ~ span:nth-child(3) {
        opacity: 0;
        transform: scale(0);
    }
    .menu-mobile {
        list-style: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: -1;
        transform: translateX(-100%);
        transition: all 0.5s;
        opacity: 0;
        display: block;
        /* width: 40%;
        justify-content: space-evenly; */
    }
    .body-menu-mobile {
        margin-top: 70px;
    }
    .body-menu-mobile a:hover {
        color: #ff7b54;
        background-color: #fff2ee;
    }
    .menu-mobile.slide {
        opacity: 1;
        transform: translateX(0);
    }

    /* Sub Menu */
    .dropdown-menu {
        width: 100%;
        height: auto;
        position: relative;
    }
    .dropdown-menu a:hover {
        color: #ff7b54;
        background-color: white;
    }

    /* Menu Categori */
    #dropdown-menu-categori {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    /* Menu Semua Buku */
    #dropdown-menu-allbooks {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .spacing {
        gap: 12px;
    }
    #card-allbooks {
        text-decoration-line: none;
    }
    .card-allbooks {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        gap: 16px;

        width: 160px;
        height: 280px;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .card-allbooks:visited {
        color: black;
        background-color: white;
    }
    .img-wrapper-allbooks {
        width: 122px;
        height: 176px;
    }
    .card-title-allbooks {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle-allbooks {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
    }
    .strike-price-allbooks {
        color: #ff3939;
    }
    .strike-price-allbooks,
    .text-price-allbooks {
        font-weight: 400;
        font-size: 9px;
        line-height: 120%;
    }
    .img-star-allbooks {
        width: 8px;
        height: 8px;
    }

    /* Menu Buku Gratis */
    #dropdown-menu-freebooks {
        height: 450px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .spacing {
        gap: 12px;
    }
    #card-freebooks {
        text-decoration-line: none;
    }
    .card-freebooks {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px;
        gap: 16px;

        width: 160px;
        height: 280px;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .card-freebooks:visited {
        color: black;
        background-color: white;
    }
    .img-wrapper-freebooks {
        width: 122px;
        height: 176px;
    }
    .card-title-freebooks {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle-freebooks {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
    }
    .strike-price-freebooks {
        color: #ff3939;
    }
    .strike-price-freebooks,
    .text-price-freebooks {
        font-weight: 400;
        font-size: 9px;
        line-height: 120%;
    }
    .img-star-freebooks {
        width: 8px;
        height: 8px;
    }

    /* Menu Blog */
    #dropdown-menu-blog {
        height: 700px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .card-blog {
        padding: 0px;
        gap: 0px;

        width: 100%;
        height: auto;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.4);
        border-radius: 6px;

        margin-left: 10px;
    }
    #row-blog {
        text-decoration-line: none;
    }
    .img-blog {
        border-radius: 4px 4px 0px 0px;
    }
    .card-body-blog {
        position: relative;
        top: 1vh;
        margin-left: 6px;
        width: 100%;
    }
    .card-title-blog {
        width: 100%;
        font-size: 18px;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; */
        color: black;
    }
    .card-title-blog:hover {
        color: #ff7b54;
    }
    .card-text-blog {
        position: relative;
        bottom: 0.5vh;
        height: 32px;
        width: 100%;
        left: 0px;
        font-size: 18px;
        color: #aca6a6;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; */
    }
    #btn-blog {
        position: relative;
        bottom: 2vh;
        height: 20px;
        width: 54px;
        left: 0px;
        border-radius: 4px;
        padding: 4px 16px 4px 16px;

        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
    }

    /* button tampilkan semua pada dropdown mobile */
    .btn-show-all-menu {
        width: auto;
        height: 35px;
        color: white !important;
        background-color: #ff7b54 !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border-radius: 5px;
    }

    .form-control-searching {
        display: none !important;
    }
    .btn-menu {
        display: none;
    }
    .btn-masuk {
        display: none;
    }
    .btn-daftar {
        display: none;
    }

    /* Btn Login */
    .btn-masuk-mobile {
        margin-left: 70px;
        margin-right: 10px;
    }
    .btn-masuk-mobile:hover {
        color: #ff7b54;
    }
    /* Btn Register */
    .btn-daftar-mobile {
        margin-left: 10px;
        margin-right: 70px;
    }

    /* Account */
    .account-button {
        position: fixed;
        top: 15px;
        right: 20px;
    }
    .account-button input {
        position: fixed;
        width: 35px;
        height: 35px;
        top: 17px;
        right: 22px;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
    }
    .body-account-mobile {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
        background-color: white;
        z-index: -1;
        transform: translateY(-100%);
        transition: all 1s;
        opacity: 0;
        display: block;
    }
    .body-account-mobile a:hover {
        color: #ff7b54;
        background-color: #fff2ee;
    }
    .body-account-mobile ul a {
        border: none;
    }
    .body-account-mobile.slide {
        opacity: 1;
        transform: translateY(0);
    }
    .list-group-account {
        margin-top: 100px;
    }
}

/* Semua Buku Desktop */
@media screen and (min-width: 992px) {
    /* Kolom Kiri */

    /* Kategori */
    .btn-categori {
        background-color: #ff7b54;
    }
    .btn-categori:hover {
        background-color: #ff521d;
    }
    /* Harga */
    .border-price {
        width: 100%;
        border: 1px solid black;
        border-radius: 4px;
    }
    .border-price:focus-within {
        border: 3px solid #ff7b54 !important;
    }

    /* List Kategori */
    .list-group-category {
        height: 480px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .list-group-category::-webkit-scrollbar {
        width: 8px;
    }
    .list-group-category::-webkit-scrollbar-track {
        background: #f5f5f5;
    }
    .list-group-category::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }

    /* Checkbox Kategori */
    label > input[type='checkbox'] {
        display: none;
    }

    label > input[type='checkbox'] + *::before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 23px;
        height: 23px;
        border-radius: 10%;
        border-style: solid;
        border-width: 0.1rem;
        border-color: #ff7b54;
        cursor: pointer;
    }

    label > input[type='checkbox']:checked + *::before {
        content: '✓';
        color: white;
        text-align: center;
        background: #ff7b54;
        border-color: #ff7b54;
    }
    label > input[type='checkbox']:checked + * {
        color: #ff7b54;
    }

    /* Kolom Kanan */

    /* Sort By */
    .sort-list button:hover {
        color: #ff7b54;
        background-color: transparent;
    }

    /* Buku */
    .badge-discount {
        background-color: #ffe5e5;
        color: #ff3939;
        z-index: 1;
        border-radius: 5px;
        width: 85px;
        height: 5%;
        margin-top: 2px;
        margin-left: 2px;
    }
    .images-card {
        position: relative;
        max-width: 160%;
        max-height: 219%;
        border-radius: 4px;
        padding: 2px;
        justify-content: center;
        align-items: flex-start;
    }
    .card {
        height: 91%;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        padding: 5%;
        border-radius: 8px;
        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.1);
    }
    #pointer-card {
        text-decoration: none;
        color: black;
    }
    #pointer-card:hover {
        color: #ff7b54;
    }
    .card-body {
        position: relative;
        /* bottom: 10px; */
    }
    .card-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
        white-space: nowrap;
        width: 130%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-price {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }
    .strike-price {
        color: #ff3939;
        font-size: 12px;
    }
    .img-star {
        width: 14px;
        height: 14px;
    }

    /* Btn Load More */
    .btn-load-more {
        background-color: #ff7b54;
    }
    .btn-load-more:hover {
        background-color: #ff521d;
    }
}

/* Semua Buku Tablet */
@media screen and (min-width: 601px) and (max-width: 991px) {
    /* Kolom Kiri */

    /* Kategori */
    .btn-categori {
        background-color: #ff7b54;
    }
    .btn-categori:hover {
        background-color: #ff521d;
    }
    /* Harga */
    .border-price {
        width: 100%;
        border: 1px solid black;
        border-radius: 4px;
    }
    .border-price:focus-within {
        border: 3px solid #ff7b54 !important;
    }

    /* List Kategori */
    .list-group-category {
        height: 480px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .list-group-category::-webkit-scrollbar {
        width: 8px;
    }
    .list-group-category::-webkit-scrollbar-track {
        background: #f5f5f5;
    }
    .list-group-category::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 10px;
    }

    /* Checkbox Kategori */
    label > input[type='checkbox'] {
        display: none;
    }

    label > input[type='checkbox'] + *::before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 20px;
        height: 20px;
        border-radius: 10%;
        border-style: solid;
        border-width: 0.1rem;
        border-color: #ff7b54;
        cursor: pointer;
    }

    label > input[type='checkbox']:checked + *::before {
        content: '✓';
        color: white;
        text-align: center;
        background: #ff7b54;
        border-color: #ff7b54;
    }
    label > input[type='checkbox']:checked + * {
        color: #ff7b54;
    }

    /* Kolom Kanan */

    /* Sort By */
    .sort-list button:hover {
        color: #ff7b54;
        background-color: transparent;
    }

    /* Buku */
    .badge-discount {
        background-color: #ffe5e5;
        color: #ff3939;
        z-index: 1;
        border-radius: 5px;
        width: 85px;
        height: 5%;
        margin-top: 2px;
        margin-left: 2px;
    }
    .images-card {
        position: relative;
        max-width: 160%;
        max-height: 219%;
        border-radius: 4px;
        padding: 2px;
        justify-content: center;
        align-items: flex-start;
    }
    .card {
        height: 91%;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        padding: 5%;
        border-radius: 8px;
        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.1);
    }
    #pointer-card {
        text-decoration: none;
        color: black;
    }
    #pointer-card:hover {
        color: #ff7b54;
    }
    .card-body {
        position: relative;
        /* bottom: 10px; */
        right: 20px;
    }
    .card-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
        white-space: nowrap;
        width: 130%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-price {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }
    .strike-price {
        color: #ff3939;
        font-size: 12px;
    }
    .img-star {
        width: 14px;
        height: 14px;
    }

    /* Btn Load More */
    .btn-load-more {
        background-color: #ff7b54;
    }
    .btn-load-more:hover {
        background-color: #ff521d;
    }
}

/* Semua Buku Smartphone */
@media screen and (max-width: 600px) {
    .img-avatar {
        margin-left: 30px;
    }
    /* Btn Filter */
    .btn-filter-smartphone {
        border-style: solid;
        border-color: black;
    }
    .btn-filter-smartphone:hover {
        color: black;
        background-color: transparent;
    }
    .btn-filter-smartphone:focus {
        color: black !important;
        background-color: transparent !important;
    }
    /* body filter */
    .body-filter-smartphone {
        position: fixed;
        right: 0;
        top: 65px;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 9999;
        display: block;
    }

    /* Kategori */
    .btn-categori {
        background-color: #ff7b54;
    }
    .btn-categori:hover {
        background-color: #ff521d;
    }
    /* Harga */
    .border-price {
        width: 100%;
        border: 1px solid black;
        border-radius: 4px;
    }
    .border-price:focus-within {
        border: 3px solid #ff7b54 !important;
    }
    /* List Kategori */
    .list-group-category {
        height: 300px;
        margin: auto;
        overflow-y: scroll;
        overflow-x: hidden;

        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.1);
    }
    .list-group-category::-webkit-scrollbar {
        width: 3px;
    }
    .list-group-category::-webkit-scrollbar-track {
        background: white;
    }
    .list-group-category::-webkit-scrollbar-thumb {
        background: #ff7b54;
        border-radius: 5px;
    }

    /* Checkbox Kategori */
    label > input[type='checkbox'] {
        display: none;
    }

    label > input[type='checkbox'] + *::before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 20px;
        height: 20px;
        border-radius: 10%;
        border-style: solid;
        border-width: 0.1rem;
        border-color: #ff7b54;
        cursor: pointer;
    }

    label > input[type='checkbox']:checked + *::before {
        content: '✓';
        color: white;
        text-align: center;
        background: #ff7b54;
        border-color: #ff7b54;
    }
    label > input[type='checkbox']:checked + * {
        color: #ff7b54;
    }

    /* Sort By */
    .sort-list button:hover {
        color: #ff7b54;
        background-color: transparent;
    }

    /* Buku */
    .badge-discount {
        background-color: #ffe5e5;
        color: #ff3939;
        z-index: 1;
        border-radius: 5px;
        width: 85px;
        height: 5%;
        margin-top: 2px;
        margin-left: 2px;
    }
    .images-card {
        position: relative;
        max-width: 160%;
        max-height: 219%;
        border-radius: 4px;
        padding: 2px;
        justify-content: center;
        align-items: flex-start;
    }
    .card {
        height: 91%;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        padding: 5%;
        border-radius: 8px;
        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.1);
    }
    #pointer-card {
        text-decoration: none;
        color: black;
    }
    #pointer-card:hover {
        color: #ff7b54;
    }
    .card-body {
        position: relative;
        /* bottom: 10px; */
    }
    .card-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-subtitle {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.005em;
        color: #aca6a6;
        white-space: nowrap;
        width: 130%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-price {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }
    .strike-price {
        color: #ff3939;
        font-size: 12px;
    }
    .img-star {
        width: 14px;
        height: 14px;
    }

    /* Btn Load More */
    .btn-load-more {
        background-color: #ff7b54;
    }
    .btn-load-more:hover {
        background-color: #ff521d;
    }
}

/* Footer */
#footer {
    background-color: white;
}

/* Btn back to top */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    box-shadow: 0px 4px 24px rgba(255, 124, 84, 0.2);
}

/* Rotate Navbar Menu Mobile */
.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: 0.5s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* TODO Detail Publisher & Author (Adrian) */
/** Desktop Break Point */
/* .container {
  max-width: 1375px;
} */

.container-header {
    margin-top: 100px;
}

.card-publisher {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    padding: 15px;
    gap: 8px;
    width: 188px;
    height: 378px;
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.1);
    border-radius: 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.card-rating-filter {
    margin-left: -3em;
    margin-top: 3em;
    padding: 0px;
    width: 276px;
    height: 300px;
    background: #ffffff;
    border: 1px solid rgba(112, 144, 176, 0.4);
    border-radius: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* Checkbox Filter Rating */
label > input[type='checkbox'] {
    display: none;
}

label > input[type='checkbox'] + *::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 15px;
    height: 15px;
    border-radius: 10%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #ff7b54;
    cursor: pointer;
}

label > input[type='checkbox']:checked + *::before {
    content: '✔';
    line-height: 100%;
    color: white;
    text-align: center;
    background: #ff7b54;
    border-color: #ff7b54;
}
label > input[type='checkbox']:checked + * {
    color: #ff7b54;
}

.title-rating-filter {
    padding-top: 0.7em;
    padding-left: 1em;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 66%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.btn-share {
    width: 115px;
    height: 34px;
    padding-right: 15px;
    background: #ffffff;
    border: 1px solid rgba(112, 144, 176, 0.4);
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.border-pipe {
    margin-left: 45px;
    border-style: solid;
    border-width: 15px 1px 40px 0px;
    border-color: #eaecf0;
}

.contact-publisher {
    padding-left: 2.75em;
}

/* Section 3 Detail Publisher Start */
.publisher-star-rating {
    margin-left: -0.5em;
    margin-bottom: -70px;
}

.publisher-rating-big {
    margin: 0px 0px 0px 0px;
    margin-left: 0.85em;
    margin-bottom: 20px;
    width: 91px;
    height: 57px;
    left: 29px;
    top: 0px;

    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.publisher-rating-small {
    width: 43px;
    height: 21px;
    left: 120px;
    top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
}

.publisher-information-rating {
    margin-left: 160px;
    margin-top: -55px;
}

.publisher-result-average {
    margin-left: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #1d191a;
}

/* Section 3 Detail Publisher End */

.mini-star-count-review {
    margin-top: -7px;
    margin-left: -30px;
}

/* Result Rating Customer */
.author-profile {
    position: absolute;
    margin: 70px 0px 0px 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #1d191a;
}

.text-choice-review-publisher {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.month-review {
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
}

.review-profile-image {
    margin: 60px 0px 0px -14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.img-publisher-detail {
    margin: 0px 0px 0px -14px;
}

.rating-publisher-book-title {
    word-wrap: break-word;
    margin: -80px 0px 0px 75px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.progress-bar-active-2 {
    width: 130px;
    height: 6px;
    left: 0px;
    top: 4px;
    background: #ffc05f;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    margin-left: 1.7em;
    margin-top: -15px;
    margin-bottom: 15px;
}

.progress-bar-active-3 {
    width: 90px;
    height: 6px;
    left: 0px;
    top: 4px;
    background: #ffc05f;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    margin-left: 1.7em;
    margin-top: -15px;
    margin-bottom: 15px;
}

.progress-bar-active-4 {
    width: 50px;
    height: 6px;
    left: 0px;
    top: 4px;
    background: #ffc05f;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    margin-left: 1.7em;
    margin-top: -15px;
    margin-bottom: 15px;
}

.progress-bar-active-5 {
    width: 25px;
    height: 6px;
    left: 0px;
    top: 4px;
    background: #ffc05f;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    margin-left: 1.7em;
    margin-top: -15px;
    margin-bottom: 15px;
}

.progress-bar-inactive {
    width: 192px;
    height: 9px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: -15px;
    margin-right: 62.5em;
}

.star-level-start {
    margin-bottom: -30px;
    margin-left: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
}

.show-allbook-publisher {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.excerpt-allbook-publisher {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.progress-bar-active {
    width: 140.25px;
    height: 6px;
    left: 0px;
    top: 4px;
    background: #ffc05f;
    border-radius: 50px;
    margin-top: -15px;
    margin-left: 1.7em;
}

.star-level-end {
    float: right;
    margin-top: -32px;
    margin-right: 1.5em;
}

.pagination > li > a {
    margin: 2px;
    background-color: white;
    color: #ff7b54;
    border: 1px solid #ff7b54;
    border-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: white;
    background-color: #ff7b54;
    border-color: #ff7b54;
}

.pagination > .active > a {
    color: white;
    background-color: #ff7b54 !important;
    border: solid 1px #ff7b54 !important;
}

.pagination > .active > a:hover {
    background-color: #ff7b54 !important;
    border: solid 1px #ff7b54;
}

.label-rating-checkbox {
    margin-left: 13.5em;
}

.publisher-helpful-review {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.hr-publisher-review-book-detail {
    height: 1px;
    background: #c6d3df;
}

.dropdown-publisher-book {
    width: 124px;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgba(112, 144, 176, 0.4);
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.dropdown-rating-publisher {
    width: 202px;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgba(112, 144, 176, 0.4);
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.email-publisher {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.link-danger {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.publisher-header {
    margin-left: 1em;
}

.title-contact-publisher {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.title-publisher-book {
    margin-left: 4em;
    margin-top: 1em;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.rating-number-big {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.star-overall-publisher {
    margin-top: -1.5em;
}

.show-all-publisher {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #ff7b54;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.star-review-publisher {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #aca6a6;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.hr-details-inactive {
    margin-left: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.total-book-publisher {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-left: 1em;
    margin: auto;
}

.dropdown-books-publisher {
    width: 124px;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgba(112, 144, 176, 0.4);
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.005em;
    color: #494949;
}

/** RWD Mobile Smartphone Detail Publisher */
@media screen and (max-width: 600px) {
    .col-lg-6 {
        padding: 0px 0px 0px 0px;
    }

    .container,
    .container-sm {
        padding: 0px 0px 0px 0px;
    }

    .author-profile {
        margin: 90px 0px 0px 5px;
    }

    .border-pipe {
        border-width: 15px 2px 40px 0px;
    }

    .row {
        margin: 0px 0px 0px 0px;
    }

    .contact-publisher {
        padding-left: 1em;
    }

    .dropdown-all-book-publisher {
        float: right;
    }

    .publisher-section-rating {
        margin: 0px 0px 0px -50px;
    }

    .publisher-name {
        font-size: 19px;
    }

    .publisher-header {
        margin: 0px 40px 0px 0px;
        margin-left: 1em;
    }

    .total-book-publisher {
        margin: 0px 0px 0px 0px;
    }

    .card-publisher {
        width: 177px;
        height: 358px;
        background: #ffffff;
        box-shadow: 0px 2px 6px rgba(112, 144, 176, 0.1);
        border-radius: 8px;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .book-section {
        margin-left: 2px;
    }

    .rating-publisher-book-title {
        margin: 0px 0px 0px -15px;
        line-break: auto;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        display: flex;
        align-items: center;
        letter-spacing: 0.005em;
        color: #494949;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .img-publisher-detail {
        margin: 0px 12px 0px -15px;
        float: left;
    }

    .review-profile-image {
        margin: 80px 0px 0px -88px;
    }

    .month-review {
        margin: 0px 0px 0px 10px;
    }

    .main-menu-description {
        margin: 0px 0px 0px 40px;
    }

    .star-group {
        margin: 0px 0px 0px 30px;
    }

    .progress-bar-active {
        width: 240px;
    }

    .progress-bar-active-2 {
        width: 190px;
    }

    .progress-bar-active-3 {
        width: 160px;
    }

    .progress-bar-active-4 {
        width: 130px;
    }

    .progress-bar-active-5 {
        width: 100px;
    }

    /** Modal View Mobile Smartphone */
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
        -webkit-animation-name: fadeIn; /* Fade in the background */
        -webkit-animation-duration: 0.4s;
        animation-name: fadeIn;
        animation-duration: 0.4s;
    }

    /* Modal Content */
    .modal-content {
        position: fixed;
        bottom: 0;
        background-color: #fefefe;
        width: 100%;
        -webkit-animation-name: slideIn;
        -webkit-animation-duration: 0.4s;
        animation-name: slideIn;
        animation-duration: 0.4s;
    }

    /* The Close Button */
    .close {
        color: #ff7b54;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-header {
        padding: 2px 16px;
        background-color: white;
        color: black;
    }

    .modal-body {
        padding: 2px 16px;
    }

    .modal-footer {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }

    /* Add Animation */
    @-webkit-keyframes slideIn {
        from {
            bottom: -300px;
            opacity: 0;
        }
        to {
            bottom: 0;
            opacity: 1;
        }
    }

    @keyframes slideIn {
        from {
            bottom: -300px;
            opacity: 0;
        }
        to {
            bottom: 0;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
}

/** RWD Mobile Tablet Detail Publisher */
@media screen and (min-width: 601px) and (max-width: 991px) {
    .author-profile {
        margin: 65px 0px 0px 9px;
    }

    .contact-publisher {
        padding: 0px 0px 0px 15px;
    }

    .container,
    .container-md {
        padding: 0px 0px 0px 0px;
    }

    .publisher-section-rating {
        margin: -105px 0px 0px 0px;
    }

    .publisher-result-review {
        margin: 0px 0px 0px 65px;
    }

    .card-rating-filter {
        margin: -21.7em 0px 0px 28.5em;
        position: absolute;
    }

    .star-group {
        margin: 0px 0px 0px 20px;
    }

    .dropdown-all-book-publisher {
        float: right;
    }

    .dropdown-rating-publisher {
        margin: 0px -95px 0px 0px;
    }

    .star-level-end {
        margin-top: -32px;
        margin-right: 11.5em;
    }

    .rating-publisher-book-title {
        margin: -104px 0px 0px 88px;
    }

    .review-all-publisher {
        margin: 0px 0px 0px 8em;
    }

    .review-profile-image {
        margin: 55px 0px 0px -14px;
    }
}
