
.ropc .ship-to-same-address label,
.ropc .pickup-in-store labe {
    padding: 0 22px 0 12px;
}
.ropc .ship-to-same-address label:before,
.ropc .pickup-in-store label:before {
    right: 0;
    left: auto;
}
.ropc .ship-to-same-address input:checked ~ label:after,
.ropc .pickup-in-store input:checked ~ label:after {
    right: -1px;
    left: auto;
}
.ropc .estimate-shipping button:before {
    margin: 0 -10px 0 10px;
}
.ropc .attribute-list {
    text-align: right;
}
.ropc .attribute-list select,
.ropc .attribute-list .datepicker {
    background-position: left 17.5px center;
    padding: 0 15px 0 30px;
}
.ropc .attribute-list .date-picker-wrapper select + select {
    margin: 0 10px 0 0;
}
.ropc .attribute-list .option-list li {
    margin: 5px 0 5px 10px;
}
.ropc .attribute-list .option-list input[type="checkbox"] ~ label {
    padding: 0 21px 0 0;
}
.ropc .attribute-list .option-list input[type="checkbox"] ~ label:before {
    right: 0;
    left: auto;
}
.ropc .attribute-list.option-list input[type="checkbox"]:checked ~ label:after {
    right: 0;
    left: auto;
}
.ropc .coupon-code button:before {
    margin: 0 -8px 0 8px;
}
.ropc .current-code span {
    margin-left: 5px;
    margin-right: 0;
}
.ropc .giftcard-summary label {
    padding-left: 10px;
    padding-right: 0;
}

@media all and (min-width: 768px) {

    .ropc .method-list > li {
        margin-right: 0;
    }
}

@media all and (min-width: 1025px) {

    .ropc .panels-left {
        float: right;
    }
    .ropc .panels-right {
        float: left;
    }
    .ropc .method-list > li {
        margin-right: 20px;
        margin-left: 0;
    }
    .ropc .method-list > li:nth-child(3n+1),
    .ropc .method-list > li:nth-child(3n+1) {
        margin-right: 0;
    }
}

@media all and (min-width: 1261px) {

    .panel-group-right-bottom > .panel {
        float: right;
    }
    .panel-group-right-bottom > .panel + .panel {
        margin: 0 20px 0 0;
    }
}