<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sec_padding {
    padding: 80px 0px !important;
}

.book-cover {
    width: 300px;
    height: 340px;
    object-fit: cover;
    border-radius: 8px;
}

.book-cover-cart {
    width: 100px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.book-details-cover {
    width: 365px !important;
    height: 545px !important;
}

.book-wishlist-cover {
    width: 100% !important;
    height: 155px !important;
    object-fit: cover;
}

.my_account_book_img {
    width: 158px !important;
    height: 166px !important;
    object-fit: cover;
}

.bj_breadcrumb_area {
    padding: 62px 0px !important;
}

.sec_padding_0 {
    padding: 0px 0px !important;
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 20px !important;
}

.social-links a {
    height: 48px;
    border-radius: 9px;
    background-color: #fff;
    display: block;
    border: 1.1px solid #d0d5dd;
    box-shadow: 0px 1.1px 2.2px 0px rgba(16, 24, 40, 0.05);
    text-align: center;
    line-height: 48px;
    flex: 1;
    transition: all 0.3s ease-in-out;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.social-links a:hover {
    background: #f5f5f5;
}

.social-links a.active {
    background-color: #f5f5f5;
    border-color: #007bff;
    color: #007bff;
}

.tab-content &gt; div {
    display: none;
    padding-top: 1px;
}

.tab-content &gt; div.active {
    display: block;
}

.pointer {
    cursor: pointer;
}

.alter-nav-flex {
    display: flex;
}

.pr_ribbon_2 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 14px;
}

.pr_ribbon_2 .product-badge_2 {
    border-radius: 0px 13px 13px 0px;
    background: #a92bba;
    padding: 2px 9px 4px 6px;
    display: inline-block;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
}

.mp3_ribbon {
    background: #4c98df !important;
    box-shadow: 0 0 0 2px #fff;
}

.cart_item_price {
    margin-left: auto;
    text-align: right;
    min-width: 100px;
}

.bj_checkout_content {
    margin-right: 0px !important;
}

.price-wrapper-modal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-wrapper-modal .price-modal {
    font-size: 24px;
    font-weight: 600;
    color: #4285F4;
    margin-bottom: 1px;
    margin-top: 12px;
}

.price-wrapper-modal del {
    font-size: 0.9rem;
    color: #888;
    margin-top: 2px;
}

.highlight-price {
    background-color: #fff8b3;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}

.download_link {
    text-align: right;
}

.download_link a {
    display: inline-block;
}

.tag-link {
    display: block;
    background-color: #4285F4;
    color: #fff;
    padding: 8px 12px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.tag-link:hover {
    color: #fff;
    background-color: #173a3a;
}
</pre></body></html>