@charset "utf-8";
/* Base Theme - EC Cart Login CSS Document */
.ec_cart_login {
	display: block;
}
.ec_cart_login_hidden {
	display: none;
}
.ec_cart_login_title {
	width: 90%;
	float: left;
	font-size: 20px;
	color:[title_color];
	font-family:[title_font];
	border-bottom: 3px solid [main_color];
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 4px;
}
.ec_cart_login_subtitle {
	width: 90%;
	float: left;
	color: [text_color];
	font-size: 12px;
	font-family: [subtitle_font];
	text-align: left;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.ec_cart_login_holder {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.ec_cart_login_left {
	width: 50%;
	float: left;
	padding-top: 15px;
}
.ec_cart_login_right {
	width: 50%;
	float: right;
	padding-top: 15px;
	text-align: left;
}
.ec_cart_login_row {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: [content_font];
	line-height: 20px;
}
.ec_cart_login_row_label {
	width: 115px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: [content_font];
	color: #333;
	height: 27px;
	line-height: 27px;
}
.ec_cart_login_row_input {
	width: 350px;
	float: left;
	text-align: left;
}
.ec_cart_login_input[type="text"] {
	width: 225px;
	padding: 2px;
	height: 28px;
	margin: 0;
}
.ec_cart_login_input[type="email"] {
	width: 225px;
	padding: 1px;
	height: 28px;
	margin: 0;
}
.ec_cart_login_input[type="password"] {
	width: 225px;
	padding: 1px;
	height: 28px;
	margin: 0;
}
.ec_cart_login_button {
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	display: block;
	float: left;
	text-indent: 0;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: [content_font] !important;
	font-size:11px;
	font-weight:bold;
	outline: 0;
	min-width:165px;
	height:28px;
	line-height:28px;
	background-color:[main_color] !important;
	background:[main_color] !important;
	border:solid 1px #cccccc !important;
	color:#ffffff !important;
	font-weight:bold;
	text-align:center;
	border:none;
	margin-top:10px;
	background-image:none;
	box-shadow:none;
	padding:0px !important;
}
.ec_cart_login_button:hover {
	cursor: pointer;
	color:[main_color] !important;
	background-color: #f7f7f7 !important;
}
/* LOGIN COMPLETE STYLES*/
.ec_cart_login_complete {
	display: block;
	margin-top: 30px;
}
.ec_cart_login_complete_hidden {
	display: none;
}
.ec_cart_login_complete_holder {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 30px;
}
.ec_cart_login_complete_title {
	width: 100%;
	float: left;
	color: [title_color];
	font-family: [title_font];
	font-size: 20px;
	text-align: left;
	margin-bottom: 7px;
}
.ec_cart_login_complete_subtitle {
	width: 100%;
	float: left;
	color: [text_color];
	font-size: 12px;
	font-family: [subtitle_font];
	text-align: left;
}
.ec_cart_login_complete_logout_link {
	font-size: 12px;
	font-family: [content_font];
	color: [link_color] !important;
}
.ec_cart_login_complete_logout_link:hover {
	text-decoration: none;
	color: [link_hover_color] !important;
}
@media only screen and ( min-width: [size_level4_low]px ) {
.ec_cart_login_left {
	width: 50%;
	float: left;
	padding-top: 15px;
}
.ec_cart_login_right {
	width: 50%;
	float: right;
	padding-top: 15px;
	text-align: left;
}
}
 @media only screen and ( min-width: [size_level3_low]px ) and ( max-width: [size_level3_high]px ) {
.ec_cart_login_title {
	font-size: 20px;
	width:100%
}
.ec_cart_login_left {
	width: 100%;
}
.ec_cart_login_right {
	width: 100%;
	float: left;
}
}
 @media only screen and ( min-width: [size_level2_low]px ) and ( max-width: [size_level2_high]px ) {
.ec_cart_login_title {
	font-size: 20px;
	width:100%;
}
.ec_cart_login_left {
	width: 100%;
}
.ec_cart_login_right {
	width: 100%;
	float: left;
	text-align: left;
}
}
 @media only screen and ( max-width: [size_level1_high]px ) {
	.ec_cart_login_title {
		font-size: 18px;
		width:100%;
	}
	.ec_cart_login_left {
		width: 100%;
	}
	.ec_cart_login_right {
		width: 100%;
		float: left;
		text-align: left;
	}
	.ec_cart_login_row_input {
		width: 100%;
		float: left;
		text-align: left;
	}
	.ec_cart_login_input[type="text"] {
		width: 100%;
	}
	.ec_cart_login_input[type="email"] {
		width: 100%;
	}
	.ec_cart_login_input[type="password"] {
		width: 100%;
	}
}
/* END EC CART LOGIN STYLE*/