/*---------------------------------------

	LEAN MODAL overlay

-----------------------------------------*/

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
	opacity: 0.5 !important;
}


/*---------------------------------------

	LEAN MODAL container

-----------------------------------------*/

#signin, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 480px;
	top: 20% !important;
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	border-radius: 4px;
}

#forgotten {
	height: 424px;
	box-shadow: none !important;
}

#signup {
	width: 474px;
	padding-bottom: 2px;
	top: 12% !important;
	display: none;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	border-radius: 4px;
}

#test {
	width: 600px;
	padding: 30px; 
	display:none;
	background: #FFF;
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#test p { 
	color: #666; 
	text-shadow: none; 
}

#signup-header,
#signin-header, 
#forgotten-header,
#follow-header,
.follow-header,
#cart_checkout-header {
	padding: 25px 30px 27px;
	background: linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.12));
	background: -webkit-linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.12));
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

#signup-header  h1, 
#signin-header  h1, 
#forgotten-header h1,
#follow-header h1,
.follow-header h1,
#cart_checkout-header h1 {
	font-size: 18px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#signup-header  h1 > i, 
#signin-header  h1 > i, 
#forgotten-header h1 > i,
#follow-header h1 > i,
.follow-header h1 > i,
#cart_checkout-header h1 > i {
	font-size: 18px;
	color: rgba(0,0,0,0.75);
	display: inline-block;
	vertical-align: middle;
	margin: -4px 15px 0 0;
}

#signup-header  h1 > i, 
#signin-header  h1 > i, 
#forgotten-header h1 > i,
#follow-header h1 > i,
.follow-header h1 > i,
#cart_checkout-header h1 > i {
	display: none !important;
}

#signup-header  p, 
#signin-header  p, 
#forgotten-header p,
#follow-header p,
.follow-header p,
#cart_checkout-header p { 
	color: #444; 
	font-size: 14px; 
	padding: 0; 
	margin: 0; 
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); 
	text-shadow: none; 
}

.modal_close {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 15px !important;
	top: 15px !important;
	display: inherit !important;
}

.modal_close i {
	font-size: 20px !important;
	color: rgba(0,0,0,0.75) !important;
}

.modal_close:hover i,
.modal_close i:hover {
	color: #000 !important;
}

.modal_close,
.login_content a.modal_close,
.basket_content a.modal_close {
	margin: 0 !important;
	padding: 0 !important;
}

#signup form,
#signin form {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

#signup form {
	height: 440px;
	overflow-y: scroll;
	display: block;
}

#signin .txt-fld, 
#signup .txt-fld,
#forgotten .txt-fld,
#follow .txt-fld,
.follow .txt-fld {
	width: 100%;
	margin: 0;
	padding: 15px 29px;
	position: relative;
	display: table;
	border-bottom: 1px solid #e1e1e1;
}

#signin .txt-fld:last-of-type,
#signup .txt-fld:last-of-type,
#forgotten .txt-fld:last-of-type,
#follow .txt-fld:last-of-type,
.follow .txt-fld:last-of-type {
	padding-top: 30px;
	padding-bottom: 30px;
	border: none;
}

#signup .btn-fld, 
#signin .btn-fld, 
#forgotten .btn-fld,
#follow .btn-fld,
.follow .btn-fld { 
	width: 254px; 
	overflow: hidden; 
	padding: 12px 20px 12px 130px; 
}

#signin .txt-fld label, 
#forgotten .txt-fld label,
#follow .txt-fld label,
.follow .txt-fld label {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	margin: 0;
	padding: 9px 0;
	float: left;
	width: 120px;
	text-align: left;
	cursor: text;
}

#signup .txt-fld label {
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	margin: 0;
	padding: 8px 0;
	float: left;
	width: 120px;
	text-align: left;
	cursor: text;
}

#signup .txt-fld input.good_input, 
#signin .txt-fld input.good_input, 
#forgotten .txt-fld input.good_input,
#follow .txt-fld input.good_input,
.follow .txt-fld input.good_input { 
	background: rgba(91, 15, 117, 0.15) url(good.png) 220px center no-repeat; 
}

#signup .txt-fld input.error_input, 
#signin .txt-fld input.error_input, 
#forgotten .txt-fld input.error_input,
#follow .txt-fld input.error_input,
.follow .txt-fld input.error_input { 
	background: rgba(91, 15, 117, 0.15); 
}

#signup .txt-fld input, 
#signin .txt-fld input, 
#forgotten .txt-fld input,
#follow .txt-fld input,
.follow .txt-fld input {
	font-size: 12px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 9px 15px 11px;
	display: table;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	transition: all .3s linear;
	opacity: 1;
	width: 65%;
	float: left;
	box-sizing: border-box;
}

#signup .txt-fld input:hover, 
#signup .txt-fld input:focus, 
#signup .txt-fld input:active {
	font-size: 12px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#signin .txt-fld input:hover, 
#signin .txt-fld input:focus, 
#signin .txt-fld input:active {
	font-size: 12px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#forgotten .txt-fld input:hover, 
#forgotten .txt-fld input:focus, 
#forgotten .txt-fld input:active {
	font-size: 12px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#follow .txt-fld input:hover, 
#follow .txt-fld input:focus, 
#follow .txt-fld input:active
.follow .txt-fld input:hover, 
.follow .txt-fld input:focus, 
.follow .txt-fld input:active {
	font-size: 12px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#signup .txt-fld input[type="submit"], 
#signin .txt-fld input[type="submit"], 
#forgotten .txt-fld input[type="submit"],
#follow .txt-fld input[type="submit"],
.follow .txt-fld input[type="submit"] {
	font-size: 14px !important;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 15px 20px 14px;
	display: block;
	background: #33425b;
	border: none;
	border-radius: 4px;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	float: none;
	cursor: pointer;
	box-sizing: border-box;
}

#signup .txt-fld input[type="submit"]:hover, 
#signin .txt-fld input[type="submit"]:hover, 
#forgotten .txt-fld input[type="submit"]:hover,
#follow .txt-fld input[type="submit"]:hover,
.follow .txt-fld input[type="submit"]:hover {
	font-size: 14px !important;
	color: #000;
	font-weight: 700;
	background: #fbaf40;
}

#signin .red_star,
#signup .red_star,
#signin .formInfo,
#signup .formInfo,
#forgotten .red_star,
#forgotten .red_star,
#forgotten .formInfo,
#forgotten .formInfo {
	font-size: 16px;
	color: red;
	margin: 0 0 0 5px !important;
	padding: 0;
	position: relative !important;
}

p.error { 
	position: absolute; 
	bottom: 48px; 
	right: 20px; 
	width: 262px; 
	color: #FFF; 
	font-size: 1.1em; 
	padding-bottom: 5px; 
	background: url(error-arw.png) 20px bottom no-repeat; 
	text-align: left; 
	margin: 0; 
	text-shadow: none; 
}

p.error span { 
	display: inline-block; 
	background: #D43636; 
	padding: 6px; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.txt-fld input:focus, 
.txt-fld textarea:focus { 
	background-color: #FAF9DC; 
}
        
input.login_button {
	float: right;
	background: #5b0f75;
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #FFF;
	padding: 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
	transition: all .3s linear;
}
 
input.login_button:hover, 
input.login_button:focus, 
input.login_button:active {
	float: right;
	background: #844b98; 
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #FFF;
	padding: 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
}

.btn-fld input[type="reset"] {
	float: left;
	background: #a5a5a5;
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	padding: 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
	transition: all .3s linear;
}
 
.btn-fld input[type="reset"]:hover,
.btn-fld input[type="reset"]:focus,
.btn-fld input[type="reset"]:active {
	float: left;
	background: #696969; 
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	padding: 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
}

.btn-fld a {
	display: inline-block;
	margin: 11px 0 0 29px;
}



.txt-fld div span,
.txt-fld div img {
	float: left;
}

#signin .txt-fld div p, 
#signup .txt-fld div p,
#forgotten .txt-fld div p {
	font-size: 10px;
	float: left;
	padding: 8px 10px 0 0;
}

#signin .txt-fld div,
#signup .txt-fld div {
	margin: 0 !important;
}



/*forgotten password*/

.forgotten_password,
.login_content a.forgotten_password {
	font-size: 13px;
	color: #2d2d2d;
	font-weight: 400;
	margin: 0 auto;
	padding: 10px 0 0;
	display: table;
	float: none;
}

.forgotten_password:hover,
.login_content a.forgotten_password:hover {
	font-size: 13px;
	color: #33425b;
}



/*GDPR checkboxes*/

#signup .txt-fld input[type="checkbox"],
#signin .txt-fld input[type="checkbox"],
#forgotten .txt-fld input[type="checkbox"],
#follow .txt-fld input[type="checkbox"],
.follow .txt-fld input[type="checkbox"] {
	width: auto;
}

#signup .lean_consent_data label {
	width: 85%;
	padding: 0;
	margin: -3px 0 0 15px;
}

#signup .lean_consent_data label p {
	font-size: 12px;
}

#signup .lean_consent_data label p:last-of-type {
	padding: 0;
}

#reload_ecaptcha_login img,
#reload_ecaptcha_register img {
	margin-top: 3px !important;
}

#ecaptcha_login,
#ecaptcha_register {
	margin-top: 0 !important;
}








