//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .osc-index-index {
        button.onestepcheckout-btn-checkout,
        button.btn-continue-to-paypal {
            .lib-font-size(20);
            border: @button-primary__border;
            border-radius: @button__border-radius;
            height: auto;
            padding: 14px 17px;
            -webkit-transition: none;
                    transition: none;
            span {
                font-size: inherit !important;
                font-weight: 700;
            }
            &:hover {
                background: @button-primary__hover__background !important;
                border: @button-primary__hover__border;
                box-shadow: none !important;
            }
        }
    }
}
