/**
 * Cart Menu Stylesheet
 * 
 * @package    Ecommerce
 * @category   CSS
 * @copyright  Copyright (c) Nuwave Software Ltd
 */

/*------------------------------------------------------------------------------
 * Cart Menu Styles
 *----------------------------------------------------------------------------*/

.ecomm-cart-menu a {
	text-decoration: none !important;
}


/*------------------------------------------------------------------------------
 * Legacy Cart Menu Styles
 *----------------------------------------------------------------------------*/

.cart-menu-old {
	margin: 0;
	padding: 0;
}
.cart-menu-old ul {
	margin: 0;
	list-style: none;
}
.cart-menu-old .cart-dropdown .cart-icon {
	margin: 0;
	padding: 3px;
}
.cart-menu-old.syncing .cart-icon::before {
	display: none;
}
.cart-menu-old .syncing-icon {
	display: none;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.cart-menu-old.syncing .syncing-icon {
	display: inline;
}
.cart-menu-old .cart-icon .text {
	font-weight: bold;
	margin-left: 3px;
}
.cart-menu-old .items-dropdown {
	background: #FFF;
	font-size: 0.9em;
	left: auto;
	padding: 10px;
	left: 0;
}
.cart-menu-old .item-count {
	font-size: 0.9em;
}
.cart-menu-old table {
	border: none;
	margin: 5px 0;
	min-width: 150px;
}
.cart-menu-old table tr:hover {
	
}
.cart-menu-old table td {
	background: none;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: none;
	border-right: none;
	padding: 3px;
}
.cart-menu-old .item .remove {
	width: 16px;
}
/*.cart-menu-old .item .remove:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}*/
.cart-menu-old .product-remove {
	color: #CCC;
}
.cart-menu-old .product-remove:hover {
	color: #DF0000;
}
/*.cart-menu-old .quantity {
	font-weight: bold;
}
.cart-menu-old .quantity .qty {
	width: 20px;
}*/
.cart-menu-old .item .name {
	min-width: 100px;
	max-width: 150px;
}
.cart-menu-old .item .name a {
	display: block;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cart-menu-old .item .price {
	text-align: right;
}

.cart-menu-old tfoot td {
	text-align: right;
}
.cart-menu-old .tax-label,
.cart-menu-old .total-label {
	font-weight: bold
}
.cart-menu-old .cart-link {
	font-weight: bold;
	float: left;
}
.cart-menu-old .checkout-link {
	font-weight: bold;
	float: right;
}
.cart-menu-old.no-items .cart-items,
.cart-menu-old.no-items .cart-actions {
	display: none;
}
.cart-menu-old .sf-sub-indicator {
	display: none;
}
.cart-menu-old .sf-menu a {
	padding: 0;
}