.woocommerce-cart{
	.woocommerce table.shop_table.cart img {
		padding-left: 20px;
		padding-right: 0;
	}
	.actions {
		.button-groups {
			float: left;
		}
		input.button[name="apply_coupon"] {
			margin-right: 20px;
			margin-left: 0;
		}
		a.checkout-button {
			margin-right: 20px;
			margin-left: 0;
		}
	}
	.bt-coupon{
		margin-right: 20px;
		margin-left: 0;
	}
}


.woocommerce .cart-collaterals {
	.cart_totals {
		float: right;
		table tr th {
			border-left: solid 1px #eee;
			border-right: none;
		}
	}
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 3.5em 1em 2em !important;
	&:before {
		left: auto;
		right: 1.5em;
	}
}

.woocommerce table.shop_table {
	text-align: right;
	margin: 0 0 24px -1px;
}