/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*
body.single-wfacp_checkout{
  #wfacp_checkout_form {
    p.form-row.form-row-wide.create-account {
      display: none !important;
    }
  }
}
*/
@media screen and (max-width: 1024px) {
  #m-178c58a16fd {
    width: 0px;
    height: 0px;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  #m-178c58a16fd.tve-m-expanded {
    height: 100vh;
    opacity: unset !important;
  }
}
.custom_box_rapidlink {
  position: fixed;
  bottom: 0;
  right: 0;
  height: fit-content;
  width: fit-content;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
  z-index: 100;
  transition: transform 0.3s ease-in-out;
  color: blue;
}
.custom_box_rapidlink .toggle {
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0px;
  margin-bottom: 10px;
  outline: none;
  background-color: transparent;
}
.custom_box_rapidlink .action-btn {
  display: block;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  outline: none;
}
.custom_box_rapidlink .action-btn:hover {
  background-color: transparent;
}
.custom_box_rapidlink .action-btn {
  display: none;
}

.custom_box_rapidlink.closed {
  transform: translateY(-100%);
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox.wfacp-form-control-label {
  display: none;
}

.woocommerce-checkout .woocommerce-account-fields {
  display: none !important;
}

#openBtn img, #closeBtn img, .action-btn img {
  width: var(--dimns);
}

@media screen and (max-width: 680px) {
  #openBtn img, #closeBtn img, .action-btn img {
    width: var(--dimnsmobile);
  }
}
#CookiebotWidget {
  background: transparent;
  border: none;
  box-shadow: none !important;
}
#CookiebotWidget .CookiebotWidget-logo {
  transform: scale(0.7);
}

/*# sourceMappingURL=performize_dva-public.css.map */
