@import "font-awesome.min.css";
@import "font-awesome-ie7.min.css";

:focus{
    outline: none !important;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.ocpc_stage
{
    position: fixed;
    left: 0;
    top: 0;
    background: url("../img/caption.png");
    width: 100%;
    height: 100%;
    z-index: 99998;
    padding: 0.625rem 0.6875rem;
}
.one_click_product_checkout
{
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 99999;
    max-width: 580px;
}

@media (max-width: 560px)
{
    .one_click_product_checkout
    {
        max-width: 290px;
    }
}



.one_click_product_checkout:after
{
    display: block;
    content: ' ';
    clear: both;
}
.one_click_product_checkout .column_left,
.one_click_product_checkout .column_right
{
    float: left;
    max-width: 50%;
}
.one_click_product_checkout .column_right
{
    border-left: 1px dashed #DDDDDD;
}
.one_click_product_checkout .column_left
{
    border-right: 1px dashed #DDDDDD;
    margin-right: -1px;
    text-align: left;
}

.one_click_product_checkout .form_group
{
    padding: 0 20px;
    padding-bottom: 10px;
    text-align: left;
}
.one_click_product_checkout .form_group label
{
    display: block;
    margin-bottom: 0;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.one_click_product_checkout .form_group .checkbox input
{
    position: absolute;
    margin-top: 4px;
}
.one_click_product_checkout .form_group label.ocpc_required
{
    font-size: 16px;
    font-weight: bolder;
    color: #ff705c;
    top: 0;
    padding-left: 22px;
    cursor: pointer;
}

.one_click_product_checkout .form_group .iframe
{
    padding-left: 22px;
}

.one_click_product_checkout .form_group input:focus,
.one_click_product_checkout .form_group input:active
{
    outline: none;
}
.one_click_product_checkout .form_group input[type=text]
{
    line-height: 25px;
    border: 1px solid #B4B4B4;
    font-size: 15px;
    color: #5F5F5F;
    text-indent: 5px;
}

.one_click_product_checkout .form_group select
{
    width: 195px;
    overflow: hidden;
    height: 27px;
    line-height: 25px;
    border: 1px solid #B4B4B4;
    font-size: 15px;
    color: #5F5F5F;
    text-indent: 5px;
}


.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;
    padding: 5px 10px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.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
{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #DDDDDD;
    text-align: left;
}
.one_click_product_checkout .price_block label
{
    color: #555454;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    display: inline-block;
}
.one_click_product_checkout .total_price
{
    color: #777777;
    font-size: 20px;
}
.one_click_product_checkout .heading
{
    padding-bottom: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin-left: -20px;
    margin-top: 10px;
    background: #4DC9DA;
    position: relative;
    text-transform: uppercase;
    color: #FFFFFF;
    text-indent: 3px;
    font-size: 13px;
}
.one_click_product_checkout .heading:after
{
    content: ' ';
    border: 20px solid transparent;
    border-top: 16px solid #5EB1BD;
    border-right: 0px solid #4DC9DA;
    position: absolute;
    left: 0;
    top: 34px;
}
.one_click_product_checkout .description_short
{
    width: 290px;
    font-size: 16px;
    color: #000000;
}
.one_click_product_checkout .cover_product
{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.one_click_product_checkout .wholesale_price
{
    text-decoration: line-through;
    color: #7b7b7b;
    margin-right: 10px;
    font-weight: bold;
}
.one_click_product_checkout .price
{
    font-size: 1.125rem;
    line-height: 26px;
    margin-bottom: 0;
}
.one_click_product_checkout .submit
{
    padding: 5px 20px;
    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;
}
#submitOneClickCheckout:hover,
#submitOneClickCheckout:hover
{
    background: #00ccdd;
}
.success_message
{
    padding: 20px;
    font-size: 20px;
    background: #ffffff;
    border: 1px solid #ccc;
    color: #333;
}
#cancelCheckoutX {
    position: absolute;
    top: 2px;
    right: 5px;
    font-weight: bold;
}
#cancelOneClickCheckout
{
    font-size: 20px;
    font-weight: bolder;
    color: #777;
    position: absolute;
    right: 10px;
    transition: all 0.5s;
    line-height: 1em;
    top: 5px;
}
#cancelOneClickCheckout:hover
{
    color: #2E6662;
    text-decoration: none;
}

.one_click_product_checkout .wrapper_quantity
{
    position: relative;
    z-index: 999;
    display: inline-block;
}

.one_click_product_checkout .quantity-label {
    margin-left: 0.625rem;
}

.one_click_product_checkout .quantity-block {
    display: flex;
    align-items: center;
    float: none;
}

.wrapper_quantity .incrementQuantity {
    margin-left: 0;
}
.wrapper_quantity .incrementQuantity:hover,
.wrapper_quantity .decrementQuantity:hover
{
    color: #555;
}
#showOneClickCheckout,
#submitOneClickCheckout
{
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    cursor: pointer;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
    border: 1px solid rgba(0,0,0,0.25) !important;
    font-size: 15px;
    background-color: rgb(15, 160, 39) !important;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: none;
    max-width: 200px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#showOneClickCheckout:hover,
#submitOneClickCheckout:hover {
    background-image: linear-gradient(rgb(15, 187, 44), #0c5d06);
}
.exclusive-block {
    margin-bottom: 7px;
    clear: both;
    padding: 13px 19px 0;
}
#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;
}

label.attribute_label {
    float: left;
    margin-right: 10px;
}

#attributes_ocpc .attr_color, #attributes_ocpc img {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    display: inline-block;
}

@media (max-width: 1200px) {
    #submitOneClickCheckout,
    #showOneClickCheckout {
        max-width: 150px;
    }
}
@media (max-width: 991px) {
    #submitOneClickCheckout,
    #showOneClickCheckout {
        max-width: 115px;
        font-size: 13px;
        padding: 8px;
    }
}
#cancelCheckoutX {
    text-decoration: none;
}

a.exclusive:hover {
    background-position: left -100%;
}