@charset "UTF-8";
.input-custom:not(#kl_sms_consent_checkbox) {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
  border: 1px solid rgba(34, 42, 88, 0.3);
  border-radius: 8px;
  transition: border 0.15s ease-in;
  padding: 11px;
}
@media (max-width: 576px) {
  .input-custom:not(#kl_sms_consent_checkbox) {
    font-size: 16px;
  }
}
.input-custom:not(#kl_sms_consent_checkbox):focus {
  border: 1px solid rgb(34, 42, 88);
}
.input-custom:not(#kl_sms_consent_checkbox)::-moz-placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 133.7%;
  text-transform: capitalize;
  color: rgba(34, 42, 88, 0.7);
}
.input-custom:not(#kl_sms_consent_checkbox)::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 133.7%;
  text-transform: capitalize;
  color: rgba(34, 42, 88, 0.7);
}
@media (max-width: 576px) {
  .input-custom:not(#kl_sms_consent_checkbox)::-moz-placeholder {
    font-size: 15px;
  }
  .input-custom:not(#kl_sms_consent_checkbox)::placeholder {
    font-size: 15px;
  }
}

.woocommerce-invalid .input-custom:not(#kl_sms_consent_checkbox) {
  border: 1px solid #e2401c;
}

#input-date {
  padding-left: 183px;
}
@media (max-width: 576px) {
  #input-date {
    padding-left: calc(100% - 70px);
  }
}

.custom_radio input[type=radio] {
  display: none;
}

.custom_radio {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 576px) {
  .custom_radio {
    gap: 15px;
  }
  .custom_radio img {
    width: 24px;
  }
}
.custom_radio label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 19, 67, 0.08);
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 20px;
  line-height: 133.7%;
  text-transform: capitalize;
  color: rgba(34, 42, 88, 0.7);
  cursor: pointer;
}
@media (max-width: 576px) {
  .custom_radio label {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.custom_radio input[type=radio]:checked + label {
  border: 1px solid #274A99;
  box-shadow: 0px 10px 33px -21px rgba(39, 74, 153, 0.44);
}

.admin-bar .card-breadcrumbs {
  margin-top: 60px;
}

.card-breadcrumbs strong {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.card-breadcrumbs {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .card-breadcrumbs {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .card-breadcrumbs {
    margin-bottom: 10px;
  }
}
.card-breadcrumbs::before {
  content: "";
  width: 85%;
  height: 0.691047px;
  background-color: #274A99;
  position: absolute;
  left: 47px;
  top: 31px;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 768px) {
  .card-breadcrumbs::before {
    width: 75%;
    top: 17px;
  }
}
.card-breadcrumbs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  font-weight: 400;
  font-size: 16.5851px;
  line-height: 113.7%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #050446;
}
@media (max-width: 768px) {
  .card-breadcrumbs__item {
    font-size: 12px;
  }
}
.card-breadcrumbs__item span {
  width: 66.34px;
  max-width: 66.34px;
  height: 66.34px;
  max-height: 66.34px;
  background: #fff;
  border: 0.691047px solid rgba(0, 19, 67, 0.08);
  border-radius: 20.7314px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: prompt-p, sans-serif;
  text-transform: capitalize;
  color: rgba(5, 4, 70, 0.7);
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .card-breadcrumbs__item span {
    width: 35px;
    height: 35px;
    max-width: 35px;
    border-radius: 10px;
    font-size: 15px;
  }
}
.card-breadcrumbs__item--active {
  color: #0038B1;
  font-weight: 800;
}
.card-breadcrumbs__item--active span {
  background: #EAEDF5;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 768px) {
  .card-breadcrumbs__item--active span {
    font-size: 15px;
  }
}
.card-breadcrumbs__item--checked img {
  width: 18px;
  height: 18px;
}
.card-breadcrumbs__item--checked span {
  background: #EAEDF5;
}

.ywgc_have_code {
  display: none;
}

.payment_method_braintree_googlepay.need-hide, .gpay-card-info-container.need-hide {
  display: none !important;
}

.need-check {
  position: relative;
}
.need-check:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11111111;
  display: block;
}

.checkout.woocommerce-checkout.processing .form-row.place-order {
  opacity: 0;
}

.need-hide {
  display: none !important;
}

.return-to-shop {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .return-to-shop {
    margin: 0 20px;
  }
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .tax-total {
  display: none;
}

body .hdpi.pac-logo:after {
  display: none;
}

@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }
}

.details_shipping {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 24px;
  padding-top: 24px;
}

.my-cart {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1440px) {
  .my-cart {
    padding: 0 20px;
  }
}
@media (max-width: 625px) {
  .my-cart {
    margin-bottom: 0;
  }
}
.my-cart h2 {
  text-transform: uppercase;
  font-size: 45px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .my-cart h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .my-cart h2 {
    font-size: 25px;
  }
}
.my-cart__wrapper {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 1440px) {
  .my-cart__wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .my-cart__wrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.my-cart--checkout {
  margin-top: 49px;
}
@media (max-width: 625px) {
  .my-cart--checkout {
    margin-top: 0;
  }
}
.my-cart--checkout .image4 {
  width: 159px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1310px) {
  .my-cart--checkout .image4 {
    left: -8px;
    bottom: -132px;
  }
}
@media (max-width: 625px) {
  .my-cart--checkout .image4 {
    bottom: -150px;
  }
}
.my-cart--confirmation {
  margin-top: 34px;
}
.my-cart--confirmation .image1 {
  position: absolute;
  left: -205px;
  bottom: -150px;
}
@media (max-width: 768px) {
  .my-cart--confirmation .image1 {
    display: none;
  }
}
.my-cart--confirmation .my-cart__wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  background: #FFFFFF;
  border: 1px solid rgba(15, 19, 28, 0.14);
  box-shadow: 0 84px 110px -79px rgba(39, 74, 153, 0.44);
  border-radius: 42px;
  padding: 42px 106px 81px 45px;
  position: relative;
}
@media (max-width: 1440px) {
  .my-cart--confirmation .my-cart__wrapper {
    justify-content: space-between;
    padding: 42px 106px 81px 106px;
  }
}
@media (max-width: 992px) {
  .my-cart--confirmation .my-cart__wrapper {
    padding: 51px 20px 33px;
    max-width: 500px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .my-cart--confirmation .order-table-sum {
    order: 3;
  }
}
.my-cart--confirmation .order-table-sum__cupone {
  display: none !important;
}
@media (max-width: 576px) {
  .my-cart--confirmation .order-table-sum__cupone {
    display: table !important;
  }
}
.my-cart--confirmation .order-table-sum__mobile {
  font-size: 18px;
  line-height: 133.7%;
  text-align: center;
  text-transform: capitalize;
  color: #0038B1;
  font-weight: 700;
  display: none !important;
}
@media (max-width: 576px) {
  .my-cart--confirmation .order-table-sum__mobile {
    display: table !important;
  }
}
.my-cart--confirmation .order-table-sum tbody, .my-cart--confirmation .order-table-sum tfoot {
  display: block;
  padding-right: 26px;
}
.rtl .my-cart--confirmation .order-table-sum tbody, .rtl .my-cart--confirmation .order-table-sum tfoot {
  padding-left: 26px;
  padding-right: 0;
}
@media (max-width: 576px) {
  .my-cart--confirmation .order-table-sum tbody, .my-cart--confirmation .order-table-sum tfoot {
    padding-right: 0;
  }
}
.my-cart--confirmation .order-table-sum tbody tr, .my-cart--confirmation .order-table-sum tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.my-cart--confirmation .order-table-sum tbody {
  max-height: 367.41px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-margin-top: 40px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.my-cart--confirmation .order-table-sum tbody .drd-body::before {
  display: none;
}
.my-cart--confirmation .order-table-sum tbody::-webkit-scrollbar {
  width: 15px;
}
.my-cart--confirmation .order-table-sum tbody::-webkit-scrollbar-track {
  background: transparent;
}
.my-cart--confirmation .order-table-sum tbody::-webkit-scrollbar-thumb {
  background-color: rgba(62, 69, 109, 0.5);
  border-radius: 20px;
  border: 7px solid #fff;
  background-clip: padding-box;
}
.my-cart--confirmation .order-table-sum tbody::-webkit-scrollbar-thumb:hover {
  background: rgb(62, 69, 109);
}

.wc-proceed-to-checkout a:not(.apple-pay-button):before, .wc-proceed-to-checkout button:not(.apple-pay-button):before, .place-order a:not(.apple-pay-button):before, .place-order button:not(.apple-pay-button):before {
  content: "";
  background-image: url(/wp-content/themes/particleformen/assets/images/lock-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}
.rtl .wc-proceed-to-checkout a:not(.apple-pay-button):before, .rtl .wc-proceed-to-checkout button:not(.apple-pay-button):before, .rtl .place-order a:not(.apple-pay-button):before, .rtl .place-order button:not(.apple-pay-button):before {
  margin-right: 0;
  margin-left: 5px;
}

.show-why {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #222A58;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.show-why:hover + .modal-why {
  display: block;
}

.modal-why {
  display: none;
  position: absolute;
  right: 0;
  bottom: 30px;
  background: #222A58;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 12px;
  max-width: 268px;
  z-index: 2;
}
.modal-why:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 11px;
  width: 0;
  border: 6px solid transparent;
  border-top-color: #222A58;
}

body .wc-braintree-card-icons-container {
  display: none;
}

.woocommerce-invalid input {
  background: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.woocommerce-good input {
  background: #fff;
  background-size: 24px;
}

.woocommerce-input-wrapper {
  position: relative;
}

.woocommerce-good .woocommerce-input-wrapper:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(/wp-content/themes/particleformen/assets/images/press/good.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.woocommerce-invalid .woocommerce-input-wrapper:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(/wp-content/themes/particleformen/assets/images/press/error.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop {
    display: none;
  }
}
.google-review, .particle-review {
  margin: 50px 10px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .google-review, .particle-review {
    margin: 10px 10px;
  }
}
.google-review .review, .particle-review .review {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(0, 19, 67, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .google-review .review, .particle-review .review {
    width: auto;
  }
}
.google-review .review .stars-rating, .particle-review .review .stars-rating {
  position: relative;
  width: 119px;
  min-width: 119px;
  height: 23.78px;
  background: url(/wp-content/themes/particleformen/assets/images/star-gray.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
  direction: ltr;
}
.google-review .review .stars-rating span, .particle-review .review .stars-rating span {
  position: absolute;
  height: 100%;
  background: url(/wp-content/themes/particleformen/assets/images/star-yellow.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
}
.google-review .review p, .particle-review .review p {
  font-size: 16px;
}
.google-review .review div.logo-particle, .particle-review .review div.logo-particle {
  margin: 15px 0;
}
.google-review .review div img, .particle-review .review div img {
  min-width: 160px;
  max-width: 160px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .google-review .review div img, .particle-review .review div img {
    min-width: 159px;
    max-width: 159px;
  }
}

.reviews_block {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .reviews_block.only-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .reviews_block {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .particle-review {
    margin-top: 25px;
  }
}
.particle-review .review div img {
  margin: 17px 0 4px;
}

.pay_icons {
  display: flex;
  justify-content: center;
}
.pay_icons img {
  height: 60px;
  width: auto;
  margin: 0 10px 20px;
}

.texts_under_place_order {
  width: 100%;
  margin: 8px 0 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 16;
  border-radius: 20px;
}
.texts_under_place_order p {
  font-size: 16px;
  margin: 7px 0;
  color: #050446;
  font-weight: 600;
}

.woocommerce-checkout .benefits {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .woocommerce-checkout .benefits {
    padding-top: 40px;
  }
}

.green-block {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  border-radius: 10px;
  padding: 5px 0;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  background: none;
  color: #4E8B5F;
  font-size: 17px;
  font-weight: 800;
}
.woocommerce-cart .green-block {
  justify-content: center;
}
@media (max-width: 992px) {
  .woocommerce-cart .green-block {
    margin: 0;
    margin-bottom: 25px;
    margin-top: 35px;
  }
}
@media (max-width: 1200px) {
  .green-block {
    gap: 20px;
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .green-block {
    gap: 10px;
    font-size: 13px;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: -45px;
  }
}
.green-block > div {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .green-block > div {
    width: 100%;
    justify-content: center;
  }
}
.green-block > div:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/particleformen/assets/images/green-block-icon1-black.png) center center no-repeat;
  background-size: contain;
  margin-right: 7px;
}
@media (max-width: 992px) {
  .green-block > div:before {
    content: none;
  }
}
.green-block > div:last-child:before {
  background-image: url("/wp-content/themes/particleformen/assets/images/green-block-icon2-black.png");
}
.green-block > div.border {
  width: 2px;
  height: 27px;
  margin-top: 4px;
  background: #000;
}
@media (max-width: 992px) {
  .green-block > div.border {
    display: none;
  }
}

.gravite-text-box {
  font-size: 13px;
  line-height: 14px;
  color: #1AA15B;
  font-weight: 400;
  font-style: italic;
  min-width: 200px;
  text-transform: none;
}
@media (max-width: 992px) {
  .gravite-text-box {
    min-width: 50px;
    font-size: 10px;
  }
}

.rtl .woocommerce-good .woocommerce-input-wrapper:after,
.rtl .woocommerce-invalid .woocommerce-input-wrapper:after {
  left: 15px;
  right: auto;
}
.rtl #billing_phone_field.woocommerce-good .woocommerce-input-wrapper:after,
.rtl #billing_phone_field.woocommerce-invalid .woocommerce-input-wrapper:after {
  left: 45px;
  right: auto;
}

@media (max-width: 625px) {
  .cart-collaterals {
    width: 100%;
  }
}

.cart-discount td {
  padding-bottom: 20px;
}

.rtl .order-table-sum__total td:last-of-type {
  text-align: left;
}
.rtl .order-table-sum {
  flex: 1;
}
.rtl .order-table-sum__subtotal td:last-of-type, .rtl .order-table-sum__tr td:last-of-type {
  text-align: left;
}

.order-summary {
  background: #ffffff;
  border: 1px solid rgba(0, 19, 67, 0.08);
  box-shadow: 0 84px 110px -79px rgba(39, 74, 153, 0.44);
  border-radius: 42px;
  padding: 25px 55px 20px;
  min-width: 615px;
  max-width: 615px;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .order-summary {
    padding: 33px 25px 27px;
    min-width: 461px;
  }
}
@media (max-width: 992px) {
  .order-summary.desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .order-summary.mobile {
    display: none;
  }
}
@media (max-width: 481px) {
  .order-summary--first {
    border-radius: 24px;
    padding: 15px 20px 33px;
    min-width: 100%;
  }
}
.order-summary h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 113.7%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.rtl .order-summary h3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  direction: rtl;
  gap: 10px;
}
@media (max-width: 1440px) {
  .order-summary h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .order-summary h3 {
    font-size: 15px;
  }
}
.order-summary h3 span {
  color: #0038b1;
}
.order-summary .btn {
  width: 100%;
  display: flex;
  color: #0038b1;
}
.order-summary .btn-sky {
  height: 60px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #fff;
}

.order-table-sum {
  border: none;
  position: relative;
  border-collapse: separate;
  width: 100%;
  border-spacing: 0 0;
  flex: 1;
}
.order-table-sum .order-total td {
  line-height: 2;
}
@media (max-width: 576px) {
  .order-table-sum {
    border-spacing: 0 7px;
  }
}
.order-table-sum .del {
  color: #12114f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.order-table-sum .red {
  color: #050446;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .order-table-sum .red {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum .red {
    font-size: 15px;
  }
}
.order-table-sum .cupon-code {
  transition: opacity 0.25s;
}
.order-table-sum .cupon-code.loading {
  pointer-events: none;
  position: relative;
  opacity: 0.6;
}
.order-table-sum .cupon-code.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border: 3px solid #a0caab;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin-loader 2s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin-loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.order-table-sum__tr {
  border-collapse: separate;
}
.order-table-sum__tr.fee {
  line-height: 2;
}
.order-table-sum__tr.fee td {
  padding: 0 !important;
}
.order-table-sum__tr.fee td span {
  font-size: 25px;
}
@media (max-width: 1440px) {
  .order-table-sum__tr.fee td span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__tr.fee td span {
    font-size: 15px;
  }
}
.order-table-sum__tr.tax-total td:first-of-type small {
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.order-table-sum__tr td {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  text-transform: capitalize;
  color: rgba(34, 42, 88, 0.7);
}
.order-table-sum__tr td .woocommerce-shipping-methods {
  margin: 0;
}
.order-table-sum__tr td:last-of-type {
  text-align: right;
}
.rtl .order-table-sum__tr td:last-of-type {
  text-align: left;
}
@media (max-width: 1440px) {
  .order-table-sum__tr td {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__tr td {
    font-size: 15px;
  }
}
.order-table-sum__tr td span {
  font-family: prompt-p, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 113.7%;
  text-align: right;
  text-transform: capitalize;
  color: rgba(5, 4, 70, 0.7);
}
@media (max-width: 1440px) {
  .order-table-sum__tr td span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__tr td span {
    font-size: 15px;
  }
}
.order-table-sum__tr td span .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
@media (max-width: 576px) {
  .order-table-sum__tr td span .woocommerce-Price-currencySymbol {
    font-size: 9px;
  }
}
.order-table-sum__subtotal td {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  text-transform: capitalize;
  color: rgba(34, 42, 88, 0.7);
}
.order-table-sum__subtotal td:last-of-type {
  text-align: right;
}
.rtl .order-table-sum__subtotal td:last-of-type {
  text-align: left;
}
@media (max-width: 1440px) {
  .order-table-sum__subtotal td {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__subtotal td {
    font-size: 15px;
  }
}
.order-table-sum__subtotal td span {
  font-family: prompt-p, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 113.7%;
  text-align: right;
  text-transform: capitalize;
  color: #050446;
}
@media (max-width: 1440px) {
  .order-table-sum__subtotal td span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__subtotal td span {
    font-size: 15px;
  }
}
.order-table-sum__subtotal td span .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
@media (max-width: 576px) {
  .order-table-sum__subtotal td span .woocommerce-Price-currencySymbol {
    font-size: 9px;
  }
}
.order-table-sum__promo td {
  font-weight: 700;
  font-size: 20px;
  line-height: 133.7%;
  color: #0038b1;
}
@media (max-width: 576px) {
  .order-table-sum__promo td {
    font-size: 15px;
  }
}
.order-table-sum__promo td:last-of-type {
  text-align: right;
}
.rtl .order-table-sum__promo td:last-of-type {
  text-align: left;
}
.order-table-sum__promo span {
  font-family: prompt-p, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 113.7%;
  text-align: right;
  text-transform: capitalize;
  color: #0038b1;
}
@media (max-width: 1440px) {
  .order-table-sum__promo span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__promo span {
    font-size: 15px;
  }
}
.order-table-sum__promo span .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
@media (max-width: 576px) {
  .order-table-sum__promo span .woocommerce-Price-currencySymbol {
    font-size: 9px;
  }
}
.order-table-sum__total td {
  font-weight: 700;
  font-size: 25px;
  line-height: 133.7%;
  text-transform: capitalize;
  color: #222a58;
  padding: 24px 0;
  border-top: 1px solid rgba(214, 221, 235, 0.7);
}
.order-table-sum__total td:last-of-type {
  text-align: right;
}
@media (max-width: 1440px) {
  .order-table-sum__total td {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__total td {
    font-size: 18px;
    padding: 12px 0;
  }
}
.order-table-sum__total td span {
  font-family: prompt-p, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 113.7%;
  text-align: right;
  text-transform: capitalize;
  color: #050446;
}
@media (max-width: 1440px) {
  .order-table-sum__total td span {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__total td span {
    font-size: 18px;
  }
}
.order-table-sum__total td span .woocommerce-Price-currencySymbol {
  font-size: 24px;
}
@media (max-width: 1440px) {
  .order-table-sum__total td span .woocommerce-Price-currencySymbol {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__total td span .woocommerce-Price-currencySymbol {
    font-size: 11px;
  }
}
.order-table-sum__cupone td {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(214, 221, 235, 0.7);
  border-bottom: 1px solid rgba(214, 221, 235, 0.7);
}
@media (max-width: 576px) {
  .order-table-sum__cupone td {
    padding: 14px;
    border-bottom: none;
  }
}
.order-table-sum__cupone td span {
  font-weight: 400;
  font-size: 20px;
  line-height: 133.7%;
  text-decoration-line: underline;
  color: rgba(34, 42, 88, 0.7);
  cursor: pointer;
  display: block;
}
@media (max-width: 1440px) {
  .order-table-sum__cupone td span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .order-table-sum__cupone td span {
    font-size: 15px;
  }
}
.order-table-sum__cupone .cupon-code {
  position: relative;
  display: none;
}
.order-table-sum__cupone .cupon-code input {
  width: 100%;
  outline: none;
  padding: 8px 87px 8px 19px;
  line-height: 133.7%;
  color: #222a58;
  border: 1px solid rgba(214, 221, 235, 0.7);
  border-radius: 7px;
}
.order-table-sum__cupone .cupon-code input::-moz-placeholder {
  color: rgba(34, 42, 88, 0.7);
}
.order-table-sum__cupone .cupon-code input::placeholder {
  color: rgba(34, 42, 88, 0.7);
}
.order-table-sum__cupone .cupon-code button {
  position: absolute;
  height: 100%;
  width: 81px;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #1aa15b;
  transition: background-color 0.25s;
  border: 1px solid #d6ddeb;
  border-radius: 7px;
  font-weight: 800;
  font-size: 12px;
  line-height: 113.7%;
  text-transform: uppercase;
  color: #fff;
}
.order-table-sum__cupone .cupon-code button:hover {
  background-color: #06cb65;
}
.order-table-sum__cupone .cupon-code button[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.drd-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(214, 221, 235, 0.7);
  border-bottom: 1px solid rgba(214, 221, 235, 0.7);
  cursor: pointer;
}
@media (max-width: 576px) {
  .drd-head {
    padding: 12px 0;
  }
}
.drd-head > div {
  font-family: prompt-p, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 113.7%;
  text-transform: capitalize;
  color: #050446;
}
@media (max-width: 576px) {
  .drd-head > div {
    font-size: 15px;
  }
}
.drd-head > div .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
@media (max-width: 576px) {
  .drd-head > div .woocommerce-Price-currencySymbol {
    font-size: 9px;
  }
}
.drd-head span {
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 576px) {
  .drd-head span {
    font-size: 18px;
  }
}
.drd-head span.drd-title {
  font-size: 20px;
  line-height: 133.7%;
  text-transform: capitalize;
  color: #222a58;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .drd-head span.drd-title {
    font-size: 15px;
  }
}
.drd-head .woocommerce-Price-amount {
  font-weight: 500;
}
.drd-head svg {
  margin-left: 38px;
  transition: transform 0.3s ease-in;
}

body.rtl .drd-head svg {
  margin-left: 0;
}

.drd-body {
  margin: 0;
  position: relative;
  display: none;
  /*
  &::before {
    content: '';
    width: 613px;
    height: 100%;
    background: #F9F9F9;
    position: absolute;
    left: -56px;
    top: 0;
  }
  */
}
.drd-body li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(214, 221, 235, 0.7);
  font-size: 20px;
  line-height: 133.7%;
  text-transform: capitalize;
  color: rgba(34, 42, 88, 0.7);
}
@media (max-width: 576px) {
  .drd-body li {
    font-size: 15px;
    padding: 15px 0;
  }
}
.drd-body li span {
  font-family: prompt-p, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 113.7%;
  text-transform: capitalize;
  color: #050446;
  margin-left: 64px;
}
.rtl .drd-body li span {
  margin-left: 4px;
  margin-right: 64px;
}
.drd-body li span.subscription-details {
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .drd-body li span {
    font-size: 12px;
    margin-left: 0;
  }
}
.drd-body li span .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
@media (max-width: 576px) {
  .drd-body li span .woocommerce-Price-currencySymbol {
    font-size: 9px;
  }
}
.drd-body img {
  max-width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.drd-body__content {
  margin-right: auto;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
}
.drd-body__content h4 {
  font-weight: 800;
  font-size: 17px;
  line-height: 113.7%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #050446;
}
.drd-body__content h4 span {
  all: unset;
  font-weight: 700;
  color: #0038b1;
}
.drd-body__qty {
  font-weight: 500;
  font-size: 12px;
  line-height: 113.7%;
  color: rgba(5, 4, 70, 0.5);
  margin-top: 10px;
}
.drd-body__qty strong {
  all: unset;
  font-weight: 500;
  font-size: 12px;
  line-height: 113.7%;
  color: #050446;
  margin-left: 6px;
}
.drd-body__price {
  font-family: prompt-p, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 113.7%;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #050446;
}
.drd-body__price small {
  font-weight: 500;
  font-size: 15px;
  line-height: 113.7%;
  color: rgba(5, 4, 70, 0.5);
  margin-left: 11px;
}
.rtl .drd-body__price small {
  font-family: "open sans", sans-serif;
}

.drd-head--active + .drd-body {
  transform: scaleY(1);
  height: auto;
}

.drd-head--active svg {
  transform: rotate(-180deg);
}

@media (max-width: 576px) {
  .drd-mobile {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 576px) {
  .btn-wrapper .btn-sky {
    font-size: 13px;
    height: 48px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .btn-wrapper .btn-tr {
    font-weight: 500;
    font-size: 15px;
    line-height: 113.7%;
    border: 1px solid #0038b1;
    border-radius: 7px;
    height: 48px;
    min-width: 131px;
    width: 131px;
    text-transform: capitalize;
    white-space: nowrap;
  }
}

.make-cart-subscription {
  position: relative;
  z-index: 9;
  font-weight: 700;
  font-size: 25px;
  margin-top: 25px;
}
.make-cart-subscription label {
  margin-bottom: 20px;
  display: block;
}
.make-cart-subscription input {
  margin-right: 5px;
}
.make-cart-subscription .delivery {
  display: none;
}
.make-cart-subscription .save {
  color: red;
}

.about-fee {
  background: #eaedf5;
  font-weight: 700 !important;
  font-size: 13px;
  height: 17px;
  width: 17px;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about-fee .mark {
  position: relative;
  top: -3px;
  font-size: 14px !important;
}
.about-fee .tooltip {
  position: absolute;
  bottom: 105%;
  background: #0038b1;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  font-size: 13px !important;
  transform: translateX(-50%);
  left: 50%;
  text-align: left;
  width: 145px;
  line-height: 1.5;
  font-family: "raleway-p", sans-serif;
  transition: 0.5s;
  opacity: 0;
  bottom: 90%;
  pointer-events: none;
  text-transform: none;
}
.about-fee:hover .tooltip {
  opacity: 1;
  bottom: 110%;
}

.blockUI:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 56, 177, 0.5411764706);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@media only screen and (max-width: 950px) {
  .blockUI:after {
    top: 100px;
  }
}

@keyframes spin-checkout {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wc-proceed-to-checkout .checkout-button {
  background: #4e8b5f;
}
.wc-proceed-to-checkout .checkout-button:hover {
  background: #28a84d;
}
.wc-proceed-to-checkout .checkout-button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}
.wc-proceed-to-checkout .checkout-button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin-checkout 1s linear infinite;
}

.panel__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.panel__content .textfield--float-label {
  width: auto !important;
}

.my-cart--confirmation .my-cart__wrapper {
  margin-bottom: 65px;
}
@media only screen and (max-width: 990px) {
  .my-cart--confirmation .my-cart__wrapper {
    flex-direction: column;
  }
}
.my-cart--confirmation .my-cart__wrapper .order-table-sum {
  max-width: 650px;
  padding: 0 50px;
  border-left: 1px solid rgba(0, 19, 67, 0.14);
}
@media only screen and (max-width: 990px) {
  .my-cart--confirmation .my-cart__wrapper .order-table-sum {
    padding: 0;
    margin-top: 25px;
    border-left: none;
    border-top: 1px solid rgba(0, 19, 67, 0.14);
  }
}

body.rtl .my-cart--confirmation .my-cart__wrapper .order-table-sum {
  border-left: none;
  border-right: 1px solid rgba(0, 19, 67, 0.14);
}
@media only screen and (max-width: 990px) {
  body.rtl .my-cart--confirmation .my-cart__wrapper .order-table-sum {
    border-left: none;
    border-right: none;
  }
}

.after-checkout-button {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

body #payment .place-order .button.wc-braintree-venmo-tokenize {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body #payment .place-order .button.wc-braintree-venmo-tokenize img {
  margin: 0;
  max-width: 80px;
}

h3.create-account {
  margin-top: 14px;
}

.select2-selection__rendered {
  font-size: 20px;
}
@media (max-width: 576px) {
  .select2-selection__rendered {
    font-size: 16px;
  }
}

#afterpay-widget-container,
.form-row.place-order,
#wc-bluesnap-cc-form {
  max-width: 450px;
}

.woocommerce-error {
  color: #e2401c;
}

.woocommerce-shipping-fields h3 span {
  font-size: 16px;
  font-weight: bold;
}

.kl_sms_consent_checkbox_field label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

#kl_sms_consent_checkbox_field {
  margin-top: 0;
}
#kl_sms_consent_checkbox_field .optional {
  display: none;
}
#kl_sms_consent_checkbox_field .woocommerce-input-wrapper {
  margin-left: 24px;
  display: inline-block;
}
#kl_sms_consent_checkbox_field .input-custom {
  margin-left: -20px;
}

.rtl #kl_sms_consent_checkbox_field .woocommerce-input-wrapper {
  margin-left: 0;
}
.rtl #kl_sms_consent_checkbox_field .input-custom {
  margin-left: 5px;
}
.rtl .form-checkout ul.wc_payment_methods li label {
  margin-right: 0;
  margin-left: 32px;
}
.rtl .form-checkout ul.wc_payment_methods li label:before {
  margin-left: 5px;
  margin-right: 0;
}

#klavio-settings-sms {
  margin-top: -26px;
  padding-left: 24px;
}
@media (max-width: 481px) {
  #klavio-settings-sms {
    margin-top: -20px;
  }
}
#klavio-settings-sms a {
  color: #050446;
}

#kl_sms_consent_checkbox_field,
#klavio-settings-sms {
  display: none;
}
#kl_sms_consent_checkbox_field.show,
#klavio-settings-sms.show {
  display: block;
}

#payment h2.title-2accent {
  text-transform: none;
}
#payment .gpay-card-info-container {
  margin: 40px 0 !important;
}

.woocommerce-checkout .ywgc_have_code {
  display: none;
}
.woocommerce-checkout > .woocommerce-NoticeGroup {
  max-width: 1470px;
  margin: 50px auto 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-shipping-fields {
  margin-top: 15px;
}

.wfob_bump_wrapper {
  display: none;
}

.form-checkout {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  gap: 24px 24px;
}
@media (max-width: 576px) {
  .form-checkout {
    gap: 24px 10px;
    margin-top: 25px;
  }
}
.form-checkout #payment {
  width: 100%;
  margin-top: 26px;
}
.form-checkout #payment .title-2accent {
  margin-bottom: 20px;
}
.form-checkout fieldset {
  padding: 0;
  border: none;
}
.form-checkout fieldset .form-row {
  margin-top: 20px;
}
.form-checkout fieldset .form-row.form-row-first {
  width: calc(50% - 12px);
}
.form-checkout fieldset .form-row.form-row-last {
  width: calc(50% - 12px);
  margin-left: auto;
}
.form-checkout #wc-bluesnap-cc-form {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  max-width: 400px;
}
.form-checkout #wc-bluesnap-cc-form label {
  display: none;
}
.form-checkout #wc-bluesnap-cc-form .bluesnap-input-div {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #222a58;
}
.form-checkout #wc-bluesnap-cc-form .bluesnap-input-div.input-div-error {
  box-shadow: inset 2px 0 0 #e2401c;
  border-bottom: 1px solid #e2401c;
}
.form-checkout ul.custom-payment_methods li.payment_method_bluesnap p {
  display: none;
}
.form-checkout ul.wc_payment_methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 481px) {
  .form-checkout ul.wc_payment_methods {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.form-checkout ul.wc_payment_methods li {
  display: flex;
  background: #fff;
}
@media (max-width: 481px) {
  .form-checkout ul.wc_payment_methods li {
    padding: 5px 0 !important;
  }
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_cc {
  order: 1;
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_cc .woocommerce-NoticeGroup {
  display: none;
}
.form-checkout ul.wc_payment_methods li.payment_method_bluesnap {
  order: 1;
}
.form-checkout ul.wc_payment_methods li.payment_method_bluesnap p {
  display: none;
}
.form-checkout ul.wc_payment_methods li.payment_method_ppec_paypal, .form-checkout ul.wc_payment_methods li.payment_method_braintree_paypal {
  order: 2;
}
.form-checkout ul.wc_payment_methods li.payment_method_ppec_paypal label:before, .form-checkout ul.wc_payment_methods li.payment_method_braintree_paypal label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.76374 0.166016H33.2274C36.7799 0.166016 39.6865 3.07259 39.6865 6.62507V33.0887C39.6865 36.6412 36.7799 39.5478 33.2274 39.5478H6.76374C3.21126 39.5478 0.304688 36.6412 0.304688 33.0887V6.62507C0.304688 3.07259 3.21126 0.166016 6.76374 0.166016Z' fill='%23D9DADA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1084 28.8718L17.4856 13.1763H24.5167C24.5167 13.1763 28.4752 12.8902 28.6874 16.9225C28.8996 20.9548 25.5778 22.7172 23.9907 22.7172C22.4037 22.7172 18.7589 22.7172 18.7589 22.7172L17.4487 28.8349L16.3322 28.8718H14.1084Z' fill='%235FCCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2852 26.5378L14.6623 10.8423H21.6935C21.6935 10.8423 25.6519 10.5563 25.8642 14.5886C26.0764 18.6209 22.7546 20.3833 21.1675 20.3833C19.5804 20.3833 15.9357 20.3833 15.9357 20.3833L14.6254 26.5009L13.5089 26.5378H11.2852Z' fill='%2338447E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9453 20.3557L17.5047 13.1123H24.3605L25.5232 13.1861C25.5232 13.1861 25.8738 13.749 25.8738 14.8101C25.8738 15.8712 25.5601 17.1815 24.6004 18.5195C23.65 19.8666 21.9153 20.3926 20.6789 20.3926C19.4424 20.3926 15.9453 20.3557 15.9453 20.3557Z' fill='%23212C63'/%3E%3C/svg%3E%0A");
}
.form-checkout ul.wc_payment_methods li.payment_method_bluesnap label:before, .form-checkout ul.wc_payment_methods li.payment_method_braintree_cc label:before, .form-checkout ul.wc_payment_methods li.payment_method_dlocal-offline-gateway label:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31.5C0 34.4006 2.34938 36.75 5.25 36.75H36.75C39.6506 36.75 42 34.4006 42 31.5V18.375H0V31.5Z' fill='%23274A99'/%3E%3Cpath d='M36.75 5.25H5.25C2.34938 5.25 0 7.59938 0 10.5V15.75H42V10.5C42 7.59938 39.6506 5.25 36.75 5.25Z' fill='%23274A99'/%3E%3C/svg%3E%0A");
}
.form-checkout ul.wc_payment_methods li.payment_method_afterpay {
  order: 4;
}
.form-checkout ul.wc_payment_methods li.payment_method_afterpay label:before {
  background-image: url(/wp-content/themes/particleformen/assets/images/after-pay.png);
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_venmo {
  order: 5;
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_venmo label:before {
  background-image: url(/wp-content/themes/particleformen/assets/images/Venmo.png);
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_googlepay {
  order: 3;
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_googlepay label:before {
  background-image: url(/wp-content/themes/particleformen/assets/images/google.png);
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_applepay {
  order: 3;
}
.form-checkout ul.wc_payment_methods li.payment_method_braintree_applepay label:before {
  background-image: url(/wp-content/themes/particleformen/assets/images/apple.png);
}
.form-checkout ul.wc_payment_methods li input {
  display: none;
}
.form-checkout ul.wc_payment_methods li input:checked + label {
  border: 1px solid rgba(39, 74, 153, 0.4392156863) !important;
}
.form-checkout ul.wc_payment_methods li label {
  padding: 7px 6px !important;
  border: 1px solid rgba(0, 19, 67, 0.0784313725) !important;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  min-width: 133px;
}
@media (max-width: 481px) {
  .form-checkout ul.wc_payment_methods li label {
    min-width: 80px;
    max-width: 150px;
    text-align: center;
  }
}
.form-checkout ul.wc_payment_methods li label:before {
  content: "";
  width: 39px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media (max-width: 481px) {
  .form-checkout ul.wc_payment_methods li label {
    padding: 7px 3px !important;
    margin-right: 0;
    font-size: 13px;
  }
  .form-checkout ul.wc_payment_methods li label:before {
    width: 29px;
    height: 29px;
  }
}
.form-checkout ul.wc_payment_methods li label img {
  display: none;
}
.form-checkout ul.wc_payment_methods li:last-of-type label {
  margin-right: 0;
}
.form-checkout.woocommerce-shipping-fields__field-wrapper {
  margin: 15px 0;
}
.form-checkout #order_comments_field label {
  display: none;
}
.form-checkout #wc-bluesnap-cc-form .form-row label {
  position: static;
}
.form-checkout .form-row {
  width: 100%;
  position: relative;
  /*
  &:not(.kl_sms_consent_checkbox_field) {
      label {
          position: absolute;
          left: 0;
          bottom: 5px;
          font-weight: 400;
          font-size: 20px;
          line-height: 133.7%;
          text-transform: capitalize;
          color: rgba(34, 42, 88, 0.7);

          @include _576 {
              font-size: 15px;
          }
      }
  }
  */
}
.form-checkout .form-row.mx-fields {
  display: block;
}
.form-checkout .form-row.mx-fields.show {
  display: block;
}
.form-checkout .form-row .select2-container--default .select2-selection--single {
  border: 1px solid rgba(34, 42, 88, 0.3);
  border-radius: 8px;
  padding: 12px 3px;
  height: auto;
}
@media (max-width: 576px) {
  .form-checkout .form-row .select2-container--default .select2-selection--single {
    padding: 9px 3px;
  }
}
.form-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 6px;
}
.form-checkout .form-row .select2-dropdown {
  border: none;
}
.form-checkout .form-row textarea {
  width: 100%;
  padding: 5px;
  margin-top: 15px;
  border: 1px solid rgba(34, 42, 88, 0.3);
  outline: none;
}
.form-checkout .form-row textarea:focus {
  border: 1px solid rgb(34, 42, 88);
}
.form-checkout .form-row--50w {
  width: calc(50% - 12px);
}
@media (max-width: 576px) {
  .form-checkout .form-row--50w {
    width: calc(50% - 5px);
  }
}
@media (max-width: 350px) {
  .form-checkout .form-row--50w {
    width: 100%;
  }
}
.form-checkout .form-row--chkbox label {
  position: relative;
  opacity: 0.7;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 576px) {
  .form-checkout .form-row--chkbox label {
    font-size: 15px;
    gap: 7px;
  }
}
.form-checkout .form-row--chkbox input {
  transform: scale(1.5);
  margin-top: -3px;
}
@media (max-width: 576px) {
  .form-checkout .form-row--chkbox input {
    transform: scale(1);
    margin-top: 0;
  }
}
.form-checkout h2 {
  width: 100%;
  font-size: 35px;
  margin-bottom: 10px;
}
.rtl .form-checkout h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  direction: rtl;
  gap: 10px;
}
@media (max-width: 576px) {
  .form-checkout h2 {
    font-size: 25px;
  }
}
.form-checkout .btn {
  width: 299px;
  height: 60px;
  font-size: 20px;
  margin-top: 30px;
}
html[lang=de-DE] .form-checkout .btn {
  font-size: 16px;
}
@media (max-width: 481px) {
  .form-checkout .btn {
    height: 48px;
    width: 100%;
    font-size: 15px;
  }
}
.form-checkout .custom_radio {
  margin-top: -33px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .form-checkout .custom_radio {
    margin-top: -50px;
    margin-bottom: 0;
  }
}
.form-checkout .form-row--chkbox {
  margin-bottom: 78px;
}
@media (max-width: 576px) {
  .form-checkout .form-row--chkbox {
    margin-bottom: 0;
  }
}
.form-checkout .iti__country-list {
  z-index: 3;
}

.processing .blockUI.blockOverlay {
  position: fixed !important;
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  z-index: 999999 !important;
}
.processing .blockUI.blockOverlay:before {
  content: url(/wp-content/themes/particleformen/assets/images/atom.gif);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 576px) {
  .processing .blockUI.blockOverlay:before {
    transform: translate(-50%, -90%);
  }
}
.processing .blockUI.blockOverlay:after {
  content: "Please wait a few moments as we process your order. Do not refresh while processing.";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 46px);
  animation: none;
  border: none;
  width: 260px;
  text-align: center;
  margin: auto;
  height: auto;
}
@media only screen and (max-width: 950px) {
  .processing .blockUI.blockOverlay:after {
    transform: translate(-50%, 5px);
  }
}

html[lang=he-IL] .processing .blockUI.blockOverlay:after {
  content: "אנא המתן מספר רגעים בזמן שאנו מעבדים את הזמנתך. אל תבצע רענון במהלך העיבוד.";
}

.form-checkout #wc-bluesnap-cc-form .bluesnap-input-div {
  padding: 0.6180469716em 0 0 0.6180469716em;
}

.checkout_place_order a {
  pointer-events: none;
}

.details_billing {
  display: flex;
  flex-wrap: wrap;
  max-width: 568px;
  gap: 24px 24px;
  padding-top: 24px;
}

html[lang=he-IL] body.wc-braintree-body .wc-braintree-new-payment-method-container .hosted-field--label {
  flex-direction: row-reverse;
}

.ja-billing-fields .form-row {
  order: 1;
}
.ja-billing-fields .form-row#billing_address_1_field {
  order: 2;
}
.ja-billing-fields .form-row#billing_address_2_field {
  order: 3;
}
.ja-billing-fields .form-row#billing_country_field {
  order: 4;
}
.ja-billing-fields .form-row#billing_city_field {
  order: 5;
}
.ja-billing-fields .form-row#billing_state_field {
  order: 6;
}
.ja-billing-fields .form-row#billing_postcode_field {
  order: 7;
}
.ja-billing-fields .form-row#billing_phone_field {
  order: 8;
}
.ja-billing-fields .form-row#kl_sms_consent_checkbox_field {
  order: 9;
}

html[lang=ja] .tax-total {
  display: none;
}

#billing_colonia-mx_field {
  display: none;
}
#billing_colonia-mx_field.show {
  display: block;
}

html.checkout-processing {
  overflow: hidden !important;
}

.order-info.mobile {
  width: 100%;
}

body.rtl .form-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: auto;
  left: 6px;
}

.form-checkout #billing_state_field .woocommerce-input-wrapper input {
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}
.form-checkout #billing_state_field .woocommerce-input-wrapper .field-label {
  display: none;
}
.form-checkout .woocommerce-input-wrapper {
  position: relative;
}
.form-checkout .woocommerce-input-wrapper input {
  padding: 11px;
  padding-bottom: 3px !important;
  padding-top: 19px !important;
}
.form-checkout .woocommerce-input-wrapper .field-label {
  position: absolute;
  left: 12px;
  top: -10px;
  font: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform-origin: top left;
  transition: 0.25s;
  opacity: 0;
  z-index: 2;
}
.form-checkout .woocommerce-input-wrapper .field-label .required {
  text-decoration: none;
}
.form-checkout .woocommerce-input-wrapper.focused .field-label, .form-checkout .woocommerce-input-wrapper.has-value .field-label {
  opacity: 0.7;
  transform: scale(0.7);
  top: -19px;
}
.form-checkout .woocommerce-input-wrapper.no-value .field-label {
  opacity: 1;
}
.form-checkout .woocommerce-invalid .woocommerce-input-wrapper .field-label {
  color: #e2401c;
}
.form-checkout #billing_phone_field .woocommerce-input-wrapper .field-label {
  left: 53px;
}
@media only screen and (max-width: 576px) {
  .form-checkout .woocommerce-input-wrapper .field-label {
    font-size: 17px;
    top: -6px;
  }
  .form-checkout .woocommerce-input-wrapper.focused .field-label, .form-checkout .woocommerce-input-wrapper.has-value .field-label {
    top: -15px;
  }
}

body.rtl .form-checkout .woocommerce-input-wrapper .field-label {
  left: auto;
  right: 12px;
  transform-origin: top right;
}
body.rtl .form-checkout #billing_phone_field .woocommerce-input-wrapper .field-label {
  left: 53px;
  right: auto;
  transform-origin: top left;
}
body.rtl .form-checkout .show-why {
  left: 40px;
}
body.rtl .form-checkout .woocommerce-good#billing_country_field .woocommerce-input-wrapper:after,
body.rtl .form-checkout .woocommerce-good#billing_state_field .woocommerce-input-wrapper:after {
  right: auto;
  left: 23px;
}
body.rtl .form-checkout #billing_phone_field.woocommerce-good .woocommerce-input-wrapper:after {
  right: 25px;
}
body.rtl .form-checkout #billing_phone_field.woocommerce-invalid .woocommerce-input-wrapper:after {
  right: 25px;
  left: auto;
}

.woocommerce-checkout input::-moz-placeholder {
  color: transparent !important;
}

.woocommerce-checkout input::placeholder {
  color: transparent !important;
}

.woocommerce-checkout #billing_state_field input::-moz-placeholder {
  color: #050446 !important;
}

.woocommerce-checkout #billing_state_field input::placeholder {
  color: #050446 !important;
}

.woocommerce-checkout textarea::-moz-placeholder {
  color: transparent !important;
}

.woocommerce-checkout textarea::placeholder {
  color: transparent !important;
}

.testimonials-checkout-top {
  padding: 0 25px;
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 25px auto;
}
.testimonials-checkout-top .swiper-container {
  width: 100%;
}
.testimonials-checkout-top .swiper-container .swiper-wrapper {
  width: 100%;
  transition-timing-function: ease-in-out !important;
  align-items: center;
}
.testimonials-checkout-top .swiper-container .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in-out;
}
.testimonials-checkout-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active, .testimonials-checkout-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1 !important;
}
.testimonials-checkout-top .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 9;
}
.testimonials-checkout-top .nav .arrow {
  pointer-events: all;
  cursor: pointer;
}
.testimonials-checkout-top .nav .arrow img {
  width: 20px;
}
.testimonials-checkout-top .nav .arrow.arrow-left {
  transform: rotate(180deg);
}
.testimonials-checkout-top .testimonial-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e2e7f1;
  padding: 10px 20px;
  display: flex;
  gap: 15px;
}
.testimonials-checkout-top .testimonial-card .image {
  width: 122px;
  flex-shrink: 0;
}
.testimonials-checkout-top .testimonial-card .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.testimonials-checkout-top .testimonial-card .text {
  flex-grow: 1;
  text-align: left;
}
.testimonials-checkout-top .testimonial-card .text .part-top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonials-checkout-top .testimonial-card .text .name {
  color: #050446;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}
.testimonials-checkout-top .testimonial-card .text .stars {
  display: block;
  position: relative;
  width: 75px;
  height: 15px;
}
.testimonials-checkout-top .testimonial-card .text .stars .stars-gray {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/particleformen/assets/images/star-gray.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
}
.testimonials-checkout-top .testimonial-card .text .stars .stars-yellow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(var(--rating) * 20%);
  background: url(/wp-content/themes/particleformen/assets/images/star-yellow.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
}
.testimonials-checkout-top .testimonial-card .text .content {
  color: #050446;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-top: 8px;
}
.testimonials-checkout-top .testimonial-card .text .content p {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 8px;
}
.testimonials-checkout-top .pagination {
  margin-top: 5px;
}
@media only screen and (max-width: 950px) {
  .testimonials-checkout-top {
    padding: 0 30px;
    margin-bottom: 15px;
  }
  .testimonials-checkout-top .nav {
    left: 0px;
    right: 0px;
  }
  .testimonials-checkout-top .testimonial-card {
    border-radius: 15px;
    padding: 10px 15px;
  }
  .testimonials-checkout-top .testimonial-card .image {
    width: 90px;
  }
  .testimonials-checkout-top .testimonial-card .text .name {
    font-size: 15px;
  }
  .testimonials-checkout-top .testimonial-card .text .content {
    font-size: 14px;
  }
}

.woocommerce-form-login-toggle {
  display: none;
}/*# sourceMappingURL=form-checkout.css.map */