/*---------------------------------------------------------------- 
  Copyright:
  (C) 2008 - 2012 IceTheme
  
  License:
  GNU/GPL http://www.gnu.org/copyleft/gpl.html
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

#vm_module_cart {
	/*width:200px;*/
	position:relative;}

	/*#vm_module_cart .lof_vm_top {
		width:100%;
		height:55px;
		border-radius: 3px 3px 3px 3px;
		background:#56A62F;
		color:#fff;
		border-radius:5px;
		border:1px solid rgba(255,255,255,.35);
		box-shadow:1px 1px 0 #56A62F, -1px -1px 0 #56A62F }


	#vm_module_cart:after {
		content:"";
		background:url(http://joyeriagarce.com/templates/mj-cart/html/mod_ice_virtuemart_cart/assets/images/cart_pin.png) no-repeat;
		position:absolute;
		width:58px;
		height:44px;
		top:-28px;
		right:-44px;}*/
		
		
		#vm_module_cart .lof_vm_top .lof_top_1{
			padding-top:0px;
			margin-bottom:1.75em}		
		
		#vm_module_cart .lof_vm_top .lof_top_1, 
		#vm_module_cart .lof_vm_top .lof_top_2 {
		margin-top:10px;
			clear:both;}


			/* nr of products and total price */
			#vm_module_cart .lof_vm_top .lof_top_1 span.vm_products{
				float:left;
				margin:2px 0 0 7px;}
				
			#vm_module_cart .lof_vm_top .lof_top_1 span.vm_sum{
				float:right;
				margin:2px 7px 0 0;}
			
			
			/* view cart and show products  */	
			#vm_module_cart .lof_vm_top .lof_top_2 a.vm_viewcart {
				float:left;
				/*margin:1px 0 0 7px;*/
				margin-right: 10px;
				text-decoration:none;		
				margin-top:-8px;
				color:#fff;
				height: 35px;
				width: 35px;
				font-size: 0;
				text-transform: capitalize;
				text-indent: -9999;
				}
				.vm_viewcartempty {
				float:left;
				/*margin:1px 0 0 7px;*/
				margin-right: 10px;
				text-decoration:none;		
				margin-top:-8px;
				color:#fff;
				height: 35px;
				width: 35px;
				font-size: 0;
				text-transform: capitalize;
				text-indent: -9999;
				background:  url(http://joyeriagarce.com/templates/mj-cart/html/mod_ice_virtuemart_cart/images/cart/brown.png) no-repeat scroll 0 0 transparent;
				}
			
			#vm_module_cart .lof_vm_top .lof_top_2 .vm_readmore {
				/*float:right;
				margin:1px 7px 0 0;*/
				text-decoration:none;
				font-size:15px;

				}	
				
				#vm_module_cart .lof_vm_top .lof_top_2 a.vm_viewcart:hover,
				#vm_module_cart .lof_vm_top .lof_top_2 a.vm_readmore:hover {
					border-bottom-color:rgba(255,255,255,.9);}
				
	
	
	
/* Cart dropdown */
#vm_module_cart .lof_vm_bottom {
	background:#FFFFFF;
	color:#000000;
	border-radius:0px;
	border:3px solid rgba(0,0,0,.35);
	box-shadow:1px 1px 0 #666666, -1px -1px 0 #666666;
	right: 0;
    padding-bottom: 5px;
    position: fixed;
    top: 30px;
    width: 200px;
    z-index: 999999;}

	#vm_module_cart .lof_vm_bottom .lof_item {
		margin:5px 7px 7px;
		padding:0 0 7px;
		position:relative;
		overflow:hidden;
		border-bottom:1px dotted rgba(255,255,255,.3)}
		
		#vm_module_cart .lof_vm_bottom .lof_item img {
			width:100%;
			border:none;
			float:left;
			margin:0;}
		
		#vm_module_cart .lof_vm_bottom .lof_item a {
			color:#000000;
			font-size:1em;
			float: left;
			width: 25%;
			margin-right: 5px;
		}

		#vm_module_cart .lof_vm_bottom .lof_item .lof_info{
			width:70%;
			color:rgba(0,0,0,.70);
			float: left;
			margin-top: 5px;
		}
			
			#vm_module_cart .lof_vm_bottom .lof_item .lof_info span {
				display:inline;
			}
			

.lof_vm_bottom_btn {
	position:relative;
	overflow:hidden;
	padding-bottom:2px;
	margin:0 7px 2px;}
	
	.lof_vm_bottom_btn .vm_viewcart {
		float:left;
		color:#FFFFFF;
		margin-left:7px;}
		
	.lof_vm_bottom_btn .lofclose {
		border-radius: 5px 5px 5px 5px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		color: #FFFFFF;
		float: right;
		margin-right: 7px;
		padding: 5px;
	}



/* ajax loading */
.lofloadding{
	background-color: #000000;
    height: 1250px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9990;}
	
	.lofloadding .loadddingicon{
		background: url(http://joyeriagarce.com/templates/mj-cart/html/mod_ice_virtuemart_cart/assets/images/ajax-loader.gif) no-repeat center transparent;
		height: 100%;
		width: 100%;}
		
.vm_cart_empy {
margin-top: 10px;
font-size: 15px;
}
/* when cart is empty */
/*p.vm_cart_empy {
	font-size:1.1em;
	text-align:center;
	margin-top:15px;}*/