.woostify-callback-form-inner {
margin-bottom: 20px;
background-color: #ffffff;
}
.woostify-callback-form-inner input {
width: 100%;
margin-bottom: 15px;
padding: 5px 15px;
}
.woostify-callback-form-inner input[type="checkbox"]{
width: auto;
display: inline-block;
}
.woostify-callback-form-inner input:last-child {
margin-bottom: 0;
}
.woostify-callback-form-inner .panel-body {
padding: 30px;
}
.woostify-callback-form-inner .panel-heading {
padding: 15px;
text-align: center;
}
.woostify-callback-form-inner input.callback_product_button {
display: flex;
align-items: center;
justify-content: center;
}
#btn-callback-form-popup {
display: flex;
align-items: center;
justify-content: center;
} #woostify-callback-form-quick-view {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 0.3s;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: -1;
}
#woostify-callback-form-quick-view .woostify-callback-form-inner {
max-width: 500px;
margin-bottom: 0;
}
#woostify-callback-form-quick-view.quick-view-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
z-index: 200;
}
.woostify-callback-form  .callback_product_output_error {
color: red;
font-weight: bold;
margin-top: 10px;
}
.woostify-callback-form-inner .g-recaptcha {
margin-bottom: 15px;
}
.single-product .variations_form.cart .woocommerce-variation-add-to-cart.out-of-stock {
display: none !important;
}