#cart {
	padding-bottom: 2em;
}

#cart p { margin: 0 }
#cart h1 { font-size: 18px;	margin: 0; font-weight: normal }
#cart h2 { font-size: 17px; margin: 0; font-weight: normal }
#cart h3 { font-size: 16px; margin: 0; font-weight: normal }
#cart h4 { font-size: 15px; margin: 0; font-weight: normal }


#cart h1 {
	border-bottom: 1px dotted #B8B8B8;	
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#cart_main {
	min-height: 200px;	
	padding-top: 1em;
}

#cart_error {
	margin: 10px 0;
	color: red;
	font-weight: bold;    	
}

#cart_empty {
	padding-top: 20px;
	color: #797979;
}


#cart .acl_item a {
	color: #444444;
	text-decoration: underline;
}

#cart .ac_checkbox.ac_invalid {
	color: darkred;    
}

#cart .ac_checkbox.ac_invalid a {
	color: darkred;    
}

.cart_form td {
	padding-top: 3px;   
	padding-bottom: 3px;   
	vertical-align: top;
	width: 230px;
}    

.cart_form td:first-child {
	width: 200px;
	font-weight: 700;
	vertical-align: top;
}

.cart_form td:last-child {
	min-width: 400px;
}

.cart_form_option {
	margin-left: 204px;    
}

#cart label a {
	color: #FE482D !important;
}

#cart_menu {
	text-align: right;    
	padding: 10px;
}

.cart_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #FE482D;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;	
	height: 28px;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	/* font-family: "Brandon Grotesque Bold"; */
}

.cart_button.prev {
	float: left;
	margin: 0;	
}
/*
.cart_button.next:after { content: " >> " }
.cart_button.prev:before { content: " << " }*/


/****************************************************************************/
/*  
/*      HEADER
/*
/****************************************************************************/

#cart_header {
	width: 100%;
	border-spacing: 0;  
	margin-top: 30px;  
}

#cart_header td {
	font-weight: normal;
	padding: 0;
	text-align: center;
	/* font-family: "Brandon Grotesque Bold"; */
	text-transform: uppercase;
	font-size: 14px;
}

#cart_header td > a {	
	color: #fff !important;
	background: #838383;
	padding: 5px 0;
	display: block;
	text-align: center;
	text-decoration: none !important;	
	width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart_header td.curr > a, #cart_header td:hover > a {
	color: #fff !important;
	background: #FE482D;
}
/*
#cart_header td:not(.curr) + td:not(.curr) {
	border-left: 1px solid white;    
}

#cart_header td:hover + td.curr, #cart_header td.curr + td:hover {
	border-left: 1px solid white;    
}*/

/****************************************************************************/
/*  
/*      ITEM
/*
/****************************************************************************/

.cart_item > td {
	border-bottom: 1px dotted #B8B8B8;                
	vertical-align: top;
}

.cart_item_remove {
	display: inline-block;
	line-height: 20px;
	
	text-decoration: none;
	position: absolute;
	height: 20px;
	line-height: 20px;	
	bottom: 0;
	left: 0;
	color: #282828 !important;
}

.cart_item_remove span {
	color: #ff5a46 !important;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	float: left;
}

.cart_item_image {
	float: left;
	padding: 15px 0;
	border: 1px solid #b9b9b9;
}

.cart_item_content {
	position: relative;
	padding-bottom: 30px;
	min-height: 32px;  
}

.cart_item_content p {
	color: #737373;
}

.cart_item_content a {
    color: #FE482D;
}


/****************************************************************************/
/*  
/*      CHECKOUT
/*
/****************************************************************************/
			   
#cart_items {
	border-collapse: collapse;
	width: 100%;
}

#cart_items td, #cart_items th {
	padding: 10px; 
	font-size: 16px;
}

#cart_items th {	
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #B8B8B8;                
}          

#cart_items [data-col=price_piece] {
	padding-top: 12px;
}

#cart_items [data-col=discount] {
	padding-top: 12px;
}

#cart_payment {
	margin-left: 5px;	
	padding-bottom: 2em !important;
}

#cart_payment li {
	height: 44px;
}

#cart_payment li span:first-of-type {
	display: inline-block;
	width: 90px;
}

#cart_payment .description {	
	display: inline-block;	
	height: 32px;	
	margin-top: -4px;
	padding-left: 5px;
	line-height: 54px;
}

#cart_payment .description img {
	float: left;
	margin-top: 10px;
}

#cart_info {
	border: 1px solid #B9B9B9;
	width: 400px;
	float: right;
	padding: 10px;
	color: #797979; 
	font-size: 12px; 
	margin-top: 5px
}

#cart_review_info tr > * {
	padding: 3px 30px 3px 10px;	
	vertical-align: top;
}

#cart_review_info {
	border-collapse: collapse;	
}

#cart_review_info th {
	color: #737373;
	text-align: left;
	border-bottom: 1px dotted #B9B9B9;
}

#cart_review_info h4 {
	font-size: 16px;
}

#cart_review_info td > span {
	display: inline-block;
	color: #737373;
	padding-right: 5px;
	width: 120px;
}

#cart_review_info td > span:after {
	content: ":";
}   

.translation {
	background: none;
}

.cart_button mark,
.curr mark {
	/*color: #fff !important;*/
}

#cart .ac_border, #cart .ac_border.ac_focused { 
	/*border: 1px solid #d1d1d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.1);
	background: none;
	padding: 3px 10px;*/
}

#cart .ac_value {
	display: block;	
	/*border: 1px solid #C4C4C4;	*/	
	padding: 0 4px;
	
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	width: 100%;
}

/* overwrite */
    
.ac_border {	
	background: none !important;	
}


.ace_value,
.acl_items {
	padding: 0 !important;		
}

.ac_value {
	font-size: 13px !important;
}

.ac_border {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;		
}


.ac_border.ac_select {
	border: 1px solid #C4C4C4;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;		
}

.order_invoice {
    font-size: 15px;
}

#cart mark {
	/*background: yellow;*/
	/*color: inherit !important;*/
}

#cart th {
	text-transform: uppercase;
	font-weight: 700;
}

.cart_step.cart_section {
	display: none;
}
/*
.cart_message_error {
	color: red !important;
}*/

.ac_invalid {
	border-color: red !important;
}

#cart .ac_checkbox.ac_invalid {
	color: red !important;
}

#cart .cart_message_error {
	border: 1px solid #FE482D;
	padding: 1em 1.5em;		
	margin: 1em 0;
}

.ac_focused {
	border-color: #C4C4C4 !important;	
}

#cart_delivery span:first-of-type {
	
}
#cart_delivery span:last-of-type {
	color: #848484;
	font-style: italic;
	display: block;	
}

#cart_delivery .ac_bullet {
	top: 11px;
}

@media(max-width: 680px) { 
	
	.cart_step.cart_section  {
		display: block;
		color: #fff !important;
		background: #838383;
		padding: 5px 0;
		padding-left: 20px;
		display: block;
		text-align: left;
		text-decoration: none !important;	
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 10px;
	}
	
	.cart_section.curr {
		color: #fff !important;
		background: #FE482D;
	}
	
	#cart_header {
		display: none !important;
	}
	

}

