@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');

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

.bg-orange {
    background-color: #ff7b54;
}
.border-orange {
    border-color: #ff7b54;
}
.text-black {
    color: #000;
}
.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;
}
.strike-price {
    color: #ff3939;
    font-size: 12px;
    display: inline-block;
    text-decoration: line-through;
    margin: 0;
}

.mega-area a {
    color: #000;
}

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


.body-publisher img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
}

/* Navbar Desktop*/
@media screen and (min-width: 992px) {
    /* 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 .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;
    }
    #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;
    }
    .card-title-allbooks {
        font-weight: 600;
        font-size: 12px;
        color: #000;
        line-height: 120%;
        letter-spacing: 0.005em;
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        color: #000;
        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;
        color: #000;
        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-searching {
        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;
        max-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;
        padding-right: 20px;
    }
    .list-group-searching{
        margin-top: 80px;
        color: black;
        border: none;
    }
    .list-group-desktop{
        display: none;
    }
    .list-group-item{
        border: 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;
        color: #000;
        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;
        position: sticky;
        top: 0;
    }

    /* 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;
    }

    #navbarNav {
        display: none !important;
    }

    /* 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;
        padding-right: 20px;
    }
    .list-group-searching{
        margin-top: 80px;
        color: black;
    }
    .list-group-desktop{
        display: none;
    }
    .list-group-item{
        border: 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;
        color: #000;
        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;
    }
}

/* 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: .5s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.shadow-base {
    background: #FFFFFF !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04) !important;
    border-radius: 10px !important;
}

.text-primary {
    color: #FF7B54 !important;
}

.gap-20 {
    row-gap: 20px;
}

.btn-primary {
    background-color: #FF7B54 !important;
    border-color: #FF7B54 !important;
}

.btn-primary:hover {
    background-color: rgba(255, 123, 84, 0.86) !important;
    border-color: rgba(255, 123, 84, 0.86) !important;
}

.audio-label {
    position: absolute;
    top: 6px;
    right: 6px;
}

