.dropdown-cart-button{
    background: url('../images/shopping_cart.png') no-repeat 4px center;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px 5px 30px;
    margin: 0px;
    position: relative;
    overflow: visible;
	float: right;
	margin-top: 13px;
	margin-right: 15px;
	z-index: 9999;
}

.dropdown-cart-button .dropdown-total{
    display: block;
    background: transparent;
    padding-right: 30px;
    background: url('../images/arrow_down_32.png') no-repeat right center transparent;
    color: #FFFFFF;
	text-decoration:none;
}

.dropdown-cart-button .dropdown{
	display: none;
	position: absolute;
	left: -86px;
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	width: 300px;
	margin: 12px 0px 0px 0px;
	z-index: 999;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
}

.dropdown-cart-button .dropdown img{
    display: inline;
    vertical-align: middle;
    float: none;
}

.dropdown-cart-button .dropdown .cart_list a{
    float: left;
}

.dropdown-cart-button .dropdown .cart_list .quantity{
    float: right;
}
@media only screen and (max-width: 767px) {
.dropdown-cart-button {
background: url('../images/shopping_cart.png') no-repeat 4px center;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px 10px 5px 30px;
margin: 0px;
position: relative;
overflow: visible;
float: right;
margin-top: 13px;
margin-bottom: -41px;
margin-right: 0px;
z-index: 9999;
font-size: 10px;
}
}

@media only screen and (min-width: 300px) and (max-width: 480px) {

.dropdown-cart-button {
background: url('../images/shopping_cart.png') no-repeat 4px center;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 5px 10px 5px 30px;
margin: 0px;
position: relative;
overflow: visible;
float: left;
margin-top: 23px;
margin-bottom: -51px;
margin-right: 0px;
margin-left: 5px;
z-index: 9999;
font-size: 10px;
}

}