/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/* Woocommerce Login & Registration */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	width: 48%;
	margin: auto;
	float: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 48%;
	margin: auto;
}
.woocommerce-error li strong {
	display: none;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
	content: ' ';
	display: none !important;
}
.already_exists_mail {
	text-align: center;
}

.already_exists_mail h1 {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	font-weight: 250;
}

.already_exists_mail p {
	color: #1b1b1b;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin: 0;
	padding: 0;
	margin-top: -20px;
}

.exists_info__box {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #000;
}

.already_exists_mail a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 19px;
	display: inline-block;
	background: #000;
	padding: 6px 41px;
	color: #fff;
	width: 200px;
}
.already_exists_mail a b {
	font-weight: 300;
	color: #fff;
}
.woocommerce-button.button.woocommerce-form-login__submit {
	width: 100%;
	margin-top: 20px;
}
.logged-in-info {
	background-color: #fff;
	box-sizing: border-box;
	font-variant-ligatures: none;
	line-height: 21px;
	margin: 0 auto 38px;
	padding: 14px 18px 1px;
	width: 100%;
	border: 2px solid var( --e-global-color-e5fcedc );
	border-radius: 5px;
}

.logged-in-info .h1 {
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.logged-in-info .welcome-msg {
	max-width: 95%;
	display: inline-block;
	font-size: 17px;
	font-family: "Urbanist";
	color: #000;
	font-weight:600;
}

.logged-in-info .email {
	color: #7227FE;
	display: block;
	text-align: left;
	font-size: 18px;
	text-transform: none;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 500;
	font-family: "Urbanist";
}
#con_container {
	text-align: center;
}
.reg_email {
	color: #000 !important;
	font-size: 18px;
	font-weight: 600;
	font-family: "Urbanist";
}
#reg_email {
	border: 2px solid var( --e-global-color-e5fcedc );
	border-radius: 5px;
	background: #FBF9FF !important;
}