/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* Your custom CSS below */

header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img{
    filter:none;
}

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img{

    filter:none;
}

 

.site-header:not(body.home .site-header):not(body.wp-singular .site-header) {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  
}


/* css from parent */

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img, .site-logo-img img{ filter:none; }

.site-logo-img img{ border-radius:5px; }


    .woocommerce ul.products li.product.tablet-align-left, .woocommerce-page ul.products li.product.tablet-align-left {
        text-align: left;
        background: #fff;
        padding: 10px;
        border: 1px solid #ccc;
    }

/* Hide quantity input on archive/shop pages */
.woocommerce ul.products li.product .quantity {
    display: none !important;
}

/* If your theme uses different selectors, you might need these too */
.woocommerce .product .quantity {
    display: none !important;
}


/* Hide quantity input on the cart page */
.woocommerce .cart .quantity,
.woocommerce .woocommerce-cart-form .quantity {
    display: none !important;
}

/* Adjust column width if quantity was a separate column */
.woocommerce .shop_table .product-quantity {
    display: none !important;
}

@media(min-width: 545px){
	.home-camping-site .elementor-shortcode .woocommerce ul.products{ grid-template-columns: repeat(3, minmax(0, 1fr));}
}

.woocommerce ul.products, .woocommerce-page ul.products{
	column-gap: 30px;
}

.woocommerce ul.products li.product.tablet-align-left, .woocommerce-page ul.products li.product.tablet-align-left{
	border: 0;
padding: 20px;
box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
	border-radius:5px;
}


@media (max-width: 767px) {
    /* Hide the original Proceed to Pay button on the checkout page */
    #payment #place_order {
        display: none !important;
    }
    
    /* Optional: Hide the entire payment button container to save space */
    #payment .place-order {
        padding: 0 !important;
        margin: 0 !important;
    }

	.woocommerce-js div.product form.cart .button.single_add_to_cart_button{  display:none;}

.site-header { position: sticky !important; top:0; background:#fff; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ast-site-identity{ padding:0;}

}

/* css from parent end */


@media (max-width: 544px) {
    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 220px;
        width: 220px;
    }

    .bh-container { margin-bottom: 0 !important; }
    .woocommerce-js div.product .woocommerce-tabs{ padding-top: 0;}
}


.site-navigation{ height: auto;}


.single-product .product_meta,
.single-product .single-product-category {
    display: none !important;
}

.woocommerce-js div.product form.cart{ margin-top: 20px;}

.woocommerce-js .sold-individually .button.single_add_to_cart_button{
    margin: 0;
    width: 100% !important;
    padding: 10px !important;
    font-size: 1em;
}


/* functions.php css */

/* // ... your existing booking form CSS ... */

        /* // ADD THE NEW GALLERY CSS HERE */
        @media (max-width: 768px) {
            .flex-control-thumbs { display: none !important; }
            .flex-control-nav { justify-content: center; width: 100%; display: flex; position: absolute; bottom: 10px; text-align: center; z-index: 10; list-style: none; margin: 0; padding: 0; }
            .flex-control-paging li a { width: 15px; height: 15px; margin:3px; display: block; background: rgba(0,0,0,0.3); border-radius: 50%; border: 2px solid #fff; text-indent: -9999px; }
            .flex-control-paging li a.flex-active { background: #ff9800; border-color: #ff9800; }

            .flex-direction-nav { list-style: none; margin: 0; padding: 0; }
            .flex-direction-nav a { display: block; width: 40px; height: 40px; margin-top: -20px; position: absolute; top: 50%; z-index: 20; background: rgba(255,255,255,0.8); border-radius: 50%; text-indent: -9999px; }
            .flex-prev { left: 10px; }
            .flex-next { right: 10px; }
            .flex-prev::before { content: '‹'; font-size: 30px; text-indent: 0; display: block; line-height: 35px; text-align: center; color: #333; }
            .flex-next::before { content: '›'; font-size: 30px; text-indent: 0; display: block; line-height: 35px; text-align: center; color: #333; }
        }

 .bh-wa-float {
            position: fixed;
            bottom: 25px;
            right: 25px;
            z-index: 999999;
            background-color: #25d366;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            border: 2px solid #fff;
        }
        .bh-wa-float:hover {
            transform: scale(1.1);
            background-color: #128c7e;
        }
        .bh-wa-float svg {
            width: 32px;
            height: 32px;
            fill: #fff;
        }
        /* // Mobile adjustment to avoid overlapping mobile nav */
        @media (max-width: 480px) {
            .bh-wa-float {
                bottom: 90px;
                right: 20px;
                width: 55px;
                height: 55px;
            }
        }



/*  // 1. Hide Sale Label (Normal & Astra On-Card) */
        .onsale, 
        .ast-onsale-card, 
        .ast-on-card-button.ast-onsale-card { 
            display: none !important; 
        }

        /* // 2. Hide Add to Cart (Normal, Ajax, & Astra On-Card) */
        .archive .add_to_cart_button, 
        .archive .ajax_add_to_cart, 
        .archive .ast-add-to-cart, 
        .archive .ast-on-card-button,
        .astra-shop-summary-wrap .ast-add-to-cart { 
            display: none !important; 
        }

        /* // 3. Hide Category Name */
        .ast-woo-product-category, 
        .product-category,
        .astra-shop-summary-wrap .ast-woo-product-category { 
            display: none !important; 
        }
		.astra-shop-thumbnail-wrap:hover .ast-on-card-button:not(.ast-onsale-card){
			display: none !important; 
			visibility: hidden !important;
		}


/* // Hide the "Continue Shopping" button/link */
            .woocommerce-message .button.wc-forward, 
            .continue-shopping, 
            .return-to-shop,
            .woocommerce-checkout .wc-backward { 
                display: none !important; 
            }


/* // Base Container - Hidden on Desktop */
        .bh-mobile-sticky-bar {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #ffffff;
            box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
            z-index: 99999;
            padding: 12px 15px;
            border-top: 1px solid #f1f1f1;
        }

        /* // Show only on Mobile Devices */
        @media (max-width: 767px) {
            .bh-mobile-sticky-bar { display: block; }
            /* // Add space at bottom of page so content isn't cut off */
            body.single-product { padding-bottom: 90px !important; }
        }

        .bh-footerstick-inner {
            display: flex;
            gap: 12px;
            max-width: 600px;
            margin: 0 auto;
        }

        .bh-sticky-call {
            flex: 1;
            background: #f8f8f8;
            color: #333;
            text-align: center;
            padding: 10px 0;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .bh-sticky-book {
            flex: 2;
            background: #ff9800; 
            color: #fff;
            border: none;
            padding: 10px 0;
            border-radius: 8px;
            font-weight: 800;
            font-size: 16px;
            cursor: pointer;
            text-transform: uppercase;
            box-shadow: 0 4px 10px rgba(255, 152, 0, 0.2);
        }

        .bh-sticky-book:active {
            transform: translateY(2px);
            background: #e68a00;
        }

.bh-checkout-sticky-bar {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #ffffff;
            box-shadow: 0 -5px 25px rgba(0,0,0,0.15);
            z-index: 99999;
            padding: 12px 20px;
            border-top: 1px solid #eee;
        }

        @media (max-width: 767px) {
            .bh-checkout-sticky-bar { display: block; }
            body.woocommerce-checkout:not(body.woocommerce-checkout.woocommerce-order-received) { padding-bottom: 100px !important; }
            
            /* // Hide the original fixed "Place Order" button area if it causes layout issues on mobile */
            /* // #payment .place-order { margin-bottom: 20px; } */
        }

        .bh-checkout-sticky-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 600px;
            margin: 0 auto;
        }

        .bh-sticky-total-info {
            display: flex;
            flex-direction: column;
        }

        .bh-sticky-label {
            font-size: 11px;
            color: #888;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        #bh_sticky_pay_total {
            font-size: 20px;
            font-weight: 800;
            color: #333;
        }

        .bh-sticky-pay-btn {
            background: #ff9800; 
            color: #fff;
            border: none;
            padding: 14px 25px;
            border-radius: 8px;
            font-weight: 800;
            font-size: 15px;
            cursor: pointer;
            text-transform: uppercase;
            box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
        }

        .bh-sticky-pay-btn:active {
            transform: scale(0.97);
            background: #e68a00;
        }

/* // Container Styling */
        .mobile-sticky-bar {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #ffffff;
            box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
            z-index: 99999;
            padding: 12px 15px;
            border-top: 1px solid #f1f1f1;
        }

        /* // Mobile Only View (Screens under 768px) */
        @media (max-width: 767px) {
            .mobile-sticky-bar { 
                display: flex; 
                gap: 12px;
                align-items: center;
            }
            /* // Add space to bottom of all other pages so footer isn't hidden */
            body:not(.single-product):not(.woocommerce-checkout) { 
                padding-bottom: 85px !important; 
            }
        }

        /* // Button Common Styles */
        .sticky-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            border-radius: 8px;
            padding: 12px 0;
            transition: transform 0.2s ease;
        }

        /* // Call Button Style (Grey) */
        .call-btn {
            flex: 1;
            background: #f8f8f8;
            color: #333 !important;
            font-weight: 700;
            font-size: 14px;
            border: 1px solid #ddd;
            gap: 8px;
        }

        /* // Book Button Style (Theme Orange) */
        .book-btn {
            flex: 2;
            background: #ff9800;
            color: #ffffff !important;
            font-weight: 800;
            font-size: 16px;
            text-transform: uppercase;
            box-shadow: 0 4px 10px rgba(255, 152, 0, 0.2);
        }

        /* // Click Animation */
        .sticky-btn:active {
            transform: translateY(2px);
        }





        /* --- BHANDARDARA BOOKING CONFIRMATION UI (V11.0) --- */

/* 1. Container & Success Banner */
.woocommerce-order {
    max-width: 750px;
    margin: 20px auto;
    padding: 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.woocommerce-notice--success {
    background: #e8f5e9 !important;
    color: #1b5e20 !important;
    border: 1px solid #c8e6c9 !important;
    border-radius: 12px;
    padding: 25px !important;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px !important;
}

/* 2. Order Quick Stats Card (Fixed Alignment) */
ul.order_details {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
}

ul.order_details li {
    flex: 1;
    min-width: 150px;
    padding: 15px 20px;
    margin: 0 !important;
    border-right: 1px solid #eee;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 0.5px;
}

ul.order_details li strong {
    display: block;
    color: #222;
    font-size: 16px;
    margin-top: 4px;
    font-weight: 800;
}

/* 3. The Details Table Optimization */
.woocommerce-table--order-details {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100% !important;
    border: 1px solid #eee !important;
    border-radius: 12px;
    margin-bottom: 30px;
}

.woocommerce-table--order-details thead th {
    background: #f9f9f9;
    padding: 15px !important;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    text-align: left;
}

.woocommerce-table__line-item td {
    padding: 20px 15px !important;
    border-bottom: 1px solid #f5f5f5;
}

/* Item Meta Styling (Adults/Kids list) */
.wc-item-meta {
    margin: 12px 0 0 0 !important;
    padding: 12px !important;
    background: #f8f9fa;
    border-radius: 8px;
    list-style: none;
}

.wc-item-meta li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin-bottom: 6px !important;
    font-size: 13px !important;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 4px;
}

.wc-item-meta li:last-child { border: none; margin-bottom: 0; }

.wc-item-meta-label { 
    font-weight: 600; 
    color: #444; 
    margin-right: 10px;
}

.wc-item-meta p { 
    margin: 0 !important; 
    font-weight: 700; 
    color: #000;
}

/* 4. Totals (The Right Column Alignment) */
.shop_table tfoot th {
    text-align: left;
    padding: 12px 15px !important;
    font-weight: 600;
    color: #666;
    border-top: 1px solid #f5f5f5;
}

.shop_table tfoot td {
    text-align: right;
    padding: 12px 15px !important;
    font-weight: 700;
    border-top: 1px solid #f5f5f5;
}

/* Highlight the Important Rows */
.shop_table tfoot tr:nth-last-child(2) th,
.shop_table tfoot tr:nth-last-child(2) td {
    background: #fffcf5;
    color: #e67e22;
}

.shop_table tfoot tr:last-child th, 
.shop_table tfoot tr:last-child td {
    background: #fff9f0 !important;
    font-size: 18px !important;
    color: #ff9800 !important;
}

/* 5. Billing Info */
.woocommerce-customer-details {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

.woocommerce-column__title { font-size: 18px; margin-bottom: 10px; font-weight: 700; }

.woocommerce-js ul.order_details li{ padding-left: 1em;}
/* --- MOBILE SPECIFIC FIXES --- */
@media (max-width: 600px) {
    .woocommerce-order{
        padding: 0;
    }
    .woocommerce-js ul.order_details li{
        width: 100%;
                padding: 5px 10px;
        border-right: 0;
    }
    ul.order_details {
        display: block;
    }
    
    ul.order_details li {
        border-right: none;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ul.order_details li strong { margin-top: 0; font-size: 14px; }

    /* Fix table misalignment on mobile */
    .woocommerce-table--order-details tr {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-table--order-details td, 
    .woocommerce-table--order-details th {
        width: 100% !important;
        display: block;
        text-align: left !important;
    }

    .product-total {
        text-align: right !important;
        background: #fcfcfc;
        border-bottom: 2px solid #eee !important;
    }
    
    .shop_table tfoot tr {
        flex-direction: row !important; /* Keep totals side-by-side */
        justify-content: space-between;
        display: flex !important;
    }
    
    .shop_table tfoot th, .shop_table tfoot td {
        width: auto !important;
        flex: 1;
    }
}












/* ===== MAIN WRAPPER ===== */
.camp-details-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #222222;
  max-width: 100%;
  margin: 0 auto;
}

/* ===== STICKY TOP NAV ===== */
.camp-sticky-nav {
  
  
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  margin: 0 0 30px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(84, 180, 53, 0.15);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.08);
}

.camp-sticky-nav a {
  text-decoration: none;
  color: #222222;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(84, 180, 53, 0.18);
}

.camp-sticky-nav a span {
  margin-right: 6px;
}

.camp-sticky-nav a:hover,
.camp-sticky-nav a:focus {
  background: #54b435;
  color: #ffffff;
  transform: translateY(-2px);
  border-color: #54b435;
  box-shadow: 0 10px 20px rgba(84, 180, 53, 0.25);
}

/* ===== SECTIONS ===== */
.camp-section {
  margin-bottom: 35px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(84, 180, 53, 0.08);
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(34, 34, 34, 0.05);
  scroll-margin-top: 110px;
}

/* ===== SECTION HEAD ===== */
.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(84, 180, 53, 0.12);
}

.section-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #54b435, #3f9626);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(84, 180, 53, 0.22);
}

.section-heading h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #222222;
}

/* ===== COMMON CARD ===== */
.camp-card,
.advisory-box,
.itinerary-box {
  background: linear-gradient(180deg, #ffffff, #f9fff5);
  border: 1px solid rgba(84, 180, 53, 0.10);
  border-radius: 20px;
  padding: 24px;
}

.camp-card p {
  margin: 0 0 16px;
  line-height: 1.8;
  font-size: 16px;
  color: #444444;
}

.camp-card p:last-child {
  margin-bottom: 0;
}

/* ===== INCLUDES ===== */
.includes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.include-card {
  background: linear-gradient(135deg, #ffffff, #f7fff1);
  border: 1px solid rgba(84, 180, 53, 0.14);
  padding: 16px 14px;
  border-radius: 18px;
  font-weight: 600;
  font-size: 15px;
  color: #222222;
  text-align: center;
  box-shadow: 0 8px 20px rgba(84, 180, 53, 0.08);
  transition: all 0.3s ease;
}

.include-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(84, 180, 53, 0.14);
  border-color: #54b435;
}

/* ===== ITINERARY ===== */
.timeline-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(84, 180, 53, 0.18);
}

.timeline-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.timeline-time {
  font-weight: 700;
  color: #54b435;
  background: rgba(84, 180, 53, 0.08);
  padding: 10px 14px;
  border-radius: 12px;
  text-align: center;
  height: fit-content;
  border: 1px solid rgba(84, 180, 53, 0.18);
}

.timeline-content {
  color: #333333;
  font-size: 15px;
  line-height: 1.7;
  padding-top: 4px;
}

/* ===== GALLERY ===== */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.photo-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  border: 1px solid rgba(84, 180, 53, 0.10);
  transition: all 0.35s ease;
  box-shadow: 0 8px 22px rgba(34, 34, 34, 0.08);
}

.photo-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(84, 180, 53, 0.15);
}

/* ===== FAQ ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(84, 180, 53, 0.10);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(34, 34, 34, 0.03);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  position: relative;
  background: #ffffff;
  transition: background 0.3s ease;
}

.faq-item summary:hover {
  background: #f9fff5;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 22px;
  color: #54b435;
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 22px 18px;
  margin: 0;
  color: #444444;
  line-height: 1.8;
}

/* ===== ADVISORY ===== */
.advisory-box ul {
  margin: 0;
  padding-left: 20px;
}

.advisory-box li {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #444444;
}

.advisory-box li::marker {
  color: #54b435;
}

.advisory-box li:last-child {
  margin-bottom: 0;
}

/* ===== MOBILE ===== */
@media (max-width: 992px) {
  .includes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-time {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .camp-section {
    padding: 20px;
    border-radius: 18px;
  }

  .section-heading h2 {
    font-size: 22px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .includes-grid {
     grid-template-columns: repeat(2, 1fr);
  }

  .camp-sticky-nav {
    top: 10px;
    gap: 8px;
    padding: 10px;
  }

  .camp-sticky-nav a {
    font-size: 13px;
    padding: 9px 12px;
  }


  .woocommerce-js div.product p.price, .woocommerce-js div.product span.price{
    font-size: 1rem;
  }
  .entry-title{
    font-size: 1.2rem;
  }
}


/* --- MODERN TABBING UI --- */

/* 1. Reset and Container */
.wc-tabs {
    display: flex;
    list-style: none;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid #f0f0f0; /* Light line across the whole width */
    overflow-x: auto; /* Allows scrolling on mobile */
    -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar for a cleaner look */
.wc-tabs::-webkit-scrollbar {
    display: none;
}

/* 2. Individual Tab List Items */
.wc-tabs li {
    margin: 0 !important;
    padding: 0 !important;
}

/* 3. The Links (Tabs) */
.wc-tabs li a {
    display: block;
    padding: 15px 25px !important;
    text-decoration: none !important;
    color: #888 !important; /* Muted color for inactive tabs */
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    border: none !important;
    background: transparent !important;
}

/* 4. Hover State */
.wc-tabs li a:hover {
    color: #54b435 !important; /* Your Brand Green */
}

/* 5. Active Tab Style (The Selected One) */
.wc-tabs li.active a {
    color: #54b435 !important;
}

/* The Animated Underline for Active Tab */
.wc-tabs li.active a::after {
    content: "";
    position: absolute;
    bottom: -2px; /* Sits exactly on the container border */
    left: 0;
    width: 100%;
    height: 3px;
    background: #54b435;
    border-radius: 10px 10px 0 0;
}

/* 6. Mobile Adjustments */
@media (max-width: 600px) {
    .wc-tabs li a {
        padding: 12px 15px !important;
        font-size: 12px;
    }

    .bh-container{
    padding:10px !important;
}
.bh-counter-box{
    padding:6px !important;
}
.bh-date-input{
    margin-bottom: 6px !important;
}
}






.ast-shop-product-out-of-stock,
p.stock.out-of-stock {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 8px 14px;
    background: #fff8e1;
    color: #8a5a00;
    border: 1px solid #f0d58a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


body.woocommerce-checkout a.bh-wa-float{ display: none;}
