h3.order-success {
color: #009f00;
font-size: 15px;
display: none;
}
.one_click_buy_wrap table.variations {
margin: 0px !important;
}
.product_information table tbody tr td {
padding: 0px;
}
.product_information table tbody tr th,
.product_information table tbody tr td {
text-align: center;
}
.product_information table tbody tr td img {
width: 55px;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}
.overlay:target,  .overlay-visible{
visibility: visible;
opacity: 1;
z-index: 999999;
}
.popup {
margin: 70px auto;
padding: 20px;
background: #fff;
border-radius: 5px;
width: 30%;
position: relative;
transition: all 5s ease-in-out;
}
.popup h2 {
margin-top: 0;
color: #333;
text-align: center;
}
.popup .close {
position: absolute;
top: 0px;
right: 10px;
transition: all 200ms;
font-size: 25px;
font-weight: bold;
text-decoration: none;
color: #333;
}
.popup .close:hover {
color: #06D85F;
}
.popup .content {
max-height: 30%;
overflow: auto;
}
@media screen and (max-width: 700px){
.popup{
width: 70%;
}
} .form-field input {
width: 100%;
}
.wocb_form_contact .form-field {
width: 90%;
margin: 0 auto;
margin-bottom: 18px;
text-align: center;
}
.wocb_form_contact {
width: 100%;
}
.wocb_form_contact .form-field .wocb_field {
width: 100%;
border: 1px solid #9f9f9f;
background: #efefefb8;
box-shadow: unset;
}
button.wocb_button.button {
width: 100%;
}
select.wocb_field {
padding: 12px 0px;
color: #9f9f9f;
}