@charset "UTF-8";
.woocommerce div.product form.cart table.variations td select {
  min-width: unset;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.single-product a.reset_variations {
  display: none !important;
}
body.single-product .wp-block-add-to-cart-form {
  background-color: #F8F2FC;
  border-radius: 15px;
}
body.single-product form.variations_form.cart {
  background-color: #F8F2FC;
  display: flex;
  width: 100%;
  padding: 80px 50px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  border-radius: 15px;
  position: relative;
  max-width: 1100px;
  margin: auto;
}
body.single-product form.variations_form.cart select {
  border-radius: 25px;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #B23FFF;
  background-color: #FFF !important;
  color: var(--wp--preset--color--primary);
  font-family: "Bricolage Grotesque", "Montserrat";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.154px;
  background-image: url("../images/angle-right.svg") !important;
  background-size: 13px !important;
  width: 300px;
  outline: none !important;
}
body.single-product form.variations_form.cart select:focus-visible {
  border: 1px solid #B23FFF !important;
  outline-color: #B23FFF;
  outline-width: 0px;
}
@media (max-width: 767px) {
  body.single-product form.variations_form.cart select {
    width: 250px;
  }
}
body.single-product form.variations_form.cart .variations tbody tr:first-of-type td {
  display: block;
  padding-bottom: 0;
}
body.single-product form.variations_form.cart .variations tbody tr:first-of-type td.label {
  padding-bottom: 20px;
}
body.single-product form.variations_form.cart .variations tbody tr:nth-of-type(2) td.label {
  display: none;
}
body.single-product form.variations_form.cart .variations tbody tr:nth-of-type(2) td.value {
  padding-bottom: 0;
  padding-top: 80px;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards {
  display: none;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards.ec-ready {
  display: grid;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards.is-hidden {
  display: none;
}
body.single-product form.variations_form.cart .variations form.variations_form.ec-hide-native-cta .single_add_to_cart_button, body.single-product form.variations_form.cart .variations form.variations_form.ec-hide-native-cta .variations_button .button {
  display: none !important;
}
body.single-product form.variations_form.cart .variations form.variations_form.ec-hide-native-cta .quantity {
  display: none !important;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card {
  border-radius: 11.464px;
  background: #FFF;
  box-shadow: 0 0 11.464px 0 rgba(30, 36, 62, 0.1);
  display: flex;
  flex: 1;
  padding: 30px 35px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card--group .ec-card-title {
  color: var(--wp--preset--color--primary);
  padding: 0;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card--group .ec-card-desc p {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-weight: 700;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-title {
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 22px;
  font-weight: 700;
  line-height: 105%;
  text-align: center;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-best {
  position: absolute;
  background-color: var(--wp--preset--color--purple);
  box-shadow: 0 0 5px 0 rgba(178, 63, 255, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  color: #FFF;
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 18px;
  font-weight: 600;
  line-height: 105%;
  text-align: center;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-price {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 26px;
  font-weight: 700;
  line-height: 105%;
  /* 33.6px */
}
@media (max-width: 1360px) {
  body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-price {
    font-size: 20px;
  }
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-desc {
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  color: var(--wp--preset--color--primary-var-3);
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-desc ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-desc ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-desc ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  font-family: "Font Awesome 7 Slab";
  color: var(--wp--preset--color--purple);
  height: 23px;
  width: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: -0.165px;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-actions .ec-card-cta {
  border: none;
  background: none;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  text-decoration-line: underline;
  position: relative;
  padding-right: 19px;
  cursor: pointer;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards .ec-card-actions .ec-card-cta:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  font-family: "Font Awesome 7 Slab";
  font-weight: 400;
  font-size: 14px;
  bottom: 0;
  height: 21px;
  color: var(--wp--preset--color--primary);
  line-height: 25px;
  width: 9px;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="compte-simple"] .ec-card-title {
  color: var(--wp--preset--color--primary-var-2);
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="compte-simple"]:hover, body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="compte-simple"].selected {
  box-shadow: 0 0 20px 0 rgba(78, 177, 255, 0.5);
}
@media (max-width: 1360px) {
  body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="compte-simple"] {
    flex-basis: 45%;
    order: 3;
  }
}
@media (max-width: 700px) {
  body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="compte-simple"] {
    flex-basis: 100%;
    order: 3;
  }
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat"] .ec-card-title {
  color: var(--wp--preset--color--descendus-violet-violet-70);
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat"]:hover, body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat"].selected {
  box-shadow: 0 0 20px 0 rgba(201, 120, 255, 0.5);
}
@media (max-width: 1360px) {
  body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat"] {
    flex-basis: 45%;
    order: 2;
  }
}
@media (max-width: 700px) {
  body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat"] {
    flex-basis: 100%;
    order: 2;
  }
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat Premium"] {
  padding-top: 42px;
  border: 1px solid #B23FFF;
  background: #FFF;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat Premium"] li b {
  font-weight: 600;
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat Premium"] .ec-card-title {
  color: var(--wp--preset--color--purple);
}
body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat Premium"]:hover, body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat Premium"].selected {
  box-shadow: 0 0 20px 0 rgba(178, 63, 255, 0.5);
}
@media (max-width: 1360px) {
  body.single-product form.variations_form.cart .variations .ec-tarif-cards [data-value="adhésion au syndicat Premium"] {
    flex-basis: 100%;
    order: 1;
  }
}
body.single-product form.variations_form.cart .single_variation_wrap {
  position: absolute;
  top: 78px;
  left: 50%;
  width: calc(50% - 20px);
}
body.single-product form.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}
body.single-product form.variations_form.cart .single_variation_wrap .single_add_to_cart_button {
  display: none;
}
body.single-product form.variations_form.cart .single_variation_wrap .form-group.ppom-input-region label {
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 1090px) {
  body.single-product form.variations_form.cart .single_variation_wrap {
    left: 42px;
    top: 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.single-product form.variations_form.cart .single_variation_wrap {
    left: 16px;
    top: 30px;
  }
}
body.single-product form.variations_form.cart button[type="submit"] {
  border-radius: 25px;
  background: #B23FFF;
  box-shadow: 0 0 5px 0 #D48BFF;
  color: #FFF;
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.154px;
}
@media (max-width: 1090px) {
  body.single-product form.variations_form.cart {
    padding: 160px 50px 80px;
  }
}
@media (max-width: 767px) {
  body.single-product form.variations_form.cart {
    padding: 160px 23px 80px;
  }
}
body.single-product td.label, body.single-product label {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 105% !important;
}
@media (max-width: 1360px) {
  body.single-product td.label, body.single-product label {
    font-size: 18px;
  }
}
body.woocommerce-order-received main .wc-block-order-confirmation-totals table .wc-item-meta {
  font-size: 14px;
}
body.woocommerce-order-received main a {
  font-weight: 600;
}
body.woocommerce-checkout .wc-block-components-sidebar {
  box-sizing: border-box;
  padding-left: 30px;
  width: 35%;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout .wc-block-components-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
body.woocommerce-checkout .wc-block-components-product-details__value {
  display: inline-block;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 0 !important;
  width: 65%;
}
@media (max-width: 1300px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding-left: 0;
  }
}
body.woocommerce-checkout h1 {
  max-width: var(--wp--style--global--content-size) !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block * {
  font-size: 14px;
}
body.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 14px;
}
body.woocommerce-checkout .wc-block-components-checkbox label {
  font-size: 14px;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form {
  background: #F8F2FC;
  padding: 50px 60px;
  border-radius: 15px;
}
@media (max-width: 1500px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form {
    padding: 24px;
  }
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: transparent;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-blocks-components-select__container, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-address-form__email {
  margin-top: 3rem;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input label, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-blocks-components-select__container label, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-address-form__email label {
  top: 0;
  transform: translateY(-25px) scale(1);
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input.is-active label, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-blocks-components-select__container.is-active label, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-address-form__email.is-active label {
  top: 0;
  transform: translateY(-25px) scale(1);
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input svg, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-blocks-components-select__container svg, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-address-form__email svg {
  display: none;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-validation-error {
  position: absolute;
  padding-top: 5px;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-validation-error p {
  font-size: 12px;
  font-weight: 400;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(3), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(4), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(5), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(9), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(17), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(18), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(19) {
  width: 30%;
  display: inline-block;
}
@media (max-width: 1350px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(3), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(4), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(5), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(9), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(17), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(18), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(19) {
    width: 47.5%;
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(3), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(4), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(5), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(9), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(17), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(18), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(19) {
    width: 100%;
  }
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(8) {
  width: 65%;
  display: inline-block;
  margin-right: 5%;
}
@media (max-width: 1350px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(8) {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1350px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(9) {
    width: 100%;
    margin-right: 0;
  }
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(4) {
  margin-left: 5%;
  margin-right: 5%;
}
@media (max-width: 1350px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(4) {
    width: 100%;
    margin: 0;
  }
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(13), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(11), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(17), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(19) {
  width: 47.5%;
  display: inline-block;
  margin-right: 2.5%;
}
@media (max-width: 600px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(13), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(11), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(17), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(19) {
    width: 100%;
    margin: 0;
  }
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(14), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(12), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(18), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(20) {
  width: 47.5%;
  display: inline-block;
  margin-left: 2.5%;
}
@media (max-width: 600px) {
  body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(14), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(12), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(18), body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field:nth-of-type(20) {
    width: 100%;
    margin: 0;
  }
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field .wc-block-components-radio-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field .wc-block-components-radio-control .wc-block-components-cfe-radio-control__heading {
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field .wc-block-components-radio-control label {
  margin-bottom: 0;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--bricolage-grotesque);
  font-size: 14px;
  line-height: 160%;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__additional-fields__field .wc-block-components-radio-control label.wc-block-components-radio-control__option-checked {
  font-weight: 600;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form select, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-address-card {
  border-radius: 20px;
  border: 1px solid #B23FFF;
  background: #FFF;
  padding: 10px 15px !important;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input:focus-visible, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form select:focus-visible, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-address-card:focus-visible {
  border: 2px solid #B23FFF !important;
  outline-color: #B23FFF;
  outline-width: 0px;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control__option {
  border-radius: 20px;
  border: 1px solid #B23FFF;
  background: #FFF;
  padding-top: 9px;
  padding-bottom: 9px;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked:after {
  border: 0px;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form select {
  background-image: url("../images/angle-right.svg") !important;
  background-size: 13px !important;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 18px;
  padding-right: 33px !important;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form .wc-block-components-radio-control.thwcfe-radio-control .wc-block-components-radio-control__option {
  padding: 0 21px;
  display: inline-block;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=radio], body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=checkbox] {
  padding: 0 !important;
  min-height: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  width: 16px !important;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=radio]::before, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=checkbox]::before {
  background-color: #B23FFF !important;
  min-height: 8px !important;
  min-width: 8px !important;
  height: 8px !important;
  width: 8px !important;
}
body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=radio]:focus, body.woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form input[type=checkbox]:focus {
  outline: 0px solid rgba(18, 18, 18, 0.8);
  outline-offset: 0px;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  display: none;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  padding-left: 0;
}
.forminator-custom-form {
  padding: 50px 60px !important;
  border-radius: 15px !important;
  background-color: #F8F2FC;
}
.forminator-custom-form input, .forminator-custom-form select {
  border-radius: 20px !important;
  border: 1px solid var(--wp--preset--color--purple) !important;
  background: #FFF !important;
  padding: 10px 15px !important;
}
.forminator-custom-form input:focus-visible, .forminator-custom-form select:focus-visible {
  outline: 1px solid var(--wp--preset--color--purple) !important;
}
.forminator-custom-form label {
  font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 160% !important;
  margin-bottom: 5px !important;
}
.forminator-custom-form span.select2:focus-visible {
  outline: 0px !important;
  border: 0px !important;
}
.forminator-custom-form .select2-selection__arrow span.forminator-icon-chevron-down::before {
  content: "" !important;
  font-family: "Font Awesome 7 Slab" !important;
  font-size: 16px;
  color: var(--wp--preset--color--primary) !important;
}
.forminator-custom-form span.select2-selection.select2-selection--single {
  background-color: #fff !important;
  border-radius: 20px;
  border: 1px solid var(--wp--preset--color--purple) !important;
  padding: 2px 7px !important;
}
.forminator-custom-form .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-custom-form .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 24px;
}
.forminator-custom-form#forminator-module-1698 {
  background-color: #EDF7FF;
}
.forminator-custom-form#forminator-module-1698 input, .forminator-custom-form#forminator-module-1698 select, .forminator-custom-form#forminator-module-1698 textarea {
  border: 1px solid var(--wp--preset--color--primary-var-2) !important;
}
.forminator-custom-form#forminator-module-1698 input:focus-visible, .forminator-custom-form#forminator-module-1698 select:focus-visible, .forminator-custom-form#forminator-module-1698 textarea:focus-visible {
  outline: 1px solid var(--wp--preset--color--primary-var-2) !important;
}
.forminator-custom-form#forminator-module-1698 span.select2-selection.select2-selection--single {
  border: 1px solid var(--wp--preset--color--primary-var-2) !important;
}
.forminator-custom-form#forminator-module-1698 .forminator-checkbox__wrapper p {
  margin: 0;
}
.forminator-custom-form#forminator-module-1698 .forminator-checkbox__wrapper p a {
  font-weight: 600;
}
.forminator-custom-form#forminator-module-1698 .forminator-row-last .forminator-field .forminator-button-submit {
  position: relative;
  background: var(--wp--preset--color--primary-var-2);
  border: 1px solid var(--wp--preset--color--primary-var-2) !important;
  transition: all 0.2s ease-in-out;
}
.forminator-custom-form#forminator-module-1698 .forminator-row-last .forminator-field .forminator-button-submit:after {
  color: var(--wp--preset--color--primary-var-2);
}
.forminator-custom-form#forminator-module-1698 .forminator-row-last .forminator-field .forminator-button-submit:hover {
  background-color: #fff !important;
  border: 1px solid var(--wp--preset--color--primary-var-2);
  color: var(--wp--preset--color--primary-var-2) !important;
}
.forminator-select-dropdown {
  background-color: #fff !important;
  border-color: var(--wp--preset--color--purple) !important;
}
.forminator-select-dropdown .select2-results__option--highlighted {
  outline: 2px solid var(--wp--preset--color--purple) !important;
}
.forminator-row-last .forminator-field {
  text-align: center;
}
.forminator-row-last .forminator-field .forminator-button-submit {
  border-radius: 25px !important;
  background: var(--wp--preset--color--purple);
  box-shadow: none !important;
  color: #FFF !important;
  font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 160% !important;
  /* 22.4px */
  letter-spacing: -0.154px;
  padding: 9px 55px 9px 15px !important;
  border: 1px solid var(--wp--preset--color--purple) !important;
}
.forminator-row-last .forminator-field .forminator-button-submit:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 7 Slab";
  font-weight: 400;
  font-size: 17px;
  bottom: 0;
  height: 25px;
  line-height: 140%;
  border-radius: 24px;
  padding: 0 7px;
  background-color: #fff;
  color: var(--wp--preset--color--purple);
}
.forminator-row-last .forminator-field .forminator-button-submit:hover {
  background-color: #fff !important;
  border: 1px solid var(--wp--preset--color--purple);
  color: var(--wp--preset--color--purple) !important;
}
