//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .osc-index-index {
        font-family: @font-family__base;
        .one-step-checkout {
            font-family: @font-family__base;
        }
        #one-step-checkout-form {
            .wrap-case-3colums {
                .lib-clearfix();
            }
            font-family: @font-family__base;
            h3.step_1,
            h3.step_2,
            h3.step_3,
            h3.step_4,
            h3.step_5 {
                border-bottom-color: #ccc;
            }
            h3 {
                .lib-font-size(16);
                box-sizing: border-box;
                color: @djo-gray;
            }
            .control {
                .field.additional {
                    margin-top: 8px;
                }
                .field-tooltip {
                    .field-tooltip-action {
                        padding: 3px 9px;
                    }
                }
            }
            label {
                font-family: @font-family__base;
            }
        }
    }
}
