#navontop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1a2b49;
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
}
#navshowonscroll {
    /* margin-top: 500px;
    height: 300px;
    background: lightblue;
    text-align: center;
    line-height: 300px;
    font-size: 20px; */
    color: rgba(240, 248, 255, 0.158);
    margin-top: 150px;
}

#mapzindexone{

}


.woocommerce-error {
    border-top-color: #b81c23;
    display: none !important;
}

.tdone3 {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}

.book-now-mobile-v1{
 display: none;
 
}

#navlistone .nav-link.active {
    background: #f8b82c;
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 15px;
}






@media (max-width: 576px) {
    #navlistone{
        /* display: none !important; */
    }
    #navontop{
        background: unset;
    color: unset;
    text-align: unset;
    padding: unset;
    }

    #nav-one-top-bar{
        display: none !important;
    }
    #btn-scroll-one-buttom{
        width: 100% !important;
        margin: -20px;
       
    }
    #navshowonscroll{
        margin-top: unset;
    }

    .nav-hide{
        display: none !important;
    }
    .nav-link {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .nav {
        --bs-nav-link-padding-x: unset !important;
     --bs-nav-link-padding-y: unset !important;
     gap: 7px !important;
    }
    .nav-link:hover{
        background-color: #8d06ac;
        color: white !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        border-radius: 4px !important;
        padding: 2px;
    }
    .woocommerce div.product form.cart table td {
    padding-left: -1px !important;
} 
.book-now-mobile-v1{
    display: block !important;
    
}
#navlistone .nav-link.active {
    background: #f8b82c;
    color: #fff !important;
    border-radius: 6px;
    padding: 2px 4px;
}
.nav-item a{
    font-size: 14px !important;
}

 }
button.shopengine_add_to_list_action.shopengine-wishlist.badge.inactive {
    display: none !important;
}

.shopengine-icon-product_compare_1::before{
display: none !important;
}

.product_meta {
    display: none !important;
}





 /* review */
 #reviewPopup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

#reviewPopupContent {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}

#closeReviewPopup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


/* Astra css */
@media (min-width: 922px) {
    .site-content .ast-container {
        display: unset !important;
    }
    .ast-container {
        max-width: unset !important;
    }
}

@media (min-width: 544px) {
    .ast-container {
        max-width: unset !important;
    }
}

.ast-container,
.ast-container-fluid {
    margin-left: unset !important;
    margin-right: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
}

.ast-container {
    max-width: unset !important;
}
.woocommerce-js div.product div.summary .single-product-category {
   
    line-height: 1;
    margin-bottom: 1em;
    display: none !important;
}

/* Astra css */



/* product-card */
.cool-li{
    font-size: 14px !important;
}

/* product-card */

/* Map serch-bar */

/* Make the Leaflet geocoder search bar full width */
/* Center the topleft controls horizontally */
.leaflet-top.leaflet-left {
  left: 50% !important;
  transform: translateX(-50%);
  width: 90% !important; /* or your preferred width */
  max-width: 600px;
  padding: 10px 0;
  box-sizing: border-box;
  pointer-events: auto; /* ensure input can be clicked */
}

/* Make geocoder control full width */
.leaflet-control-geocoder {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}

/* Form full width */
.leaflet-control-geocoder-form {
  width: 100% !important;
  margin: 0;
}

/* Input full width */
.leaflet-control-geocoder-form input {
  width: 100% !important;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button.leaflet-control-geocoder-icon {
    display: none !important;
}
.leaflet-control-zoom.leaflet-bar.leaflet-control {
    display: none !important;
}


/* Map serch-bar */


.card-title{
    display: -webkit-box;
-webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



/* Related product */
.related.products {
  display: none !important;
}
/* Related product */