/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.1.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 30 Dec 2024 17:41:15 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/
/* Style the Stripe Payment Box */
/* Ensure Stripe card field is visible */



.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    border-bottom: none !important;
}



 
/* Hide Google Pay and Link in checkout */
#wc-stripe-express-checkout-button-separator,
#wc-stripe-express-checkout-element,
#wc-stripe-express-checkout-element-googlePay,
#wc-stripe-express-checkout-element-link {
    display: none !important;
}






















.cmplz-manage-consent {
    display: none !important;
}
/* 🛒 Floating Minicart - Cart Icon */
/* 🛒 Cart Button */
/* 🛒 Minicart Icon */
/* 🛒 Minicart Icon */
#woo-floating-minicart-icon .cart-icon {
    background-color: #FFC15A !important; /* Yellow Background */
}
/* 🎨 Make Mini Cart Button Rounded on the Left Side */
#woo-floating-minicart-icon .cart-icon {
    background-color: #FFC15A !important; /* Yellow Background */
    border-top-left-radius: 80% !important;
    border-bottom-left-radius: 80% !important;
    border-top-right-radius: 10px !important; /* Optional: Slightly rounded on right */
    border-bottom-right-radius: 10px !important; /* Optional */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 🏁 Minicart Header & Footer */
#woo-floating-minicart-base {
    background: black !important;
}

/* 📦 Middle Section (Product List) */
#woo-floating-minicart-wrapper .cart_list {
    background-color: white !important; /* Yellow */
    color: black !important;
    padding: 10px;
    border-radius: 5px;
}

/* 🎨 Text inside the Minicart */
#woo-floating-minicart-wrapper .cart_list li,
#woo-floating-minicart-wrapper .cart_list a,
#woo-floating-minicart-wrapper .cart_list span {
    color: black !important;
}

/* ❌ Remove Item Button */
#woo-floating-minicart-wrapper .remove {
    color: #FFFFFF !important;
}

#woo-floating-minicart-wrapper .remove:hover {
    color: #000000 !important;
    background: #FFC15A !important;
    border-radius: 50%;
    padding: 5px;
}

/* 💰 Total Text - Force it to be White */
#woo-floating-minicart-wrapper .total,
#woo-floating-minicart-wrapper .total * {
    font-weight: bold !important;
    color: #FFFFFF !important; /* White */
}

/* 🎯 Minicart Buttons - Force Black Text */
#woo-floating-minicart-wrapper .buttons .button {
    background: #FFC15A !important; /* Yellow Background */
    color: #000000 !important; /* Black Text */
    font-weight: bold !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
}

/* 🔥 Button Hover Effect */
#woo-floating-minicart-wrapper .buttons .button:hover {
    background: black !important;
    color: #FFC15A !important;
    transition: 0.3s ease-in-out !important;
}

   /* Free Shipping Banner */
   

     
/* Hide the "Call Now" menu item on desktop */
@media (min-width: 1024px) {
    .menu-item-call-now {
        display: none;
    }
}

/* Show the "Call Now" menu item only on mobile */
@media (max-width: 1024px) {
    .menu-item-call-now {
        display: block;
    }
}



