#top-menu {
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

#top-menu .top-bar-right {
    padding-right: 0;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
#top-menu .top-bar-right > div {
    margin-right: 16px;
}
.icon-text {
    display: inline-block;
    margin: 0;
    margin-left: 8px;
    font-weight: 500;
}
#header-cart,
#header-login,
#header-language {
    padding-top: 0;
    padding-bottom: 0;
}
.banner-ad-wrapper {
    padding: 2px;
    border: 1px solid #eaeaea;
}
.default-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-title {
    font-family: "Figtree", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}
#start-section .main-title {
    text-align: center;
}

.starter-pack-boxes .starter-pack-box {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.starter-pack-boxes .starter-pack-box:before {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90px;
    background-color: #eaeaea;
    position: absolute;
}
.starter-pack-boxes .starter-pack-box p {
    font-size: 18px;
    font-weight: 700;
}
.breadcrumbs-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs-list li {
    margin: 0;
    position: relative;
}
.breadcrumbs-list li:after {
    content: ">";
    font-size: 0.8625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.breadcrumbs-list li:last-of-type::after {
    content: "";
    font-size: 0.8625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.breadcrumbs-list li a,
.breadcrumbs-list li:last-of-type {
    padding: 4px 10px;
    margin-right: 4px;
    font-size: 0.8625rem;
    font-weight: 400;
}
#page-title {
    padding: 32px 0;
    background-color: #f7f7f7;
}
#page-title h3 {
    margin-top: 0;
}
#main-category-section {
    padding: 40px 0;
}
.shop-category {
    padding: 35px 40px;
    border-right: 1px solid #eaeaea;
    position: sticky;
    top: 0;
}
.shop-category > div {
    padding: 2px 0;
    border-bottom: 1px solid #eaeaea;
}
.shop-category .not-plus:after {
    display: none;
}
.toggle-item {
    margin-top: 0;
}
.toggle-inner {
    padding-left: 6px;
}
.toggle-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 4px;
}
.toggle-name {
    font-weight: 700;
}
.toggle-inner ul li a {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 1.25;
}
.book-wrapper .book-details {
    text-align: center;
    padding: 6px 0;
}
.book-wrapper {
    margin-bottom: 24px;
}
.book-wrapper .book-details .book-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.book-wrapper .book-details .book-price {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.sidebar-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    padding-bottom: 4px;
    border-bottom: 3px solid #eaeaea;
    /* color:#d9252c; */
}
.main-title span {
    font-size: 75%;
}

/* books single page */
.books-single-main {
    position: relative;
}
.books-single-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: sticky;
    top: 70px;
}
.books-single-image .thumbs {
    width: 60px;
    margin-right: 15px;
}
.books-single-image .thumbs .thumb-wrapper {
    margin-bottom: 10px;
}
/* .books-single-content{
    padding:0 40px;
} */
.book-single-title {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.25;
    margin-top: 5px;
}
.tag {
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 700;
    background-color: #f5f5f5;
}
.book-single-title span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 8px 0;
}
.book-single-price span {
    display: block;
    margin: 0;
    line-height: 1;
    font-size: 10px;
    font-weight: 400;
}
.book-single-price ins {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #d9252c;
}
.book-single-price del {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
.book-type {
    margin-top: 8px;
}
.book-type ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.book-type ul li {
    margin: 0;
    margin-right: 6px;
}
.book-type ul li label {
    padding: 6px 12px;
    border: 2px solid #eaeaea;
    text-align: center;
}
.book-type ul li label:hover {
    cursor: pointer;
    border-color: #d9252c;
}
.book-type input {
    display: none;
}
.book-type label span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    line-height: 1;
}
.book-type label small {
    font-size: 14px;
    display: block;
    line-height: 1;
    font-weight: 700;
    color: #1a1a1a;
}
.book-type input:checked ~ label {
    border: 2px solid #d9252c;
    background-color: #f5f5f5;
}
.book-type input:checked ~ label small {
    color: #d9252c;
}
.overview-wrapper {
    padding: 15px 24px;
    border: 1px solid #1a1a1a;
}
.overview-wrapper p {
    font-size: 13px;
    columns: 2;
    column-gap: 40px;
    line-height: 1.8;
    text-align: justify;
}
#bn-banner-container {
    right: 30px;
}
#bn-banner-container {
    position: absolute;
    z-index: 9;
    top: 5px;
    left: -20px;
}
.bn-banner {
    height: 2.30812rem;
    width: 11.15625rem;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 0.92312rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding-left: 1px;
}
.bn-triangle {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 30px;
    border-right-width: 0;
    border-top: 12px solid #25416d;
}
.ratings {
    color: rgb(229, 190, 15);
}
.box-sidebar {
    border: 1px solid #eaeaea;
    padding: 8px 20px;
    position: sticky;
    top: 70px;
}
.delivery-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    margin-bottom: 15px;
}
.delivery-flex a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.delivery-flex i {
    font-size: 24px;
}
.delivery-flex p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}
.delivery-flex p span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.delivery-flex a i {
    font-size: 16px;
}
.book-single-price,
.product-price {
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-price ins {
    font-size: 20px;
    margin-top: 10px;
}
.product-price del {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.3;
}
#share {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
}
#share .wish {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ababab;
    color: #4a4a4a;
}
.description {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    position: relative;
}
.description.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.truncate:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 19%,
        rgba(255, 255, 255, 1) 100%
    );
}
.read-more-less {
    font-size: 14px;
    font-weight: 700;
}
.produc-points {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0;
}
.details-values {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    width: calc(33.33% - 10px);
    margin: 0;
    font-size: 14px;
    text-align: center;
    border: 2px solid #eaeaea;
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 1.5;
    background-color: #f5f5f5;
}
.details-values .meta-val {
    font-weight: 800;
}
select {
    width: 100%;
    font-size: 14px;
}
.tabs ul.tab-nav {
    text-align: start;
}
.tabs ul.tab-nav li {
    margin: 0;
}
.tabs ul.tab-nav li a {
    margin-bottom: 0;
    font-weight: 800;
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #eaeaea;
}
.tabs ul.tab-nav li .active a {
    font-weight: 800;
    opacity: 1;
    color: #d9252c;
    text-decoration: underline;
}
.tabs .tab-container {
    margin-top: 20px;
}
.tabs ul.tab-nav li:after {
    display: none;
}
.reply {
    padding-left: 48px;
    margin-left: 48px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #eaeaea;
    position: relative;
}
.reply:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -47px;
    width: 72px;
    height: 3px;
    background-color: #eaeaea;
    transform: translateY(-50%);
}
.reply .reviewer {
    margin-top: 0;
}
.reply-button {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}
.text-end {
    text-align: end !important;
}
.card {
    border: 2px solid #eaeaea;
    border-radius: 8px;
}
.card-body {
    padding: 25px;
}
.actions {
    display: flex;
    gap: 12px;
}

/* Modal */
.modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

.modal.active {
    display: flex;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    z-index: 1;
    animation: scaleIn 0.2s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.96);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-header,
.modal-footer {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
}

.modal-footer {
    border-top: 1px solid var(--border);
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.1rem;
}

.close {
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
}

.modal-body {
    padding: 20px;
}

label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: var(--muted);
}

textarea {
    width: 100%;
    min-height: 90px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--border);
    resize: vertical;
    font-family: inherit;
}

/* Star Rating */
.stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.stars input {
    display: none;
}

.stars label {
    font-size: 1.4rem;
    color: #d6d6d6;
    cursor: pointer;
}

.stars input:checked ~ label,
.stars label:hover,
.stars label:hover ~ label {
    color: #111;
}
.modal-body textarea {
    border: 1px solid #eaeaea;
}
#shop-single form.add-to-cart .quantity {
    margin-right: 5px;
    top: -1px;
}
#shop-single form.add-to-cart .quantity #qty {
    width: 28px;
}
.add_to_cart_button {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}
.cart-buttons {
    width: 50%;
}
.cart-buttons button {
    width: 70%;
}
@media (min-width: 1200px) {
    .book-wrapper {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width: 1441px) {
    .width-controlled {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .books-single-content {
        margin-top: 25px;
    }
    .details-values {
        width: calc(50% - 10px);
    }
    #page-title h3 {
        text-align: center !important;
    }
    .sr-button.button-mini {
        line-height: 10px;
    }
}
