/** Shopify CDN: Minification failed

Line 133:0 Unexpected "}"
Line 452:8 Comments in CSS use "/* ... */" instead of "//"
Line 455:8 Comments in CSS use "/* ... */" instead of "//"
Line 459:12 Comments in CSS use "/* ... */" instead of "//"
Line 467:12 Comments in CSS use "/* ... */" instead of "//"
Line 470:12 Comments in CSS use "/* ... */" instead of "//"
Line 477:12 Comments in CSS use "/* ... */" instead of "//"
Line 478:12 Comments in CSS use "/* ... */" instead of "//"
Line 479:12 Comments in CSS use "/* ... */" instead of "//"
Line 480:12 Comments in CSS use "/* ... */" instead of "//"
... and 1 more hidden warnings

**/
/* Use this file to add custom css to the theme. */


/* ITG css */

.form_realtive{
  position:relative;
}

span.overlay_btn.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}
/* |______( custom css )_____| */
.book-page-heading {
    text-align: center;
}
.book-page-heading h2 {
    margin: 10px; 
    font-family: var(--font-heading) !important;
    font-weight: var(--font-body-weight);
    font-size: 36px;
    line-height: 1;
    color: var(--color-text-meta);
}
.book_pages_linking_overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 32px;
}

.page_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 20%;
    width: 100%;
    gap: 15px;
      cursor: pointer;
}
.book_pages_linking_overview .page_tab span.dot {
    background: #00000033;
    width: 8px;
    height: 8px;
    color: white;
    border-radius: 50%; 
}
.page_tab.past:before {
    content: "";
    position: absolute;
    border: 1px solid black;
    max-width: 100%;
    /* width: 100%;
    top: 17px; */
}
.book_pages_linking_overview .page_tab.past  span.dot dot{
  background:#080808;
}

.page_tab {
    position: relative;
}
.book_pages_linking_overview .page_tab span.dot {
    padding: 1.5rem;
    background: white;
    position: relative;
    z-index: 9999;
}
.book_pages_linking_overview .page_tab span.dot dot {
    background: #0003;
    width: 8px;
    height: 8px;
    color: #fff;
    border-radius: 50%;
    display: flex;
}
.page_tab:not(:first-child):before{
  content: "";
    position: absolute;
    top: 17px;
    right: 50%;
    width: 100%;
    height: 2px;
    background-color: lightgrey;
}
.pages_image_wrapper img {
    width: 100%;
    /* padding: 5px 14px 0px; */
  aspect-ratio: 750 / 520;
    padding: 7px 14px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pages_image_wrapper {
    display: block;
    max-width: 100vw;
    overflow: hidden;
    margin: 0 auto;
  }

  .pages_image_wrapper img {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}

}
.pages_image_wrapper {
    width: 100%;
    aspect-ratio: 750 / 520;
    /* background-color: #68765f; */
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}
.block_pages_image {
    max-width:70%;
    width:100%;
    padding-top:50px;
    padding-bottom:20px;
    margin:0 auto;
}
img.overlay-image.absolute {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.block_pages_image span.prevarrows {
    position: absolute;
    left: -10%;
    top: 55%;
    z-index: 99;
    transform: translate(-10%, -55%);
    /* background:#f4eee0; */
    cursor:pointer;
}
.block_pages_image span.nextarrows {
    position: absolute;
    right: -10%;
    top: 55%;
    transform: translate(-10%, -55%);
    /* background:#f4eee0; */
    cursor:pointer;
  }
.pages_count {
    text-align: center;
    padding: 26px 0px;
}
.pages_count {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.book_pages_linking_select {
    max-width: 50%;
    margin: 0 auto;
}
.book_pages_linking_select label {
    font-size: 17px;
    color: black;
    margin-top: 22px;
    display: inline-block;
}
.page_tab .text {
    padding: 7px;
    background: #f4eee0;
    font-family: Quarion, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #1e2525;
}
/* .product__description.rte {
    min-height: 100px !important;
    overflow-y: scroll;
    height: 321px;
}
.product__description.rte::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; 
}

.product__description.rte::-webkit-scrollbar-thumb {
  background: #000;
} */
.product_pages_blocks_wrapper {
    max-width: 100%;
    width: 100%;
}
@media only screen and (max-width:520px){
  .book_pages_linking_select {
    max-width: 72%;
    margin: 0 auto;
  }
  .block_pages_image span.prevarrows {
    position: absolute;
    left: -15%;
    top: 60%;
    transform: translate(-15%, -60%);
  }
  .block_pages_image span.nextarrows {
    position: absolute;
    right: -15%;
    top: 60%;
    transform: translate(-15%, -60%);
  }
  .book_pages_linking_select {
    max-width: 100%;
    margin: 0 auto;
  }
  .block_pages_image {
    max-width:100%;
    width:100%;
    padding-top:50px;
    margin:0 auto;
  }
  .book-page-innner-wrapper.page-width {
    padding: 0px 20px;
  }
  .slick_arrows.custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
  }
  .pages_count{
    padding:0;
  }
}

/* custom css product page pages prouduct inner ) */
.product_pages_blocks_wrapper .page_tab span.dot {
    display: none !important;
}

.product_pages_blocks_wrapper .page_tab::before {
    content: "";
    position: unset !important;
}
.product_pages_blocks_wrapper .page_tab:not(:first-child):before{
  content: "";
    position: unset !important;
    width: unset;
    color: transparent;
    background: unset;
    height: 0;
}
.product_pages_blocks_wrapper .page_tab.past::before {
    content: "";
    position: unset !important;
    width: unset;
    color: transparent;
    background: unset;
    height: 0;
}
.product_pages_blocks_wrapper {
    margin-top: 20px;
}
.product_pages_blocks_wrapper .block_pages_image {
    max-width:60%;
    width:100%;
    /* padding-top:50px; */
  padding-top:20px;
    margin:0 auto;
}

.product__media-container .product_pages_blocks_wrapper .book-page-heading span {
    /* font-weight: bold; */
  /* letter-spacing: 1px;
  font-size: 12px; */
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: var(--font-body-SemiBold-weight);
    line-height: var(--line-height-overline);
    letter-spacing: .2em;
    text-transform: uppercase;
}
.product__media-container .product_pages_blocks_wrapper .book-page-heading h2 {
    font-family: 'EditorsNote-Regular';
    margin-top: 0;
}
.new_section_mobile{
    display:none;
  }

.product-thumbnails__list .product_thumb_itg.slick-arrow {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /* border: 1px solid #0000005c !important; */
    margin: 7px 10px !important;
    height: 24px !important; 
}
.product-thumbnails__list span.prevarrows.product_thumb_itg svg {
    rotate: 89deg;
    cursor:pointer;
}
.product-thumbnails__list span.nextarrows.product_thumb_itg svg{
   rotate: 89deg;
  cursor:pointer;
}
/* .product-thumbnails__list:has(.product-thumbnails__item.slick-current.slick-active:first-child) .prevarrows.slick-disabled,
.product-thumbnails__list:has(.product-thumbnails__item.slick-current.slick-active:first-child) .prevarrows.slick-disabled svg {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.product-thumbnails .slick-list.draggable:has(.product-thumbnails__item.slick-current.slick-active:last-child) +  .nextarrows.slick-disabled,
.product-thumbnails .slick-list.draggable:has(.product-thumbnails__item.slick-current.slick-active:last-child) + .nextarrows.slick-disabled svg {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
} */
.product_thumb_itg svg {
    width: 28px;
    height: 28px;
}
.product-thumbnails ul.product-thumbnails__list{
    top: 0;
}
@media screen and (min-width: 767px) and (max-width: 990px){
  .pages-lightbox .flickity-slider-main {
      width: 85%;
  }
}
@media screen and (min-width: 990px){
  .product_pages_blocks_wrapper  .pages_image_wrapper img {
    padding: 0px;
    object-fit: contain;
    aspect-ratio: unset;
  }
  .product_pages_blocks_wrapper .pages_image_wrapper {
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 767px){
  .product_pages_blocks_wrapper.mobile_section {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .product_pages_blocks_wrapper.new_desktop {
    display: none;
  }
  .new_section_mobile{
    display:block;
  }
  .book-page-heading h2 {
    font-size: 24px;
  }
  .product__media-container .product_pages_blocks_wrapper .book-page-heading span {
    font-size: 12px;
  }
  .product_pages_blocks_wrapper {
    margin-top: 55px;
  }
  .product_pages_blocks_wrapper .block_pages_image {
    padding-top: 0;
    margin-top: 50px;
    position: relative;
 }
  .product_pages_blocks_wrapper .block_pages_image span.slick-arrow {
    position: absolute;
    top: 50%;
}
 .product_pages_blocks_wrapper .block_pages_image span.prevarrows {
    left: 0%;
    transform: translate(0%,-50%);
}
  .product_pages_blocks_wrapper .block_pages_image span.nextarrows {
    right: -0% !important;
    transform: translate(-0%,-50%);
}
  .template-product .product_pages_blocks_wrapper {
    margin-top: 0px;
    padding: 0px 15px;
  }  
  .template-product .product_pages_blocks_wrapper .block_pages_image {
    margin-top: 25px;
    max-width: 100%;
  }
  .product_page .book-page-heading h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .pages_image_wrapper img {
    padding: 0px;
  }
  .book_pages-wrapper .flickity-viewport .carousel-cell img {
    object-fit: unset !important;
  }
}
.book_pages-wrapper .flickity-viewport .carousel-cell {
    height: 100%;
}
.book_pages-wrapper .flickity-viewport .carousel-cell img {
    height: 100%;
    object-fit: contain;
}
img.overlay-image.absolute {
    display: none;
}

/* CSS added by Essential Announcer app team */

.essential_annoucement_bar_glide__slide > div > div, .essential_annoucement_bar_glide__slide > div > p {
  font-weight:normal!important;
}

.essential_annoucement_bar_glide__arrow > svg {
    transform: scale(0.5);
}
/* CSS added by Essential Announcer app team */



.lg-custom-thumbnails {
    &.lg-outer {
        width: auto;
        // Set space for the container to occupy thumbnails
        right: 225px;

        // Add some spacing on the left to match with the right hand side spacing
        left: 10px;

        .lg-thumb-outer {
            // Set the position of the thumbnails
            left: auto;
            top: 0;
            width: 225px;
            bottom: 0;
            position: fixed;
            right: 0;

            // Reset max height
            max-height: none;

            // Customize the layout (Optional)
            background-color: #999;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0 -10px;
            overflow-y: auto;

            // Update transition values
            // By default thumbnails animates from bottom to top
            // Change that from right to left.
            // Also, add a tiny opacity transition to look better
            transform: translate3d(30%, 0, 0);
            opacity: 0;
            will-change: transform opacity;
            transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(
                        0,
                        0,
                        0.25,
                        1
                    ) 0.15s;
        }

        &.lg-thumb-open {
            .lg-thumb-outer {
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }
        }

        // Add hove effect (Optional)
        .lg-thumb-item {
            filter: grayscale(100%);
            will-change: filter;
            transition: filter 0.12s ease-in, border-color 0.12s ease;
            &:hover,
            &.active {
                filter: grayscale(0);
                border-color: #545454;
            }
        }

        .lg-thumb {
            padding: 5px 0;
        }
    }
}
.with-fancybox .template-product .fancybox__container {
    --fancybox-bg: #fffcf6;
    --fancybox-color: var(--color-text);
}
.with-fancybox .template-product .fancybox__toolbar{
    --f-button-bg: #fffcf6;
}
.with-fancybox .template-product .fancybox__footer {
    display: none;
}
button.f-button[data-fancybox-toggle-thumbs] {
    display: none;
}
.template-product .product-accordian-new .accordion.active .arrow-icon-plus {
    display: none;
    transition: 0.3s ease-out;
}
.template-product .product-accordian-new .accordion.active .arrow-icon-minus {
    display: block;
    transition: 0.3s ease-out;
}
.template-product .product-accordian-new .accordion {
    padding: 12px 14px;
    font-size: var(--font-size-heading-2);
    font-family: var(--font-heading), sans-serif !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: calc(var(--spacing-unit) * 2) !Important;
    font-weight: unset;
}

.rebuy-modal-visible 
.product_pages_blocks_wrapper {
    z-index: -1;
    position: relative;
}


#shopify-section-template--19583627526372__17514736608d08003b .section--bordered{
  padding-top : 0px;
}

#shopify-section-template--19583627526372__17514736608d08003b .page-width .shopify-block{
  padding-top : 10px!important;
}

