@media(min-width: 768px) {
    #form_ets_onepagecheckout .type-checkout-option .form-group .col-md-3 {
        width: 40%;
    }
    #form_ets_onepagecheckout .type-checkout-option .form-group .col-md-6 {
        width: 60%;
        padding-left: 0;
    }
}
#form_ets_onepagecheckout .account_creation.bestkit_customerattributes {
    padding: 0 15px;
}
@media(max-width: 767px) {
    #form_ets_onepagecheckout .block-onepagecheckout .opc_field_right {
        width: 100%;
        float: left;
    }
    #form_ets_onepagecheckout .type-checkout-option .form-group {
        margin-bottom: 16px;
    }
    #form_ets_onepagecheckout .type-checkout-option .form-group .form-control-valign {
        padding-top: 0;
    }
}
#form_ets_onepagecheckout .promo-code .btn-primary {
    font-size: 12px;
    padding: 6px;
    white-space: nowrap;
}
#form_ets_onepagecheckout .btn-primary[name="submitCompleteMyOrder"] {
    min-width: 100%;
}
@media(min-width: 768px) {
    #form_ets_onepagecheckout .btn-primary[name="submitCompleteMyOrder"] {
        min-width: 295px;
    }
}
body#checkout nav.breadcrumb {
    display: none;
}
@media(max-width: 767px) {
    body#checkout {
        padding-top: 7rem;
    }
}
.product-line-grid-right .bootstrap-touchspin > .form-control {
    max-width: 100%;
}
.block-onepagecheckout .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    width: 23px;
}
.block-onepagecheckout .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    width: 21px;
}
.product-line-grid-right .bootstrap-touchspin {
    width: 95px;
}
.block-onepagecheckout .input-group.bootstrap-touchspin input.js-cart-line-product-quantity {
    padding: 0 20px;
}