/**
* Theme Name: Kera Child
* Description: This is a child theme for Kera
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.2.9
* Template: kera
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* Styling for the popup overlay */
.first-order-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Styling for the popup content */
.first-order-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
}

.first-order-popup-content h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.first-order-popup-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.close-popup-btn {
    background-color: #0071a1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.close-popup-btn:hover {
    background-color: #00587a;
}
