

/* --- Stylesheet 5802 () --------- */ 

#header-cart {
	position: absolute;
	right: 0px;
	top: 22px;
}

#cart-sum {
	color: #000;
	/*font-size: 19px;*/
	line-height: 23px;
	/*line-height: 28px;*/
	
	/*padding-left: 40px;*/

	height: 28px;
	cursor: pointer;
	background-size: 17px auto;
	background-position: top 2px left 0;
	padding-left: 25px;
}

.free_link #cart-sum { padding-left: 10px; }

#cart-sum i { margin: 0 5px 0 0; font-size: 21px; }

#cart-sum .counter { 
	display: block;
	position: absolute;
	top: 15px;
	right: 2px;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	border-radius: 3px;
	line-height: 1;
}

#cart-text {
	color: #000;
	display: none;
}

#cart-content {
	box-sizing: content-box;
	z-index: 10000;
	position: absolute;
	top: 55px;
	right: 0px;
	width: 450px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-transition: max-height,padding 250ms;
	-moz-transition: max-height,padding 250ms;
	transition: max-height,padding 250ms;
	max-height: 0;
	overflow:hidden;
}

#cart-content.open { 
	max-height: 500px;
	padding: 20px; 
	-webkit-transition: max-height,padding 500ms;
	-moz-transition: max-height,padding 500ms;
	transition: max-height,padding 500ms;
}

#cart-content .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
	background-color: #000; 
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 22px;
	height: 22px;
}

#cart-button-next { float: right; }

.cart-list {
	overflow-y: scroll;
	width: 450px;
	max-height: 400px;
	overflow-x: hidden;
	margin-bottom: 1em;
}
.cart-list .notification {
	padding: 20px 30px;
	text-align: center;
	border: 1px dashed rgba(0,0,0,0.1);
	font-size: 28px;
	line-height: 1.2;
	font-style: italic;
	color: #888;
	margin: 0 0 20px 0;
}

.cart-items h3 { display: none; }
.cart-item { position: relative; overflow: hidden;	margin: 0px 0px 10px 0px;	padding: 10px 0px 0px 0px;	border-top: 1px solid rgba(0,0,0,0.1); }
.cart-item .image { float: left; width: 20%; height: 60px; }
.cart-item .image img { width: 100%; height: auto; }
.cart-item .info { float: left; width: 50%; padding-left: 15px; font-size: 13px; font-size: 15px; }
.cart-item .info h5 { color: #666666; font-size: 12px; font-weight: normal; margin: 0px 0px 2px 0px; }
.cart-item .info h4 { color: #000; font-size: 16px; font-weight: normal; margin: 2px 0px 1px 0px; }
.cart-item .info .details { color: #666666; font-size: 12px; line-height: 1.1;  }
.cart-item .info .period { color: #666666; font-size: 12px; line-height: 1.1;  }
.cart-item .info .facts { color: #666666; font-size: 12px; line-height: 1.1;  }
.cart-item .info .inkl { color: #666666; font-size: 12px; line-height: 1.1; }
.cart-item .info .expires { color: #262; }
.cart-item .info .expires.expired { color: #966; }

.cart-item .price { float: left; width: 30%; font-size: 12px; line-height: 1.2; color: #666666; text-align: right; }
.cart-item .price .amount {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #BD2631;
}


.cart-item .items-remove { cursor: pointer; }
.cart-item .items-remove:hover { text-decoration: underline; }

#cart-items-container { margin: 20px 0 0 0; }




/* --- Stylesheet 5803 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {
	#header-cart { top: 19px; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	#header-cart { top: 16px; right: 60px; }

	#cart-sum {
		background-size: 18px auto;
		background-position: 0px 3px;
		padding-left: 30px;
	}
}

@media all and (min-width: 568px) and (max-width: 767px) {
	#header-cart { top: 14px; right: 60px; }


	#cart-sum {
		background-size: 18px auto;
		background-position: 0px 3px;
		padding-left: 30px;
	}
}

@media all and (max-width: 567px) {
	#header-cart { top: 15px; right: 60px; }

	#cart-items-container { margin: 25px 0 0 0 !important; }

	#cart-sum {
		background-size: 18px auto;
		background-position: 0px 3px;
		padding-left: 30px;
	}

	#cart-content {
		background-color: #eee;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		box-sizing: border-box;
		box-shadow: none;
		padding: 0px 15px 0px 15px;
		margin: 0px -15px 0px -15px;
		width: calc(100% + 30px); 
		box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
	}

	#cart-content.open {
		padding: 0px 10px 20px 15px;
		margin: 0px -15px 0px -15px;
		width: calc(100% + 30px); 
		position: relative;
	}

	#cart-content .close { 
	    position: absolute;
	    top: 4px;
	    right: 4px;
	    font-size: 15px;
	    width: 18px;
	    height: 18px;
		line-height: 17px;
	}


	#cart-content .cart-items h5 { display: none; }
	#cart-content .cart-item .image { display: none; }
	#cart-content .cart-item .info { width: 70%; padding-left: 0px; }
	#cart-content .cart-item .image { display: none; }
	#cart-content .cart-item .price .amount { font-size: 16px; margin: 5px 0px; }

	.cart-list  { width: 100%; }
	.cart-list .notification { padding: 0px; font-size: 18px; margin: 0 0 15px 0; }
}

