/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Our standard BEF colors
 * #119184  - Torquoise
 * #2eb573  - dark green
 * #8cc445  - ligth green
 * */

<style >

        @keyframes blink {
            0%, 100% {
                background-color: yellow;
            }
            50% {
                background-color: transparent;
            }
        }
   


.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

</style >

<style >
.fusion-button.disabled {
    pointer-events: none !important; /* Prevents clicking */
    opacity: 0.5 !important; /* Makes it appear visually disabled */
    cursor: not-allowed !important; /* Changes the cursor to indicate it's disabled */
}

#place_order {
    pointer-events: none !important; /* Prevents clicking */
    opacity: 0.5 !important; /* Makes it appear visually disabled */
    cursor: not-allowed !important; /* Changes the cursor to indicate it's disabled */
}







</style >


