.wcartupdateqty {
    border: 1px solid #CCC;
    background-color: transparent;
	text-align: right;
    width: 22px;
}

.shopping_cart_item_amount {
	margin-left: 20px;
}

.shopping_cart_item_remove,
.shopping_cart_empty {
    cursor: pointer;
    display: block;
	height: 12px;
    line-height: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	vertical-align: middle;
	width: 12px;
}
.shopping_cart_item_remove a,
.shopping_cart_empty a {
    color: #505050;
	font-size: 11px!important;
	font-weight: bold;
	text-decoration: none;
}

.cart_total {
    position: relative;
}

.wcartorder a {
	background: #fff;
	border-color:#e7392d;
    border-radius: 5px;
	border-width:1px;
	border-style:solid;
	color: #e7392d!important;
	display: inline-block;
	font-size: 14px!important;
    font-weight:400;
	line-height: 14px;
	margin: 0 6px 10px 0;
	padding: 9px 19px 10px 19px;
    position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 300ms, background 300ms, border-color 300ms;
	-webkit-border-radius:5px;
	-webkit-transition: color 300ms, background 300ms, border-color 300ms;
	width: 100%;
}
.wcartorder a:hover {
	color: #fff!important;
	background: #e7392d;
	border-color: #e7392d;
}