.mini-cart-img {
	width: 50px;
	float: left;
}
.mini-cart-img img {
	width: 100%;
	height: auto;
}
.mini-cart-info {
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	
	width: -webkit-calc(95% - 82px);
	width: -calc(95% - 82px);
	width: -moz-calc(95% - 82px);
}
.mini-cart-remove {
	width: 12px;
	float: right;
}
.cart-prices-line {text-align: left; margin-bottom: 5px;}
#cart_block_list .actions .button {
	width: 100%;
    line-height: 30px !important;
    height: 35px !important;
}
/* Free Shipping */
#amount_free_shipping {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Avenir-Medium";
	text-align: center;
	background: #DAE8E3;
	margin-top: 10px;
	font-size: 11px;
	margin-left: -25px;
    margin-right: -25px;
}
#amount_free_shipping .free-sh {
	padding: 20px 15px;
}
#amount_free_shipping .naranja {color: #000; font-weight: bold !important; font-family: "Miso"; font-size: 15px;}

/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block h4 {
	display: none;
}
#header #cart_block {}
#cart_block.cart_block_hover {display:block}
#cart_block h4 span {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block  .block_content {padding:8px 8px 16px 8px;}

#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
	min-width:18px;
	color: #b6b6b6;
	font-family: "Avenir-Medium";
    font-size: 11px;
	letter-spacing: 1px;
	float: left;
}
#cart_block .cart_block_product_name {}
#cart_block .remove_link {
    display: inline-block;
    float: right;
    height: 10px;
    margin: 1px 0 0 13px;
    width: 10px;
}
.buttonpostion{float:left;}
#cart_block .remove_link a {
	display:inline-block;
	   height: 10px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
	background: url(../../../img/icon-cross.svg) no-repeat 0 0
}
#cart_block {
padding: 25px;
background-color: #ffffff !important;
border: 1px solid #000;
}

.view-cart button.button {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
.view-cart button.button:hover {
	background-color: #000000;
	border: 2px solid #000000;
	color: #ffffff;
}
#cart_block #cart_block_list dt a{
	color: #000000 !important;
	font-family: 'Avenir-Medium';
    text-transform: uppercase;
   	font-size: 11px;
	float: left;
}
#cart_block #cart_block_shipping_cost {font-weight: normal !important;}
#cart_block #cart_block_total {font-weight: normal !important;}
#cart_block .mini-cart-info .price {
	color: #000000 !important;
	clear: both;
    display: block;
	margin-top: 8px;
	font-family: 'Miso';
    font-size: 17px;
}
/* #cart_block .price {
	float:right
} */

#cart_block #cart_block_list dl {
	padding-bottom:10px;
	clear: both;
    overflow: hidden;
}
#cart_block #cart_block_list dt {
	clear: both;
    padding: 13px 0;
	    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
/* #cart_block #cart_block_list dt a {float: left;} */
#cart_block #cart_block_list dd {
	margin-left:20px
}

.block-cart-header .header-items img{
   max-width: 50px !important;
   float: left;
}
.block-cart-header .products .price {
	       color: #000000 !important;

    margin-top: 8px;
    font-family: 'Miso';
    font-size: 17px;

}

#cart_block #cart-prices {
    line-height: 20px;
    float: none;
    clear: both;
    font-family: 'Avenir-Medium';
    text-transform: uppercase;
    font-size: 11px;
	letter-spacing: 1px;
	color: #b6b6b6;
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right
}
#cart_block #cart_block_shipping_cost {font-weight:bold}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	float:right;
	padding-left:20px
}

#cart_block table#vouchers {
	clear: both;
	width:100%
}
#cart_block table#vouchers tr td{
	padding: 2px;
}
#cart_block table#vouchers tr td.quantity{
	margin-right:5px;
	min-width:18px
}
#cart_block table#vouchers tr td.delete{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}