/*Style WordPress theme*/
#formOrderOneClick>.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    z-index: 9999989;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#formOrderOneClick>.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: block;
    left: 50%;
    opacity: 0;
    padding: 1em;
    width: 27%;
    min-width: 290px;
    height: auto;
    position: fixed;
    text-align: justify;
    top: 53%;
    visibility: hidden;
    z-index: 999999997;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    font-family: 'Open Sans', sans-serif;
}
#formOrderOneClick .popup .close_order {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 25px;
    height: 25px;
    position: absolute;
    padding:0px;
    top: -3px;
    right: -3px;
    cursor: pointer;
    text-align: center;
}


#formOrderOneClick .popup #buyoneclick_form_order {
    position: relative;
    border-radius: 12px;
    background: none;
}


#formOrderOneClick .phoneFormat {
    line-height: 12px;
    font-size: 12px;
    color: #cacaca;
    position: relative;
    z-index: 20;
    padding: 0;
    margin: 2px;
}

#formOrderOneClick label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#formOrderOneClick th,td {
    font-size: 14px;
    font-weight: normal;
    padding: 7px;
    border: 1px solid #eee;
}
#formOrderOneClick th:nth-child(3){
    display: none;
}
#formOrderOneClick td:nth-child(3){
    display: none;
}
#formOrderOneClick .buyvalide {
    width: 100%;
    margin-top: 10px;
}
.b1c-form table {
    width: 100%;
    border-collapse: collapse;
}
.popup .input-text {
    width: 100%;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #eee;
    outline: none;
}
.popup .buymessage {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #eee;
    outline: none;
}

.popup .buyButtonOkForm {
    width: 150px;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    font-size: 14px;
    border: 0 solid #eee;
    background-color: #9e0b0f;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
}
.popup .buyButtonOkForm:hover {
    background-color: #890b0e;
}
