/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.swal2-confirm{
	background-color:#CA9D3E !important;
}
.woocommerce-order h2, .woocommerce-order h3, .woocommerce-order ul, .woocommerce-order h4, .woocommerce-order h5, .woocommerce-order p, .woocommerce-order th, .woocommerce-order td, .woocommerce-order address {
    color: #fff !important;
}
.display_leads {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.display_leads .lead_box {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(175 173 173);
    max-width: 20%;
    flex: 20%;
}
.display_leads .lead_box h3 {
    color: #000;
    font-size: 32px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}
.display_leads .lead_box p {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.display_leads .lead_box p strong {
    background: #000000;
    color: #fff;
    padding: 7px 21px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 10px;
}