@charset "utf-8";
/* Base Theme - EC Cart Page CSS Document */
.ec_cart_page_cart {
	text-align: center;
	margin-top: 30px;
}
.ec_cart_error {
	width: 100%;
	float: left;
	text-align: center;
	background-color:[error_color];
	color: [error_text];
	font-size: 14px;
	font-weight: bold;
	font-family: [content_font];
	margin-bottom:20px;
}
.ec_cart_error div{
	padding: 15px;
	border: 1px solid #FFF;
}
.ec_cart_success {
	width: 100%;
	float: left;
	text-align: center;
	background-color: [success_color];
	color: [success_text];
	font-size: 14px;
	font-weight: bold;
	font-family: [content_font];
	margin-bottom:20px;
}
.ec_cart_success div{
	padding: 15px;
	border: 1px solid #FFF;
}
.grandTotalTxt {
	color:#FFF;
	font-weight:bold;
}
.ec_cart_page_continue_to_shipping_button {
	width: 100%;
	float: left;
}
.ec_cart_continue_to_shipping_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;
	width:150px;
	height:35px;
	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;
	padding: 8px 14px;
	background-image:none;
	box-shadow:none;
}
.ec_cart_continue_to_shipping_button:hover {
	cursor: pointer;
	color:[main_color] !important;
	background-color: #f7f7f7 !important;
}
.ec_cart_page_continue_to_payment_button {
	width: 100%;
	float: left;
}
.ec_cart_continue_to_payment_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;
	width:150px;
	height:35px;
	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;
	padding: 8px 14px;
	background-image:none;
	box-shadow:none;
}
.ec_cart_continue_to_payment_button:hover {
	cursor: pointer;
	color:[main_color] !important;
	background-color: #f7f7f7 !important;
}
.ec_cart_submit_order_message {
	width: 100%;
	float: left;
	font-size: 12px;
	font-family: [content_font];
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 23px;
}
.ec_cart_submit_order_message a{
	color:#ddd;
}
.ec_cart_submit_order_message a:hover{
	color:#fff;
}
.ec_cart_page_submit_order_button {
	width: 100%;
	float: left;
}
.ec_cart_submit_order_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;
	width:150px;
	height:35px;
	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;
	padding: 8px 14px;
	background-image:none;
	box-shadow:none;
}
.ec_cart_submit_order_button:hover {
	cursor: pointer;
	color:[main_color] !important;
	background-color: #f7f7f7 !important;
}
.ec_cart_page_left {
	width: 50%;
	float: left;
}
.ec_cart_page_right {
	width: 50%;
	float: right;
}
/* END EC CART PAGE STYLE*/