.shopping-cart {
	position: relative;
	/*right: 10%;
	bottom: 22px;*/
	float: left;
	/* margin-top: 22px; */
  /* margin-right: 15px; */
	background: #fff;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	padding: 3px 5px;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	z-index: 9999
}
.cart-image {
	float: left;
	width: 24px;
	margin-right: 5px
}
.cart-arrow {
	float: right;
	width: 16px;
	margin-top: 5px;
	margin-left: 10px;
}
.minicart {
	
}
.minicart .icon-cart {
	float: left;
	padding-top: 3px
}
.minicart span.cart-name {
	font-size: 13px;
	font-weight: 600;
	position: relative;
	margin: 0 3px
}
.minicart span.cart-items {
	float: right;
	position: relative;
	z-index: 999;
	background: url(../media/icons/arrow_down.png) no-repeat right;
	padding-right: 18px;
	cursor: pointer;
	display: block
}
.minicart .empty {
	float: left !important;
	width: 242px;
	font-size: 12px;
}
.minicart ul.cart-list-items {
	display: none;
}
.minicart:hover ul.cart-list-items {
	position: absolute;
	top: 31px;
	left: -1px;
	display: block;
	z-index: 999;
}
ul.cart-list-items {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: none;
	font-size: 14px;
	color: #000;
	padding: 0 5px
}
ul.cart-list-items a {
	color: #000
}
ul.cart-list-items li.cart-list-items-block {
	position: relative;
	width: 260px;
	/*height: 50px;*/
	border-bottom: 1px dotted #337ab7;
	padding: 5px;
	font-size: 12px
}
ul.cart-list-items li.cart-list-items-block:hover {
	background: #fff;
}
ul.cart-list-items li.cart-list-items-block:last-child {
	height: 50px;
	border: none;
}
ul.cart-list-items li.cart-list-items-block:last-child:hover {
	background: none
}
/*
ul.cart-list-items li.cart-list-items-block .product-img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px
}
*/
.product-img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px
}
ul.cart-list-items li.cart-list-items-block .product-desc {
	float: left;
	width: 100%;
	max-width: 225px;
	line-height: 17px;
	margin: 0;
	padding: 0
}
ul.cart-list-items li.cart-list-items-block .delete_item {
	float: right;
	width: 15px !important;
	position: absolute;
	top: 15px;
	right: 10px
}
ul.cart-list-items .cart-btn {
	width: 80px;
	background: #337ab7;
	font-size: 14px;
	text-align: center
}
ul.cart-list-items .cart-btn a {
	color: #fff;
	display: block;
	height: 100%;
	padding: 5px
}
.cart-list-btn {
	cursor: default !important
}
ul.cart-list-items .cart-btn:first-child {
	float: left
}
ul.cart-list-items .cart-btn:last-child {
	float: right
}