/*---------------------------------------

	LEAN MODAL overlay

-----------------------------------------*/

#lean_overlay {
	position: fixed;
	z-index: 4500;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
	opacity: 0.5 !important;
}


/*---------------------------------------

	LEAN MODAL container

-----------------------------------------*/

#signin,
#signup,
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 40%;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	display: none;
	margin: 0 !important;
	padding: 0;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	border-radius: 3px;
}

#signup {
	height: 85%;
	overflow: scroll;
}

#forgotten {
	height: 403px;
}

#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: rgba(0,0,0,0.10);
	border-radius: 3px 3px 0 0;
}

#signup-header  h1, 
#signin-header  h1, 
#forgotten-header h1,
#follow-header h1,
.follow-header h1,
#cart_checkout-header h1 {
	font-size: 20px;
	color: rgba(0,0,0,0.75);
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: 0;
}

#signup-header  h1 > span.material-icons, 
#signin-header  h1 > span.material-icons, 
#forgotten-header h1 > span.material-icons,
#follow-header h1 > span.material-icons,
.follow-header h1 > span.material-icons,
#cart_checkout-header h1 > span.material-icons {
	font-size: 24px;
	color: var(--black);
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#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 span.material-icons {
	font-size: 24px !important;
	color: rgba(0,0,0,0.80) !important;
}

.modal_close:hover span.material-icons,
.modal_close span.material-icons: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;
}

#signin .txt-fld, 
#signup .txt-fld,
#forgotten .txt-fld,
#follow .txt-fld,
.follow .txt-fld {
	width: 100%;
	margin: 0;
	padding: 15px 30px;
	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: 8px 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: 3px;
	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: #000;
	font-weight: 700;
	margin: 0;
	padding: 15px 20px 14px;
	display: block;
	background: var(--gold);
	border: none;
	border-radius: 3px;
	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: #fff;
	font-weight: 700;
	background: var(--red);
}

#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: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;  
}

.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: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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: 600;
	margin: 0 auto;
	padding: 10px 0 0;
	display: table;
	float: none;
}

.forgotten_password:hover,
.login_content a.forgotten_password:hover {
	font-size: 13px;
	color: #000;
}

/*CART CHECKOUT*/

/*cart checkout*/

.cart_view_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.cart_view_cnt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow-y: scroll;
	height: 253px;
}

.cart_view_cnt ul li {
	width: 100%;
	display: table;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
}

.cart_item_close {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.cart_item_close i {
	font-size: 20px;
	color: var(--darkgrey);
}

.cart_item_close i:hover {
	color: var(--red);
}

.cart_view_cnt ul li figure {
	max-width: 80px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;

	float: none;
	margin: 0 10px;
	padding: 0;
}

.cart_view_cnt ul li figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.cart_view_cnt ul li div {
	max-width: 74%;
	display: inline-block;
	vertical-align: middle;
}

.cart_view_cnt ul li h1 {
	margin: 1px 0 0;
	padding: 0;
}

.cart_view_cnt ul li h1, .cart_view_cnt ul li h1 a {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.cart_view_cnt ul li h1 a:hover {
	font-size: 18px;
	color: #000;
}

.cart_view_cnt ul li span:first-of-type:after {
	content: "/";
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	padding: 0 10px;
}

.cart_view_cnt ul li span {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.cart_view_cnt ul li span strong {
	font-size: 14px;
	color: var(--red);
	font-weight: 600;
	margin: 0;
	display: inline-block;
}












.basket_content a.submit_button {
	font-size: 14px !important;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 15px 20px 14px;
	display: block;
	background: var(--gold);
	border: none;
	border-radius: 2px;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	float: none;
	cursor: pointer;
	text-align: center;
}

.basket_content a.submit_button:hover {
	font-size: 14px !important;
	color: #fff;
	font-weight: 700;
	background: var(--red);
}

.cart_view_cnt em {
	font-size: 16px;
	color: rgba(0,0,0,0.75);
	font-weight: 400;
	font-style: italic;
	padding: 0 0 11px;
	text-align: center;
}

.cart_view_cnt em strong {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	font-style: italic;
}

.cart_view_cnt div.txt-fld {
	width: 100%;
	margin: 0;
	padding: 30px;
	display: table;
	position: relative;
}

.cart_view_cnt .cart_pop_btns_cnt a{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 15px 20px 14px;
	background: var(--yellow);
	border: none;
	color: var(--white);
	transition: all .3s linear;
	float: none;
	cursor: pointer;
	text-align: center;
}
.cart_view_cnt .cart_pop_btns_cnt a:hover{
	background: var(--darkblue);
	color: var(--white);
}