#buyoneclick_form_order {
font-size: 16px;
}
#buyoneclick_form_order .form-message-result {
font-size: 13px;
color: grey;
}
#buyoneclick_form_order form {
margin-bottom: 0;
}
#buyoneclick_form_order .table-wrap {
text-align: center;
display: inline-block;
background-color: #fff;
color: #000;
width: 100%;
}
#buyoneclick_form_order .table-wrap table {
border: 1px solid #ccc;
width: 100%;
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}
#buyoneclick_form_order .table-wrap table tr {
border: 1px solid #ddd;
padding: 5px;
}
#buyoneclick_form_order .table-wrap table th, #buyoneclick_form_order .table-wrap table td {
font-size: 14px;
padding: 5px;
text-align: center;
border-right: 1px solid #ddd;
}
#buyoneclick_form_order .table-wrap table th {
color: #fff;
background-color: #444;
text-transform: uppercase;
}
#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: 0.7em;
width: 100%;
max-width: 500px;
min-width: 320px;
height: auto;
position: fixed;
text-align: justify;
top: 40%;
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;
border-radius: 4px;
}
#formOrderOneClick .popup .close_order {
display: block;
width: 2em;
height: 2em;
position: absolute;
padding:2px;
top: -6px;
right: -6px;
cursor: pointer;
color: #fff;
-webkit-border-radius: 20%;
-moz-border-radius: 20%;
-o-border-radius: 20%;
-ms-border-radius: 20%;
border-radius: 20%;
text-align: center;
}
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
padding: 0px 7px;
margin: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
height: 2.3em;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
color: #000;
}
#formOrderOneClick textarea{
resize: none;
font-family: 'arial', sans-serif;
padding: 6px;
width: 100%;
height: 80px;
color: #000;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
}
#formOrderOneClick input[type="checkbox"] {
float: left;
}
#formOrderOneClick .popup #buyoneclick_form_order {
position: relative;
border-radius: 12px;
background: none;
}
#formOrderOneClick .button:hover {
text-decoration: none;
}
#formOrderOneClick .button:active, #buyoneclick_form_order input[type="submit"].button:disabled {
opacity: 0.7;
cursor: default;
}
#formOrderOneClick .phoneFormat {
line-height: 12px;
font-size: 12px;
color: #cacaca;
position: relative;
z-index: 20;
padding: 0;
margin: 2px;
}
#formOrderOneClick th,td {
font-weight: normal;
}
#formOrderOneClick .button{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
display: block;
text-align: center;
margin: 10px auto;
text-decoration: none;
cursor: pointer;
}
#formOrderOneClick [name="quantity_product"] {
position: relative;
height: 50%;
width: 75px;
}
@media screen and (max-width: 600px) {
#formOrderOneClick > .popup {
min-width: 90%;
}
#buyoneclick_form_order .table-wrap table {
border: 0;
}
#buyoneclick_form_order .table-wrap table thead {
display: none;
}
#buyoneclick_form_order .table-wrap table tr {
margin-bottom: 10px;
display: block;
border-bottom: 2px solid #ddd;
}
#buyoneclick_form_order .table-wrap table td {
display: block;
text-align: right;
font-size: 13px;
border-bottom: 1px dotted #ccc;
border-right: 1px solid transparent;
}
#buyoneclick_form_order .table-wrap table td:last-child {
border-bottom: 0;
}
#buyoneclick_form_order .table-wrap  table td:before {
content: attr(data-label);
float: left;
text-transform: uppercase;
font-weight: bold;
}
}#formOrderOneClick .popup {
display: inline-block;
padding: 15px;
width: 300px;
top: 40%;
border-radius: 11px;
}
#formOrderOneClick .popup .close_order {
background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
background: -moz-linear-gradient(top, #3d51c8, #051fb8);
background: -o-linear-gradient(top, #3d51c8, #051fb8);
background: -ms-linear-gradient(top, #3d51c8, #051fb8);
background: linear-gradient(top, #3d51c8, #051fb8);
background-color: #3d51c8;
border: 1px solid #061fb8;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
#formOrderOneClick .popup .close_order:hover {
background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
background: -moz-linear-gradient(top, #ff5f0, #3d51c87);
background: -o-linear-gradient(top, #051fb8, #3d51c8);
background: -ms-linear-gradient(top, #051fb8, #3d51c8);
background: linear-gradient(top, #051fb8, #3d51c8);
background-color: #051fb8;
border: 1px solid #00385E;
}
#formOrderOneClick .popup .close_order:active {
background: #8f9be0;
}
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
font-size: 15px;
border: 1px solid #ccc;
padding: 0px 7px;
margin: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: #BBBBBB 0px 1px 2px;
height: 25px;
text-align: left;
-moz-box-shadow: inset 1px 1px 4px #ccc;
-webkit-box-shadow: inset 1px 1px 4px #ccc;
box-shadow: inset 1px 1px 4px #ccc;
margin: 5px;
width: 90%;
}
#formOrderOneClick textarea{
resize: none;
font-family: 'arial', sans-serif;
padding: 6px;
width: 271px;
height: 80px;
font-size: 15px;
border: 1px solid #ccc;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: #BBBBBB 0px 1px 2px;
text-align: left;
-moz-box-shadow: inset 1px 1px 4px #ccc;
-webkit-box-shadow: inset 1px 1px 4px #ccc;
box-shadow: inset 1px 1px 4px #ccc;
margin: 5px;
}
#formOrderOneClick input[type="checkbox"] {
float: left;
}
#formOrderOneClick .popup #buyoneclick_form_order {
position: relative;
border-radius: 12px;
background: none;
}
#formOrderOneClick h6 {
display: block;
font-size: 16px;
margin: 5px;
}
#formOrderOneClick .button{
background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
background: -moz-linear-gradient(top, #3d51c8, #051fb8);
background: -o-linear-gradient(top, #3d51c8, #051fb8);
background: -ms-linear-gradient(top, #3d51c8, #051fb8);
background: linear-gradient(top, #3d51c8, #051fb8);
background-color: #3d51c8;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
text-shadow: 1px 0px 1px rgba(34, 36, 36, .75);
border: 1px solid #061fb8;
color: #ffffff;
display: block;
font-size: 14px;
font-weight: bold;
width: 98px;
padding: 6px;
outline: medium none;
text-align: center;
vertical-align: middle;
margin: 10px auto;
text-decoration: none;
cursor: pointer;
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
#formOrderOneClick .button:hover {
background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
background: -moz-linear-gradient(top, #ff5f0, #3d51c87);
background: -o-linear-gradient(top, #051fb8, #3d51c8);
background: -ms-linear-gradient(top, #051fb8, #3d51c8);
background: linear-gradient(top, #051fb8, #3d51c8);
background-color: #051fb8;
border: 1px solid #00385E;
text-decoration: none;
}
#formOrderOneClick .button:active, #buyoneclick_form_order input[type="submit"].button:disabled {
opacity: 0.5;
background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
background: -moz-linear-gradient(top, #3d51c8, #051fb8);
background: -o-linear-gradient(top, #3d51c8, #051fb8);
background: -ms-linear-gradient(top, #3d51c8, #051fb8);
background: linear-gradient(top, #3d51c8, #051fb8);
background-color: #3d51c8;
cursor: default;
}
#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: 13px;
}