/**
* 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.2.6
*/
.no-gap-paraa p {
margin-bottom:0px !important;
}
.prepaid-offer-highlight {
	margin:10px 0px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}
#google_translate_element select {
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    color: #444;
}
/* Hide Google translate top bar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

/* Hide Google branding */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget {
    display: none !important;
}
.lang-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    font-family: inherit;
}

.lang-icon {
    font-size: 14px;
	color:#fff;
}

.lang-text {
    font-weight: 400;
	color:#fff;
}

.lang-select {
    border: none !important;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    appearance: none;
    padding-right: 14px;
    line-height: 1;
	height:auto !important;
	    padding: 6px 12px 6px 12px;
    padding-left: 12px;
	border-radius:8px !important;
}
.page-template-template-homepage .col-full {

    padding-left: 0px !important;
    padding-right: 0px !important;
}

#forminator-module-9993 .forminator-row {
	display: flex;
    column-gap: 10px;
}
#forminator-module-9993 input {
	padding: 6px 15px;
}
#forminator-module-9993 #phone-1 {
	width:100% !important;
}
#forminator-module-9993 .forminator-button {
	width:100% !important;
	padding:8px !important;
	margin-top:10px;
}
#forminator-module-9993 .forminator-row-last .forminator-col {
	width:100% !important;
}
#forminator-module-9993 {
margin-bottom:0px !important;
}
details#allied-product summary[aria-expanded="false"] {
    border-radius: 0px 0px 16px 16px;
}
@media screen and (min-width: 768px) {
.single-product div.product .woocommerce-product-gallery {
        width: calc(51% - 30px);
        max-width: unset;
        margin-right: 15px;
        float: left;
    }
}
@media screen and (max-width: 767px) {
	.lang-wrap {
    color: #fff;
}
	    .lang-select {
        max-width: 100px !important;
        padding: 6px 10px;
        border-radius: 4px !important;
    }
	.col-full {

    padding-left: 0px !important;
    padding-right: 0px !important;
}
	.home-product-list span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
	#forminator-module-9993 .forminator-row {
    flex-direction: column;
}

}
.bookory-equipment-category {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bookory-equipment-category li {
    border-bottom: 1px solid #e5e5e5;
}

.bookory-equipment-category li a {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-weight: 500;
    text-decoration: none;
}

.bookory-equipment-category li a:hover {
    color: #f38928;
}

.bookory-equipment-category .count {
    font-size: 13px;
    opacity: 0.6;
}
/* 2 Column Layout */
.custom-product-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
}

/* Left side layout (gallery + details stacked) */
.custom-left {
}

/* Make summary full height beside gallery */
.custom-summary {
    align-self: start;
	    width: 51%;
}

/* Hide cart in left */
.custom-summary form.cart {
    display: none;
}

/* Sticky Buy Box */
.custom-buy-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.custom-buy-box .single_add_to_cart_button {
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 992px) {
    .custom-product-grid {
        grid-template-columns: 1fr;
    }

    .custom-left {
        grid-template-columns: 1fr;
    }

    .custom-buy-box {
        position: relative;
        top: 0;
    }
}
.bookory-share-wrapper {
    position: relative;
    display: inline-block;
}

.bookory-share-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

.bookory-share-toggle:hover {
    background: #e8f5e9;
}

/* Hide dropdown by default */
.bookory-social-share {
    display: none !important;
    position: absolute;
    top: 45px;
    right: 0;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    z-index: 999;
    min-width: 180px;
	
}

/* Show dropdown */
.bookory-social-share.active {
    display: flex !important;
	    top: 5px;
    min-width: 250px;
}

/* Social links styling */
.bookory-social-share a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.bookory-social-share a:hover {
    color: var(--ast-global-color-0);
}
button.bookory-share-toggle {
    background: transparent;
    border: 0;
    padding: 0;
	color:var(--ast-global-color-0);
}
button.bookory-share-toggle:hover {
background: transparent;
	color:var(--ast-global-color-0);
}
button.bookory-share-toggle:focus {
background: transparent;
	color:var(--ast-global-color-0);
}
a.social-whatsapp {
    background: #2aa729 !important;
}
.custom-price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mrp-label del {
    color: #888;
    font-weight: 500;
}

.sale-price {
    font-size: 24px;
    font-weight: 700;
    color: #0a3d2c;
}

.discount-badge {
    background: #2ecc71;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.single-product .entry-summary-top {
     margin-bottom:0px !important; 
}
.single-product div.product .product_meta {
    margin-top: 0px !important;
}
.bookory-available-offer {
    background: #f7f5ff;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.bookory-available-offer .offer-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
}

.bookory-available-offer .offer-code {
    font-size: 15px;
   font-weight: 700;
    color: #3364a1;
}
.offer-code {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.copy-coupon-img {
    cursor: pointer;
}

.copied-badge {
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 6px;
    display: none;
    white-space: nowrap;
}


.bookory-available-offer .offer-details {
    font-size: 12px;
    color: #0c0726;
}

.custom-single-layout .content-single-wrapper {
    display: flex;
	    align-items: start;
}
.single-product div.product .product_title {
    font-size: 24px;
	margin-bottom: 0px;
}
.single-product #page .site-content {
    margin-top: 0px !important;
}
   .bookory-available-offer h3 {
    font-size: 20px;
} 
.single-product div.product .product_after_title {
	margin-bottom:0px !important;
}
.offer-list {
    max-height: 120px;
    overflow-y: scroll;
}
.coupon-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.coupon-popup-content {
    background: #fff;
    width: 500px;
    max-width: 90%;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.offer-list::-webkit-scrollbar {
    width: 3px;
}

.offer-list::-webkit-scrollbar-track {
    background: transparent;
}

.offer-list::-webkit-scrollbar-thumb {
    background: #8f8f8f;
    border-radius: 10px;
}

.offer-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.product-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.feature-box {
    background: #f2f5f7;
    text-align: center;
    padding: 20px 10px;
    border-radius: 6px;
    transition: 0.3s ease;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-box img {
    margin-bottom: 8px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(71%) saturate(684%) hue-rotate(184deg) brightness(92%) contrast(92%);
}

.feature-box p {
    font-size: 11px;
    color: #3164A3;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.feature-box:hover {
    transform: translateY(-3px);
}
.single-product div.product .woocommerce-product-gallery {
        width: calc(50% - 30px);
    }
.quantity_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.quantity_wrap .quantity_label {
    font-size: 14px !important;
    color: #000 !important;
	font-weight:600;
}
span.gst-text {
    color: #316daa;
    font-weight: 700;
}
.single-product div.product form.cart {
    margin:0px !important;
	padding:0px !important;
}
.buy-now-flex-wrap {
        display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
button.button.one-click-buy-now {
    background: #FCCC4D;
}
.bulk-quote-btn img {
    margin: 10px 0px;
}
/* ===== FIX GRID STRETCH ===== */
.custom-product-grid {
  align-items: start !important;
}

/* ===== CRITICAL: stop right column stretching ===== */
.custom-right {
  align-self: start !important;
  height: fit-content;
}

/* ===== sticky element ===== */
.custom-right {
  position: sticky;
  top: 20px;
  z-index: 20;
}

/* ===== safety overflow fix ===== */
.custom-product-grid,
.custom-left,
.custom-right {
  overflow: visible !important;
}
.site,
.site-content,
.content-area,
.woocommerce,
.elementor-section,
.elementor-container {
  overflow: visible !important;
}
.vertical-navigation .vertical-menu .menu > li > a {
    font-size: 16px !important;
	font-weight:600;
}
#page .site-content {
    margin-top: 20px;
    margin-bottom: 0px;
}
.related {
     margin-bottom: 0px !important; 
    padding-top: 20px !important;
}
.related ul.products li.product {
    margin-bottom: 0px !important;
}
.gst-field {
    display: none;
}
.page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
    z-index: 90;
}
@media screen and (max-width: 767px) {
    .custom-single-layout .content-single-wrapper {
    flex-direction: column;
    gap: 15px;
}
.single-product div.product .woocommerce-product-gallery {
    width:95%;
    margin:10px;
}
.custom-summary {
    width: 100%;
    padding: 10px;
}
.product-features {
    grid-template-columns: repeat(2, 1fr);
    
}
.related {
    padding: 10px !important;
}
	.custom-product-grid {
       display:block;
    }
	div#delhivery-checker {
    width: 100%;
    max-width: 100%;
}
	#delhivery-checker input#check_pincode {
max-width:55%;
	}
	.related .products {
margin:0px !important;
	}
}