.osx_payment_method_box{
    box-sizing: border-box !important;
    position: relative;
}

.osx_payment_method_box .single-box label{
    display: inline-block;
    margin-bottom: 7px;
}

.osx_payment_method_box .single-box input{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 13px;
/*    border-radius: 7px;*/
    font-size: 17px;
    border: 1px solid transparent;
    outline: none;
}

.osx_payment_method_box .single-box{
/*    margin-bottom: 11px;*/
}

.osx_payment_method_box .single-full{
    display: block;
    width: 100%;
}

.osx_payment_method_box .single-50{
    display: inline-block;
    width: 50%;
}

.osx_payment_method_box .single-50-r{
    float: right;
}

.osx_payment_method_box:before{
    content: '';
    display: block;
    clear: both;
}


.osx_payment_method_box .single-box .the-input{
    display: inline-block;
    width: 100%;
    position: relative;
}

.osx_payment_method_box .single-box span{
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 23px;
    color: #2930a3;
    top: 0;
    right: 17px;
    bottom: 0;
    margin: auto;
}

.osx_payment_method_box .single-box span.fa-xmark{
    color: #d93233;
}


/* js */

/*.b-red{
    outline: 1px soild #df1313 !important;
}

.osx_payment_method_box input.b-red, .elementor-element .shopengine-checkout-payment .wc_payment_method .payment_box .osx_payment_method_box input.b-red{
    outline: 1px soild #df1313 !important;
    outline: 1px;
    font-style: italic;
}*/

.woocommerce-table--order-details tfoot:first-of-type {
    background: red;
    display: none !important;
}

.osx-p-icon{
    width: 20%;
    position: absolute !important;
    top: -95px;
    right: 0;
}