.ropc .section .title {
	background-position: left center;
}
.ropc .shipping-results strong {
	margin: 0 0 0 3px;
}
.ropc .payment-info .info p {
	text-align: right;
}
.ropc .coupon-box-panel input[type="text"],
.ropc .giftcard-box-panel input[type="text"] {
	float: right;
}
.ropc .coupon-box-panel .coupon-code button,
.ropc .giftcard-box-panel .coupon-code button {
	float: right;
	margin: 0 -1px 0 0;
}
.ropc .total-info td {
	text-align: right;
}

@media all and (max-width: 1024px) {
	
.ropc .cart tr {
	float: right;
}
}

@media all and (min-width: 769px) {
	
.ropc .section .title {
	text-align: right;
}
.ropc .pickup-in-store .section-body {
	text-align: right;
}
}

@media all and (min-width: 1025px) {

.ropc .coupon-box-panel,
.ropc .giftcard-box-panel {
	float: left;
}
.ropc .coupon-box-panel +
.giftcard-box-panel {
	margin-left: 4%;
	margin-right: 0;
}
.ropc .order-totals-panel {
	margin: 0 auto 20px 0;
}
.ropc .order-confirm,
.ropc .terms-of-service,
.ropc .complete-button,
.ropc .addon-buttons {
	margin-right: auto;
	margin-left: 0;
	text-align: left;
}

}