.ocpc_stage
{
    position: fixed;
    left: 0;
    top: 0;
    background: url("../img/caption.png");
    width: 100%;
    height: 100%;
    z-index: 999988;
}
.one_click_product_checkout
{
    background: #FFFFFF;
    z-index: 1000011;
    max-width: 440px;
    width: 100%;
    padding: 0 15px;

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.one_click_product_checkout.success
{
    max-width: 1000px;
    padding: 0;
}

.one_click_product_checkout > div
{
    /*padding: 5px;*/
}

@media (max-width: 560px)
{
    .one_click_product_checkout
    {
        max-width: 340px;
    }
}



.one_click_product_checkout:after
{
    display: block;
    content: ' ';
    clear: both;
}
.one_click_product_checkout .column_left,
.one_click_product_checkout .column_right
{
    float: left;
}
.one_click_product_checkout .column_right
{
    border-left: 1px dashed #DDDDDD;
    max-width: 50%;
}
.one_click_product_checkout .column_right img
{
    max-width: 100%;
    height: auto;
}
.one_click_product_checkout .column_left
{
/*    border-right: 1px dashed #DDDDDD; */
    margin-right: -1px;
    text-align: left;
    max-width: 45%;
}

.one_click_product_checkout .form_group
{
    margin-bottom: 15px;
    /*padding: 0 60px;*/
    /*padding-bottom: 10px;*/
    /*text-align: left;*/
}
.one_click_product_checkout .form_group label
{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    /*color: #333;*/
}

.one_click_product_checkout .form_group input[type=text],
.one_click_product_checkout .form_group input[type=tel]
{
    width: 100%;
    border: 1px solid #0A0050;
    font-size: 16px;
    color: #0A0050;
    text-indent: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    /*padding: 20px 2px;*/
}

.one_click_product_checkout .form_group input[type=text]::placeholder,
.one_click_product_checkout .form_group input[type=tel]::placeholder {
    /*color: #0A0050;*/
}

.one_click_product_checkout .form_group select
{
    width: 195px;
    overflow: hidden;
    height: 27px;
    line-height: 25px;
    border: 1px solid #B4B4B4;
    padding: 2px;
    font-size: 15px;
    color: #5F5F5F;
    text-indent: 5px;
}

.one_click_product_checkout .form_group .wrapper_quantity input[type=text]
{
    width: 78px;
    height: 27px;
    padding: 0 6px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px;
}
.one_click_product_checkout ._error
{
    border: 1px solid #c56656;
    background: #ffd9ca;
    color: #d56e4e;
    font-size: 14px;
    text-transform: lowercase;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 5px 10px;
}
.one_click_product_checkout ._error ul
{
    list-style: none;
}
.one_click_product_checkout ._error ul li
{
    line-height: 20px;
}
.one_click_product_checkout .price_block
{
    width: 50%;
    float: right;
}
.one_click_product_checkout .price_block label
{
    color: #0A0050;
    text-transform: uppercase;
/*    font-family: "Open Sans", sans-serif; */
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}
.one_click_product_checkout .total_price
{
    /*color: #777777;*/
    font-size: 20px;
}
.ocpc_required
{
    font-size: 16px;
    font-weight: bolder;
    color: #ff705c;
    margin-left: 3px;
    top: 0;
}
.one_click_product_checkout .heading
{
    padding-bottom: 0;
    /*margin-bottom: 20px;*/
    padding: 10px 20px;
    display: inline-block;
    margin-left: -34px;
    margin-top: 10px;
    background: #eaeaea;
    position: relative;
    text-transform: uppercase;
    color: #0A0050;
    text-indent: 3px;
    font-size: 13px;
}
.one_click_product_checkout .heading:after
{
    content: ' ';
    border: 20px solid transparent;
    border-top: 16px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    position: absolute;
    left: 0;
    top: 34px;
}
.one_click_product_checkout .description_short
{
    width: 50%;
    float: left;
}

.one_click_product_checkout .description_short > span
{
    line-height: 26px;
}

.one_click_product_checkout .cover_product
{
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.one_click_product_checkout .wholesale_price
{
    text-decoration: line-through;
    font-size: 16px;
    color: #A0A0A0;
    margin-right: 10px;
}
.one_click_product_checkout .price
{
    font-size: 20px;
    line-height: 26px;
}
.one_click_product_checkout .submit
{
    /*padding: 5px 5px;*/
    text-align: right;
    /*padding-bottom: 20px;*/
}
.one_click_product_checkout ._loader
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/loading.gif") no-repeat center center rgba(0,0,0, 0.3);
    background-size: 50px;
    z-index: 9999;
}

.one_click_product_checkout form .form_content {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.one_click_product_checkout form .form_content label {
    font-size: 11px;
}

.one_click_product_checkout form .form_content label a {
    text-decoration: underline;
    font-size: 11px;
}

#submitOneClickCheckout:hover,
#submitOneClickCheckout:hover
{
    background: #1dacd6;
}
.success_message
{
    padding: 20px;
    font-size: 24px;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #333;
}
#cancelCheckoutX {
    font-size: 20px;
    font-weight: bolder;
    color: #777;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.5s;
}
#cancelCheckoutX:hover
{
    color: #2E6662;
    text-decoration: none;
}

#cancelOneClickCheckout
{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: transform .4s;
    height: 30px;
    color: #404040;
}
#cancelOneClickCheckout:hover
{
    cursor: pointer;
    transform: rotate(1turn);
}

.one_click_product_checkout .wrapper_quantity
{
    position: relative;
    z-index: 999;
    display: inline-block;
}

.wrapper_quantity .incrementQuantity,
.wrapper_quantity .decrementQuantity {
    font-size: 14px;
/*    line-height: 14px; */
    color: #c0c0c0;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
    padding: 0;
    border: 1px solid;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 3px;
}
.wrapper_quantity .incrementQuantity span,
.wrapper_quantity .decrementQuantity span {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 3px 0 3px;
    background: white;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#fbfbfb));
    background-image: -webkit-linear-gradient(top, white, 0%, #fbfbfb, 100%);
    background-image: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0); 
}
.wrapper_quantity .incrementQuantity {
    margin-left: 0;
}
.wrapper_quantity .incrementQuantity:hover,
.wrapper_quantity .decrementQuantity:hover
{
    color: #555;
}

@media (max-width: 767px) {
    #showOneClickCheckout {
        width: 100%;
    }
}

#showOneClickCheckout:hover
{
    background: var(--color-black);
    border-color: var(--color-black);
}

#submitOneClickCheckout
{
    /*border-radius: 4px;*/
    /*align-items: center;*/
    /*border: 0;*/
    /*box-sizing: border-box;*/
    /*cursor: pointer;*/
    /*display: flex;*/
    /*font-family: var(--font-main);*/
    /*font-size: var(--size-n);*/
    /*font-weight: 500;*/
    /*height: 50px;*/
    /*justify-content: center;*/
    /*line-height: 1.5;*/
    /*outline: 0;*/
    /*background: #0A0050;*/
    /*border: 1px solid #0A0050;*/
    /*color: var(--color-white);*/
    /*font-weight: 500;*/
    /*outline: none;*/
    /*padding: 0 var(--space-n);*/
    /*transition: all .2s;*/
    /*width: 100%;*/
}

#submitOneClickCheckout.disabled
{

}

#showOneClickCheckout:hover
{
    text-decoration: none;
}

@media (min-width: 768px) {
    #showOneClickCheckout
    {
        /*max-width: 250px;*/
        width: 100%;
    }

    #submitOneClickCheckout
    {
        /*max-width: 250px;*/
    }
    #submitOneClickCheckout.disabled
    {
        background: var(--color-black);
        border-color: var(--color-black);
        opacity: 0.5;
        pointer-events: none;
    }
}
/* #showOneClickCheckout:hover {
    background-image: linear-gradient(rgb(15, 187, 44), #5aa610);
} */
#submitOneClickCheckout:hover {
    background: var(--color-black);
    border-color: var(--color-black);
} 
.exclusive-block {
    margin-bottom: 7px;
    /*margin-left: 15px;*/
    text-align: center;
    /*max-width: 250px;*/
}

@media (min-width: 768px) {
    .exclusive-block {
        /*max-width: 250px;*/
    }
}

#showOneClickCheckout:before
{
    display: none;
}
#showOneClickCheckout:after
{
    background: none!important;
}
.field.form_group label
{
    width: auto!important;
    text-align: left!important;
}
.field.form_group:not(.price_block) label
{
    display: block!important;
}

@media (max-width: 560px)
{
    .one_click_product_checkout .column_left,
    .one_click_product_checkout .column_right
    {
        float: none;
        border-right: 0!important;
    }
    .one_click_product_checkout .form_group input[type=text]
    {
        width: 100%;
    }
    .one_click_product_checkout .heading
    {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 10px;
    }
    .one_click_product_checkout .cover_product
    {
        margin-top: 43px;
    }
    .one_click_product_checkout
    {
        display:table;
    }
    .one_click_product_checkout .column_left
    {
        display:table-footer-group;
    }
    .one_click_product_checkout .column_right
    {
        display:table-header-group;
    }
    .one_click_product_checkout:after
    {
        content: '';
        display: block;
        clear: both;
    }
}

.title_form
{
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
    font-weight: bolder;
}

.payment_html
{
    display: none!important;
}

.list_payments
{
    padding: 0;
    margin: 0;
    max-width: 232px;
}

.list_payments li
{
    margin: 0;
    padding: 10px 0;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;;
}

.list_payments li:last-child
{
    border-bottom: 0;
}

.list_payments li:hover
{
    background: #f7f7f7;
}

.list_payments li:after
{
    clear: both;
    display: block;
    content: '';
}

.list_payments li > input[type=radio],
.list_payments li > .radio,
.list_payments li > img,
.list_payments li > span
{
    float: left;
}

.list_payments li > input[type=radio],
.list_payments li > .radio
{
    margin: 7px 20px;
    cursor: pointer;
}

.list_payments li > .radio span
{
    top: 0;
}

.list_payments li img
{
    width: 32px;
    margin-right: 20px;
}

.list_payments li .payment_name
{
    max-width: 107px;
}
.one_click_product_checkout .form_content .form_group {
    text-align: center;
    /*width: 50%;*/
    padding-right: 10px;
    padding-left: 10px;
}