/*@import "font-awesome.min.css";*/
/*@import "font-awesome-ie7.min.css";*/
.ocpc_stage
{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99998;
}
#header {
    z-index: 1;
}
.one_click_product_checkout
{
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 99999;
    width: 480px;
    padding: 3em;
    border-radius: 3px;
}

@media (max-width: 768px)
{
    .one_click_product_checkout
    {
        width: 95%;
    }
}

@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;
}
.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.5em 1em;
}
.one_click_product_checkout .form_group label
{
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;

}
.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],*/
/*.one_click_product_checkout #ocpc_phone*/
/*{*/
    /*line-height: 25px;*/
    /*border: 1px solid #000;*/
    /*font-size: 15px;*/
    /*color: #000;*/
    /*padding: 5px;*/
    /*width: 100%;*/
/*}*/

.one_click_product_checkout ._error
{
    /*border: 1px solid #ee3b3d;*/
    background: #fef1f2;
    color: #000000;
    font-size: 0.9em;
    /* 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; */
    margin: 1em 0;
    padding: 0.5em;
    text-align: center;
}
.one_click_product_checkout ._error ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.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
{
    font-size: 16px!important;
    display: inline-block!important;
    color: #000;
    text-transform: uppercase!important;
}
.one_click_product_checkout .total_price
{
    color: #7B3789;
    /*font-size: 30px;*/
    font-weight: bold;
    text-align: center;
}
.ocpc_required
{
    font-size: 9px;
    margin-left: 3px;
}
.one_click_product_checkout .heading
{
    padding-bottom: 0;
    margin: 20px 0 20px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    display: block;
    text-align: center;
}
/*.one_click_product_checkout .heading:after*/
/*{*/
    /*content: ' ';*/
    /*border: 20px solid transparent;*/
    /*border-top: 16px solid #FE9126;*/
    /*border-right: 0px solid #FE9126;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 34px;*/
/*}*/

.one_click_product_checkout .description_short
{
    font-size: 1.2em;
    color: #000000;
    text-align: center;
}
.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;
    font-size: 16px;
    color: #A0A0A0;
    margin-right: 10px;
}
.one_click_product_checkout .price
{
    font-size: 25px;
    color: #000;
    white-space: nowrap;
}
.one_click_product_checkout .submit
{
    /*padding: 0.5em 1em;*/
    /*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;*/
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
}

#submitOneClickCheckout
{
    background: #FF9D1F;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 12px;
    border: none;
    color: #FFF;
    width: 100%;
}
/*#submitOneClickCheckout:hover,*/
/*#submitOneClickCheckout:hover*/
/*{*/
    /*background-color: #000;*/
/*}*/
.one_click_product_checkout .success_message
{
    /* padding: 20px; */
    font-size: 1.3em;
     background: #FFF;
     color: #222;
    font-weight: 600;
}

/*#cancelOneClickCheckout*/
/*{*/
    /*font-size: 40px;*/
    /*font-weight: bolder;*/
    /*color: #000;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 0px;*/
    /*transition: all 0.5s;*/
    /*text-decoration: none;*/
/*}*/
/*#cancelOneClickCheckout:hover*/
/*{*/
    /*color: #000;*/
    /*text-decoration: none;*/
/*}*/

/*.one_click_product_checkout .wrapper_quantity*/
/*{*/
    /*position: relative;*/
    /*z-index: 999;*/
    /*display: inline-block;*/
/*}*/

.wrapper_quantity .incrementQuantity
{
    position: absolute;
    right: 1px;
    bottom: 25px;
    transition: all 0.5s;
    border-top-right-radius: 2px;
}
.wrapper_quantity .decrementQuantity
{
    position: absolute;
    right: 1px;
    bottom: 4px;
    transition: all 0.5s;
    border-bottom-right-radius: 2px;
}
.wrapper_quantity .incrementQuantity:hover,
.wrapper_quantity .decrementQuantity:hover
{
    text-decoration: none;
    background: #FFF;
}

.wrapper_quantity .incrementQuantity,
.wrapper_quantity .decrementQuantity
{
    line-height: 13px;
    background: #FFF;
    padding: 0 8px;
    color: #9c9b9b;
}

#showOneClickCheckout:hover {
    background: #7b3789;
    color: #FFF;
}

#showOneClickCheckout {
    background: none;
    color: #7b3789;
    border: 2px solid #7b3789;
    border-radius: 30px;
    font-size: 21px;
    padding: 0 2em;
    /* font-weight: bold; */
    line-height: 50px;
    display: inline-block;
}

#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-bottom: 0;
        font-size: 90%;
        margin-top: 4px;
    }
    .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;
    }
}

/*.loading-cat {*/
    /*position: relative;*/
    /*!* display: inline-block; *!*/
    /*width: 240px;*/
    /*height: 180px;*/
    /*animation: 2.74s linear infinite loading-cat;*/
    /*margin: 3em auto 0 auto;*/
/*}*/
/*.loading-cat .head, .loading-cat .foot, .loading-cat .body {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*margin: auto;*/
    /*border-radius: 50%;*/
    /*width: 240px;*/
    /*height: 240px;*/
/*}*/
/*.loading-cat .body {*/
    /*background-image: radial-gradient(transparent 0%, transparent 35%, #383c4b 35%, #383c4b 39%, #eda65d 39%, #eda65d 46%, #f2c089 46%, #f2c089 60%, #eda65d 60%, #eda65d 67%, #383c4b 67%, #383c4b 100%);*/
/*}*/
/*.loading-cat .head:before, .loading-cat .foot:before {*/
    /*background-image: radial-gradient(transparent 0%, transparent 35%, #383c4b 35%, #383c4b 39%, #eda65d 39%, #eda65d 67%, #383c4b 67%, #383c4b 100%);*/
/*}*/
/*.loading-cat .head:before {*/
    /*content: '';*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*border-radius: 50%;*/
    /*clip-path: polygon(100% 20%, 50% 50%, 70% -10%);*/
    /*-webkit-clip-path: polygon(100% 20%, 50% 50%, 70% -10%);*/
/*}*/
/*.loading-cat .head:after {*/
    /*content: '';*/
    /*width: 66px;*/
    /*height: 40px;*/
    /*position: absolute;*/
    /*top: 13px;*/
    /*right: 63px;*/
    /*background-image: linear-gradient(#FFF 65%, transparent 65%), radial-gradient(#FFF 51%, #383c4b 55%, #383c4b 68%, transparent 70%);*/
    /*transform: rotate(-66deg);*/
/*}*/
/*.loading-cat .head .face {*/
    /*width: 80px;*/
    /*height: 60px;*/
    /*left: 145px;*/
    /*top: 29px;*/
    /*position: absolute;*/
    /*transform: rotate(-47deg);*/
    /*background: radial-gradient(circle, #f2c089 0%, #f2c089 23%, transparent 23%) -3px 17px no-repeat, radial-gradient(circle, #383c4b 0%, #383c4b 6%, transparent 6%) 12px -12px no-repeat, radial-gradient(circle, #383c4b 0%, #383c4b 6%, transparent 6%) -12px -12px no-repeat, radial-gradient(#eda65d 0%, #eda65d 15%, transparent 15%) 0 -11px no-repeat, radial-gradient(circle, transparent 5%, #383c4b 5%, #383c4b 10%, transparent 10%) -3px -5px no-repeat, radial-gradient(circle, transparent 5%, #383c4b 5%, #383c4b 10%, transparent 10%) 3px -5px no-repeat, radial-gradient(circle, #eda65d 45%, transparent 45%) 0 -3px, linear-gradient(transparent 35%, #383c4b 35%, #383c4b 41%, transparent 41%, transparent 44%, #383c4b 44%, #383c4b 50%, transparent 50%, transparent 53%, #383c4b 53%, #383c4b 59%, transparent 59%);*/
/*}*/
/*.loading-cat .foot:before, .loading-cat .foot:after {*/
    /*content: '';*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
/*}*/
/*.loading-cat .foot:before {*/
    /*border-radius: 50%;*/
    /*clip-path: polygon(50% 50%, 0% 50%, 0% 25%);*/
    /*-webkit-clip-path: polygon(50% 50%, 0% 50%, 0% 25%);*/
/*}*/
/*.loading-cat .foot .tummy-end {*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*position: absolute;*/
    /*border-radius: 50%;*/
    /*background-color: #f2c089;*/
    /*left: 19px;*/
    /*top: 105px;*/
/*}*/
/*.loading-cat .foot .bottom {*/
    /*width: 35px;*/
    /*height: 15px;*/
    /*position: absolute;*/
    /*top: 78px;*/
    /*left: 12px;*/
    /*border: 6px solid #383c4b;*/
    /*border-bottom: 0;*/
    /*border-radius: 50%;*/
    /*transform: rotate(21deg);*/
    /*background: #eda65d;*/
/*}*/
/*.loading-cat .hands, .loading-cat .legs, .loading-cat .foot:after {*/
    /*width: 10px;*/
    /*height: 25px;*/
    /*position: absolute;*/
    /*border: 6px solid #383c4b;*/
    /*background-color: #eda65d;*/
/*}*/
/*.loading-cat .hands {*/
    /*border-top: 0;*/
    /*border-radius: 0 0 12px 12px;*/
/*}*/
/*.loading-cat .hands.left {*/
    /*top: 50px;*/
    /*right: 45px;*/
    /*transform: rotate(-20deg);*/
/*}*/
/*.loading-cat .hands.right {*/
    /*top: 30px;*/
    /*right: 20px;*/
    /*transform: rotate(-25deg);*/
/*}*/
/*.loading-cat .legs {*/
    /*border-bottom: 0;*/
    /*border-radius: 12px 12px 0 0;*/
/*}*/
/*.loading-cat .legs.left {*/
    /*top: 65px;*/
    /*left: 50px;*/
    /*transform: rotate(25deg);*/
/*}*/
/*.loading-cat .legs.right {*/
    /*top: 53px;*/
    /*left: 12px;*/
    /*transform: rotate(22deg);*/
/*}*/
/*.loading-cat .foot:after {*/
    /*width: 8px;*/
    /*height: 40px;*/
    /*top: 42px;*/
    /*left: 36px;*/
    /*z-index: -1;*/
    /*transform: rotate(25deg);*/
    /*background-color: #c6823b;*/
    /*border-bottom: 0;*/
    /*border-radius: 12px 12px 0 0;*/
/*}*/
/*@keyframes body {*/
    /*0% {*/
        /*clip-path: polygon(50% 50%, 0% 50%, 0% 100%, 100% 100%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 0% 50%, 0% 100%, 100% 100%, 100% 20%);*/
    /*}*/
    /*10% {*/
        /*clip-path: polygon(50% 50%, 30% 120%, 50% 100%, 100% 100%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 30% 120%, 50% 100%, 100% 100%, 100% 20%);*/
    /*}*/
    /*20% {*/
        /*clip-path: polygon(50% 50%, 100% 90%, 120% 90%, 100% 100%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 100% 90%, 120% 90%, 100% 100%, 100% 20%);*/
    /*}*/
    /*40% {*/
        /*clip-path: polygon(50% 50%, 100% 45%, 120% 45%, 120% 50%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 100% 45%, 120% 45%, 120% 50%, 100% 20%);*/
    /*}*/
    /*50% {*/
        /*clip-path: polygon(50% 50%, 100% 45%, 120% 45%, 120% 50%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 100% 45%, 120% 45%, 120% 50%, 100% 20%);*/
    /*}*/
    /*65% {*/
        /*clip-path: polygon(50% 50%, 100% 65%, 120% 65%, 120% 50%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 100% 65%, 120% 65%, 120% 50%, 100% 20%);*/
    /*}*/
    /*80% {*/
        /*clip-path: polygon(50% 50%, 75% 130%, 120% 65%, 120% 50%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 75% 130%, 120% 65%, 120% 50%, 100% 20%);*/
    /*}*/
    /*90% {*/
        /*clip-path: polygon(50% 50%, -20% 110%, 50% 120%, 100% 100%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, -20% 110%, 50% 120%, 100% 100%, 100% 20%);*/
    /*}*/
    /*100% {*/
        /*clip-path: polygon(50% 50%, 0% 50%, 0% 100%, 100% 100%, 100% 20%);*/
        /*-webkit-clip-path: polygon(50% 50%, 0% 50%, 0% 100%, 100% 100%, 100% 20%);*/
    /*}*/
/*}*/
/*@keyframes loading-cat {*/
    /*0% {*/
        /*transform: rotate(0deg);*/
    /*}*/
    /*10% {*/
        /*transform: rotate(-80deg);*/
    /*}*/
    /*20% {*/
        /*transform: rotate(-180deg);*/
    /*}*/
    /*40% {*/
        /*transform: rotate(-245deg);*/
    /*}*/
    /*50% {*/
        /*transform: rotate(-250deg);*/
    /*}*/
    /*68% {*/
        /*transform: rotate(-300deg);*/
    /*}*/
    /*90% {*/
        /*transform: rotate(-560deg);*/
    /*}*/
    /*100% {*/
        /*transform: rotate(-720deg);*/
    /*}*/
/*}*/
/*@keyframes foot {*/
    /*0% {*/
        /*transform: rotate(-10deg);*/
    /*}*/
    /*10% {*/
        /*transform: rotate(-100deg);*/
    /*}*/
    /*20% {*/
        /*transform: rotate(-145deg);*/
    /*}*/
    /*35% {*/
        /*transform: rotate(-190deg);*/
    /*}*/
    /*50% {*/
        /*transform: rotate(-195deg);*/
    /*}*/
    /*70% {*/
        /*transform: rotate(-165deg);*/
    /*}*/
    /*100% {*/
        /*transform: rotate(-10deg);*/
    /*}*/
/*}*/
/*.loading-cat .body {*/
    /*animation: 2.74s linear infinite body;*/
/*}*/
/*.loading-cat .foot {*/
    /*animation: 2.74s linear infinite foot;*/
/*}*/

/*.form-error input {*/
/*    background: url(../../../../themes/wazza/img/icon/form-error.png) 98% 18px no-repeat #fff1f2 !important;*/
/*}*/

/*.contact-form .form-group label {*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    width: 100%;*/
/*    padding: 0 10px;*/
/*    text-align: center;*/
/*    color: #7d7d7d;*/
/*}*/

/*.contact-form label {*/
/*    font-weight: normal;*/
/*}*/

/*.contact-form .form-group.active label {*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    font-size: 0.8em;*/
/*}*/

.contact-form .form-group {
    position: relative;
}

.contact-form .form-control {
    max-width: 100% !important;
    padding: 1em 0 0.3em 0;
    height: auto;
    font-size: 1.2em;
    text-align: center;
}

.one_click_form {
    margin: 155px 0 0 0;
    background: #fff;
    /* border-radius: 10px; */
    padding: 1em 0;
    border-top: 1px solid #ECECEC;
}

.form-group.form-error .form-control {
    padding-right: 0;
}

.input-tooltip {
    font-size: 0.8em;
    padding: 0.5em;
    text-align: center;
    color: #7d7d7d;
}