@media screen and (max-width: 678px) {
#qlwapp .qlwapp-container {
	margin-bottom:100%;
	margin-left:20%;
	}
}
/* Push Content Below Navbar */
.woocommerce div.product {
/*     background: #fff; */
    padding: 20px;
/*     border-radius: 10px; */
/*     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); */
    margin-top: 80px;
}
/* Product Title */
.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

/* Price Styling */
.woocommerce div.product p.price {
    font-size: 26px;
    font-weight: 700;
    color: #e63946;
    text-align: center;
    margin: 12px 0;
}

/* Hide Specific Quantity Input */
.woocommerce .quantity input.qty {
    display: none !important;
}

/*Book Now Button */
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: black;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 22px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    background: black !important; 
    color: white !important
    transform: scale(1.07); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); 
}
/* Product Images */
.woocommerce div.product div.images img {
    border-radius: 12px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.woocommerce div.product div.images img:hover {
    transform: scale(1.08);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.2);
}

/* Product Description */
.woocommerce div.product .woocommerce-Tabs-panel {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
}

/* Reviews Section */
.woocommerce div.product #reviews {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 12px;
}

.woocommerce div.product #reviews h2 {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 18px;
}

/* Related Products */
.woocommerce div.product .related.products h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #444;
    margin-top: 45px;
}
.woocommerce ul.products li.product a img {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.woocommerce ul.products li.product a img:hover {
    transform: scale(1.07);
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
}

/* Breadcrumbs */
.woocommerce-breadcrumb {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 12px 0;
    background: #f4f4f4;
    border-radius: 8px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .woocommerce div.product {
        padding: 20px;
        margin-top: 80px;
    }

    .woocommerce div.product .product_title {
        font-size: 24px;
    }

    .woocommerce div.product p.price {
        font-size: 20px;
    }

    .woocommerce div.product form.cart button.single_add_to_cart_button {
        font-size: 16px;
        padding: 12px;
    }

    .woocommerce div.product div.images img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .woocommerce ul.products li.product {
        width: 100%;
    }
}

/* Hide Miscellaneous Elements */
.mbfw-total-listing-single-page {
    font-size: 0;
}

.mbfw-total-listing-single-page .woocommerce-Price-amount {
    font-size: 16px;
}
.whatsapp-button {
    display: flex;
    align-items: center;
margin-top:98px !important;
    justify-content: center;
    background: #25D366;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    max-width: 350px;
    margin: 25px auto 0; 
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.whatsapp-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.whatsapp-text {
    flex-grow: 1;
    text-align: center;
}

.whatsapp-button:hover {
    background: #25D366 !important; 
    transform: scale(1.05); 
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

/* Responsive Styling */
@media (max-width: 768px) {
    .whatsapp-button {
        font-size: 16px;
        padding: 10px 15px;
    }

    .whatsapp-icon {
        width: 24px;
        height: 24px;
    }
}
.related.products h2 {
    display: none;
}
/* Hide Related Products */
.related.products {
    display: none;
}

/* Hide Up-sells */
.upsells.products {
    display: none;
}


/* Social Chat Footer Message Starts */
.qlwapp-footer {
    display: none;
}
/* Social Chat Footer Message Ends */
