/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">PavoThemes</a>
* Template: bookory
* Version: 2.1.4
*/
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');




input.box-quantity
 {
    padding: 5px;
}
.group-action {
    display: none !important;
}
.getting-started-info {
  padding: 10px 0;
  background: transparent;
}


.product-item-search del, .product-item-search ins, .product-item-search span.screen-reader-text {
    		display: none !important;
}

ul.box-books input.box-cart-quantity
 {
    padding: 5px 15px;
}
ul.box-books {
    margin-left: 15px;
}
ul.box-books li {
	text-align: left;
}
.menu-mobile-nav-button .bookory-icon .icon-2{
    width: 25px !important;
	margin: 3px;
	height: 3px;
}
.menu-mobile-nav-button .bookory-icon .icon-1, .menu-mobile-nav-button .bookory-icon .icon-3 {
    width: 35px !important;
	margin: 3px;
	height: 3px;
}
.box-option p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.box-option p span.woocommerce-Price-amount.amount bdi {
    display: flex !important;
    column-gap: 4px;
    margin: 0 10px;
    align-items: flex-end;
    margin-top: -7px;
    font-weight: 600;
}
/* .box-option {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
.gocart-btn {
    text-align: center;
    margin: 15px;
}
.gocart-btn button a {
    color: #fff;
}
input.shortlist-qty {
    width: 80px;
    padding: 5px 20px;
}
.selected-boxes {
    display: flex;
    column-gap: 15px;
}
button.add-to-box-btn {
    padding: 12px 18px;
}
.shortlisted-books-list li {
    display: flex;
    column-gap: 15px;
    align-items: center;
	    margin-bottom: 20px;
}
section.bookory-sticky-add-to-cart {
    display: none !important;
}
.product-caption span.price {
    display: none !important;
}
.content-single-wrapper form.cart {
    display: none !important;
}
.content-single-wrapper p.price {
    display: none !important;
}
.content-single-wrapper button.button.add-to-shortlist {
    margin-bottom: 15px;
}
.quantity-controls button {
    padding: 3px 13px;
    height: 33px;
    border-radius: 6px;
}
.quantity-controls input.box-quantity
 {
    padding: 0px;
    height: 33px;
}
p.pages-info {
    display: none;
}
span.shortlist-total-pages {
    display: none;
}
button.button.add-to-shortlist {
    padding: 10px 16px;
}
.shortlist-controls input.shortlist-quantity {
    display: none;
}
.popup-content .box-option {
    width: 30%;
	    padding: 9px;
}
ul.shortlisted-books-list li a {
    font-size: 19px;
    font-weight: 500;
	    width: 50%;
}
ul.shortlisted-books-list li a.remove-shortlist {
    font-size: 15px !important;
    font-weight: 300;
	    width: 10%;
}
.booksmanage {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
	margin: 35px 0;
}
ul.box-books-list {
    margin-left: 7px;
}
ul.price-breakdown li {
    margin-left: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    list-style-type: disclosure-closed;
}
section.sec-background {
    background: #f5f7fe;
    padding: 30px;
    border-radius: 20px;
}
.boxbx {
    display: flex;
    flex-wrap: wrap;
	    width: 100%;
}

.boxbx .right {
    width: 25%;
}
.boxbx .left {
    width: 75%;
	    padding-left: 10px;
}
.box-option img
 {
    width: 100%;
    height: 90px !important;
}

/* Timeline Section Styles */
.timeline-section {
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.timeline-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #2f9d89;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-container {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.timeline-container.left {
  left: 0;
  text-align: right;
}

.timeline-container.right {
  left: 50%;
}

.timeline-container .content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-container .year {
  background-color: #2f9d89;
  color: #fff;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: 20px;
}

.timeline-container.left .year {
  right: -40px;
}

.timeline-container.right .year {
  left: -40px;
}

.icon {
  width: 30px;
  margin-bottom: 10px;
}

.timeline-container h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

.timeline-container p {
  color: #555;
  font-size: 0.95rem;
  margin-top: 5px;
}

/* Responsive */
@media screen and (max-width: 768px) {
	
	
	.shortlisted-books-list li {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 13px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}
	.selected-boxes {
    flex-wrap: wrap;
}
	ul.shortlisted-books-list li a.remove-shortlist {
    width: 50%;
}
	ul.shortlisted-books-list li a {
    width: 60%;
}
	.box-books-container {
    width: 100%;
    margin-top: 15px;
}
	
	.booksmanage-container {
    width: 100%;
}
  .timeline::after {
    left: 20px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
  }

  .timeline-container.left,
  .timeline-container.right {
    left: 0;
    text-align: left;
  }

  .timeline-container .year {
    left: 0;
    right: auto;
  }
}









.page-id-240 .elementor.elementor-3100, .page-id-8909 .elementor.elementor-3100, .page-id-592 .elementor.elementor-3100, .page-id-9035 .elementor.elementor-3100, .page-id-160 .elementor.elementor-3100{
    display: none;
}
textarea {
    max-height: 102px !important;
}
span.wpcf7-list-item label {
    display: flex;
    column-gap: 1px;
}
span.wpcf7-list-item label input[type="radio"] {
    margin: 0 15px;
}
.wpcf7-form .wpcf7-list-item {
    margin: 0px 9px 20px;
}
.woocommerce-order p {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
    text-align: center;
}
input.box-quantity
 {
    padding: 5px;
}
/* Styling for the form inside the shortcode to match the site */
    .box-selection-form-wrapper input, 
    .box-selection-form-wrapper select {
        width: 100%;
        padding: 1rem;
        border-radius: 1rem;
        border: 2px solid #f1f5f9;
        margin-bottom: 1rem;
    }
    .box-selection-form-wrapper button[type="submit"] {
        background: #763a86;
        color: white;
        font-weight: bold;
        padding: 1rem 2rem;
        border-radius: 1rem;
        width: 100%;
        transition: all 0.3s;
    }
    .box-selection-form-wrapper button[type="submit"]:hover {
        background: #fcbc25;
        color: #763a86;
    }
.group-action {
    display: none !important;
}
.getting-started-info {
  padding: 10px 0;
  background: transparent;
}
body.page-template-template-homepage .col-full {
    max-width: 100%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 355px;
    object-fit: cover;
}
.product-item-search del, .product-item-search ins, .product-item-search span.screen-reader-text {
    		display: none !important;
}
.product_list_widget .product-list-inner {
    display: flex;
    flex-direction: column;
}
#woocommerce_recently_viewed_products-2 .product_list_widget .product-list-inner img.attachment-woocommerce_thumbnail {
    min-width: 220px !important;
    margin: 10px;
}

ul.box-books input.box-cart-quantity
 {
    padding: 5px 15px;
}
ul.box-books {
    margin-left: 15px;
}
ul.box-books li {
	text-align: left;
}
.menu-mobile-nav-button .bookory-icon .icon-2{
    width: 25px !important;
	margin: 3px;
	height: 3px;
}
.menu-mobile-nav-button .bookory-icon .icon-1, .menu-mobile-nav-button .bookory-icon .icon-3 {
    width: 35px !important;
	margin: 3px;
	height: 3px;
}


section.bookory-sticky-add-to-cart {
    display: none !important;
}
.product-caption span.price {
    display: none !important;
}
.content-single-wrapper form.cart {
    display: none !important;
}
.content-single-wrapper p.price {
    display: none !important;
}
.content-single-wrapper button.button.add-to-shortlist {
    margin-bottom: 15px;
}
.quantity-controls button {
    padding: 3px 13px;
    height: 33px;
    border-radius: 6px;
}
.quantity-controls input.box-quantity
 {
    padding: 0px;
    height: 33px;
}
p.pages-info {
    display: none;
}
span.shortlist-total-pages {
    display: none;
}
button.button.add-to-shortlist {
    padding: 10px 16px;
}
.shortlist-controls input.shortlist-quantity {
    display: none;
}
.popup-content .box-option {
    width: 100%;
	    padding: 6px;
}
ul.shortlisted-books-list li a {
    font-size: 19px;
    font-weight: 500;
	    width: 50%;
}
ul.shortlisted-books-list li a.remove-shortlist {
    font-size: 15px !important;
    font-weight: 300;
	    width: 10%;
}
.booksmanage {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
	margin: 35px 0;
}
ul.box-books-list {
    margin-left: 7px;
}
ul.price-breakdown li {
    margin-left: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    list-style-type: disclosure-closed;
}
.selected-box h4 {
    font-size: 22px;
}

section.sec-background {
    background: #f5f7fe;
    padding: 30px;
    border-radius: 20px;
}
.boxbx {
    display: flex;
    flex-wrap: wrap;
	    width: 100%;
}
ul.price-breakdown li {
    border-bottom: 1px solid gainsboro;
}
.boxbx .right {
    width: 25%;
}
.boxbx .left {
    width: 75%;
	    padding-left: 10px;
}
.box-option img
 {
    width: 100%;
    height: 40px !important;
}

/* Timeline Section Styles */
.timeline-section {
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.timeline-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #2f9d89;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-container {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.timeline-container.left {
  left: 0;
  text-align: right;
}

.timeline-container.right {
  left: 50%;
}

.timeline-container .content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.timeline-container .year {
  background-color: #2f9d89;
  color: #fff;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: 20px;
}

.timeline-container.left .year {
  right: -40px;
}

.timeline-container.right .year {
  left: -40px;
}

.icon {
  width: 30px;
  margin-bottom: 10px;
}

.timeline-container h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
}

.timeline-container p {
  color: #555;
  font-size: 0.95rem;
  margin-top: 5px;
}
ul.price-breakdown {
    width: 60%;
}



.elementor-kit-8 button{
    background-color: #6d347e;
}
.faqsec button {
    background-color: #fff !important;
}
.elementor-kit-8 button:hover{
    background-color: #fcbc25;
}


/* Container Styling */
.box-books-frontend {
    background: #ffffff;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #f1f5f9;
}

/* Header Styling (e.g., Medium Box (Quantity: 2)) */
.box-books-frontend h4 {
    color: #763a86;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #fcbc25;
    display: inline-block;
    margin-top: 1.5rem;
}

/* First header margin adjustment */
.box-books-frontend h4:first-of-type {
    margin-top: 0;
}

/* List Styling */
.box-books-frontend ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: grid;
    gap: 0.75rem;
}

/* Individual List Item */
.box-books-frontend li {
    background: #f8fafc;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    color: #475569;
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.box-books-frontend li:hover {
    border-color: #763a86;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(118, 58, 134, 0.05);
}

.box-books-frontend li a {
    color: #763a86;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
    flex: 1;
}
section.woocommerce-order-details {
    max-width: 900px;
    margin: 0 auto;
}
.box-books-frontend li a:hover {
    color: #fcbc25;
}
.woocommerce-order .woocommerce-table--order-details {
    max-width: 100%;
}
section.woocommerce-order-details h2 {
    color: #763a86;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    display: inline-block;
}
.page-id-8909 .col-full {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-8909 #page .site-content{
	 margin-top: 0 !important;
}
@media (max-width: 640px) {
    .box-books-frontend {
        padding: 1.25rem;
    }
    
    .box-books-frontend li {
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 768px) {
	
	div#modalContainer {
    top: 7px;
    overflow: scroll;
    padding: 5px;
    height: 90% !important;
}
	div#modalContainer .box-options {
    padding: 5px !important;
}
	
	.shortlisted-books-list li {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 13px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}
	.selected-boxes {
    flex-wrap: wrap;
}
	ul.shortlisted-books-list li a.remove-shortlist {
    width: 50%;
}
	ul.shortlisted-books-list li a {
    width: 60%;
}
	.box-books-container {
    width: 100%;
    margin-top: 15px;
}
	
	.booksmanage-container {
    width: 100%;
}
  .timeline::after {
    left: 20px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
  }

  .timeline-container.left,
  .timeline-container.right {
    left: 0;
    text-align: left;
  }

  .timeline-container .year {
    left: 0;
    right: auto;
  }
}

