/* Fix Preorder button styles */
#catalogElement .mainTool .addCart {
	position:relative;
}

/* Footer menu */
#leftFooter .footerRow > .column:last-child {
	width:66.66%;
}
#leftFooter .footerRow > .column:last-child .footerMenu {
	-webkit-column-count:2;
	   -moz-column-count:2;
	        column-count:2;
}
#leftFooter ul li {
	border-top:none;
}
#leftFooter a {
	border-bottom:1px solid #313131;
	padding:6px 0;
}
#leftFooter li:last-child a {
	border-bottom:none;
}

/* kredit buy */
#kredit_info {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAArElEQVR42mNgwAP27NnTD8IM5AKg5jUgTI5GFSAOAuLjUBwCxfaENDIC8WQg/o8DPyNkQBQQfwNiRyBmJtkLQMVzgXgH2WEAVFwNxA+AmItcA/iB+BYQPwTi9UD8BIpB/p8HkifWEJBLVqIZ8B9qOD9Z6QDkLajLqslOSKAABgU0yQZAo9QRGsWR+DRMwJOI/kMTGSM+A5SRkm0IUlIOBMnRLzMhGQBy8mR8agBrOP1Vx7s0wAAAAABJRU5ErkJggg==') left center no-repeat;
	color:#717171;
	font-size:14px;
	min-height:16px;
	margin-bottom:13px;
	padding-left:23px;
}

/* Discount label in products list */
.productTable .discount_label {background:url("images/discountLabel.png") 0 0 no-repeat; bottom:0; color:#fff; font-size:23px; font-weight:bold; height:74px; line-height:74px; position:absolute; text-align:center; right:0; width:72px;}
#catalogLineList .discount_label {background:url("images/discountLabel.png") 0 0 no-repeat; bottom:10px; color:#fff; font-size:23px; font-weight:bold; height:74px; line-height:74px; position:absolute; text-align:center; right:10px; width:72px;}
#catalogTableList .itemRow .discount_label {color:red; display:block; font-size:16px; text-align:right;}

.items.productList:after {
	clear:both;
	content:'';
	display:block;
}

@media all and (max-width: 768px){
	div.beono-flashmessage {
		left: auto!important;
		width: 100%!important;
		margin: 0!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
