@charset "utf-8";
/* Base Theme - EC Cart CSS Document */
.ec_cart {
}
.ec_cart_header_row {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.ec_cart_continue_shopping_button a {
	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:28px;
	line-height:28px;
	background-color:[main_color] !important;
	border:solid 1px #cccccc !important;
	color:#ffffff !important;
	font-weight:bold;
	text-align:center;
	border:none;
	margin-top:10px;
}
.ec_cart_continue_shopping_button a:hover {
	color:[main_color] !important;
	background-color: #f7f7f7 !important;
}
.ec_cart_title_bar {
	width: 100%;
	float: left;
	height: 28px;
	line-height: 28px;
	background: #f7f7f7;
	color: [main_color];
	font-size: 12px;
	font-weight: bold;
	font-family:[content_font];
}
.ec_cart_item_holder {
	width: 100%;
	float: left;
	margin-top:10px;
}
.ec_cart_lower_left_title {
	margin-top: 20px;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	text-align: left;
	font-size: 20px;
	color:#000000;
	font-family:[title_font];
}
.ec_cart_estimate_shipping_title{
	margin-top: 20px;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	text-align: left;
	font-size: 20px;
	color:#000000;
	font-family:[title_font];
	padding-top:10px;
	border-top:1px solid #CCC;
}
.ec_cart_lower_left_subtitle {
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	float: left;
	font-size: 12px;
	font-family: [subtitle_font];
}
.ec_cart_lower_right_title {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 20px;
	color:[title_color];
	font-family:[title_font];
	float:left;
	text-align:left;
	width:100%;
	padding-top:10px;
	border-top:1px solid #CCC;
}
.ec_cart_shipping_costs_row {
	width: 100%;
	float: left;
	text-align: left;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ec_cart_shipping_costs_row span {
	float: left;
	line-height:35px;
	margin-right: 5px;
	font-size: 12px;
	font-family: [content_font];
	font-weight: bold;
}
.ec_cart_shipping_costs_row input[type="text"] {
	width: 125px;
	height: 33px;
	padding: 2px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ec_cart_shipping_costs_row a {
	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:31px;
	line-height:32px;
	background-repeat:no-repeat;
	background-color:[main_color] !important;
	background:[main_color] !important;
	border: 1px solid #CCC !important;
	color:#ffffff !important;
	font-weight:bold;
	text-align:center;
	border:none;
	margin-left:0px;
	margin-top:-1px;
}
.ec_cart_shipping_costs_row a:hover {
	color:[main_color] !important;
	background-color: #f7f7f7 !important;
}
.ec_cart_checkout_buttons {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.ec_cart_checkout_buttons .left {
	float: left;
	text-align: left;
	width: 50%;
}
.ec_cart_checkout_buttons .left a {
	float: left;
}
.ec_cart_checkout_buttons .right {
	float: right;
	text-align: right;
	width: 50%;
}
.ec_cart_checkout_buttons .right a {
	float: right;
}
.ec_cart_checkout_buttons a {
	display: block;
	width: 100px;
	background-color: #e9ffde;
	color: #686868;
	padding: 6px 12px;
	text-indent: 0;
	text-decoration: none!important;
	white-space: nowrap;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.6), inset 0 0 5px rgba(107,151,30,1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.6), inset 0 0 5px rgba(107,151,30,1);
	box-shadow: 1px 1px 2px rgba(0,0,0,.6), inset 0 0 5px rgba(107,151,30,1);
	font: bold 11px/1.2 [content_font]!important;
	outline: 0;
}
.ec_cart_checkout_buttons a:hover {
	color: #3e3e3e;
}
.ec_cart_lower_left {
	float: left;
	width: 100%;
}
.ec_cart_lower_right {
	float: left;
	width: 100%;
}
.ec_cart_lower_right_row {
	width: 100%;
	float: left;
	font-family:[content_font];
	color:[text_color];
}
.ec_cart_lower_right_row .left, .ec_cart_lower_right_row .right {
	width: 125px;
	float: left;
	border: 1px solid #CCC;
	padding: 5px 5px;
}
.ec_cart_lower_right_row .left {
	text-align: right;
}
.ec_cart_lower_right_row .right {
	text-align: right;
}
#ec_cart_grandtotal {
	text-align: right;
	color:[main_color];
}
.ec_estimate_shipping_country{
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
}
.ec_estimate_shipping_country span{
	width:60px;
}
.ec_estimate_shipping_country select{
	height: 30px;
	margin-left: 5px;
	width: 282px;
}
.ec_estimate_shipping_zip{
	width: 100%;
	float: left;
	height: 36px;
	line-height: 36px;
}
.ec_estimate_shipping_zip span{
	width:60px;
}
.ec_estimate_shipping_loader {
	display: none;
	float: left;
}
.ec_cart_clear {
	clear: both;
}
.ec_cart_shipping_methods {
	padding-top: 10px;
	float: left;
	border-top: 1px dashed #CCC;
	margin-top: 20px;
}
.ec_cart_shipping_methods_hidden {
	margin-top: 10px;
	float: left;
	width: 100%;
	display: none;
}
.ec_cart_bottom_divider_line {
	width: 100%;
	float: left;
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
.ec_cart_header_title {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 20px;
	color:[title_color];
	font-family: [title_font];
}

.ec_cart_title_bar_column_1 {
	width: 14%;
	float: left;
	text-align: left;
	margin-left: 10px;
}

.ec_cart_title_bar_column_2 {
	width: 35%;
	float: left;
	text-align: left;
	margin-left:10px;
}

.ec_cart_title_bar_column_3 {
	width: 16%;
	float: left;
	text-align: center;
}

.ec_cart_title_bar_column_4 {
	width: 16%;
	float: left;
	text-align: center;
}

.ec_cart_title_bar_column_5 {
	width: 12%;
	float: left;
	text-align: right;
}

.ec_cart_title_bar_column_6 {
	width: 17%;
	float: left;
	text-align: right;
}

@media only screen and ( min-width: [size_level2_low]px ) and ( max-width: [size_level2_high]px ) {
	.ec_cart_header_title {
		width: 100%;
		float: left;
		text-align: left;
		font-size: 20px;
	}
	.ec_cart_title_bar_column_1 {
		width: 100%;
		float: left;
		text-align: left;
		margin-left: 10px;
	}
	.ec_cart_title_bar_column_2 {
		display: none;
	}
	.ec_cart_title_bar_column_3 {
		display: none;
	}
	.ec_cart_title_bar_column_4 {
		display: none;
	}
	.ec_cart_title_bar_column_5 {
		display: none;
	}
	.ec_cart_title_bar_column_6 {
		display: none;
	}
	.ec_cart_shipping_methods {
		width: 100%;
	}
	#ec_cart_zip_code{
		width:75px;
	}
}

@media only screen and ( max-width: [size_level1_high]px ) {
	.ec_cart_header_title {
		width: 100%;
		float: left;
		text-align: left;
		font-size: 18px;
	}
	.ec_cart_lower_right_title{
		width:250px;
		text-align:left;	
	}
	.ec_cart_lower_right_row .left, .ec_cart_lower_right_row .right{
		width:113px;	
	}
	.ec_cart_title_bar_column_1 {
		width: 100%;
		float: left;
		text-align: left;
		margin-left: 10px;
	}
	.ec_cart_title_bar_column_2 {
		display: none;
	}
	.ec_cart_title_bar_column_3 {
		display: none;
	}
	.ec_cart_title_bar_column_4 {
		display: none;
	}
	.ec_cart_title_bar_column_5 {
		display: none;
	}
	.ec_cart_title_bar_column_6 {
		display: none;
	}
	.ec_cart_lower_right_title {
		text-align: left;
	}
	.ec_cart_shipping_methods {
		width: 100%;
	}
	#ec_cart_zip_code{
		width:75px;
	}
	.ec_estimate_shipping_country select{
		width:220px;
	}
	.ec_cart_shipping_costs_row{
		height:auto;
		margin-bottom:10px;
	}
}
/* END EC CART STYLE*/