//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .osc-index-index {
        .onestepcheckout-review-info ol li.order-review-info #checkout-review-table-wrapper,
        .order-review-section,
        .onestepcheckout-billing-section,
        .onestepcheckout-shipping-payment-review .order-information,
        #shipping,
        .onestepcheckout-billing-section .billing_address {
            border-color: #ccc;
            box-shadow: none;
            transition: none;
            &:hover {
                box-shadow: none;
            }
        }
    }
}
