.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.mailerlite-form {
}
.mailerlite-form .mailerlite-form-description {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field {
margin-bottom: 10px;
}
.mailerlite-form .mailerlite-form-field label {
display: block;
}
.mailerlite-form .mailerlite-subscribe-button-container {
text-align: center;
}
.mailerlite-form input.error {
color: #ff0000;
border-color: #ff0000;
}
.mailerlite-form label.error {
color: #ff0000;
}
.mailerlite-form-response {
margin-top: 20px;
display: none;
text-align: center;
color: #00a154;
}
.mailerlite-form-loader {
display: none;
text-align: center;
font-weight: bold;
margin: 0 20px;
}.attachment svg,.widget_media_image svg{max-width:100%;height:auto}:root {
--loading-color-1: #eff1f3;
--loading-color-2: #e2e2e2;
--loading-animation: shimmer 2s infinite;
--loading-opacity: 0.85;
--table-td-padding: 16px 8px;
--success-checkout-notice-background: green;
--success-checkout-notice-color: white;
} table.woocommerce-grouped-product-list.group_table td {
padding: var(--table-td-padding);
}
table.woocommerce-grouped-product-list.group_table td * {
margin: 0;
}
.w-richtext  .wp-block-image figure img {
height: auto;
}
.screen-reader-text {
display: none!important;
}
.w-video.w-embed:empty {
display: none;
}
[data-node-type="cart-remove-link"] * {
pointer-events: none;
}
.udy-loading {
position: relative;
overflow: hidden;
pointer-events: none;
animation : var(--loading-animation);
background: linear-gradient(to right, var(--loading-color-1) 4%, var(--loading-color-2) 25%, var(--loading-color-1) 36%);
background-size: 1000px 100%;
opacity: var(--loading-opacity);
}
.udy-loading * {
color: transparent;
opacity: 0;
}
@keyframes shimmer {
0% {
background-position: -1000px 0;
}
100% {
background-position: 1000px 0;
}
}
body:not(.udesly-wc-loaded) [data-variation-prop], body:not(.udesly-wc-loaded) form.cart.grouped_form {
opacity: 0;
}
.w-commerce-commercecartitemimage {
object-fit: cover;
}
.w-commerce-commercecheckoutformcontainer {
min-height: unset;
}
.woocommerce-NoticeGroup-checkout, [data-node-type="commerce-checkout-error-state"] {
display: none;
}
form [data-node-type="commerce-checkout-error-state"] {
display: inherit;
}
.w-commerce-commercecheckouterrorstate.success {
background-color: var(--success-checkout-notice-background);
color: var(--success-checkout-notice-color);
}
ul.w-commerce-commercecheckoutoptionlist {
padding-left: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: none;
}
body.woocommerce-page form .form-row label.woocommerce-form__label-for-checkbox {
display: flex;
align-items: center;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box {
background-color: inherit;
color: inherit;
padding-left: 0;
}
.woocommerce-checkout #payment .wc_payment_method .payment_box::before {
display: none;
}
.about_paypal {
display: none;
white-space: nowrap;
}
.chosen .about_paypal {
display: inherit;
}
.updating-checkout .about_paypal {
display: none;
}
[data-node-type="commerce-checkout-shipping-methods-list"] li {
display: block;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
span.woocommerce-terms-and-conditions-checkbox-text {
margin-left: 8px;
font-size: 90%;
}
.woocommerce-terms-and-conditions-wrapper .required {
display: none;
}
.udesly-hidden {
display: none!important;
}
body #add_payment_method #payment, body .woocommerce-cart #payment, body .woocommerce-checkout #payment {
background: inherit;
border-radius: inherit;
}
.w-checkout-error-msg a.button.wc-forward {
display: none;
}.wcpa_form_outer{width:100%; order:-1} .wcpa_form_outer label{color: #000;font-weight: 500;text-transform: uppercase} .wcpa_form_item{}.wcpa_form_outer .wcpa_form_item input[type=date],.wcpa_form_outer .wcpa_form_item input[type=datetime-local],.wcpa_form_outer .wcpa_form_item input[type=email],.wcpa_form_outer .wcpa_form_item input[type=file],.wcpa_form_outer .wcpa_form_item input[type=number],.wcpa_form_outer .wcpa_form_item input[type=tel],.wcpa_form_outer .wcpa_form_item input[type=text],.wcpa_form_outer .wcpa_form_item textarea{width:99%;resize:none;line-height:25px;padding:5px 15px;border:1px solid #aaa;background:#fff;box-shadow:none;outline:0}.wcpa_form_outer .wcpa_form_item input[type=color],.wcpa_form_outer .wcpa_form_item input[type=time]{resize:none;line-height:25px;border:1px solid #aaa;background:#fff;box-shadow:none;outline:0}.wcpa_form_outer .wcpa_form_item input[type=color]{padding:0}.wcpa_form_outer .wcpa_form_item input[type=date]{padding-right:7px} .wcpa_form_outer .wcpa_form_item select{display: block!important;border: 1px solid #cccccc;line-height: 1.428571429; font-size: 14px;padding: 8px 12px;width: 100%;height: 45px;margin-bottom: 16px;font-weight:400} .wcpa_form_outer .wcpa_form_item .select{position:relative}.wcpa_form_outer .wcpa_form_item .select_arrow{content:'';display:none;position:absolute;top:15px;right:15px;width:0;height:0;pointer-events:none;border-style:solid;border-width:8px 5px 0 5px;border-color:#aaa transparent transparent transparent}.wcpa_form_outer .wcpa_form_item input[type=radio]{position:absolute;visibility:hidden}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox,.wcpa_form_outer .wcpa_form_item .wcpa_radio{position:relative}.wcpa_form_outer .wcpa_form_item .wcpa_radio label{position:relative;padding-left:0;margin-left:0;z-index:9;line-height:25px;margin-bottom:5px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check{display:inline-block;position:relative;border:2px solid #aaa;border-radius:100%;height:15px;width:15px;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:-2px;margin-right:5px}.wcpa_form_outer .wcpa_form_item .wcpa_radio .wcpa_check::before{display:block;position:absolute;content:'';border-radius:100%;height:7px;width:7px;top:2px;left:2px;margin:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wcpa_form_outer .wcpa_form_item .wcpa_radio input[type=radio]:checked+label .wcpa_check::before{background:#36b97e}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]{position:absolute;opacity:0}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox label{position:relative;padding-left:0;margin-left:0;z-index:9;line-height:25px;margin-bottom:5px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check{display:inline-block;position:relative;border:2px solid #aaa;height:15px;width:15px;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:-2px;margin-right:5px}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check::before{content:''}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]:checked+label .wcpa_check{border:2px solid #36b97e;background:#36b97e}.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]:checked+label .wcpa_check::before{content:'';position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wcpa_form_outer .wcpa_form_item .wcpa_price{line-height:30px;text-align:right;display:block}.wcpa_form_outer .wcpa_form_item .required_ast{color:red;display:none}.wcpa_form_outer .wcpa_form_item ::-webkit-calendar-picker-indicator{color:#aaa}.wcpa_form_outer .wcpa_form_item ::-webkit-calendar-picker-indicator:hover{background:0 0}.wc-item-meta-label{vertical-align:top;min-width:30%}.wcpa_price_summary ul{list-style:none;margin-left:0}.wcpa_price_summary{background:#f9f9f9}.wcpa_price_summary li{border-top:1px solid #bdbcbc;padding:8px 0 8px 4px;clear:both;font-weight:700}.wcpa_price_summary li .price{float:right;text-align:right}.woocommerce-cart-form .wcpa_img,.woocommerce-checkout-review-order .wcpa_img,.woocommerce-order-details .wcpa_img{width:100px;max-width:100%}.woocommerce-cart-form .wcpa_icon,.woocommerce-checkout-review-order .wcpa_icon,.woocommerce-order-details .wcpa_icon{width:15px;max-width:100%;display:inline;margin:0 4px 0 0}.single-product div.product.wcpa_has_options form.cart{display:block!important}.single-product div.product.wcpa_has_options form.cart.variations_form .woocommerce-variation-add-to-cart{display:block!important}