/**
* 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;
}
.custm-cart h2 {
    font-size: 31px;
    color: #800000 !important;
}
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;
}
.selected-box h4 {
    font-size: 22px;
}
.booksmanage-container {
    width: 66%;
    background-color: gainsboro;
    padding: 17px;
	    border-radius: 10px;
}
.box-books-container {
    width: 30%;
    background-color: gainsboro;
    padding: 15px;
    margin: 0;
	    border-radius: 10px;
}
.box-books-container h4 {
    font-size: 22px;
}

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;
  }
}
