/* cart products */
#error {
	background: #ff002c;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.cart_line_error {
	background: #ff002c;
	color: #fff;
	clear: both;
	float: left;
	margin-top: 7px;
	padding: 3px;
}
#cart_products {
	text-transform: uppercase;
	border: 1px solid #f3f3f3;
	margin-top: 15px;
	padding: 10px;
	font-size: 12px;
}
#cart_products .cart_line{
	margin-bottom: 5px;
	min-height: 55px;
}
#cart_products .cart_line.related{
	padding-bottom: 5px;
	margin-bottom: 0px;
	height: 55px;
	padding-left: 10px;
	background-color: #fff;
}
#cart_products .cart_line.related .head{
	padding: 10px 0px 10px 00px;
	font-weight: bold;
	font-size: 14px;
	color: #313131;
}
#cart_products .cart_line.related.head{
	height: 25px;
}
.cart_related_holder {
	margin-left: 90px;
	border: 1px solid #eee;
}
.cart_line .cart_line_img{
	width: 100px;
	float: left;
}
.cart_line .cart_line_product_title{
	padding-top: 21px;
	color: #333333;
	width: 250px;
	float: left;
}
.cart_line.related .cart_line_product_title{
	padding-top: 21px;
	color: #333333;
	width: 240px;
	float: left;
}
.cart_line .cart_line_product_title a{
	color: #333333;
}
.cart_line .cart_line_product_title a span.product_variant_title{
	float: left;
}
.cart_line .cart_line_product_title a span.product_variant_size{
	float: left;
	clear: both;
	font-size: 11px;
	text-transform: lowercase;
	margin-top: 2px;
}
.cart_line .cart_line_delete{
	padding-top: 21px;
	font-weight: bold;
	width: 90px;
	float: left;
}
.cart_line .cart_line_amount{
	width: 120px;
	float: left;
	padding-top: 13px;
}
.cart_line .cart_line_amount .input_text{
	display: block;
	border: 1px solid #d1d1d1;
	padding: 3px;
	text-align: center;
	width: 40px;
	height: 18px;
	float: left;
	margin-right: 5px;
}
.cart_line .cart_line_amount .amount_up{
	display: block;
	color: #fff;
	background: #ff002c;
	padding: 7px;
	height: 11px;
	width: 9px;
	float: left;
	font-weight: bold;	
}
.cart_line .cart_line_amount .amount_down{
	margin-left: 3px;
	display: block;
	color: #fff;
	background: #ff002c;
	padding: 6px 7px 6px 8px;
	height: 13px;
	width: 7px;
	float: left;
	font-weight: bold;	
}
.cart_line.related .cart_line_amount .amount_up, .cart_line.related .cart_line_amount .amount_down{
	background: #313131;
}
.cart_line .cart_line_product_price{
	padding-top: 21px;
	text-align: right;
	width: 118px;
	float: left;
	color: #333333;	
}

#cart_sub_total {
	text-transform: uppercase;
	border: 1px solid #f3f3f3;
	margin-top: 15px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;	
	text-align: right;
}
#cart_slider {
	clear: both;
	text-transform: uppercase;
	border: 1px solid #f3f3f3;
	margin-top: 15px;
	position: relative;
    width: 706px;
	height: 134px;	
}
#slide_show {
	position: absolute;
	top: 0px;
	left: 0;
    width: 704px;
	height: 132px;
}
#cart_slider h3{
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 2;
	font-size: 14px;
	font-weight: normal;
}
a.go_to_checkout {
	border: none;
/* 	width: 130px;
	height: 23px; */
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #ff002c;
	float: right;
	margin: 15px 0 15px 0;
	text-align: center;
	padding: 5px 9px 5px 9px;
	
}
a.go_to_checkout.inactive {
	background-color: #ccc;
}

/* Coupon code */
#cart_products .cart_line.coupon{
	/*height: 72px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ececec;*/
	
	min-height: 72px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ececec;	
}
.cart_line .cart_line_coupon{
	padding-top: 5px;
	width: 250px;
	float: left;
}
.cart_line .cart_line_coupon.large{
	width: 340px;
}
.cart_line .cart_line_coupon h3{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.cart_line .cart_line_coupon div.coupon_info{
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
.cart_line .cart_line_coupon #coupon_cats{
	display: none;
}
.cart_line .cart_line_coupon #remove_coupon_code{
	display: block;
	/*margin-top: 17px;*/
	color: #777777;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;	
}
.cart_line .cart_line_coupon span{
	font-size: 13px;
	color: #000;
}
.cart_line .cart_line_coupon a{
	display: block;
	/*margin-top: 17px;*/
	color: #777777;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
.cart_line .cart_line_coupon input[type="text"]{
	display: block;
	border: 1px solid #b6b6b6;
	padding: 3px;
	width: 219px;
	height: 18px;
	margin-top: 5px;
}
.cart_line.coupon .cart_line_delete{
	padding-top: 41px;
}
.cart_line.coupon .cart_line_delete a{
	display: block;
	height: 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #ff002c;
	text-align: center;
	padding: 5px 9px 5px 9px;	
	
}
.cart_line.coupon .cart_line_product_price.coupon {
	color: #f22e00;	
}
