/* LOCAL USERS STYLES */

.notyContent {
	background-color: #ee3a43 !important;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: none;
}
.noty_text {
	font-size: 130%;
	color:#fff;
	font-weight:600;
}
.noty_text:after {
	content: 'x';
	position: absolute;
	padding: 8px 9px 15px;
	color: #fff;
	font-weight: 400;
	background-color: none;
	margin: 0 5px;
	font-size: 250%;
	top: -8px;
	right: 0px;
	display:none;
}
.noty_text.show:after {
	display:block;
}
.noty_type_success .noty_text:after {
	color: #fff;
}
#noty_topFull_layout_container {
	top: 0;
	position: fixed;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 9999;
}
.noty_message {
	padding: 20px 10px !important;
	text-align:center;
}
.noty_type_success {
	background-color:#e97200;
}
#my_account_form #user_boxes a {
	text-decoration:underline;
	color:#E52836;
}
#my_account_form #user_boxes a:hover {
	color:#412415;
}
#my_account_form #user_boxes {
	position: relative;
	height: auto;
	margin: 0;
	margin-bottom: 0px;
	padding: 10px;
}
#my_account_form .user_box_content {
	display:block;
}
#my_account_form .user_box_content {
	border: none;
	border-top: 2px solid #e97200;
	padding: 3%;
}
#my_account_form .user_box_content label {
	margin: 12px 0 0;
	clear:left;
}
#my_account_form .update, #my_account_form .next, #my_account_form .save, #my_account_form .submitReset {
	background-color: #e97200;
	color: #fff;
}
#user_boxes h1 {
	font-size: 140%;
	color: #e97200;
	font-weight: 500;
	padding: 1% 0;
}

/*

iframe signup box styles

*/
#iframe #user_boxes h1 {
	padding: 0;
	font-size: 120%;
	float: left;
	color: #e97200;
	font-weight: 600;
	text-transform:uppercase;
}
#iframe #my_account_form .user_box_content {
	border: none;
	border-top: none;
	padding: 1%;
}
#iframe #my_account_form #user_boxes {
	padding: 1% 2%;
}
#iframe .shop_but {
	float: left;
	margin: 3% 3% 3% 0;
	font-size: 80%;
	padding: 3% 2% 1.5%;
	width: auto;
	text-align: center;
	background-color: #e97200;
	color: white;
	letter-spacing: normal;
}
.ie #iframe .shop_but {
	padding: 1.5% 2%;
}
#iframe .shop_but::before {
	background: url(/_images/template/sprites.png) -11px -11px;
}
.ie #iframe .shop_but::before {
	background: url(/_images/template/sprites.png) -11px -8px;
}

.choice_login #iframe #my_account_form .col2 {
	float: none;
	width: 100%;
}
.choice_login #iframe #my_account_form h5 {
	display:none;
}
.user_remember_box {
	clear:left;
}
.user_remember_box input {
	margin: 15px 0 0;
	width:auto;
}
#my_account_thx,
#reset_thx {
	display:none;
	padding: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 120%;
}
#my_account_thx a,
#reset_thx a {
	color:#E52836;
}
#my_account_thx a:hover 
#reset_thx a:hover{
	color:#E52836;
	text-decoration:underline;
}

#noty_topCenter_layout_container {
    top: 70px;
    position: fixed;
    width: 310px;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    z-index: 8999;
    background-color: none;
}

.user_privacy {
	
}

#my_profile_box label,
#my_profile_box input,
#my_profile_box select {
	    margin: 5px 0 !important;
}




.user_box_content input,
.user_box_content label,
.user_box_content select,
.user_box_content button,
.user_box_content textarea {
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	font-size:13px;
	font-family:Arial;
	float:none;
	width:auto;
}
.user_box_content input:focus {
	outline:0;
}
.user_box_content input,
.user_box_content textarea {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.user_box_content select {
	position: relative;
	opacity: 0;
	width: 100%;
	cursor: pointer;
	z-index: 2;
	font-size:10px;
}
.user_box_content .inputHolder {
	position:relative;
	padding:3px 10px 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .user_box_content .inputHolder {
	zoom: 1;
}
.user_box_content .inputHolder:before, 
.user_box_content .inputHolder:after {
	content: '';
	display: table;
}
.user_box_content .inputHolder:after {
  clear: both;
}
.user_box_content .inputHolder label{
	display:block;
	float:left;
	clear:left;
	width:40%;
	padding:3px 10px 3px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.user_box_content .inputHolder .inputText,
.user_box_content .inputHolder .inputSelect {
	position:relative;
	display:block;
	float:left;
	clear:none;
	width: 60%;
	padding:3px 10px 3px 3px;
	border:1px solid rgba(84,48,24,0.5);
	box-shadow: 0 0 1px 1px rgba(84,48,24,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.user_box_content .inputHolder .inputText input {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.user_box_content .inputHolder .inputSelect {
	overflow: hidden;
	padding:3px 0 3px 3px;
}
.user_box_content .inputHolder .arrow {
	background: url(/_images/template/sprites.png) -141px -62px;
	background-size: 500px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 24px;
	right: 0;
	bottom: 0;
	border-left:1px solid rgba(84,48,24,0.5);
}
.user_box_content .inputHolder .inputSelect span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 5px 0;
	cursor: pointer;
	white-space: nowrap;
	font-size:13px;
}

#iframe {
	font-size:100%
}
#iframe .user_box_content .col2 {
	float: none;
	width: auto;
}
#iframe .solo .user_box_content .col2 {
	float: left;
	width: 50%;
}
#iframe .user_box_content .inputHolder label,
#iframe .user_box_content .inputHolder .inputText,
#iframe .user_box_content .inputHolder .inputSelect {
	width:auto;
	float:none;
	clear:both;

}
@media screen and (max-width:1060px) { 
.user_box_content .inputHolder label,
.user_box_content .inputHolder .inputText,
.user_box_content .inputHolder .inputSelect {
	width:auto;
	float:none;
	clear:both;

}
}

/**/
/**/
@media screen and (max-width:767px) {  /*mobile*/

	#iframe #user_boxes h1 {
		padding: 3% 0;
	}
	#iframe #my_account_form .col2 {
		float:none;
		width:auto;	
	}
	.user_box_content h5 {
		clear:both;
	}

}
/**/


#my_account_form .user_box_content .facebookLogin,
.facebookLogin,
.fbLogin{
	display: none !important; /*fb deactivated 3/7/23 */
}



