
.specification-details .table {
    width: 100%;
    margin-top: 15px;
}
.specification-details th {
    width: 30%;
    background-color: #949494;
    font-weight: bold;
}

.specification-details tr th {
    width: 30%;
    background-color: #949494;
    font-weight: bold;
}

.specification-details td, .specification-details th {
    padding: 10px;
    border: 1px solid #ddd;
}
.specification-details td a {
    color: #007bff;
    text-decoration: none;
}


/* Details Book Section */

.detail-book-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff !important;
}

.details-book-main-info a{
     text-decoration: none;
}

.details-book-main-info__content .details-book-info__content-author {
    display: inline;
}
.details-book-main-info__content .details-book-info__content-category {
    font-size: 100%;
    margin: 15px 0;
}
.details-book-main-info__content .details-book-info__content-category .best-seller-badge span {
    background: #f90;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 90%;
    font-weight: 600;
    line-height: 24px;
    margin-right: 11px;
    padding: 0 3px 0 8px;
    position: relative;
}

.details-book-main-info .details-book-main-info__content .details-book-info__content-category .best-seller-badge span:after {
    background: #f90;
    clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
    content: "";
    display: inline-block;
    height: 24px;
    left: 100%;
    margin-left: -2px;
    position: absolute;
    width: 15px;
}

.details-book-main-info .details-book-main-info__content .details-book-info__content-category .best-seller-badge {
    font-size: inherit;
    white-space: nowrap;
}

.details-book-main-info__content .details-book-info__content-category a {
    color: #0397d3;
    font-size: 90%;
    vertical-align: middle;
}

.details-book-main-info-wrapper .details-book-main-info .details-book-main-info__header .sub-title {
    margin: -5px 0 10px;
}
.details-book-section{
    width: 100%;
    display: flex;
}
.details-book-main-info__header h1{
    font-family: SiyamRupali, sans-serif;
    font-weight: 300;
    margin-bottom: 14px;
    word-spacing: 3px;
    font-size: 140%;
}

.details-book-main-info-wrapper {
    background-color: #fff !important;
    display: flex;
    width: 100%;
    padding: 24px 26px;
}

.details-book-main-img-container {
    position: relative;
    width: 40%;
    margin-right: 5%;
}

.details-book-main-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.details-book-main-img-wrapper img {
    width: 100%;
    height: auto;
}

.bookshelf-actions {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.bookshelf-actions__unselected {
    display: flex;
    align-items: center;
}

.bookshelf-actions__unselected .btn {
    background-color: #f5f5f5;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.bookshelf-actions__selected .btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.bookshelf-actions .bookshelf-actions__unselected {
    -webkit-box-pack: center;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.bookshelf-actions .bookshelf-actions__unselected .btn {
    background-color: #ebebeb;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #fff;
    box-shadow: none;
    color: #737373;
    font-weight: 600;
    width: 160px;

}
.bookshelf-actions .bookshelf-actions__unselected .ion-chevron-down {
    -webkit-box-align: center;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 0 3px 3px 0;
    color: #737773;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    padding: 11px 8px;
}

.details-book-main-info {
    width: 55%;
}

.details-book-main-info__header h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.details-book-main-info__header h2 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
}

.details-book-main-info__content p {
    margin-bottom: 0px;
    font-size: 14px;
}

.details-book-info__content-author span {
    font-weight: bold;
}

.details-book-info__content-category .font-weight-bold {
    font-weight: bold;
}



.details-book-info__content-rating i {
    color: #ffc107;
}

.details-book-info__content-book-price .original-price {
    color: #888;
    text-decoration: line-through;
    margin-right: 10px;
}

.details-book-info__content-book-price .sell-price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
}

.ebook-buy-now {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
}

.ebook-buy-now img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.ebook-info {
    flex: 1;
}

.ebook-price {
    font-size: 16px;
    color: #007bff;
}

.stock-available img {
    width: 20px;
    height: auto;
}

.app-discount {
    background-color: #dff0d8;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.book-specification {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.book-specification .item {
    text-align: center;
}

.book-specification .circle {
    background-color: #f5f5f5;
    border-radius: 50%;
    padding: 10px;
    margin: 10px 0;
}

.details-book-main-info .details-btn {
    margin-top: 16px;
}

.details-book-main-info .details-btn .row .col a:first-child {
    margin-right: 15px;
}

.details-cart-btn-new img {
    margin-right: 8px;
}

.details-btn .btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.details-btn .btn:hover {
    background-color: #0056b3;
}

.details-btn img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.share-info {
    margin-top: 20px;
}

.share-info .btn-share {
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.details-book-main-info .share-info {
    margin-top: 10px;
}

.details-book-main-info .share-info .details-book-info__wishlist .wishlist-dropdown ul {
    width: 185px;
    list-style: none;
    color: #737373;
}

.add_booklist_heart {
    color: #737373;
    font-weight: 400;
    font-size: 14px;
}

.wishlist-dropdown .position-relative{
    margin-top: 10px;
}

.share-info .dropdown-menu a {
    display: inline-block;
    padding: 10px;
    color: #737373 !important;
}

.share-info .dropdown-menu a:hover {
    color: #007bff;
}

.details-book-main-info .details-book-main-info__content .stock-available {
    align-self: center;
    display: inline-flex;
    font-family: SiyamRupali, sans-serif;
    font-size: 100%;
    margin-bottom: 4px;
    word-spacing: -2px;
}

.details-book-main-info .details-book-main-info__content .stock-available img {
    margin-right: 8px;
    width: 18px;
}

.details-book-main-info .details-book-main-info__content .app-discount {
    -webkit-box-align: center;
    align-items: center;
    background-color: #f1fff1;
    border: 1px solid #33c24d;
    border-radius: 8px;
    display: flex;
    font-weight: 600;
    margin-top: 8px;
    padding: 8px 12px;
    width: fit-content;
}

.details-book-main-info__content .app-discount img {
    margin-right: 8px;
}

.details-book-main-info .details-book-main-info__content .book-specification {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: left;
    margin: 16px 0;
}


.details-book-main-info .details-book-main-info__content .book-specification .item {
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 75px;
    justify-content: center;
    min-width: 85px;
    padding: 0 6px;
}

.details-book-main-info .details-book-main-info__content .book-specification .item a, #details-page .details-book-section .details-book-main-info-wrapper .details-book-main-info .details-book-main-info__content .book-specification .item p {
    display: block;
    font-size: 11px;
    text-transform: capitalize;
}

.details-book-main-info .details-book-main-info__content .book-specification .item .circle img {
    height: 22px;
}

.details-book-main-info .details-book-main-info__content .book-specification .item .circle {
    padding: 5px 0;
}

.details-book-section .details-book-main-info-wrapper #service-message {
    margin-top: 16px;
    display: flex;
}

.details-book-section .details-book-main-info-wrapper #service-message p {
    font-size: 12px;
}




/* Sidebar Info */
.sidebar-info {
    background-color: #f6f6f6 !important;
}



.sponsor-wrapper {
    padding: 15px;
    border-radius: 5px;
}

.sponsor-wrapper__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sidebar-info .sponsor-wrapper__list .product-carousel .carousel-inner .carousel-item .product-item {
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    padding-bottom: 16px;
}

.product-item {
    margin-bottom: 15px;
}

.product-item__image {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.sidebar-info .sponsor-wrapper__list .product-carousel .carousel-inner .carousel-item .product-item__info {
    margin-left: 15px;
    width: 124px;
    color: #333;
}

.product-item__info p {
    margin-bottom: 5px;
}

.product-item__info .product-name {
    font-size: 13px;
    font-weight: bold;
}

.product-item__info .product-author {
    color: #666;
    font-size: 12px;
    margin-bottom: -2px;
    margin-top: 2px;
}

.product-item__info .product-rating i {
    color: #ffc107;
}

.product-item__info .product-price {
    color: #333;
    font-size: 13px;
}

.product-item__info .product-price__original {
    text-decoration: line-through;
    color: #888;
}

.carousel-item.active {
    display: flex;
    flex-direction: column;
}

.carousel-item a {
    text-decoration: none;
    color: inherit;
}

.carousel-item a:hover .product-name {
    color: #007bff;
}

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


.details-book-section .details-book-main-info-wrapper .details-book-main-info .wished-customer-count {
    -webkit-box-align: baseline;
    align-items: baseline;
    display: flex;
    font-size: 110%;
}


/* how-to-order-section */

.how-to-order-section {
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
    display: flex;

}

.how-to-order-section .button {
    -webkit-box-pack: center;
    background: #fff;
    border: 1px solid #00b2ff;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    outline: none;
    padding: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.how-to-order-section .home-delivery{
    cursor: default;
}

.how-to-order-section .win-points{
    cursor: default;
}

.how-to-order-section .button img {
    height: 24px;
    margin-left: 15px;
    vertical-align: middle;
}

/* end how-to-order-section */

/* frequent-buy */
.frequent-buy {
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px -3px #9c9c9c;
    box-shadow: 0 4px 6px -3px #9c9c9c;
    margin-top: 20px;
    padding: 30px;
}
.frequent-buy h2{
    font-size: 160%;
    color: #333;
}

.frequent-buy .product {
    position: relative;
}

.frequent-buy .product a{
    text-decoration: none;
    color: #333 !important;
}
.frequent-buy .product img {
    margin-bottom: 10px;
    width: 65px;
    border-style: none;
    vertical-align: middle;
}
.frequent-buy .product .book-name {
    width: 120px;
    color: #333;
}

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

.frequent-buy .product p{
    margin-bottom: 0;
    margin-top: 0;
}

.frequent-buy .product .price {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;

}

.frequent-buy .product .price .actual {
    color: #a0a0a0;
    text-decoration: line-through;
}

.frequent-buy .product .custom-checkbox {
    left: 0;
    position: absolute;
    top: 0;
}

.frequent-buy .plus {
    margin: 40px 20px;
}

.frequent-buy .equal {
    margin: 45px 30px 0 20px;
}

.frequent-buy .purchase-info {
    margin-top: 35px;
}

.frequent-buy .purchase-info p.save-info {
    color: #33c24d;
}

.frequent-buy .btn-frequent-buy {
    background: transparent;
    border: 2px solid #f90;
    color: #f90;
    font-size: 20px;
    margin: 22px 0 0 50px;
    padding: 8px 20px;
}

.frequent-buy .btn-frequent-buy:hover {
    background: #f90;
    border: 2px solid #f90;
    color: #fff;
    font-size: 20px;
    margin: 22px 0 0 50px;
    padding: 8px 20px;
}

.frequent-buy .btn-frequent-buy img:hover{
    color: #fff;
}

/* end frequent-buy */



/* details-book-additional-info */
.details-book-additional-info__header h2{
    font-size: 160%;
}

.details-book-additional-info .details-book-additional-info__content .details-book-additional-info__content-summery .summary-description.active {
    max-height: fit-content;
}

.details-book-additional-info__content .details-book-additional-info__content-summery .summary-description {
    max-height: 700px;
    overflow: hidden;
    position: relative;
    font-size: 115%;
}

.details-book-additional-info__content a{
    text-decoration: none;
    color: #666;
}

.details-book-additional-info .details-book-additional-info__content .details-book-additional-info__content-summery {
    color: #555;
    font-family: SiyamRupali, sans-serif;
    font-size: 110%;
    line-height: 140%;
    margin-top: 20px;
    text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-spacing: 4px;
}



.details-book-author-info .details-book-author__content .book-author__content-author .author-description-wrapper .author-description {
    font-size: 115%;
}

.details-book-additional-info .category-tag {
    -webkit-box-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #f1f1f1;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
    padding-bottom: 24px;
}

.details-book-additional-info .category-tag__item:hover {
    background-color: #7fc8ff;
    color: #fff;
}

.details-book-additional-info .category-tag__item {
    background-color: #f8fcff;
    border: 1px solid #d4e5f6;
    border-radius: 4px;
    color: #48494d;
    font-size: 13px;
    padding: 7.25px 12px;
}

/*review*/
.review-wrapper__title{
    font-size: 160%;
}
.review-wrapper__btn-login {
    font-size: 130%;
    text-align: center;
}
.review-login-btn {
    font-size: 90%;
}

.summary-text {
    color: #666;
    font-size: 14px;
}

.review-wrapper__rating-summary{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 1.5;
}
.review-wrapper__rating-summary .summary-title {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 0;
}


.review-wrapper__rating-graph.guest-user-rating-graph {
    line-height: 1.5;
    text-align: left;
    flex-basis: 55%;
    margin-left: auto;
}

.review-wrapper__rating-graph.guest-user-rating-graph .graph-item {
    grid-template-columns: 18% 75% 7%;
    display: flex;
    overflow: hidden;
    justify-content: end;
}

.review-wrapper__rating-graph .graph-item .progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    overflow: hidden;
    width: 65%;
}

.frequent-buy__content{
  display: flex;
}

.share-info .share-info_main{
    display: flex;
    align-items: center;
}

.author_head {
    flex: 0 0 auto;
    width: 16.66666667% !important;
}

.review-wrapper{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 10px;
}

.add_all_cart_btn{
  display: flex;
}

.add_all_cart_btn_tab{
    display: none;
}





@media (max-width: 1200px) {
    .frequent-buy .btn-frequent-buy {
        font-size: 16px;
        margin: 32px 0 0 0px;
        padding: 0px 20px;
    }

    .details-btn .btn {
        padding: 9px 27px;
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .add_all_cart_btn{
        display: none;
    }
    .add_all_cart_btn_tab{
        display: flex;
    }


}

@media (max-width: 768px) {
    .how-to-order-section .button {
        font-size: 11px;
    }
    .add_all_cart_btn{
        display: none;
    }
    .add_all_cart_btn_tab{
        display: flex;
    }

    .details-book-author-info .details-book-author__content .book-author__content-author .author-description-wrapper .author-description {
        font-size: 82%;
        margin-left: 10px;
    }

    .details-book-additional-info__content .details-book-additional-info__content-summery .summary-description {
        font-size: 82%;
    }
}


@media (max-width: 576px) {
    .details-book-section {
        display: block;
    }

    .details-book-main-img-container {
        margin-bottom: 30px;
    }

    .frequent-buy__content{
        display: block;
        align-items: center;
    }

    .frequent-buy .product .book-name {
        width: 100%;
        text-align: center;
    }

    .how-to-order-section{
        display: block;
        align-items: center;
    }
    .how-to-order-section button{
        margin-bottom: 10px;
    }

    .details-book-main-info .details-btn .row .col{
        display: grid;
        justify-content: center;
    }

    .details-book-main-info .details-btn .row .col a:first-child {
        margin-bottom: 10px;
    }

    .share-info .share-info_main{
        display: block;
    }

    .share-info .btn-share {
        padding: 2px 34px;
    }

    .details-book-info__wishlist{
        display: flex;
        justify-content: center;
    }
    .share-link{
        justify-content: center;
    }
    .details-book-main-info__content p {
        font-size: 11px;
    }

    .details-book-section .details-book-main-info-wrapper #service-message{
        display: block;
    }

    .frequent-buy .btn-frequent-buy {
        margin: 0;
    }

    .author_head{
        width: 100% !important;
    }

    .review-wrapper{
        display: block;
    }


    .details-book-author-info .details-book-author__content .book-author__content-author .author-description-wrapper .author-description {
        font-size: 82%;
        margin-left: 10px;
    }

    .details-book-additional-info__content .details-book-additional-info__content-summery .summary-description {
        font-size: 82%;
    }





}





