/*
Theme Name: Noam Design
Theme URI: https://noamdesign.com
Template: hello-elementor
Author: W3Inventor Digital Solution
Author URI: https://w3inventor.com/
Version: 1.1.0.1718868619
Updated: 2024-06-20 07:30:19

*/

/* things for privacy policy on card */
.woocommerce-privacy-policy-custom
{
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
    margin-bottom: 1.618em;
    padding: 1.618em;
}
/* fixes for not working elementor toggles  */
.custom_position_menu1.elementor-element .elementor-widget-container .elementor-menu-toggle
{
    margin-left: 10px;
    margin-right: auto;
}
.custom_position_menu2.elementor-element .elementor-widget-container .elementor-menu-toggle
{
    margin-right: 10px;
    margin-left: auto;
}