#ice_cart.icecart_dropdown { 
	position:relative;}	
	
	#ice_cart div.lof_jshop_top {
	background: url("images/cart.png") no-repeat scroll 0px 10px;
    color: #fff;
    display: block;
    height: 55px;
    margin: 0 15px;
	box-sizing: border-box;
    padding: 18px 35px 0;
	font: 16px/20px "SuisseCondNo-Conflict","Arial Narrow",Helvetica,Arial,sans-serif;}
		
	
/* Cart Link */
#ice_cart .lof_jshop_top .icecartlink {
	position:relative;
	color:#fff;}

	#ice_cart .showmore,
	#ice_cart .showless {
		display:inline-block;
		padding-right:20px;
		background-position:right center;
		background-repeat:no-repeat;}
		#ice_cart .showmore {
		background-image: url(images/plus.png)}
		#ice_cart .showless {
		background-image: url(images/minus.png)}

/* Cart dropdown */

.icecart_dropdown {
	background:#fff;
	color:#555;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
	position: absolute;
	overflow-y: auto;
	height: 100%;
	min-height: 220px;
	box-sizing: border-box;
	left: 0px;
	top: 55px;
    padding:0 10px;
    width: 100%;
	min-width: 120px;
    z-index: 1000;}
	
	.icecart_dropdown:before {
		content:"";
		position:absolute;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #ccc;
		top: -10px;
		right: 60%;}
		

	.icecart_dropdown .icecart_item {
		padding: 10px 0 10px;
		position:relative;
		overflow:hidden;
		border-top:1px dotted #ccc}
		
	.icecart_dropdown .icecart_price {
        text-align: right;}
		
		.icecart_dropdown .icecart_item:nth-child(2)  { border:none}
		
		.icecart_dropdown .icecart_item img {
			width:65px;
			border:none;
			float:left;
			margin:0 12px 12px 0;
			-webkit-transition: all .2s ease-out;
			-moz-transition: all .2s ease-out;
			-o-transition: all .2s ease-out;
			transition: all .2s ease-out;}
			.icecart_dropdown .icecart_item img:hover {
				-webkit-filter: blur(1px);
				-moz-filter: blur(1px);
				filter: blur(1px);
				opacity: .6;}
			
			
			.icecart_dropdown .icecart_item .icecart_info a {
				display:block;
				color: brown;
				line-height:16px;
				font-size:12px;
				margin-bottom:2px;}
		
			.icecart_dropdown .icecart_item span { color:#555; font-size:13px; margin-right:25px;}
				
				.icecart_dropdown .icecart_item .icecart_info span:last-child  { margin-right:0;}
			



.icecart_dropdown .icecart_bottom {
	position:relative;
	overflow:hidden;
	margin: 0 -10px ;
	background:#EDEEF0;
	padding:10px 10px 20px 10px;
	border-top:1px solid #D9DBDE;}
	
	
	.icecart_dropdown .icecart_bottom .icecart_bottom_total {
		float:left;
		margin:0;
		width: 100%;
		}
	
	.icecart_dropdown .icecart_bottom a.button { 
		float:right;
		font-size: 15px;
		padding: 8px 15px;
		margin-top: 10px;
		margin-right: 2px;}
	


/* ajax loading */
.lofloadding{
	background-color: #000000;
    height:100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9990;}
	
	.lofloadding .loadddingicon{
		background: url(images/ajax-loader.gif) no-repeat transparent;
		display:block;
		position:absolute;
		left:50%;
		margin-left:-33px;
		top:50%;
		margin-top:-33px;
		height:66px;
		width:66px;}
