/**
* Theme Name: Healthify Child
* Description: This is a child theme of Healthify.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: healthify
* Version: 1.1.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: healthify-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/
.cmsmasters-elementor-popup__show {
    z-index: 99999999999;
    visibility: hidden;
    opacity: 1;
}
.related.products {
  display: none !important;
	
}
.woocommerce .cmsmasters-wc-add-to-cart-message {
    display: flex
;
    flex-direction: column-reverse !important;
    justify-content: space-between;
    align-items: center;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    width: 100% !important;
    margin-bottom: 10px !important;
}

#wcpay-woopay-button {margin-top:15px !important; }