.woocommerce-checkout #payment .place-order {
  background: linear-gradient(90deg, #f3f0ff 0%, #fbf1ff 99%);
  padding: 50px !important;
}
.a2n_cart-image-section a,
.a2n_terms_checkbox a {
  display: inline-block;
}
.a2n_cart_checkbox a {
  display: block;
  text-align: center;
}
.woocommerce-checkout #payment .place-order .form-row {
  padding: 0;
  margin: 0;
}
#cb_add_product_field .checkbox {
  margin: 0;
  color: #2b354e;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
#cb_add_product_field .checkbox::before {
  content: "\e01c";
  font-family: fonticon !important;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
}
.a2n_cart-image-section .a2n_cart-inner {
  text-align: center;
}
.a2n_cart-image-section #cb_add_product {
  position: relative;
  display: block;
  accent-color: #2b354e;
  width: 39.512px;
  height: 39.512px;
  margin: 0 auto 50px;
  cursor: pointer;
}
.a2n_cart-image-section .optional,
.a2n_terms_checkbox .optional {
  display: none;
}
.a2n_cart-inner h2 {
  margin: 20px 0;
  color: #ed4275;
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.a2n_cart-inner h4 {
  color: #2b354e;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 70px;
}
.a2n_cart-inner h4 span {
  font-size: 16px;
}
.a2n_cart-inner-hone {
  color: #ed4275;
}
.a2n_cart-image-section > p {
  color: #2b354e;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.a2n_cart-image-section {
  padding: 30px;
  border: 3px dashed #ed4275;
}
.a2n_terms_checkbox {
  margin: 10px 0 20px;
  text-align: center;
}
.a2n_terms_checkbox .checkbox {
  margin: 0;
}
.a2n_terms_checkbox #cb_accept_terms {
    position: relative;
    margin: 0px 5px 5px 0 !important;
}
#cb_accept_terms_field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.a2n_terms_checkbox #cb_accept_terms_field > span {
  color: #ed4275;
}
.a2n_terms_checkbox a {
  color: #2b354e;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.a2n_terms_checkbox .a2n_term {
  color: #625fff;
  text-decoration: underline;
}
button#place_order {
    background: #ed4266 !important;
    border-radius: 7px !important;
    padding: 15px 35px !important;
    margin: 0;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
