//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .osc-index-index {
        .onestepcheckout-review-info {
            .discount-form {
                label {
                    padding-left: 9px !important;
                }
                #discount-code:focus ~ label {
                    padding-left: 0 !important;
                }
                .apply-coupon {
                    .lib-font-size(12);
                    border: 1px solid @djo-blue;
                    border-radius: 30px;
                    box-shadow: none !important;
                    height: auto;
                    letter-spacing: 0.07em;
                    margin-bottom: 3px;
                    min-width: 0;
                    padding: 10px 18px !important;
                    text-transform: uppercase;
                    span {
                        font-size: inherit !important;
                        font-weight: 700;
                        line-height: 1;
                    }
                    &:hover {
                        background-color: @djo-blue-dark !important;
                        border-color: @djo-blue-dark;
                    }
                }
            }
        }
    }
}
