/* 
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 */

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff8ed;
    opacity: 0.6;
}

ul.products .price {
	display: none!important;
}

/** Login Popup **/
#oom-signup-form {
	display: none;
}

#oom-login-form .toggle-password {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

#oom-signup-form .toggle-password {
	position: absolute;
	right: 12px;
	bottom: 8px;
}

.mo-openid-app-icons {
	text-align: center;
}

.mo-openid-app-icons>p {
	display: none;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

.mo_openid-login-button {
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 25%) 0px 1px 6px;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

/* Login Popup Password Toggle */
#oom-psw-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

#oom-psw-reg-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

#oom-cfm-psw-reg-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}