.dropdown-cart-button {
	font-weight: normal;
	min-height: 35px;
	border: 1px solid #ccc;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	position: relative;
	z-index: 10 !important;
	overflow: visible;
	/*background: url("../images/cart.png") no-repeat top left #fff;*/
	display: inline-block
}
.dropdown-cart-button .dropdown-total {
	display: block;
	line-height: 25px;
	padding: 5px 36px 5px 0;
	/*background: url("../images/cart.png") no-repeat right -70px #fff;*/
	outline: 0
}
.cart-icon {
    display: inline-block;
    margin-bottom: -0.2em;
    position: relative;
}
.cart-icon strong {
    border: 2px solid #5e9732;
    color: #5e9732;
    display: inline-block;
    margin-left: 10px;
    min-width: 30px;
    padding:0px 3px;
    position: relative;
    text-align: center;
    z-index: 10;
}
.cart-icon .cart-icon-handle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #5e9732 #5e9732 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-width: 2px 2px 0;
    height: 8px;
    margin-right:8px;
    position: absolute;
    right: 0%;
    top: -3px;
    width: 15px;
}
.dropdown-cart-button .dropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 6px 8px;
	width: 300px
}
.dropdown-cart-button .dropdown.dropdown-left {
	right: auto;
	left: -1px
}
.dropdown-cart-button .dropdown.dropdown-right {
	right: -1px;
	left: auto
}
.dropdown-cart-button .dropdown.drop-left {
	right: auto !important;
	left: -1px !important
}

@media(min-width:768px) {
.dropdown-cart-button .dropdown.drop-bottom {
	top: auto !important;
	bottom: 0
}
}
.dropdown-cart-button .dropdown .cart_list {
	font-size: 12px;
	padding: 0 0 8px 0;
	margin: 0
}
.dropdown-cart-button .dropdown .cart_list li {
	clear: both;
	min-height: 40px;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
	position: relative
}
.dropdown-cart-button .dropdown .cart_list li:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0
}
.dropdown-cart-button .dropdown .cart_list img {
	width: 40px;
	height: auto !important;
	min-width: 0;
	max-width: none;
	margin-right: 4px;
	float: left
}
.dropdown-cart-button .dropdown .cart_list a {
	float: left;
	font-weight: normal !important;
	width: 75%
}
.dropdown-cart-button .dropdown .cart_list a.remove {
	display: none
}
.dropdown-cart-button .dropdown .cart_list .quantity {
	display: inline-block;
	width: 22%
}
.dropdown-cart-button .dropdown .cart_list .variation {
	clear: left;
	float: left;
	width: 75%
}
.dropdown-cart-button .dropdown .cart_list .variation dt, .dropdown-cart-button .dropdown .cart_list .variation dd {
	display: inline-block !important
}
.dropdown-cart-button .dropdown .cart_list .variation dt p, .dropdown-cart-button .dropdown .cart_list .variation dd p {
	margin: 0
}
.dropdown-cart-button .dropdown .total {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 5px 0
}
.dropdown-cart-button .dropdown .buttons {
	text-align: right;
	margin: 0;
	padding: 5px 0
}
.dropdown-cart-button .dropdown .buttons .button {
	margin-left: 4px;
	background-color: #60646c;
	border-color: #60646c;
	color: #fff;
	padding: 5px 8px
}
