body {
    background-color: #f7f7f7;
}
h3, h4, h5, h6, p, ul, li, span, strong {
    font-family: 'poppins-r' !important;
}
.bookMainSection  {
    width: 100%;
/*    background: url(../images/banner-bg-min.webp);*/
    background: linear-gradient(#c4e8ff 0%, #fff3d9 44.18%, #fffcfc 93.31%, #fff 100%);
    background-repeat: no-repeat;
    padding-top: 140px;
    background-position: top;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
}
.frontCover .owl-dots,
.frontCover .owl-nav {
    display: none !important;
}
.frontCover #sync2 .owl-nav {
    display: inline-flex !important;
    position: absolute;
    width: calc(100% + 30px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    left: -15px;
}
.frontCover #sync2 .owl-nav button {
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--primary) !important;
    border-radius: 50px;
}
.frontCover #sync2 .owl-nav button span {
    font-size: 24px;
    line-height: 24px;
    color: #fff !important;
}
#sync2 {
    margin-top: 10px;
}
.purchaseDetailDiv {
    display: inline-block;
    width: 100%;
}
.backgroundWhiteShadow {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.purchaseDetailDiv h1 {
    font-size: 50px;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.purchaseDetailDiv h6 {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 15px;
}
.divWithShare {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 90px;
    margin-bottom: 22px;
}
.divWithShare h5 {
    color: var(--secondary);
    font-size: 16px !important;
    margin: 0 0 2px;
    font-weight: 400 !important;
}
.shareBtn {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 3px 15px;
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 5px;
    font-family: 'rajdhani-sb';
}
.purchaseDetailDiv .my-btn a {
    margin-top: 25px;
}
/* .purchaseDetailDiv h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin: 0 0 4px;
} */
.customSubHeding {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
    color: var(--primary);
    font-family: 'rajdhani-b' !important;
}
.paddingTop35 {
    padding-top: 35px;
}
.purchaseDetailDiv ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.purchaseDetailDiv ul li {
    font-size: 16px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
    line-height: 20px;
}
.purchaseDetailDiv ul li span {
    position: absolute;
    top: 2px;
    left: 0;
}
.purchaseDetailDiv ul li:before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: var(--primary);
    border-radius: 50%;
}
.product-details .accordion-item {
    position: relative;
}
.product-details .accordion-collapse {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 52px;
    background: rgb(255, 255, 255);
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pickup-section {
    margin-bottom: 10px;
}

.pickup-location {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.pickup-location p {
    margin-bottom: 0px;
    display: inline-flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.pickup-location p strong {
    position: relative;
    padding-left: 28px;
    max-width: 140px;
    font-size: 14px;
    line-height: 18px;
}
.pickup-location p strong i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 28px;
}
.pickup-location a {
    color: var(--primary);
    text-decoration: underline;
}

.product-details h3 {
    margin-bottom: 15px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
.product-details .accordion-body .dimensions,
.product-details .accordion-body .dimensions> strong,
.product-details .accordion-body .detail-row > div {
    font-family: 'poppins-r' !important;
    font-size: 15px;
}
.label {
    font-weight: bold;
}

.value.pages {
    color: #e63946;
    font-weight: bold;
}

.dimensions {
    margin-top: 10px;
    font-family: 'rajdhani-m' !important;
}
.dimensions strong {
    font-family: 'rajdhani-m' !important;
}
.stockDetail {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    gap: 20px;
}
.stockDetail h4 {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #a8a8a8;
    border-radius: 6px;
    padding: 10px 15px;
    margin: 0;
}
.stockDetail h4 span {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    font-family: 'poppins-r' !important;
    font-weight: 700;
    margin-top: 2px;
}
.customButton {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.authSec {
    padding: 50px 0;
    /* text-align: center; */
}



.product-details .accordion-button {
    color: #212529;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-size: 18px;
}
.product-details .accordion-header {
    margin-bottom: 0px !important;
}
.product-details .accordion-body {
    padding: 10px 15px;
}




/******************/
.backCoverDiv {
    display: inline-block;
    width: 100%;
}
.backCoverDiv p {
    margin-bottom: 18px;
    line-height: 27px;
}
.backCoverDiv h2 {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 35px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.backCoverDiv ul li {
    font-size: 16px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
    line-height: 20px;
}
.backCoverDiv ul li span {
    position: absolute;
    top: 2px;
    left: 0;
}
.backCoverDiv ul li:before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: red;
    background-color: var(--primary);
    border-radius: 50%;
}



/*****************/
.btn {
    box-shadow: none !important;
}
.customForm input {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.customForm .form-select,
.customForm .form-control {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
.customForm .btn-check:checked + .btn {
    padding: 10px 15px;
    background-color: var(--primary);
    border: 1px solid var(--primary) !important;
    color: #fff;
}
.customForm .btn-check + .btn {
    padding: 10px 15px;
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary) !important;
}

.authSec h2 {
    font-size: 40px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}



/*************************/
.bookMainSection h4 {
    font-weight: 600;
}
.cardInfoDiv {
    display: inline-flex;
    width: 100%;
    padding-left: 75px;
    position: relative;
    min-height: 100px;
}
.cardInfoDiv img {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
}
.cardInfoDiv h5 {
    display: inline-block;
    flex: 1;
    font-size: 18px;
}
.cardInfoDiv h5 small {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    background-image: url(../images/tag.png);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.cardInfoDiv p {
    display: inline-block;
    width: 90px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    text-align: right;
}
.cardInfoDiv p span {
    font-size: 15px;
}
.cardPriceDvi {
    display: inline-block;
    width: 100%;
}
.cardPriceDvi p {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
}
.customForm .card {
    position: sticky;
    top: 0;
}
.customForm .my-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modal-backdrop.fade.show {
    opacity: 0.5;
}
.customModal .modal-body {
    padding: 30px 20px;
}
.customModal h3 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.customModal h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.customModal p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
.customModal p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin: 0;
}
.customModal .my-btn a {
    padding: 6px 20px;
    margin: 10px 0 0;
}
span.tickMark {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border: 2px solid #00cd00;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 20px;
    color: #00cd00;
    margin-bottom: 12px;
}
.authImageContent {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.authImageContent h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.authImageContent p {
    margin-bottom: 10px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    text-align: justify;
}
.authImageContent ul li {
    font-size: 16px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 4px;
    line-height: 20px;
}
.authImageContent ul li span {
    position: absolute;
    top: 2px;
    left: 0;
}
.authImageContent ul li:before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: red;
    background-color: var(--primary);
    border-radius: 50%;
}
.paddingTop40 {
    padding-top: 40px;
}




@media only screen and (max-width: 991px) {
    .purchaseDetailDiv {
        /* margin-top: 50px; */
    }
    .backCoverDiv {
        /* margin-top: 25px; */
    }
    .authImageContent {
        margin: 10px 0;
        height: auto;
    }
    .purchaseDetailDiv h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .shareBtn {
        padding: 3px 10px;
    }
    .backCoverDiv h2 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px;
    }
    .authSec h2 {
        font-size: 35px;
    }
    .bookMainSection {
        padding-top: 110px;
    }
    .frontCover {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
}
