.ef-gf-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 2147483645 !important;
}

.ef-gf-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 2147483646 !important;
}

.ef-gf-modal.is-visible,
.ef-gf-modal-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.ef-gf-modal__inner {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    z-index: 2147483647;
}

.ef-gf-modal__close {
    position: absolute;
    right: 16px;
    top: 12px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    color: #111;
}

.ef-gf-modal__header {
    font-size: 28px;
    font-weight: 600;
    margin: 0 40px 20px 0;
}

.ef-gf-modal__status {
    margin-top: 16px;
    font-size: 14px;
    color: #222;
}

.ef-gf-modal__status.is-error {
    color: #b42318;
}

body.ef-gf-modal-open {
    overflow: hidden;
}

.ef-gf-form-wrap .gform_wrapper {
    margin: 0;
}


.ef-gf-modal.ef-gf-submitted .gform_confirmation_wrapper,
.ef-gf-modal.ef-gf-submitted .gform_confirmation_message,
.ef-gf-modal.ef-gf-submitted .gform_wrapper form,
.ef-gf-modal.ef-gf-submitted .validation_error,
.ef-gf-modal.ef-gf-submitted .gform_validation_errors {
    display: none !important;
}
body.ef-gf-modal-open header,
body.ef-gf-modal-open #header-outer,
body.ef-gf-modal-open #header-space,
body.ef-gf-modal-open .nectar-sticky-pos,
body.ef-gf-modal-open .site-header,
body.ef-gf-modal-open .main-nav,
body.ef-gf-modal-open .mobile-menu {
    z-index: 1 !important;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a.ef-gf-archive-add-to-cart{border: 1px solid rgba(0,0,0,.13);
  background-color: transparent !important;
  padding: 8px 13px !important;
  line-height: 12px;
  display: inline-block;
  color: #000;
  transition: color .2s linear;
  font-weight: bold;
}